Darkvater
d9d4a4c4bd
(svn r3559) - CodeChange: simplify MKCOLOR(x) macro for smallmap_gui.c by adding a TO_LE32X() macro next to TO_BE32X(). The 'X' signifies them as macros and not-inline functions so they can be used in variable declarations.
2006-02-05 23:12:23 +00:00
Darkvater
7f1cda519c
(svn r3559) - CodeChange: simplify MKCOLOR(x) macro for smallmap_gui.c by adding a TO_LE32X() macro next to TO_BE32X(). The 'X' signifies them as macros and not-inline functions so they can be used in variable declarations.
2006-02-05 23:12:23 +00:00
peter1138
2dd0473e0a
(svn r3558) Add newgrf_callbacks.h to VS project files
2006-02-05 20:36:36 +00:00
peter1138
f80bf7fa68
(svn r3558) Add newgrf_callbacks.h to VS project files
2006-02-05 20:36:36 +00:00
peter1138
bb016cdff6
(svn r3557) - NewGRF: move callback enums to a new file as more than just engines will use them
2006-02-05 19:46:20 +00:00
peter1138
ab771e4ff0
(svn r3557) - NewGRF: move callback enums to a new file as more than just engines will use them
2006-02-05 19:46:20 +00:00
tron
72eeae1546
(svn r3556) Add accessors for handling tree tiles
...
See tree.h for details
2006-02-05 14:47:15 +00:00
tron
208a4b4944
(svn r3556) Add accessors for handling tree tiles
...
See tree.h for details
2006-02-05 14:47:15 +00:00
bjarni
96e7349020
(svn r3555) -Codechange: [Big Endian] removed defining OTTD_ALIGNMENT by default on Big Endian CPUs
...
this increased speed when reading unaligned data (like strings)
test showed this to increase speed by 5,6% when drawing the mini map on PPC OSX
the tradeoff is that now it will crash if a Big Endian computer don't support unaligned reading
but it should easily fixable in stdafx.h if it turns out to be a problem
2006-02-05 14:18:28 +00:00
bjarni
a7273d95b8
(svn r3555) -Codechange: [Big Endian] removed defining OTTD_ALIGNMENT by default on Big Endian CPUs
...
this increased speed when reading unaligned data (like strings)
test showed this to increase speed by 5,6% when drawing the mini map on PPC OSX
the tradeoff is that now it will crash if a Big Endian computer don't support unaligned reading
but it should easily fixable in stdafx.h if it turns out to be a problem
2006-02-05 14:18:28 +00:00
tron
99f55ae733
(svn r3554) Add accessors for the field type and fences of clear tiles
2006-02-05 11:54:25 +00:00
tron
6132fcea44
(svn r3554) Add accessors for the field type and fences of clear tiles
2006-02-05 11:54:25 +00:00
Darkvater
c04b619aff
(svn r3553) - Revert r3549 "Change the behaviour of OTTD_ALIGNMENT". Some tests showed that forcing aligned reads slowed down the code (drawing smallmap) by 14%. Change back to the old behaviour.
2006-02-05 11:10:31 +00:00
Darkvater
02c4e63fac
(svn r3553) - Revert r3549 "Change the behaviour of OTTD_ALIGNMENT". Some tests showed that forcing aligned reads slowed down the code (drawing smallmap) by 14%. Change back to the old behaviour.
2006-02-05 11:10:31 +00:00
tron
81d7f496c6
(svn r3552) Remove the global variable _mixer
2006-02-05 09:56:04 +00:00
tron
867e1acf08
(svn r3552) Remove the global variable _mixer
2006-02-05 09:56:04 +00:00
peter1138
f00f4f5b47
(svn r3551) Add directives to allow Visual Studio 2005 compilation.
2006-02-05 09:28:06 +00:00
peter1138
cf414c1864
(svn r3551) Add directives to allow Visual Studio 2005 compilation.
2006-02-05 09:28:06 +00:00
Darkvater
6e1be04923
(svn r3550) - [Patches]: fix GCC warning, sorry
2006-02-04 23:09:33 +00:00
Darkvater
7ffdde104f
(svn r3550) - [Patches]: fix GCC warning, sorry
2006-02-04 23:09:33 +00:00
Darkvater
655e5b7ee2
(svn r3549) - Change the behaviour of OTTD_ALIGNMENT. Force aligned reading as default, undefine it if unwanted/unneeded for some reason. I undeffed windows and watcom for now as they were like this.
2006-02-04 23:03:35 +00:00
Darkvater
a9211aebf7
(svn r3549) - Change the behaviour of OTTD_ALIGNMENT. Force aligned reading as default, undefine it if unwanted/unneeded for some reason. I undeffed windows and watcom for now as they were like this.
2006-02-04 23:03:35 +00:00
Darkvater
949340ed6b
(svn r3548) - [Patches]: rework two loops in make_oneofmany() and make_manyofmany()
2006-02-04 22:52:30 +00:00
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