tron
|
e588f86bb3
|
(svn r3364) Remove 3 unused functions (ScrollWindowToTile, AllocateWindowAutoPlace, AllocateWindowAutoPlace2)
|
2006-01-05 12:00:38 +00:00 |
|
tron
|
980e8f525b
|
(svn r3364) Remove 3 unused functions (ScrollWindowToTile, AllocateWindowAutoPlace, AllocateWindowAutoPlace2)
|
2006-01-05 12:00:38 +00:00 |
|
truelight
|
e427dbcad2
|
(svn r3363) -Fix: 'fixed' the transfer problem. This doesn't really fix it, but gives a bit more fair amount of money. Can only be fixed correctly with CargoPackets as suggested in branch.
|
2006-01-05 11:18:58 +00:00 |
|
truelight
|
1d88dfd460
|
(svn r3363) -Fix: 'fixed' the transfer problem. This doesn't really fix it, but gives a bit more fair amount of money. Can only be fixed correctly with CargoPackets as suggested in branch.
|
2006-01-05 11:18:58 +00:00 |
|
peter1138
|
28668bc30b
|
(svn r3362) Fix issue with loading old (TTD) savegames:
- move call to convert from old to new train subtypes.
- ensure AI is started for AI players.
|
2006-01-04 20:18:39 +00:00 |
|
peter1138
|
4b464093e7
|
(svn r3362) Fix issue with loading old (TTD) savegames:
- move call to convert from old to new train subtypes.
- ensure AI is started for AI players.
|
2006-01-04 20:18:39 +00:00 |
|
peter1138
|
b6721d7e95
|
(svn r3361) - Clone Vehicle: Disallow cloning of crashed rail vehicles after starting removal process.
|
2006-01-04 16:53:00 +00:00 |
|
peter1138
|
911a8aa08d
|
(svn r3361) - Clone Vehicle: Disallow cloning of crashed rail vehicles after starting removal process.
|
2006-01-04 16:53:00 +00:00 |
|
peter1138
|
c5496ae092
|
(svn r3360) Fix initialization of engines for precalculation of default refit mask.
|
2006-01-02 22:40:39 +00:00 |
|
peter1138
|
f55153ce3c
|
(svn r3360) Fix initialization of engines for precalculation of default refit mask.
|
2006-01-02 22:40:39 +00:00 |
|
peter1138
|
d5ce50a405
|
(svn r3359) - Autoreplace GUI: When starting or stopping a replacement, redraw the replace window after the command has completed, rather than after calling the command.
|
2006-01-02 19:55:09 +00:00 |
|
peter1138
|
eeeebf9f6d
|
(svn r3359) - Autoreplace GUI: When starting or stopping a replacement, redraw the replace window after the command has completed, rather than after calling the command.
|
2006-01-02 19:55:09 +00:00 |
|
tron
|
2cfdfb5d96
|
(svn r3358) Remove another piece of unused code
|
2005-12-30 22:09:01 +00:00 |
|
tron
|
5353d05865
|
(svn r3358) Remove another piece of unused code
|
2005-12-30 22:09:01 +00:00 |
|
tron
|
bd226be988
|
(svn r3357) Fix an off-by-one error in checking if a coordinate passed to a command is on the map
|
2005-12-30 14:28:32 +00:00 |
|
tron
|
608e9a7203
|
(svn r3357) Fix an off-by-one error in checking if a coordinate passed to a command is on the map
|
2005-12-30 14:28:32 +00:00 |
|
peter1138
|
b97d91b96e
|
(svn r3356) - Remove unused parameter of AfterLoadGame().
- Initialize _sl_version after loading an old savegame.
|
2005-12-29 22:28:19 +00:00 |
|
peter1138
|
2a94a64711
|
(svn r3356) - Remove unused parameter of AfterLoadGame().
- Initialize _sl_version after loading an old savegame.
|
2005-12-29 22:28:19 +00:00 |
|
tron
|
b13bedf27e
|
(svn r3355) Three minor improvements for french (by me using dict.leo.org, OKed by Belugas)
|
2005-12-29 19:09:05 +00:00 |
|
tron
|
10c6d4c738
|
(svn r3355) Three minor improvements for french (by me using dict.leo.org, OKed by Belugas)
|
2005-12-29 19:09:05 +00:00 |
|
tron
|
24d56f889d
|
(svn r3354) Fix a typo, which survived for about 3000 revisions: s/SRT_SORT_BY/STR_SORT_BY/ (noticed by chu)
|
2005-12-29 19:06:44 +00:00 |
|
tron
|
6820aada04
|
(svn r3354) Fix a typo, which survived for about 3000 revisions: s/SRT_SORT_BY/STR_SORT_BY/ (noticed by chu)
|
2005-12-29 19:06:44 +00:00 |
|
tron
|
ed4b89ee36
|
(svn r3353) Simplify the automatic length adjustment algorithm for replacing trains: Use the length of the train before the replacement as reference length
|
2005-12-29 12:42:59 +00:00 |
|
tron
|
246c126d25
|
(svn r3353) Simplify the automatic length adjustment algorithm for replacing trains: Use the length of the train before the replacement as reference length
|
2005-12-29 12:42:59 +00:00 |
|
peter1138
|
901068fd6e
|
(svn r3352) - NewGRF: Move initialization of vehicle random_bits to DC_EXEC blocks to allow use of Random() instead of InteractiveRandom(), which will alleviate some possible network desyncs.
|
2005-12-28 22:29:59 +00:00 |
|
peter1138
|
1ffc700797
|
(svn r3352) - NewGRF: Move initialization of vehicle random_bits to DC_EXEC blocks to allow use of Random() instead of InteractiveRandom(), which will alleviate some possible network desyncs.
|
2005-12-28 22:29:59 +00:00 |
|
peter1138
|
139d1ed1eb
|
(svn r3351) Make sort criteria selection widgets in player train list consistent with those widgets in other vehicle type lists. (Stops "Total capacity per cargo type" overflowing)
|
2005-12-28 09:40:26 +00:00 |
|
peter1138
|
a4de62577d
|
(svn r3351) Make sort criteria selection widgets in player train list consistent with those widgets in other vehicle type lists. (Stops "Total capacity per cargo type" overflowing)
|
2005-12-28 09:40:26 +00:00 |
|
peter1138
|
cac82aa4af
|
(svn r3350) Fix widget glitch in player ship window (missed in r1379)
|
2005-12-28 09:29:00 +00:00 |
|
peter1138
|
d6bfff85cb
|
(svn r3350) Fix widget glitch in player ship window (missed in r1379)
|
2005-12-28 09:29:00 +00:00 |
|
peter1138
|
b181868483
|
(svn r3349) Fix off-by-one error in drawing matrix widget, from r3181.
|
2005-12-28 08:39:43 +00:00 |
|
peter1138
|
37c3cd2e5b
|
(svn r3349) Fix off-by-one error in drawing matrix widget, from r3181.
|
2005-12-28 08:39:43 +00:00 |
|
tron
|
c6ea133746
|
(svn r3348) Dependency checking didn't include all compile parameters, which lead to wrong results
|
2005-12-27 22:55:24 +00:00 |
|
tron
|
7e5da7d8b2
|
(svn r3348) Dependency checking didn't include all compile parameters, which lead to wrong results
|
2005-12-27 22:55:24 +00:00 |
|
tron
|
ee3eae4fdf
|
(svn r3347) Plug a memory leak (Found by Valgrind using Truelight ... or was it the other way round?)
|
2005-12-27 20:44:42 +00:00 |
|
tron
|
0f03d94fbe
|
(svn r3347) Plug a memory leak (Found by Valgrind using Truelight ... or was it the other way round?)
|
2005-12-27 20:44:42 +00:00 |
|
peter1138
|
121b54e959
|
(svn r3346) - Increase size of aircraft refit window by one item; fixes "[ 1387477 ] Can't refit aircraft to carry Fizzy Drinks"
|
2005-12-27 16:37:50 +00:00 |
|
peter1138
|
6319e8910f
|
(svn r3346) - Increase size of aircraft refit window by one item; fixes "[ 1387477 ] Can't refit aircraft to carry Fizzy Drinks"
|
2005-12-27 16:37:50 +00:00 |
|
tron
|
7917251413
|
(svn r3345) Remove untranslated strings
|
2005-12-26 18:24:01 +00:00 |
|
tron
|
8c707f6211
|
(svn r3345) Remove untranslated strings
|
2005-12-26 18:24:01 +00:00 |
|
tron
|
79a626a71b
|
(svn r3344) Small fixes for the Danish (Thanks to Bjarni) and Dutch (Thanks to Truelight) translation
|
2005-12-26 18:22:34 +00:00 |
|
tron
|
fad5dcffda
|
(svn r3344) Small fixes for the Danish (Thanks to Bjarni) and Dutch (Thanks to Truelight) translation
|
2005-12-26 18:22:34 +00:00 |
|
peter1138
|
0975885240
|
(svn r3343) Fix calculation of available rail types where all engines of a particular type are obsolete.
|
2005-12-26 15:41:24 +00:00 |
|
peter1138
|
878c868f02
|
(svn r3343) Fix calculation of available rail types where all engines of a particular type are obsolete.
|
2005-12-26 15:41:24 +00:00 |
|
tron
|
05ed2a8d8c
|
(svn r3342) Remove some cruft
|
2005-12-25 19:44:23 +00:00 |
|
tron
|
a857706145
|
(svn r3342) Remove some cruft
|
2005-12-25 19:44:23 +00:00 |
|
truelight
|
a980ddc219
|
(svn r3341) -Codechange: make mingw32 happy, and renamed Rectangle, because it already exists on that platform
|
2005-12-25 15:05:59 +00:00 |
|
truelight
|
8ffe9da482
|
(svn r3341) -Codechange: make mingw32 happy, and renamed Rectangle, because it already exists on that platform
|
2005-12-25 15:05:59 +00:00 |
|
tron
|
0e12ad7d99
|
(svn r3340) Fix dependency calculation: dependencies didn't get recalculated if a header file changed
Also really automagically create the dependency directories by deriving the directory names from $(DEPS)
|
2005-12-25 09:19:16 +00:00 |
|
tron
|
19d0517c71
|
(svn r3340) Fix dependency calculation: dependencies didn't get recalculated if a header file changed
Also really automagically create the dependency directories by deriving the directory names from $(DEPS)
|
2005-12-25 09:19:16 +00:00 |
|