[Warzone-commits] r6731 - /trunk/tools/map/map2lnd.c

2009-02-27 Thread Per I. Mathisen
Author: per Date: Fri Feb 27 23:24:37 2009 New Revision: 6731 URL: http://svn.gna.org/viewcvs/warzone?rev=6731&view=rev Log: map2lnd: Tons of bugfixes thanks to some help by Mysteryem. It is hardcoded to use Arizona at the moment, though. Modified: trunk/tools/map/map2lnd.c ___

[Warzone-commits] r6732 - in /trunk/lib/widget: form.c widget.c widget.h

2009-02-27 Thread Bugs Buggy
Author: buginator Date: Sat Feb 28 02:40:19 2009 New Revision: 6732 URL: http://svn.gna.org/viewcvs/warzone?rev=6732&view=rev Log: Fixes a dangling pointer issue with a global. In certain circumstances, if you try to abort out of a MP game (maybe SP as well), it would crash after deleting the wi

[Warzone-commits] r6733 - /trunk/src/action.c

2009-02-27 Thread Bugs Buggy
Author: buginator Date: Sat Feb 28 02:47:47 2009 New Revision: 6733 URL: http://svn.gna.org/viewcvs/warzone?rev=6733&view=rev Log: Fixes crash issue when psWeapStats is still set to NULL (on init), when this pointer was referenced again. Modified: trunk/src/action.c __

[Warzone-commits] r6734 - /trunk/src/configuration.c

2009-02-27 Thread Bugs Buggy
Author: buginator Date: Sat Feb 28 03:04:09 2009 New Revision: 6734 URL: http://svn.gna.org/viewcvs/warzone?rev=6734&view=rev Log: Fixes issue with max / min player bug in host screen. Basically, when you pick a 2/4/8p map, we didn't save that info along with the map. This resulted in possibly s

[Warzone-commits] r6735 - /trunk/src/multimenu.c

2009-02-27 Thread Bugs Buggy
Author: buginator Date: Sat Feb 28 03:11:33 2009 New Revision: 6735 URL: http://svn.gna.org/viewcvs/warzone?rev=6735&view=rev Log: Changes big tabs to smaller tabs when you have many maps. (It would crash after showing 4 'pages') NOTE, if we have *lots* of maps (more than 7 pages), added ASSERT,

[Warzone-commits] r6736 - /trunk/lib/script/script.c

2009-02-27 Thread Bugs Buggy
Author: buginator Date: Sat Feb 28 03:17:20 2009 New Revision: 6736 URL: http://svn.gna.org/viewcvs/warzone?rev=6736&view=rev Log: Fixes crash when certain scripts fail to compile, it don't allocate storage, so we shouldn't (try to) reference / free() it. Modified: trunk/lib/script/script.c

[Warzone-commits] r6737 - in /trunk: lib/framework/debug.c lib/framework/debug.h src/feature.c src/move.c src/multigifts.c src/multiopt.c src/multiplay.c

2009-02-27 Thread Bugs Buggy
Author: buginator Date: Sat Feb 28 04:36:26 2009 New Revision: 6737 URL: http://svn.gna.org/viewcvs/warzone?rev=6737&view=rev Log: Feature fixes & enhancements. *Adds LOG_FEATURE (--debug feature) so we can keep track of features. *Disallow VTOLs from being able to poach features. *Changes feat

[Warzone-commits] r6738 - in /trunk/src: multibot.c multistruct.c multisync.c

2009-02-27 Thread Bugs Buggy
Author: buginator Date: Sat Feb 28 06:17:41 2009 New Revision: 6738 URL: http://svn.gna.org/viewcvs/warzone?rev=6738&view=rev Log: Add Asserts() to catch the bad player value Modified: trunk/src/multibot.c trunk/src/multistruct.c trunk/src/multisync.c ___