rubidium
|
b2e9b5d612
|
(svn r18683) -Fix: it's not an other
|
2010-01-01 18:45:40 +00:00 |
|
frosch
|
9384da0ea2
|
(svn r18540) -Codechange: resulting in better name for 'result'.
|
2009-12-19 17:14:35 +00:00 |
|
frosch
|
f946775205
|
(svn r18540) -Codechange: resulting in better name for 'result'.
|
2009-12-19 17:14:35 +00:00 |
|
frosch
|
ec8e44055c
|
(svn r18537) -Fix (r17436): Also do not account cargo in statistics, if it was not accepted.
|
2009-12-19 15:51:55 +00:00 |
|
frosch
|
9a11aed4bd
|
(svn r18537) -Fix (r17436): Also do not account cargo in statistics, if it was not accepted.
|
2009-12-19 15:51:55 +00:00 |
|
rubidium
|
da30e736ca
|
(svn r18330) -Cleanup: remove some unneeded includes
|
2009-11-28 20:35:25 +00:00 |
|
rubidium
|
b00a5f1069
|
(svn r18330) -Cleanup: remove some unneeded includes
|
2009-11-28 20:35:25 +00:00 |
|
frosch
|
f60a437d36
|
(svn r18268) -Feature: [NewGRF] Make price base multipliers related to vehicles only apply to the GRF locally, if it defines engines of that type itself.
|
2009-11-24 13:15:58 +00:00 |
|
frosch
|
d507136e04
|
(svn r18268) -Feature: [NewGRF] Make price base multipliers related to vehicles only apply to the GRF locally, if it defines engines of that type itself.
|
2009-11-24 13:15:58 +00:00 |
|
frosch
|
fe65c7f833
|
(svn r18266) -Codechange: Add a function to compute prices from price base and cost factor and use it consistently for vehicle purchase, running cost, and refit cost.
|
2009-11-24 13:12:34 +00:00 |
|
frosch
|
912bce0b8c
|
(svn r18266) -Codechange: Add a function to compute prices from price base and cost factor and use it consistently for vehicle purchase, running cost, and refit cost.
|
2009-11-24 13:12:34 +00:00 |
|
frosch
|
c0936d100d
|
(svn r18016) -Codechange: Move the arbitrary basecost multiplier offset (8) to newgrf loading and make the internal state zero-based instead.
|
2009-11-08 18:04:53 +00:00 |
|
frosch
|
f48f73f060
|
(svn r18016) -Codechange: Move the arbitrary basecost multiplier offset (8) to newgrf loading and make the internal state zero-based instead.
|
2009-11-08 18:04:53 +00:00 |
|
frosch
|
d6e65fc173
|
(svn r18008) -Codechange: Rename NUM_PRICES to PR_END, and use the Price enum some more.
|
2009-11-08 12:23:02 +00:00 |
|
frosch
|
3f5e42b04a
|
(svn r18008) -Codechange: Rename NUM_PRICES to PR_END, and use the Price enum some more.
|
2009-11-08 12:23:02 +00:00 |
|
frosch
|
040404c5d3
|
(svn r18005) -Codechange: Convert the Prices struct into an array and an enum.
|
2009-11-07 22:47:54 +00:00 |
|
frosch
|
ba1fc280e3
|
(svn r18005) -Codechange: Convert the Prices struct into an array and an enum.
|
2009-11-07 22:47:54 +00:00 |
|
frosch
|
3cb949a17d
|
(svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h
|
2009-11-05 19:46:17 +00:00 |
|
frosch
|
79627b4f89
|
(svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h
|
2009-11-05 19:46:17 +00:00 |
|
rubidium
|
d4919d8e88
|
(svn r17834) -Fix [FS#3274] (r17808): you got paid a bit too much... ofcourse the index of the source station generally doesn't equal the location of said station.
|
2009-10-20 22:06:33 +00:00 |
|
rubidium
|
f4e0b3642b
|
(svn r17834) -Fix [FS#3274] (r17808): you got paid a bit too much... ofcourse the index of the source station generally doesn't equal the location of said station.
|
2009-10-20 22:06:33 +00:00 |
|
rubidium
|
756f813040
|
(svn r17808) -Codechange: remove write 'access' from all of CargoPacket's variables
|
2009-10-18 17:53:34 +00:00 |
|
rubidium
|
e613107e02
|
(svn r17808) -Codechange: remove write 'access' from all of CargoPacket's variables
|
2009-10-18 17:53:34 +00:00 |
|
rubidium
|
e553983e39
|
(svn r17800) -Codechange: first steps into making CargoList a template
|
2009-10-18 14:28:26 +00:00 |
|
rubidium
|
138e7233bc
|
(svn r17800) -Codechange: first steps into making CargoList a template
|
2009-10-18 14:28:26 +00:00 |
|
frosch
|
4cb5a3e8a2
|
(svn r17725) -Codechange: Reduce usage of EngInfo and XxxVehInfo, esp. when a Engine * is already present.
|
2009-10-06 19:17:07 +00:00 |
|
frosch
|
f3aacb8fe3
|
(svn r17725) -Codechange: Reduce usage of EngInfo and XxxVehInfo, esp. when a Engine * is already present.
|
2009-10-06 19:17:07 +00:00 |
|
rubidium
|
ec3a0dc064
|
(svn r17720) -Codechange: guard the CargoPacket variables that are cached in CargoLists so they cannot be written from outside the CargoList class (based on patch by fonsinchen)
|
2009-10-06 17:23:15 +00:00 |
|
rubidium
|
5f59d0c5b4
|
(svn r17720) -Codechange: guard the CargoPacket variables that are cached in CargoLists so they cannot be written from outside the CargoList class (based on patch by fonsinchen)
|
2009-10-06 17:23:15 +00:00 |
|
smatz
|
581366f352
|
(svn r17592) -Fix [FS#3212](r17436): force all cargo being accepted when industry tiles accept it but industry itself doesn't
|
2009-09-20 18:52:12 +00:00 |
|
smatz
|
9cf2e92159
|
(svn r17592) -Fix [FS#3212](r17436): force all cargo being accepted when industry tiles accept it but industry itself doesn't
|
2009-09-20 18:52:12 +00:00 |
|
smatz
|
c3a80f1518
|
(svn r17589) -Codechange: rename town_acc to always_accepted
|
2009-09-20 17:44:33 +00:00 |
|
smatz
|
9225b3ba03
|
(svn r17589) -Codechange: rename town_acc to always_accepted
|
2009-09-20 17:44:33 +00:00 |
|
rubidium
|
2e5596025c
|
(svn r17579) -Fix: remove doxygen docs for removed parameters, or change @param to @tparam if necessary
|
2009-09-19 15:17:47 +00:00 |
|
rubidium
|
ca91a97826
|
(svn r17579) -Fix: remove doxygen docs for removed parameters, or change @param to @tparam if necessary
|
2009-09-19 15:17:47 +00:00 |
|
rubidium
|
310465da07
|
(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos
|
2009-09-19 09:51:14 +00:00 |
|
rubidium
|
e8ddf001c8
|
(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos
|
2009-09-19 09:51:14 +00:00 |
|
rubidium
|
06e490fadc
|
(svn r17567) -Fix: some doxygen warnings
|
2009-09-18 14:23:58 +00:00 |
|
rubidium
|
04d5b67eb6
|
(svn r17567) -Fix: some doxygen warnings
|
2009-09-18 14:23:58 +00:00 |
|
rubidium
|
4db98357ea
|
(svn r17552) -Codechange: rename load_unload_time_rem to something more generic as it's used for more than just load/unload. Also add some documentation about where it is used.
|
2009-09-15 20:58:44 +00:00 |
|
rubidium
|
af457fc9fe
|
(svn r17552) -Codechange: rename load_unload_time_rem to something more generic as it's used for more than just load/unload. Also add some documentation about where it is used.
|
2009-09-15 20:58:44 +00:00 |
|
rubidium
|
ba1af15b7a
|
(svn r17551) -Fix [FS#3201] (r17222): vehicles waiting for their time table didn't load anymore after their initial load was completed
|
2009-09-15 20:13:47 +00:00 |
|
rubidium
|
e9ae22d2c5
|
(svn r17551) -Fix [FS#3201] (r17222): vehicles waiting for their time table didn't load anymore after their initial load was completed
|
2009-09-15 20:13:47 +00:00 |
|
frosch
|
8f5622ebad
|
(svn r17550) -Fix (r8973): Aircraft are good enough, don't make them even better.
|
2009-09-15 19:56:41 +00:00 |
|
frosch
|
28f759f905
|
(svn r17550) -Fix (r8973): Aircraft are good enough, don't make them even better.
|
2009-09-15 19:56:41 +00:00 |
|
rubidium
|
3325d91c6e
|
(svn r17546) -Fix (r9617): sign extending of profit calculation didn't work
|
2009-09-15 17:23:24 +00:00 |
|
rubidium
|
ac36433b52
|
(svn r17546) -Fix (r9617): sign extending of profit calculation didn't work
|
2009-09-15 17:23:24 +00:00 |
|
yexo
|
6fb7012bc6
|
(svn r17542) -Fix: don't access variables in the company struct after it has been deleted
-Cleanup: remove some never-used code
|
2009-09-14 22:09:50 +00:00 |
|
yexo
|
5ef54ed4f9
|
(svn r17542) -Fix: don't access variables in the company struct after it has been deleted
-Cleanup: remove some never-used code
|
2009-09-14 22:09:50 +00:00 |
|
rubidium
|
c2c0f4403e
|
(svn r17534) -Codechange: unify the naming of callback masks/flags
|
2009-09-14 12:22:57 +00:00 |
|