Mercurial > fife-parpg
log engine/core/controller/engine.cpp @ 650:51bbda7676f0
age | author | description |
---|---|---|
Thu, 14 Oct 2010 15:32:09 +0000 | prock | * Fixed some more integer definitions |
Wed, 13 Oct 2010 20:24:48 +0000 | prock | * Major improvements to fife_math.h and added corresponding Python bindings. Users now have access to FIFE's internal math functions. These functions are recommended to be used by all clients if required. Note: this may cause some problems with certain compilers. I hope this wont have to be reverted. TODO: remove the static constant globals somehow. |
Sat, 09 Oct 2010 17:00:33 +0000 | prock | * Modified the way we detect valid resolutions because SDL_VideoModeOK() was unreliable on a Mac when passed values returned from SDL_ListModes(). It now uses a pre-canned list of common resolutions to check. |
Fri, 08 Oct 2010 21:22:02 +0000 | prock | * Added the ability to query the current running screen mode |