tibia-client/src/framework/platform
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
..
crashhandler.h update copyright notice 2012-01-02 14:59:24 -02:00
platformwindow.cpp some optimizations 2012-06-02 11:43:27 -03:00
platformwindow.h fix compiling on gcc 4.6 (too early to use 4.7.1...) 2012-07-30 18:52:30 -06:00
unixcrashhandler.cpp Rework application class and framework 2012-07-13 22:23:11 -03:00
win32crashhandler.cpp Rework application class and framework 2012-07-13 22:23:11 -03:00
win32window.cpp Rework stdext classes 2012-08-01 09:23:35 -03:00
win32window.h many changes 2012-06-15 21:46:36 -03:00
x11window.cpp Rework stdext classes 2012-08-01 09:23:35 -03:00
x11window.h continue implementing new graphics engine 2012-04-20 07:16:03 -03:00