rubidium
|
6aaa72c918
|
(svn r11609) -Fix [FS#1524]: wrong error messages were shown when trying to build some industries in the scenario editor.
|
2007-12-09 18:51:25 +00:00 |
|
rubidium
|
aa39d2a618
|
(svn r11608) -Fix: do not trigger industries, but only the industry's tiles.
|
2007-12-09 18:27:40 +00:00 |
|
rubidium
|
c3ea7e4dc4
|
(svn r11608) -Fix: do not trigger industries, but only the industry's tiles.
|
2007-12-09 18:27:40 +00:00 |
|
skidd13
|
eff1c37b77
|
(svn r11607) -Codechange: Enumify the industry widgets
-Feature: Enable doubleclick in the found new industries window to build an industries
|
2007-12-09 17:07:50 +00:00 |
|
skidd13
|
f20e414e2e
|
(svn r11607) -Codechange: Enumify the industry widgets
-Feature: Enable doubleclick in the found new industries window to build an industries
|
2007-12-09 17:07:50 +00:00 |
|
rubidium
|
bde4b44473
|
(svn r11606) -Revert (r11584): since FS#1482 is solved, we do not need the extra checking and such anymore.
|
2007-12-09 15:17:49 +00:00 |
|
rubidium
|
079c0fd66a
|
(svn r11606) -Revert (r11584): since FS#1482 is solved, we do not need the extra checking and such anymore.
|
2007-12-09 15:17:49 +00:00 |
|
rubidium
|
b6bc3aa698
|
(svn r11605) -Fix [FS#1482, FS#1523]: wrong count of Kirby trains when a ship was build.
|
2007-12-09 15:15:26 +00:00 |
|
rubidium
|
5dc0e86d1b
|
(svn r11605) -Fix [FS#1482, FS#1523]: wrong count of Kirby trains when a ship was build.
|
2007-12-09 15:15:26 +00:00 |
|
smatz
|
d03207df56
|
(svn r11604) -Fix: canal tiles were not marked dirty when surrounding tile got flooded, causing glitches
|
2007-12-08 21:57:24 +00:00 |
|
smatz
|
5cd0013e5c
|
(svn r11604) -Fix: canal tiles were not marked dirty when surrounding tile got flooded, causing glitches
|
2007-12-08 21:57:24 +00:00 |
|
smatz
|
911273948b
|
(svn r11603) -Fix [FS#1481]: make price for railtype conversion more realistic
|
2007-12-08 19:53:30 +00:00 |
|
smatz
|
dfba33819b
|
(svn r11603) -Fix [FS#1481]: make price for railtype conversion more realistic
|
2007-12-08 19:53:30 +00:00 |
|
smatz
|
189771541e
|
(svn r11601) -Codechange: more strict break conditions for _userstring, assert when it overflows anyway (eg. code change without proper check change)
|
2007-12-08 18:50:39 +00:00 |
|
smatz
|
2a62aa1ccd
|
(svn r11601) -Codechange: more strict break conditions for _userstring, assert when it overflows anyway (eg. code change without proper check change)
|
2007-12-08 18:50:39 +00:00 |
|
glx
|
bfda3c82f1
|
(svn r11600) -Cleanup: remove extra out-of-memory checks, since it's now done in *allocT functions.
|
2007-12-08 15:47:23 +00:00 |
|
glx
|
b47bce651e
|
(svn r11600) -Cleanup: remove extra out-of-memory checks, since it's now done in *allocT functions.
|
2007-12-08 15:47:23 +00:00 |
|
bjarni
|
593b49dc49
|
(svn r11599) -Change: [OSX] 10.4 will now use quickdraw for window mode instead of quartz
The reason is that quickdraw is way faster (try fast forward)
10.5 will still use quartz as it can't handle quickdraw.
|
2007-12-08 15:21:37 +00:00 |
|
bjarni
|
2256d9d378
|
(svn r11599) -Change: [OSX] 10.4 will now use quickdraw for window mode instead of quartz
The reason is that quickdraw is way faster (try fast forward)
10.5 will still use quartz as it can't handle quickdraw.
|
2007-12-08 15:21:37 +00:00 |
|
rubidium
|
97a8a0d77f
|
(svn r11598) -Change [FS#1518]: some tooltips of the main toolbar did not 'enumerate' all options in a drop down menu.
|
2007-12-08 14:54:43 +00:00 |
|
rubidium
|
625a4f8e9a
|
(svn r11598) -Change [FS#1518]: some tooltips of the main toolbar did not 'enumerate' all options in a drop down menu.
|
2007-12-08 14:54:43 +00:00 |
|
rubidium
|
33cdfc71dc
|
(svn r11597) -Change: replace all remaining instances of (re|m|c)alloc with (Re|M|C)allocT and add a check for out-of-memory situations to the *allocT functions.
|
2007-12-08 14:50:41 +00:00 |
|
rubidium
|
f1e4914b5f
|
(svn r11597) -Change: replace all remaining instances of (re|m|c)alloc with (Re|M|C)allocT and add a check for out-of-memory situations to the *allocT functions.
|
2007-12-08 14:50:41 +00:00 |
|
belugas
|
f271038461
|
(svn r11596) -Codechange: Use the Window member HandleButtonClick and remove its now useless counterpart function
|
2007-12-08 03:10:50 +00:00 |
|
belugas
|
73c58d8a40
|
(svn r11596) -Codechange: Use the Window member HandleButtonClick and remove its now useless counterpart function
|
2007-12-08 03:10:50 +00:00 |
|
belugas
|
902b20263c
|
(svn r11595) -Codechange: add a new member to Window struct, based on its function counterpart HandleButtonClick.
|
2007-12-08 02:55:47 +00:00 |
|
belugas
|
b23f824f18
|
(svn r11595) -Codechange: add a new member to Window struct, based on its function counterpart HandleButtonClick.
|
2007-12-08 02:55:47 +00:00 |
|
glx
|
e3f4d0e72a
|
(svn r11594) -Fix: don't allow changing network only patches settings from console when not in network game
|
2007-12-08 01:36:40 +00:00 |
|
glx
|
04f0700357
|
(svn r11594) -Fix: don't allow changing network only patches settings from console when not in network game
|
2007-12-08 01:36:40 +00:00 |
|
belugas
|
42d6f195cf
|
(svn r11593) -Cleanup: remove some forgotten pieces of evidence of a mischief
|
2007-12-08 01:30:18 +00:00 |
|
belugas
|
af4d07b978
|
(svn r11593) -Cleanup: remove some forgotten pieces of evidence of a mischief
|
2007-12-08 01:30:18 +00:00 |
|
belugas
|
544325590c
|
(svn r11592) -Codechange: Use the Window member RaiseButtons and remove the now useless RaiseWindowButtons function
|
2007-12-08 01:20:47 +00:00 |
|
belugas
|
8c89641dbe
|
(svn r11592) -Codechange: Use the Window member RaiseButtons and remove the now useless RaiseWindowButtons function
|
2007-12-08 01:20:47 +00:00 |
|
belugas
|
ecb9382c7e
|
(svn r11591) -Codechange: remove now unused widget accessors.
|
2007-12-08 01:02:19 +00:00 |
|
belugas
|
6fb71047d6
|
(svn r11591) -Codechange: remove now unused widget accessors.
|
2007-12-08 01:02:19 +00:00 |
|
glx
|
7e7606b0d3
|
(svn r11590) -Fix (r11193): IsSlopeRefused() result was half wrong
|
2007-12-07 21:16:38 +00:00 |
|
glx
|
8aaa4e7da6
|
(svn r11590) -Fix (r11193): IsSlopeRefused() result was half wrong
|
2007-12-07 21:16:38 +00:00 |
|
rubidium
|
c3ae7faa13
|
(svn r11589) -Fix [FS#1514]: when ship depots got destroyed they always returned to water, even when it should've been canals.
|
2007-12-07 21:14:54 +00:00 |
|
rubidium
|
cbb2d39860
|
(svn r11589) -Fix [FS#1514]: when ship depots got destroyed they always returned to water, even when it should've been canals.
|
2007-12-07 21:14:54 +00:00 |
|
glx
|
b00f621239
|
(svn r11588) -Codechange: use the new member introduced in r11551
|
2007-12-07 18:05:49 +00:00 |
|
glx
|
c21f588a14
|
(svn r11588) -Codechange: use the new member introduced in r11551
|
2007-12-07 18:05:49 +00:00 |
|
skidd13
|
30a5f9abf3
|
(svn r11587) -Fix (r11457): The one way road button wasn't reset on abort
|
2007-12-07 17:51:27 +00:00 |
|
skidd13
|
98bd772119
|
(svn r11587) -Fix (r11457): The one way road button wasn't reset on abort
|
2007-12-07 17:51:27 +00:00 |
|
glx
|
d129a7295c
|
(svn r11586) -Fix: make another widget 'accessor' function const when it should be const.
|
2007-12-07 17:42:15 +00:00 |
|
glx
|
10e17c30a3
|
(svn r11586) -Fix: make another widget 'accessor' function const when it should be const.
|
2007-12-07 17:42:15 +00:00 |
|
skidd13
|
10360288d0
|
(svn r11585) -Codechange: Enumify the widgets of the newGRF gui and a slight cleanup there
|
2007-12-07 12:22:34 +00:00 |
|
skidd13
|
7159007a35
|
(svn r11585) -Codechange: Enumify the widgets of the newGRF gui and a slight cleanup there
|
2007-12-07 12:22:34 +00:00 |
|
rubidium
|
2b9f51219f
|
(svn r11584) -Change: add some extra checking in the hope to find the cause of FS#1482.
|
2007-12-06 22:29:47 +00:00 |
|
rubidium
|
42dbdbb7f9
|
(svn r11584) -Change: add some extra checking in the hope to find the cause of FS#1482.
|
2007-12-06 22:29:47 +00:00 |
|
rubidium
|
39b1a8302b
|
(svn r11583) -Fix [FS#1484]: windows could get completely missing when one resized the window to something very small.
|
2007-12-06 20:55:48 +00:00 |
|