[Warzone-commits] r5665 - /trunk/src/mapgrid.c

2008-07-25 Thread Giel van Schijndel
Author: muggenhor Date: Fri Jul 25 18:23:09 2008 New Revision: 5665 URL: http://svn.gna.org/viewcvs/warzone?rev=5665view=rev Log: Small refactoring and indentation fix to increase readability of gridIntersect Modified: trunk/src/mapgrid.c ___

[Warzone-commits] r5664 - /trunk/src/mapgrid.c

2008-07-25 Thread Giel van Schijndel
Author: muggenhor Date: Fri Jul 25 18:10:20 2008 New Revision: 5664 URL: http://svn.gna.org/viewcvs/warzone?rev=5664view=rev Log: * Make gridObjRange const correct * Move commented out code into an #if 0 section (instead of /**/ comment) * Use function world_coord instead of manual

[Warzone-commits] r5667 - /trunk/lib/framework/strres.c

2008-07-25 Thread Giel van Schijndel
Author: muggenhor Date: Sat Jul 26 00:14:47 2008 New Revision: 5667 URL: http://svn.gna.org/viewcvs/warzone?rev=5667view=rev Log: Change the debug message about a string that couldn't be found from an error message into a warning message because it seems to occur quite often Modified:

[Warzone-commits] r5666 - in /trunk: lib/framework/strres.c lib/framework/strres.h lib/framework/treap.c lib/framework/treap.h src/scriptobj.c

2008-07-25 Thread Giel van Schijndel
Author: muggenhor Date: Fri Jul 25 22:27:54 2008 New Revision: 5666 URL: http://svn.gna.org/viewcvs/warzone?rev=5666view=rev Log: Further hardcode the treap management code to the string resource system: * Don't maintain a secondary linked list of strings in strres.c * Add the string that's

[Warzone-commits] r5668 - in /trunk: lib/script/evntsave.c src/scriptobj.c

2008-07-25 Thread Giel van Schijndel
Author: muggenhor Date: Sat Jul 26 02:55:23 2008 New Revision: 5668 URL: http://svn.gna.org/viewcvs/warzone?rev=5668view=rev Log: Make it possible for the ST_GROUP loading code in function scrValDefLoad to accept higher savegame event data versions than 3 Modified: