Fri, 03 Mar 2006 21:29:13 +0000(svn r3752) FYOS avoid to cast function pointers
tron [Fri, 03 Mar 2006 21:29:13 +0000] rev 3137
(svn r3752) FYOS avoid to cast function pointers

Fri, 03 Mar 2006 21:18:19 +0000(svn r3751) -Fix: Correctly implement minimum search, so road vehicles head twoards the closest station, not the last one in the list
tron [Fri, 03 Mar 2006 21:18:19 +0000] rev 3136
(svn r3751) -Fix: Correctly implement minimum search, so road vehicles head twoards the closest station, not the last one in the list

Fri, 03 Mar 2006 20:54:54 +0000(svn r3750) Use INVALID_STATION instead of -1 in NPF
tron [Fri, 03 Mar 2006 20:54:54 +0000] rev 3135
(svn r3750) Use INVALID_STATION instead of -1 in NPF

Fri, 03 Mar 2006 20:48:03 +0000(svn r3749) -Fix: [FS#61] The tooltips for raising and lowering land buttons in the scenario editor are interchanged (Reported and fixed by lc)
tron [Fri, 03 Mar 2006 20:48:03 +0000] rev 3134
(svn r3749) -Fix: [FS#61] The tooltips for raising and lowering land buttons in the scenario editor are interchanged (Reported and fixed by lc)

Fri, 03 Mar 2006 20:43:54 +0000(svn r3748) Remove bubblesort(), it's unused
tron [Fri, 03 Mar 2006 20:43:54 +0000] rev 3133
(svn r3748) Remove bubblesort(), it's unused

Fri, 03 Mar 2006 19:42:09 +0000(svn r3747) Change HASBIT() to return 0/1 instead of 0/value of tested bit, because the name suggests it does the former and current behavior broke in some places in very subtle ways (for example HASBIT(x, 0) != HASBIT(y, 1) doesn't work, returning a bool after HASBIT(x, 9) neither)
tron [Fri, 03 Mar 2006 19:42:09 +0000] rev 3132
(svn r3747) Change HASBIT() to return 0/1 instead of 0/value of tested bit, because the name suggests it does the former and current behavior broke in some places in very subtle ways (for example HASBIT(x, 0) != HASBIT(y, 1) doesn't work, returning a bool after HASBIT(x, 9) neither)

Fri, 03 Mar 2006 11:27:18 +0000(svn r3746) - [7/7] Moving the callback functions for the setting-changes from settings_gui.c to settings.c. Also enable the callback functionality through the console.
Darkvater [Fri, 03 Mar 2006 11:27:18 +0000] rev 3131
(svn r3746) - [7/7] Moving the callback functions for the setting-changes from settings_gui.c to settings.c. Also enable the callback functionality through the console.
- Fix a nasty bug with improper counter addition. (*i)++ and NOT *i++ when setting a patch value through the console.

Fri, 03 Mar 2006 07:51:41 +0000(svn r3745) Fix two buffer overflows, one case of undefined behavior (the destination buffer of sprintf() may not alias with one of its arguments) and some other minor stuff introduced in r3740
tron [Fri, 03 Mar 2006 07:51:41 +0000] rev 3130
(svn r3745) Fix two buffer overflows, one case of undefined behavior (the destination buffer of sprintf() may not alias with one of its arguments) and some other minor stuff introduced in r3740

Thu, 02 Mar 2006 22:21:27 +0000(svn r3742) -codechange: [OSX] changed an assert to use the new error window and added another two to show if the screen buffer fails for some reason in cocoa driver (instead of just crashing)
bjarni [Thu, 02 Mar 2006 22:21:27 +0000] rev 3129
(svn r3742) -codechange: [OSX] changed an assert to use the new error window and added another two to show if the screen buffer fails for some reason in cocoa driver (instead of just crashing)

Thu, 02 Mar 2006 22:00:57 +0000(svn r3741) -Fix: [i686 OSX] reverted the change in rev 3670 for non PowerPC (done with #ifdef) since it appeared to crash intel based macs
bjarni [Thu, 02 Mar 2006 22:00:57 +0000] rev 3128
(svn r3741) -Fix: [i686 OSX] reverted the change in rev 3670 for non PowerPC (done with #ifdef) since it appeared to crash intel based macs
This fix is not a good solution and might not work, but if it works, it's better than nothing until we get the real solution