[Warzone-commits] r6388 - in /branches/terrain: data/base/texpages/page-80-water-1.png data/base/texpages/page-81-water-2.png data/base/wrf/vidmem.wrf data/mp/wrf/vidmem.wrf src/component.c src/displa

2008-11-26 Thread Gerard Krol
Author: gerard_ Date: Wed Nov 26 09:44:47 2008 New Revision: 6388 URL: http://svn.gna.org/viewcvs/warzone?rev=6388&view=rev Log: Some tweaks to the water, it is now darker and addapts better to the texture for the bottom. The water is now drawn as last object in the scene, and naval droids are d

[Warzone-commits] r6389 - /branches/terrain/src/makefile.win32

2008-11-26 Thread Gerard Krol
Author: gerard_ Date: Wed Nov 26 10:20:42 2008 New Revision: 6389 URL: http://svn.gna.org/viewcvs/warzone?rev=6389&view=rev Log: Add terrain.c to the makefile.win32 for the people who use MinGW. Modified: branches/terrain/src/makefile.win32 ___ Wa

[Warzone-commits] r6390 - in /branches/terrain/src: component.c display3d.c map.c map.h radar.c terrain.c

2008-11-26 Thread Gerard Krol
Author: gerard_ Date: Wed Nov 26 14:17:44 2008 New Revision: 6390 URL: http://svn.gna.org/viewcvs/warzone?rev=6390&view=rev Log: Now draw the water as a giant quad at a certain water level. This reduces the amount of polygons drawn. A field height_new is also added to the terrain data which stor

[Warzone-commits] r6391 - /branches/terrain/src/display3d.c

2008-11-26 Thread Gerard Krol
Author: gerard_ Date: Wed Nov 26 18:52:27 2008 New Revision: 6391 URL: http://svn.gna.org/viewcvs/warzone?rev=6391&view=rev Log: Change the drawing order for the water+shadowmap once again. It is now drawn after droids and buildings, but before particles that may write to the depth buffer. The l

[Warzone-commits] r6392 - in /branches/lua2: ./ build_tools/code-generators/ data/ data/base/ data/base/multiplay/skirmish/ data/base/stats-sql/ data/base/stats-sql/data/ data/base/stats-sql/schema/ d

2008-11-26 Thread Giel van Schijndel
Author: muggenhor Date: Wed Nov 26 21:07:04 2008 New Revision: 6392 URL: http://svn.gna.org/viewcvs/warzone?rev=6392&view=rev Log: Merge r6305:6391 from trunk into the lua2 branch Added: branches/lua2/build_tools/code-generators/sql_insertdef_cg.pm - copied unchanged from r6391, trunk/

[Warzone-commits] r6393 - in /trunk/lib/betawidget/src: table.c table.h

2008-11-26 Thread Freddie Witherden
Author: evilguru Date: Wed Nov 26 21:40:10 2008 New Revision: 6393 URL: http://svn.gna.org/viewcvs/warzone?rev=6393&view=rev Log: Improve the tableSetPadding function that it now returns false on failure and true on success. Modified: trunk/lib/betawidget/src/table.c trunk/lib/betawidget

[Warzone-commits] r6394 - in /trunk/lib/betawidget/src: hBox.c hBox.h

2008-11-26 Thread Freddie Witherden
Author: evilguru Date: Wed Nov 26 21:42:03 2008 New Revision: 6394 URL: http://svn.gna.org/viewcvs/warzone?rev=6394&view=rev Log: Rewrite the hBox class in terms of the table class. This helps to cut down on code duplication. Modified: trunk/lib/betawidget/src/hBox.c trunk/lib/betawidget

[Warzone-commits] r6395 - /branches/lua2/lib/lua/

2008-11-26 Thread Giel van Schijndel
Author: muggenhor Date: Wed Nov 26 22:08:57 2008 New Revision: 6395 URL: http://svn.gna.org/viewcvs/warzone?rev=6395&view=rev Log: Ignore built/generated files in lib/lua Modified: branches/lua2/lib/lua/ (props changed) ___ Warzone-commits maili

[Warzone-commits] r6396 - /trunk/macosx/Warzone.xcodeproj/project.pbxproj

2008-11-26 Thread Freddie Witherden
Author: evilguru Date: Wed Nov 26 22:21:17 2008 New Revision: 6396 URL: http://svn.gna.org/viewcvs/warzone?rev=6396&view=rev Log: Bump the SDL version from 1.2.11 to 1.2.13. Cursor trapping with (but not without) coloured cursors now works. Modified: trunk/macosx/Warzone.xcodeproj/project.pb

[Warzone-commits] r6397 - /trunk/src/frontend.c

2008-11-26 Thread Freddie Witherden
Author: evilguru Date: Wed Nov 26 22:22:47 2008 New Revision: 6397 URL: http://svn.gna.org/viewcvs/warzone?rev=6397&view=rev Log: Colored => Coloured. We use British spelling by convention. Modified: trunk/src/frontend.c ___ Warzone-commits mailin

[Warzone-commits] r6398 - /trunk/lib/betawidget/tools/Makefile.am

2008-11-26 Thread Giel van Schijndel
Author: muggenhor Date: Wed Nov 26 23:17:15 2008 New Revision: 6398 URL: http://svn.gna.org/viewcvs/warzone?rev=6398&view=rev Log: Use $(LUA_LIBS) instead of $(LUA_LIBTOOL) to link with Lua (the latter variable isn't defined anymore) Modified: trunk/lib/betawidget/tools/Makefile.am ___