tibia-client/src/framework/otml
Eduardo Bart e0431021b5 Huge engine change, replace all std::shared_ptrs
Create a new shared pointer type stdext::shared_object_ptr and stdext::shared_obj
using boost::intrusive_ptr

Advantages:
 * half memory usage
 * faster and lightweight

Disadvantages:
 * using weak_ptr is not supported anymore
 * compiling seems slower
2012-07-29 00:34:40 -03:00
..
declarations.h Huge engine change, replace all std::shared_ptrs 2012-07-29 00:34:40 -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 Huge engine change, replace all std::shared_ptrs 2012-07-29 00:34:40 -03:00
otmlnode.h Huge engine change, replace all std::shared_ptrs 2012-07-29 00:34:40 -03:00
otmlparser.cpp Huge engine change, replace all std::shared_ptrs 2012-07-29 00:34:40 -03:00
otmlparser.h Huge engine change, replace all std::shared_ptrs 2012-07-29 00:34:40 -03:00