Tue, 09 Nov 2010 21:39:45 +0000 |
helios2000 |
* Fixed the getMatchingInstances() functions. So instance selecting should work again.
|
Tue, 09 Nov 2010 19:55:46 +0000 |
helios2000 |
* Fixed the Map editor crashes. The problem was a not cleaned RenderList in testRenderedViewPort(). This fixes also the same problem for the getMatchingInstances() functions. fixes[ticket:500]
|
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 20:37:31 +0000 |
prock |
* This fixes the case were the engine would clear the screen twice
|
Fri, 05 Nov 2010 15:21:10 +0000 |
helios2000 |
* Merged the light branch back into trunk.
|
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.
|
Fri, 01 Oct 2010 14:09:47 +0000 |
prock |
* Removed the image chunking size variable from engine settings.
|
Mon, 13 Sep 2010 19:00:12 +0000 |
prock |
Fixed a few compiler warning messages. Also removed a bunch of extra whitespace.
|
Sat, 31 Jul 2010 17:46:19 +0000 |
helios2000 |
* Added the colorbuffer patch with a small change due to SDL. Performance boost between 20-30% under OpenGL.
|
Fri, 11 Jun 2010 21:29:58 +0000 |
helios2000 |
*Removed the ExactModellCoordinate object from the camera constructor.
|
Fri, 11 Jun 2010 21:10:40 +0000 |
helios2000 |
* Corrected the h,w calculation for zooming in layercache.cpp.
|
Thu, 29 Apr 2010 13:51:45 +0000 |
helios2000 |
* Merged the view performance branch back into trunk. fixes[ticket:419]
|
Wed, 24 Feb 2010 20:03:52 +0000 |
prock |
This changes the behavior of Camera::resetRenderers(). It will no longer activate all layers for every renderer. This is now up to the clients to do.
|
Fri, 12 Feb 2010 06:34:50 +0000 |
vtchill |
Moved the management of cameras into the Map class. The View class no longer exists since it now serves no purpose. The engine class itself holds the renderers and these get passed to each map that is loaded and then passed to each camera on each map. This change makes it possible for multiple maps to be loaded at the same time with the same camera id without a name clash. fixes[t:342]
|
Sat, 30 Jan 2010 16:11:38 +0000 |
prock |
Fixed a small bug where the facing_angle wasn't being initialized.
|
Fri, 29 Jan 2010 21:03:51 +0000 |
prock |
Moved getAngleBetween() form Camera to angles.h and updated it to not use the camera angle in it's calculation.
|
Fri, 29 Jan 2010 15:55:47 +0000 |
prock |
Reverting my last change to camera.cpp. It caused unexpected results with rotated tiles.
|
Thu, 28 Jan 2010 03:26:29 +0000 |
prock |
This change ensures that the instances rotation is always in sync with its facing location.
|
Thu, 03 Sep 2009 23:22:28 +0000 |
prock |
Fixed a problem with Camera::render() involving the way it calculates the animation frame number.
|
Wed, 25 Mar 2009 14:17:59 +0000 |
phoku |
Fixed second camera in rio.
|
Tue, 24 Mar 2009 16:50:37 +0000 |
phoku |
Removed unused TimerListener.
|
Sat, 31 Jan 2009 04:15:43 +0000 |
spq |
fixed time handling in fife:
|
Sun, 12 Oct 2008 19:23:10 +0000 |
spq |
fix searching for instances in a rect - old code had false positives
|
Mon, 14 Jul 2008 14:41:12 +0000 |
spq |
add possibility to hide instances/instance visuals; initialize instance visuals properly
|
Sun, 13 Jul 2008 11:05:12 +0000 |
mvbarracuda |
* Final LGPL switch step by adjusting the file headers
|
Sat, 12 Jul 2008 00:20:26 +0000 |
spq |
fix getPixelRGBA - it should return r g b and not r b g...
|
Fri, 11 Jul 2008 12:56:25 +0000 |
jasoka |
fix for instance facing location on actions + KDevelop project file upgrade
|
Mon, 07 Jul 2008 01:40:57 +0000 |
spq |
* new function which lists instances in a rect
|