Mercurial > fife-parpg
log engine/core/view/camera.cpp @ 655:cdebc30c9c4a
age | author | description |
---|---|---|
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. |
Wed, 06 Oct 2010 15:49:53 +0000 | prock | * Added the clearBackBuffer() function to the renderbackends. |
Wed, 06 Oct 2010 14:09:24 +0000 | prock | * Renamed RenderBackend::isClearNeeded() to RenderBackend::setClearScreen(). It is no longer pure virtual. Also documented it's functionality. |