tibia-client/src/framework/util
Eduardo Bart 3bac3dcbb4 Rework stdext classes
Implement new classes:
* stdext::any => ligher replacement for boost::any
* stdext::packed_any => like any but optimized to use less memory
* stdext::shared_object => ligher replacement for std::shared_ptr
* stdext::shared_object_ptr => replacement for boost::intrusive_ptr
* stdext::fast_storage => for storing dynamic data
* stdext::packed_storage => same but with less memory
* stdext::packed_vector => std::vector with less memory

Compiling should be a little faster now because global boost including
is not needed anymore
2012-08-01 09:23:35 -03:00
..
color.cpp rewrite and reoganize tools functions 2012-05-28 10:06:26 -03:00
color.h Rework stdext classes 2012-08-01 09:23:35 -03:00
crypt.cpp encrypt password and account number 2012-06-04 09:38:25 -03:00
crypt.h encrypt password and account number 2012-06-04 09:38:25 -03:00
databuffer.h Optimize minimap save/load 2012-06-23 18:30:54 -03:00
matrix.h performance improvements 2012-06-05 12:36:27 -03:00
point.h rewrite and reoganize tools functions 2012-05-28 10:06:26 -03:00
rect.h Remove if spaces 2012-07-14 14:29:42 -03:00
rsa.cpp encrypt password and account number 2012-06-04 09:38:25 -03:00
rsa.h encrypt password and account number 2012-06-04 09:38:25 -03:00
size.h rewrite and reoganize tools functions 2012-05-28 10:06:26 -03:00