Sat, 18 Jun 2011 00:28:40 -1000 |
M. George Hansen |
Abstracted the GUI code and refactored the GUIChan-specific code into its own module.
default tip
|
Fri, 10 Jun 2011 23:37:46 -1000 |
M. George Hansen |
Merged in the VFS fix for absolute paths from FIFE svn trunk.
|
Fri, 10 Jun 2011 23:36:14 -1000 |
M. George Hansen |
Fixed a bug in VFSDirectory that prevented absolute paths from being resolved.
|
Fri, 10 Jun 2011 23:35:30 -1000 |
M. George Hansen |
Added pre- and post-rendering hooks for executing custom rendering code.
|
Mon, 08 Nov 2010 21:36:38 +0000 |
prock |
* Fixed the clear screen problems. The screen is now automatically cleared every frame by the engine if there are no maps loaded. In the process I removed the setClearBackBuffer() function from the RenderBackend.
|
Mon, 08 Nov 2010 18:06:05 +0000 |
prock |
* More updates to CHANGES
|
Fri, 05 Nov 2010 15:21:10 +0000 |
helios2000 |
* Merged the light branch back into trunk.
|
Thu, 21 Oct 2010 18:50:50 +0000 |
prock |
* Added the ability to change screen modes on the fly. This works both in OpenGL and SDL modes.
|
Fri, 15 Oct 2010 18:54:34 +0000 |
prock |
* Moved getCurrentScreenMode() to the renderbackend as renderbackend is what initializes the screen.
|
Fri, 15 Oct 2010 15:13:10 +0000 |
prock |
* The engine now checks to make sure the selected driver is supported by the users OS.
|
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
|
Thu, 07 Oct 2010 18:37:02 +0000 |
prock |
* Added the ability to set/get the video driver used using the settings interface. Note that the default driver for the OS will be used unless explicitly specified.
|