log

age author description
Mon, 04 Aug 2008 15:45:07 +0000 mvbarracuda * Boy icon for rio de hola
Thu, 31 Jul 2008 17:53:21 +0000 jasoka logger now ignores non-existing log modules (warns to prompt)
Thu, 31 Jul 2008 17:43:40 +0000 jasoka workaround for editor save -> map disappears bug. Not sure why the original method failed
Tue, 29 Jul 2008 05:20:42 +0000 jasoka fix for profiling crash
Tue, 29 Jul 2008 00:30:17 +0000 mvbarracuda * Profiling support for Rio de hola by jasoka
Mon, 28 Jul 2008 23:53:03 +0000 mvbarracuda * Key event fix for map editor by chewie
Mon, 28 Jul 2008 05:12:13 +0000 kaelisebonrai updated LICENSE with the new life_belt files.
Mon, 28 Jul 2008 02:18:40 +0000 kaelisebonrai Added new life_belts. (Blue Green Red) as well as sources.
Sun, 27 Jul 2008 13:36:03 +0000 spq * add some std types to swig wrapper (fife.i.templ)
Sat, 26 Jul 2008 17:35:02 +0000 spq fix key event, patch by yonibear
Sat, 26 Jul 2008 17:33:44 +0000 spq fix removeActionListener not being exported but used in pychan
Sat, 26 Jul 2008 12:29:55 +0000 mvbarracuda * OpenAL-soft patch for OSS support by Yonibear (OpenAnno)
Sat, 26 Jul 2008 03:04:03 +0000 jwt Added an undo feature to the map editor. Just press u to undo insert placement/removals.
Fri, 25 Jul 2008 17:14:13 +0000 chewie - prepared basicapplication to use WindowTitle / WindowIcon from clients settings.py
Fri, 25 Jul 2008 00:59:08 +0000 jwt Omission of a camera viewport in xml map files now indicates that the camera should use the full window.
Thu, 24 Jul 2008 13:20:39 +0000 spq use strings as grouping in generic renderer, easier for the clients...
Thu, 24 Jul 2008 10:18:44 +0000 mvbarracuda * Removing old testmaps as they're not needed for the 2008.2 release
Wed, 23 Jul 2008 09:36:45 +0000 spq combine events (currently only mouse motion events), that helps reducing lag in clients
Wed, 23 Jul 2008 02:28:46 +0000 kaelisebonrai test of rotation steps + facing location renders, for barra.
Tue, 22 Jul 2008 20:55:13 +0000 spq fixed rotating instances when moving them
Tue, 22 Jul 2008 13:07:51 +0000 jasoka added hashing to pool to improve techdemo loading time
Tue, 22 Jul 2008 10:04:16 +0000 spq - added possibility to change instance ids
Mon, 21 Jul 2008 13:46:15 +0000 jasoka better structure for techdemo scripts + svn:ignore fixes
Sun, 20 Jul 2008 20:08:11 +0000 mvbarracuda * Added OA developers who contributed patches from the Dusmania game developer conference to the list of AUTHORS
Sun, 20 Jul 2008 19:42:37 +0000 spq Add input and app focus events (e.g. iconify) (patch by phiker)
Sun, 20 Jul 2008 19:40:21 +0000 spq speedup instance renderer; now instances can change their layer, old optimisation made wrong asumption... (fix by yonibear)
Sun, 20 Jul 2008 13:17:16 +0000 kaelisebonrai actually delete the old name of the rendersetup...
Sat, 19 Jul 2008 16:42:18 +0000 kaelisebonrai renamed the rendersetup to reflect its status.
Sat, 19 Jul 2008 13:38:01 +0000 mvbarracuda * Fix by Sleek & GreyGhost
Sat, 19 Jul 2008 12:14:51 +0000 Sleek Corrected Layer::addInstance() to return appropriate bool. Added the function to layer.i for swig