Darkvater
64f14ed992
(svn r3548) - [Patches]: rework two loops in make_oneofmany() and make_manyofmany()
2006-02-04 22:52:30 +00:00
Darkvater
3156a052d5
(svn r3547) - [Patches]: do some general cleanup, commentarization before starting actual work. This patch contains no functional changes (I hope). It might break GPMI-builds though when trying to join a trunk/ network game or vice versa. To solve, you can change the order of the first 8 enums in SettingDescType. I think that'll work.
2006-02-04 22:48:57 +00:00
Darkvater
2dc3d8ac2c
(svn r3547) - [Patches]: do some general cleanup, commentarization before starting actual work. This patch contains no functional changes (I hope). It might break GPMI-builds though when trying to join a trunk/ network game or vice versa. To solve, you can change the order of the first 8 enums in SettingDescType. I think that'll work.
2006-02-04 22:48:57 +00:00
peter1138
2d67fc8741
(svn r3546) - NewGRF feature: Implement rail vehicle 'property' 0x1A: allows shuffling order of rail vehicle purchase list (and replace vehicle list)
2006-02-04 21:48:46 +00:00
peter1138
500a7e6627
(svn r3546) - NewGRF feature: Implement rail vehicle 'property' 0x1A: allows shuffling order of rail vehicle purchase list (and replace vehicle list)
2006-02-04 21:48:46 +00:00
bjarni
c77c99b3c7
(svn r3535) -Feature: [autoreplace] allow autoreplacing of train wagons
...
currently ALL available wagons are displayed in the right menu in the replace window
however the replacement will only be done if the new wagon can be refitted to carry same cargo as the old one is currently carrying
Since the standard vehicles do not have any valid wagon replacements, this feature can only be used when using newgrf sets
2006-02-04 18:25:07 +00:00
bjarni
78b51cbec2
(svn r3535) -Feature: [autoreplace] allow autoreplacing of train wagons
...
currently ALL available wagons are displayed in the right menu in the replace window
however the replacement will only be done if the new wagon can be refitted to carry same cargo as the old one is currently carrying
Since the standard vehicles do not have any valid wagon replacements, this feature can only be used when using newgrf sets
2006-02-04 18:25:07 +00:00
Darkvater
a88ed0583b
(svn r3534) - Codechange: remove unused savedump patch-settings.
2006-02-04 15:28:30 +00:00
Darkvater
94dfa09424
(svn r3534) - Codechange: remove unused savedump patch-settings.
2006-02-04 15:28:30 +00:00
tron
fe6002e20f
(svn r3532) Revert r3467, was total nonesense, my fault
2006-02-04 11:53:31 +00:00
tron
b36f89bc51
(svn r3532) Revert r3467, was total nonesense, my fault
2006-02-04 11:53:31 +00:00
peter1138
a3c14182d3
(svn r3530) - NewGRF: Move station resolver to newgrf_station
2006-02-03 23:02:01 +00:00
peter1138
05d7d046c7
(svn r3530) - NewGRF: Move station resolver to newgrf_station
2006-02-03 23:02:01 +00:00
Darkvater
e57ea5e57d
(svn r3529) - Fix: [ 1415782 ] crash in string code with openbsd/zaurus; alignment issues (thanks Tron for the help)
2006-02-03 21:51:42 +00:00
Darkvater
c5a669b39f
(svn r3529) - Fix: [ 1415782 ] crash in string code with openbsd/zaurus; alignment issues (thanks Tron for the help)
2006-02-03 21:51:42 +00:00
peter1138
144c1f39a4
(svn r3528) - Feature: Allow sorting of vehicle lists by model or value (based on meush's work)
2006-02-03 18:32:59 +00:00
peter1138
6dd2affaad
(svn r3528) - Feature: Allow sorting of vehicle lists by model or value (based on meush's work)
2006-02-03 18:32:59 +00:00
Darkvater
ad9e054822
(svn r3527) - Codechange: merge change from branch/0.4.5/. It should be other way, but ok :S
2006-02-03 17:31:24 +00:00
Darkvater
0a1a37c8db
(svn r3527) - Codechange: merge change from branch/0.4.5/. It should be other way, but ok :S
2006-02-03 17:31:24 +00:00
peter1138
50ff85428b
(svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
2006-02-03 15:51:00 +00:00
peter1138
ea4c5bbd2d
(svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
2006-02-03 15:51:00 +00:00
peter1138
6c28b1cec7
(svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch], and add the new files to project files.
2006-02-03 12:55:21 +00:00
peter1138
b88904f345
(svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch], and add the new files to project files.
2006-02-03 12:55:21 +00:00
peter1138
23d2bfb8b2
(svn r3523) Undefine helper macros after using them
2006-02-03 07:45:58 +00:00
peter1138
6823be9d03
(svn r3523) Undefine helper macros after using them
2006-02-03 07:45:58 +00:00
peter1138
e369081657
(svn r3522) - Wrap the vehicle info tables with a macro to simplify adding new fields in the future.
2006-02-03 07:42:49 +00:00
peter1138
78c2b9a056
(svn r3522) - Wrap the vehicle info tables with a macro to simplify adding new fields in the future.
2006-02-03 07:42:49 +00:00
peter1138
8e16eee137
(svn r3521) - Feature: Allow trains details view to be resized.
2006-02-02 08:03:10 +00:00
peter1138
fc5a00d066
(svn r3521) - Feature: Allow trains details view to be resized.
2006-02-02 08:03:10 +00:00
tron
17ec6ed70d
(svn r3520) Remove unused parameters from some functions
2006-02-02 07:15:46 +00:00
tron
b844aa2db3
(svn r3520) Remove unused parameters from some functions
2006-02-02 07:15:46 +00:00
tron
b197b9422f
(svn r3516) Fix embarrassing bug in r3514
2006-02-01 19:53:17 +00:00
tron
21fb5b5150
(svn r3516) Fix embarrassing bug in r3514
2006-02-01 19:53:17 +00:00
tron
41dda81b29
(svn r3515) Fix copy&pasto in r3514
2006-02-01 16:17:08 +00:00
tron
272a27b795
(svn r3515) Fix copy&pasto in r3514
2006-02-01 16:17:08 +00:00
tron
5e0c8a239e
(svn r3514) -Codechange: Replace direct fiddling of bits for the ground type and density of clear tiles with symbolic names and accessors.
...
See clear.h for details
2006-02-01 15:31:21 +00:00
tron
ac4f4e30d5
(svn r3514) -Codechange: Replace direct fiddling of bits for the ground type and density of clear tiles with symbolic names and accessors.
...
See clear.h for details
2006-02-01 15:31:21 +00:00
peter1138
2a71cd9dcf
(svn r3513) Fix strange typo in last commit ...
2006-02-01 09:11:31 +00:00
peter1138
2b98509692
(svn r3513) Fix strange typo in last commit ...
2006-02-01 09:11:31 +00:00
peter1138
49e51cf27f
(svn r3512) Yet more whitespace fixes (mostly by Rubidium)
2006-02-01 09:08:25 +00:00
peter1138
80952253c2
(svn r3512) Yet more whitespace fixes (mostly by Rubidium)
2006-02-01 09:08:25 +00:00
tron
1c3e8630fe
(svn r3511) More whitespace ([FS#46] by Rubidium)
2006-02-01 07:36:15 +00:00
tron
84fb96fe85
(svn r3511) More whitespace ([FS#46] by Rubidium)
2006-02-01 07:36:15 +00:00
tron
9712d6f639
(svn r3510) Fiddle with whitespace and parentheses
2006-02-01 06:32:03 +00:00
tron
22dc05faf2
(svn r3510) Fiddle with whitespace and parentheses
2006-02-01 06:32:03 +00:00
tron
f2c5567ab5
(svn r3509) Now -p is really gone (fix r3508)
2006-02-01 06:12:02 +00:00
tron
8cdd3261fc
(svn r3509) Now -p is really gone (fix r3508)
2006-02-01 06:12:02 +00:00
tron
6f1a6d7a87
(svn r3508) Completly remove the deprecated -p parameter (is superseded by -n)
2006-02-01 06:09:37 +00:00
tron
6c1db94a7d
(svn r3508) Completly remove the deprecated -p parameter (is superseded by -n)
2006-02-01 06:09:37 +00:00
matthijs
a893361692
(svn r3507) - Fix: [Makefile] Make sure the ICON_DIR gets created before copying files there.
...
- Fix: Fix small syntactic error in the manpage.
2006-02-01 01:36:18 +00:00