Sun, 16 Jan 2005 13:59:07 +0000(svn r1541) Fix: [ 1100767 ] fast forward in main menu
dominik [Sun, 16 Jan 2005 13:59:07 +0000] rev 1040
(svn r1541) Fix: [ 1100767 ] fast forward in main menu

Sun, 16 Jan 2005 12:40:25 +0000(svn r1540) -Fix: since grf files are reopened on every load/new game, close the old opened to fix stale filehandles (thx tamlin)
darkvater [Sun, 16 Jan 2005 12:40:25 +0000] rev 1039
(svn r1540) -Fix: since grf files are reopened on every load/new game, close the old opened to fix stale filehandles (thx tamlin)

Sun, 16 Jan 2005 12:30:52 +0000(svn r1539) -Fix: [1103271] free'd memory used. Moved w->wndproc(w, &e) to end of function. Thanks for finding this tamlin.
darkvater [Sun, 16 Jan 2005 12:30:52 +0000] rev 1038
(svn r1539) -Fix: [1103271] free'd memory used. Moved w->wndproc(w, &e) to end of function. Thanks for finding this tamlin.

Sun, 16 Jan 2005 12:29:52 +0000(svn r1538) -Feature: [988816] Disable servicing when breakdowns set to none (jaguar7)
darkvater [Sun, 16 Jan 2005 12:29:52 +0000] rev 1037
(svn r1538) -Feature: [988816] Disable servicing when breakdowns set to none (jaguar7)

Sun, 16 Jan 2005 12:14:52 +0000(svn r1537) -Fix: Close all and any open filehandles open at shutdown (tamlin)
darkvater [Sun, 16 Jan 2005 12:14:52 +0000] rev 1036
(svn r1537) -Fix: Close all and any open filehandles open at shutdown (tamlin)

Sun, 16 Jan 2005 11:24:58 +0000(svn r1536) Move GET_TILEHEIGHT, GET_TILETYPE and IS_TILETYPE to map.h, turn them into inline functions and add some asserts
tron [Sun, 16 Jan 2005 11:24:58 +0000] rev 1035
(svn r1536) Move GET_TILEHEIGHT, GET_TILETYPE and IS_TILETYPE to map.h, turn them into inline functions and add some asserts

Sun, 16 Jan 2005 11:18:17 +0000(svn r1535) -Fix: bah, I hate to be wrong.. oh, euh, wrong copy/paste from TPFMode 1
truelight [Sun, 16 Jan 2005 11:18:17 +0000] rev 1034
(svn r1535) -Fix: bah, I hate to be wrong.. oh, euh, wrong copy/paste from TPFMode 1

Sun, 16 Jan 2005 11:04:45 +0000(svn r1534) Use memmove() instead of memcpy() when copying overlapping memory (tamlin)
tron [Sun, 16 Jan 2005 11:04:45 +0000] rev 1033
(svn r1534) Use memmove() instead of memcpy() when copying overlapping memory (tamlin)

Sun, 16 Jan 2005 09:51:56 +0000(svn r1533) Turn an if cascade into a switch and move a const array to the only location where it is used
tron [Sun, 16 Jan 2005 09:51:56 +0000] rev 1032
(svn r1533) Turn an if cascade into a switch and move a const array to the only location where it is used

Sun, 16 Jan 2005 00:23:19 +0000(svn r1532) -Fix: [1103078] default service period patch options are now cast to 0 with right variable size.
darkvater [Sun, 16 Jan 2005 00:23:19 +0000] rev 1031
(svn r1532) -Fix: [1103078] default service period patch options are now cast to 0 with right variable size.