tibia-client/src/framework
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
..
cmake A lot of cmake changes, fix compile on win32 2012-06-22 16:04:03 -03:00
core Huge engine change, replace all std::shared_ptrs 2012-07-29 00:34:40 -03:00
graphics Huge engine change, replace all std::shared_ptrs 2012-07-29 00:34:40 -03:00
luaengine Huge engine change, replace all std::shared_ptrs 2012-07-29 00:34:40 -03:00
net Huge engine change, replace all std::shared_ptrs 2012-07-29 00:34:40 -03:00
otml Huge engine change, replace all std::shared_ptrs 2012-07-29 00:34:40 -03:00
platform Rework application class and framework 2012-07-13 22:23:11 -03:00
sound Huge engine change, replace all std::shared_ptrs 2012-07-29 00:34:40 -03:00
stdext Huge engine change, replace all std::shared_ptrs 2012-07-29 00:34:40 -03:00
ui Huge engine change, replace all std::shared_ptrs 2012-07-29 00:34:40 -03:00
util Optimize overall memory usage 2012-07-15 10:30:39 -03:00
xml Normalize source code 2012-07-28 02:07:57 -03:00
CMakeLists.txt More compatibility with OS X in CMake 2012-07-28 16:04:40 -03:00
const.h mapeditor changes 2012-07-14 16:20:38 -07:00
global.h rewrite and reoganize tools functions 2012-05-28 10:06:26 -03:00
luafunctions.cpp Huge engine change, replace all std::shared_ptrs 2012-07-29 00:34:40 -03:00
pch.h mapeditor changes 2012-07-14 16:20:38 -07:00