Commit: 1a6fb8a7547f23ce2bd7af153ac839cba999e2b0 Trac URL: http://developer.wz2100.net/changeset/1a6fb8a7547f23ce2bd7af153ac839cba999e2b0
Author: buginator <[email protected]> Date: Mon Nov 8 19:17:58 2010 -0500 Fix another memory clobbering issue. (dereferenced pointer) Patch Author: Safety0ff fixes ticket:2300 Original detective work done by Ai_Tak (ticket:1656) Signed-off-by: buginator <[email protected]> lib/script/event.c | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) ------------------------- Commit: 5f42d0032a9c8dc0b4de60cbef7f9bba8b0b70f0 Trac URL: http://developer.wz2100.net/changeset/5f42d0032a9c8dc0b4de60cbef7f9bba8b0b70f0 Author: buginator <[email protected]> Date: Mon Nov 8 19:28:59 2010 -0500 When doing a map preview, no need to process stuff that is only useful in-game. This speeds up the preview screen back to 2.x speeds. src/game.c | 4 ++-- src/map.c | 9 ++++++++- src/map.h | 2 +- src/multiint.c | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) ------------------------- Commit: 2dc550130b85f3d46ad4b62bf1dbf8fd489ec549 Trac URL: http://developer.wz2100.net/changeset/2dc550130b85f3d46ad4b62bf1dbf8fd489ec549 Author: buginator <[email protected]> Date: Mon Nov 8 19:31:44 2010 -0500 On error, close the file pointer src/map.c | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) ------------------------- ------------------------------------------------------------------------------ The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author of the best-selling book "Blueprint to a Billion" shares his insights and actions to help propel your business during the next growth cycle. Listen Now! http://p.sf.net/sfu/SAP-dev2dev _______________________________________________ Warzone2100-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/warzone2100-commits
