tibia-client/src/framework/core
Eduardo Bart bd2faabe99 graphics optimization feature inspirated by diablo3 engine
* the rendering now consits of two panes
- the background pane (for animated stuff like the map)
- the foreground pane (for steady stuff, like UI)
each pane has it own max FPS and works idependently
this may increase graphics performance on many platforms
2012-06-01 16:39:09 -03:00
..
adaptativeframecounter.cpp graphics optimization feature inspirated by diablo3 engine 2012-06-01 16:39:09 -03:00
adaptativeframecounter.h graphics optimization feature inspirated by diablo3 engine 2012-06-01 16:39:09 -03:00
clock.cpp begin implementing OpenGL 1.0 engine 2012-04-18 20:03:43 -03:00
clock.h graphics optimization feature inspirated by diablo3 engine 2012-06-01 16:39:09 -03:00
configmanager.cpp rework log function and protocol 2012-05-28 19:04:44 -03:00
configmanager.h allow setting/getting nodes in g_configs 2012-02-01 21:37:40 -02:00
declarations.h add FileStream class 2012-04-02 12:51:03 -03:00
eventdispatcher.cpp rewrite and reoganize tools functions 2012-05-28 10:06:26 -03:00
eventdispatcher.h rewrite and reoganize tools functions 2012-05-28 10:06:26 -03:00
filestream.cpp rework log function and protocol 2012-05-28 19:04:44 -03:00
filestream.h basic protocol 953 support, logging in real tibia! 2012-05-12 01:52:16 -03:00
inputevent.h implement auto repeat configuration for key press events, to give more flexibility 2012-02-06 10:53:28 -02:00
logger.cpp rework log function and protocol 2012-05-28 19:04:44 -03:00
logger.h rework log function and protocol 2012-05-28 19:04:44 -03:00
module.cpp rework log function and protocol 2012-05-28 19:04:44 -03:00
module.h rewrite and reoganize tools functions 2012-05-28 10:06:26 -03:00
modulemanager.cpp rework log function and protocol 2012-05-28 19:04:44 -03:00
modulemanager.h BEAWARE all game functionality is disabled with this commit for a while 2012-02-20 00:28:13 -02:00
resourcemanager.cpp rework log function and protocol 2012-05-28 19:04:44 -03:00
resourcemanager.h remove usage of libpng with custom save_png 2012-04-28 21:16:22 -03:00
timer.cpp implement onMouseDoubleClick event in UIWidget 2012-02-03 03:47:26 -02:00
timer.h rewrite and reoganize tools functions 2012-05-28 10:06:26 -03:00