tibia-client/src/framework
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
..
cmake Fix typos 2012-07-30 04:18:05 -03:00
core Rework stdext classes 2012-08-01 09:23:35 -03:00
graphics Rework stdext classes 2012-08-01 09:23:35 -03:00
luaengine Rework stdext classes 2012-08-01 09:23:35 -03:00
net Rework stdext classes 2012-08-01 09:23:35 -03:00
otml Rework stdext classes 2012-08-01 09:23:35 -03:00
platform Rework stdext classes 2012-08-01 09:23:35 -03:00
sound Rework stdext classes 2012-08-01 09:23:35 -03:00
stdext Rework stdext classes 2012-08-01 09:23:35 -03:00
ui Rework stdext classes 2012-08-01 09:23:35 -03:00
util Rework stdext classes 2012-08-01 09:23:35 -03:00
xml Fix possible gcc optimizations to binary reading 2012-07-28 02:54:25 -06:00
CMakeLists.txt Rework stdext classes 2012-08-01 09:23:35 -03:00
const.h mapeditor changes 2012-07-14 16:20:38 -07:00
global.h Just some refactoring 2012-07-29 07:32:54 -03:00
luafunctions.cpp Bind connection and fix protocol recv without xtea 2012-07-30 17:12:38 -03:00
pch.h Rework stdext classes 2012-08-01 09:23:35 -03:00