log

age author description
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
Sat, 19 Jul 2008 12:06:14 +0000 Sleek Layer::addInstance for moving instances around layers. Useful when we have multi-level buildings.
Sat, 19 Jul 2008 11:38:52 +0000 mvbarracuda * Reverting back to 2543 as requested by sleek
Sat, 19 Jul 2008 11:32:11 +0000 kaelisebonrai separated the source files for the matchbox, the flask, and the coins.
Sat, 19 Jul 2008 10:43:42 +0000 Sleek Layer::addInstance for moving instances around layers. Useful when we have multi-level buildings
Sat, 19 Jul 2008 10:27:47 +0000 Sleek Layer::addInstance for moving instances around layers. Useful when we have multi-level buildings
Sat, 19 Jul 2008 04:56:28 +0000 vtchill Fixed the unit tests so they will now compile and link with msvc2005. There are still a couple more changes needed to run them correctly.
Fri, 18 Jul 2008 21:07:03 +0000 wulax Added 'wulax' to the AUTHORS file.
Fri, 18 Jul 2008 14:44:56 +0000 spq increased felt responsiveness by first processing events and then drawing the screen
Fri, 18 Jul 2008 13:10:33 +0000 spq drop box overwrites the set*Color virtuals...