michi_cc
|
56a592dcbd
|
(svn r23233) -Codechange: Refactor maximum and actually transported cargo amount of towns into a reusable struct.
|
2011-11-15 20:47:53 +00:00 |
|
michi_cc
|
6548ec6e9e
|
(svn r23233) -Codechange: Refactor maximum and actually transported cargo amount of towns into a reusable struct.
|
2011-11-15 20:47:53 +00:00 |
|
frosch
|
46e77ee24f
|
(svn r23138) -Feature: [NewGRF] Allow passing 32bit parameters to 60+x variables (using var 7B). Currently most useful for vehicle var 60.
|
2011-11-08 17:23:30 +00:00 |
|
frosch
|
1ad7239247
|
(svn r23138) -Feature: [NewGRF] Allow passing 32bit parameters to 60+x variables (using var 7B). Currently most useful for vehicle var 60.
|
2011-11-08 17:23:30 +00:00 |
|
yexo
|
72500ddedf
|
(svn r22920) -Cleanup: replace two very old town variables taht were rarely used by small functions that compute there value on-the-fly when necessary
|
2011-09-11 11:47:18 +00:00 |
|
yexo
|
40d5419cd2
|
(svn r22920) -Cleanup: replace two very old town variables taht were rarely used by small functions that compute there value on-the-fly when necessary
|
2011-09-11 11:47:18 +00:00 |
|
terkhen
|
e1a4acfdf6
|
(svn r22571) -Add: [NewGRF] Show town persistent storage in the NewGRF debug GUI.
|
2011-06-12 20:53:16 +00:00 |
|
terkhen
|
8ddb3941f7
|
(svn r22571) -Add: [NewGRF] Show town persistent storage in the NewGRF debug GUI.
|
2011-06-12 20:53:16 +00:00 |
|
terkhen
|
e8a8b6dae5
|
(svn r22569) -Feature: [NewGRF] Persistent storage for towns.
|
2011-06-12 20:50:03 +00:00 |
|
terkhen
|
a619ad3789
|
(svn r22569) -Feature: [NewGRF] Persistent storage for towns.
|
2011-06-12 20:50:03 +00:00 |
|
terkhen
|
713acf1ad3
|
(svn r22562) -Codechange: Remove constness from TownGetVariable.
|
2011-06-12 20:37:26 +00:00 |
|
terkhen
|
dd8a436cbb
|
(svn r22562) -Codechange: Remove constness from TownGetVariable.
|
2011-06-12 20:37:26 +00:00 |
|
rubidium
|
878a06dd9a
|
(svn r21198) -Fix: don't call variables properties in debug messages
|
2010-11-15 16:43:46 +00:00 |
|
rubidium
|
a6a2fbd937
|
(svn r21198) -Fix: don't call variables properties in debug messages
|
2010-11-15 16:43:46 +00:00 |
|
frosch
|
c18839704b
|
(svn r20286) -Codechange: Unify end of doxygen comments.
|
2010-08-01 19:44:49 +00:00 |
|
frosch
|
4bd32799f1
|
(svn r20286) -Codechange: Unify end of doxygen comments.
|
2010-08-01 19:44:49 +00:00 |
|
frosch
|
5b86c79fce
|
(svn r20283) -Codechange: Unify start of doygen comments.
|
2010-08-01 19:22:34 +00:00 |
|
frosch
|
ed4f806f1d
|
(svn r20283) -Codechange: Unify start of doygen comments.
|
2010-08-01 19:22:34 +00:00 |
|
rubidium
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
7fbc33dae1
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
smatz
|
45312433b6
|
(svn r16632) -Codechange: rename Town::flags12 to Town::flags
|
2009-06-23 09:52:26 +00:00 |
|
smatz
|
a50ba1b8c1
|
(svn r16632) -Codechange: rename Town::flags12 to Town::flags
|
2009-06-23 09:52:26 +00:00 |
|
peter1138
|
3bafe9b0e2
|
(svn r15513) -Cleanup: Unavailable varaction variable value does not matter, but at least it can be consistent.
|
2009-02-18 09:14:41 +00:00 |
|
peter1138
|
fd6a480004
|
(svn r15513) -Cleanup: Unavailable varaction variable value does not matter, but at least it can be consistent.
|
2009-02-18 09:14:41 +00:00 |
|
smatz
|
9021c20b5e
|
(svn r15299) -Cleanup: remove many redundant includes
|
2009-01-31 20:16:06 +00:00 |
|
smatz
|
0d3f5e6e74
|
(svn r15299) -Cleanup: remove many redundant includes
|
2009-01-31 20:16:06 +00:00 |
|
rubidium
|
e7a501100a
|
(svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
|
2008-05-29 15:13:28 +00:00 |
|
rubidium
|
923e21129c
|
(svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
|
2008-05-29 15:13:28 +00:00 |
|
rubidium
|
dc77647ea4
|
(svn r13251) -Codechange: rename _patches to _settings as that is more logic.
-Codechange: move all Settings into substructs of _settings in a way that they are logically grouped.
|
2008-05-25 19:17:03 +00:00 |
|
rubidium
|
4625695653
|
(svn r13251) -Codechange: rename _patches to _settings as that is more logic.
-Codechange: move all Settings into substructs of _settings in a way that they are logically grouped.
|
2008-05-25 19:17:03 +00:00 |
|
rubidium
|
1ce0b03bf0
|
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
|
2008-05-06 15:11:33 +00:00 |
|
rubidium
|
d03994098b
|
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
|
2008-05-06 15:11:33 +00:00 |
|
rubidium
|
08894026da
|
(svn r12726) -Fix [FS#1877]: overflow causing strange building behaviour in towns.
|
2008-04-15 22:27:28 +00:00 |
|
rubidium
|
9d3a08523a
|
(svn r12726) -Fix [FS#1877]: overflow causing strange building behaviour in towns.
|
2008-04-15 22:27:28 +00:00 |
|
skidd13
|
49cf499cf2
|
(svn r12381) -Fix [FS1835] [FS1535] (r11855): The number of houses wasn't computed right. A few other things regaring the updating had to be changed. Big thanks for support to frosch123 and SmatZ, to name just a few. (Inspired by a patch of bilbo)
|
2008-03-18 12:28:21 +00:00 |
|
skidd13
|
a887b79f90
|
(svn r12381) -Fix [FS1835] [FS1535] (r11855): The number of houses wasn't computed right. A few other things regaring the updating had to be changed. Big thanks for support to frosch123 and SmatZ, to name just a few. (Inspired by a patch of bilbo)
|
2008-03-18 12:28:21 +00:00 |
|
frosch
|
bde573d1e9
|
(svn r12247) -Fix (r9315): Town variables 0x9E to 0xAD (company ratings) returned wrong values.
|
2008-02-25 13:48:23 +00:00 |
|
frosch
|
93b3a66678
|
(svn r12247) -Fix (r9315): Town variables 0x9E to 0xAD (company ratings) returned wrong values.
|
2008-02-25 13:48:23 +00:00 |
|
smatz
|
44a8293364
|
(svn r12192) -Fix: clamp various town variables to 16bit prior to returning the value
|
2008-02-20 14:30:53 +00:00 |
|
smatz
|
ca46154068
|
(svn r12192) -Fix: clamp various town variables to 16bit prior to returning the value
|
2008-02-20 14:30:53 +00:00 |
|
rubidium
|
9c0c798dd8
|
(svn r11834) -Codechange: only include settings_type.h if needed.
|
2008-01-13 14:37:30 +00:00 |
|
rubidium
|
dc87b05e8c
|
(svn r11834) -Codechange: only include settings_type.h if needed.
|
2008-01-13 14:37:30 +00:00 |
|
rubidium
|
81bf9f8503
|
(svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
|
2007-12-25 11:26:07 +00:00 |
|
rubidium
|
429521a7d1
|
(svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
|
2007-12-25 11:26:07 +00:00 |
|
peter1138
|
f4abcb2349
|
(svn r10430) -Fix: Too many town rating entry lookups (KUDr)
|
2007-07-04 06:37:43 +00:00 |
|
peter1138
|
e9c38a97b0
|
(svn r10430) -Fix: Too many town rating entry lookups (KUDr)
|
2007-07-04 06:37:43 +00:00 |
|
maedhros
|
56d0193f99
|
(svn r9709) -Fix (r9706): Larger towns use t->larger_towns, not the town index.
|
2007-04-21 08:51:42 +00:00 |
|
maedhros
|
ac0c371d5a
|
(svn r9709) -Fix (r9706): Larger towns use t->larger_towns, not the town index.
|
2007-04-21 08:51:42 +00:00 |
|
peter1138
|
cc001f112b
|
(svn r9706) -Codechange: Support NewGRF town var 40 'largertowns' variable properly.
|
2007-04-21 07:17:14 +00:00 |
|
peter1138
|
01ae38e3d7
|
(svn r9706) -Codechange: Support NewGRF town var 40 'largertowns' variable properly.
|
2007-04-21 07:17:14 +00:00 |
|