truelight
|
28a006ec1f
|
(svn r10271) -Fix r9563: move the Transparency Option menu item to the place it should have been in the first place: Option Menu, not Map Menu (go figure :p)
|
2007-06-22 18:43:11 +00:00 |
|
truelight
|
cc533d77e5
|
(svn r10271) -Fix r9563: move the Transparency Option menu item to the place it should have been in the first place: Option Menu, not Map Menu (go figure :p)
|
2007-06-22 18:43:11 +00:00 |
|
truelight
|
80bcbce62b
|
(svn r10270) -Add: prefixed the loading indicator with an arrow, up meaning vehicle is loading, down meaning vehicle is unloading
|
2007-06-22 18:28:44 +00:00 |
|
truelight
|
f80fa33cc5
|
(svn r10270) -Add: prefixed the loading indicator with an arrow, up meaning vehicle is loading, down meaning vehicle is unloading
|
2007-06-22 18:28:44 +00:00 |
|
rubidium
|
db097a94db
|
(svn r10269) -Fix [FS#912]: station ratings were shown for all cargos instead of only the cargos that have been transported.
|
2007-06-22 17:34:04 +00:00 |
|
rubidium
|
74b867db72
|
(svn r10269) -Fix [FS#912]: station ratings were shown for all cargos instead of only the cargos that have been transported.
|
2007-06-22 17:34:04 +00:00 |
|
rubidium
|
60c61e5116
|
(svn r10268) -Fix: some old savegames could have the wrong bits unset (follow up of r10147)
|
2007-06-22 17:33:13 +00:00 |
|
rubidium
|
96d208d04b
|
(svn r10268) -Fix: some old savegames could have the wrong bits unset (follow up of r10147)
|
2007-06-22 17:33:13 +00:00 |
|
glx
|
68ff3bc90f
|
(svn r10267) -Add: enable double clic to add in 'add newgrf' window
|
2007-06-22 13:10:56 +00:00 |
|
glx
|
8dff21e421
|
(svn r10267) -Add: enable double clic to add in 'add newgrf' window
|
2007-06-22 13:10:56 +00:00 |
|
rubidium
|
fc201d4ad8
|
(svn r10266) -Codechange: keep track of the origin, time of travel and accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo isn't thrown on a big pile when it's put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it.
|
2007-06-22 11:58:59 +00:00 |
|
rubidium
|
e5c352818d
|
(svn r10266) -Codechange: keep track of the origin, time of travel and accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo isn't thrown on a big pile when it's put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it.
|
2007-06-22 11:58:59 +00:00 |
|
truelight
|
dc82eeb2ae
|
(svn r10265) -Feature: allow double-clicking on certain places: build-vehicle and town-action
|
2007-06-22 10:57:53 +00:00 |
|
truelight
|
6159f58948
|
(svn r10265) -Feature: allow double-clicking on certain places: build-vehicle and town-action
|
2007-06-22 10:57:53 +00:00 |
|
rubidium
|
4312cec2c0
|
(svn r10263) -Fix (r10262): due to 64 bits alignment a struct became a little too large.
|
2007-06-21 19:18:49 +00:00 |
|
rubidium
|
046b6f18da
|
(svn r10263) -Fix (r10262): due to 64 bits alignment a struct became a little too large.
|
2007-06-21 19:18:49 +00:00 |
|
rubidium
|
328d369f64
|
(svn r10262) -Fix (r10258): some places that needed to be changed to uint64 were hidden/forgotten, which caused memory corruptions and that in caused all kinds of assertions to trigger.
|
2007-06-21 19:08:47 +00:00 |
|
rubidium
|
0b34c9aefe
|
(svn r10262) -Fix (r10258): some places that needed to be changed to uint64 were hidden/forgotten, which caused memory corruptions and that in caused all kinds of assertions to trigger.
|
2007-06-21 19:08:47 +00:00 |
|
rubidium
|
f91e05a66b
|
(svn r10261) -Cleanup: we do not need CURRENCY64 and CURRCOMPACT64 anymore, because everything is already 64 bits by default.
|
2007-06-21 17:38:59 +00:00 |
|
rubidium
|
fb7964e902
|
(svn r10261) -Cleanup: we do not need CURRENCY64 and CURRCOMPACT64 anymore, because everything is already 64 bits by default.
|
2007-06-21 17:38:59 +00:00 |
|
miham
|
377a5e40c0
|
(svn r10260) -Update: WebTranslator2 update to 2007-06-21 19:36:07
piglatin - 12 fixed by adammw (12)
|
2007-06-21 17:36:16 +00:00 |
|
miham
|
e432c7459e
|
(svn r10260) -Update: WebTranslator2 update to 2007-06-21 19:36:07
piglatin - 12 fixed by adammw (12)
|
2007-06-21 17:36:16 +00:00 |
|
rubidium
|
75ebd2c5a8
|
(svn r10259) -Fix (r10258): committed a little too much.. would've made pretty cheap tunnels though :)
|
2007-06-21 17:27:21 +00:00 |
|
rubidium
|
9feb9f84fc
|
(svn r10259) -Fix (r10258): committed a little too much.. would've made pretty cheap tunnels though :)
|
2007-06-21 17:27:21 +00:00 |
|
rubidium
|
d0fa4eb9de
|
(svn r10258) -Codechange: as we are now using int64 all over the place, it's better to use int64 variables in the string generating too instead of packing them into two int32s.
-Fix: some displays of money were wrong.
|
2007-06-21 17:25:17 +00:00 |
|
rubidium
|
9c0944aa09
|
(svn r10258) -Codechange: as we are now using int64 all over the place, it's better to use int64 variables in the string generating too instead of packing them into two int32s.
-Fix: some displays of money were wrong.
|
2007-06-21 17:25:17 +00:00 |
|
miham
|
a482793a32
|
(svn r10257) -Update: WebTranslator2 update to 2007-06-21 19:15:05
danish - 25 fixed, 50 changed by ThomasA (75)
finnish - 117 fixed by habazi (117)
hungarian - 6 fixed by miham (6)
romanian - 8 fixed, 9 changed by CrystyB (17)
spanish - 7 fixed by jfrank (7)
ukrainian - 28 fixed by mad (25), fevral13 (3)
|
2007-06-21 17:18:33 +00:00 |
|
miham
|
c5225992c1
|
(svn r10257) -Update: WebTranslator2 update to 2007-06-21 19:15:05
danish - 25 fixed, 50 changed by ThomasA (75)
finnish - 117 fixed by habazi (117)
hungarian - 6 fixed by miham (6)
romanian - 8 fixed, 9 changed by CrystyB (17)
spanish - 7 fixed by jfrank (7)
ukrainian - 28 fixed by mad (25), fevral13 (3)
|
2007-06-21 17:18:33 +00:00 |
|
belugas
|
ad446daf33
|
(svn r10256) -Add: Addition of IndustryTileOverrideManager
|
2007-06-21 17:09:10 +00:00 |
|
belugas
|
240bba540e
|
(svn r10256) -Add: Addition of IndustryTileOverrideManager
|
2007-06-21 17:09:10 +00:00 |
|
truelight
|
f58ea51e2a
|
(svn r10255) -Codechange: remove some old debug code nobody was using anymore
|
2007-06-21 16:53:57 +00:00 |
|
truelight
|
af8a234db0
|
(svn r10255) -Codechange: remove some old debug code nobody was using anymore
|
2007-06-21 16:53:57 +00:00 |
|
truelight
|
66a136be09
|
(svn r10254) -Feature: loading indicator, which shows in % how full a vehicle is while loading/unloading (TheJosh)
|
2007-06-21 16:17:47 +00:00 |
|
truelight
|
56eb1738ee
|
(svn r10254) -Feature: loading indicator, which shows in % how full a vehicle is while loading/unloading (TheJosh)
|
2007-06-21 16:17:47 +00:00 |
|
rubidium
|
21711da99d
|
(svn r10253) -Fix (r10249): putting the < the wrong way around made the new towns pretty small.
|
2007-06-21 16:12:31 +00:00 |
|
rubidium
|
2792019b78
|
(svn r10253) -Fix (r10249): putting the < the wrong way around made the new towns pretty small.
|
2007-06-21 16:12:31 +00:00 |
|
rubidium
|
a571d7f954
|
(svn r10252) -Fix: never overflow when applying exchange rates before drawing the amount of money.
|
2007-06-21 15:57:14 +00:00 |
|
rubidium
|
02154f38b8
|
(svn r10252) -Fix: never overflow when applying exchange rates before drawing the amount of money.
|
2007-06-21 15:57:14 +00:00 |
|
glx
|
f7b378df33
|
(svn r10251) -Fix (r10186, FS#907): alt-tab back into openttd could leave the taskbar visible
|
2007-06-21 15:48:00 +00:00 |
|
glx
|
3fe19238b2
|
(svn r10251) -Fix (r10186, FS#907): alt-tab back into openttd could leave the taskbar visible
|
2007-06-21 15:48:00 +00:00 |
|
rubidium
|
fecf81496a
|
(svn r10250) -Fix: money is always 64 bits, so always parse those 64 bits.
|
2007-06-21 15:37:05 +00:00 |
|
rubidium
|
bc01e53967
|
(svn r10250) -Fix: money is always 64 bits, so always parse those 64 bits.
|
2007-06-21 15:37:05 +00:00 |
|
rubidium
|
3307cb32f4
|
(svn r10249) -Fix [FS#906]: town tried to gather information about the neighbourhood of a tile when it couldn't even *ever* build on that tile.
|
2007-06-21 15:13:09 +00:00 |
|
rubidium
|
b6cbd30c3f
|
(svn r10249) -Fix [FS#906]: town tried to gather information about the neighbourhood of a tile when it couldn't even *ever* build on that tile.
|
2007-06-21 15:13:09 +00:00 |
|
rubidium
|
dffad5260b
|
(svn r10248) -Codechange: don't limit the cost of tunnels.
|
2007-06-21 14:58:30 +00:00 |
|
rubidium
|
709ec29563
|
(svn r10248) -Codechange: don't limit the cost of tunnels.
|
2007-06-21 14:58:30 +00:00 |
|
rubidium
|
1b27095c83
|
(svn r10247) -Fix (r10210): *always* call SetDParamMoney when you want to place money in some string.
|
2007-06-21 14:54:51 +00:00 |
|
rubidium
|
eb1472a82d
|
(svn r10247) -Fix (r10210): *always* call SetDParamMoney when you want to place money in some string.
|
2007-06-21 14:54:51 +00:00 |
|
rubidium
|
0d8e82b7d7
|
(svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch.
|
2007-06-21 14:32:27 +00:00 |
|
rubidium
|
f806b46cc9
|
(svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch.
|
2007-06-21 14:32:27 +00:00 |
|