tibia-client/src/framework/otml
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
..
declarations.h Rework stdext classes 2012-08-01 09:23:35 -03:00
otml.h update copyright notice 2012-01-02 14:59:24 -02:00
otmldocument.cpp Huge engine change, replace all std::shared_ptrs 2012-07-29 00:34:40 -03:00
otmldocument.h update copyright notice 2012-01-02 14:59:24 -02:00
otmlemitter.cpp update copyright notice 2012-01-02 14:59:24 -02:00
otmlemitter.h update copyright notice 2012-01-02 14:59:24 -02:00
otmlexception.cpp update copyright notice 2012-01-02 14:59:24 -02:00
otmlexception.h rewrite and reoganize tools functions 2012-05-28 10:06:26 -03:00
otmlnode.cpp Rework stdext classes 2012-08-01 09:23:35 -03:00
otmlnode.h Rework stdext classes 2012-08-01 09:23:35 -03:00
otmlparser.cpp Rework stdext classes 2012-08-01 09:23:35 -03:00
otmlparser.h Huge engine change, replace all std::shared_ptrs 2012-07-29 00:34:40 -03:00