smatz
|
5d301445a2
|
(svn r16659) -Codechange: rename GetAcceptedCargo() to AddAcceptedCargo() and change its behaviour accordingly
-Codechange: remove dummy GetAcceptedCargo_*() handlers
|
2009-06-25 19:23:09 +00:00 |
|
smatz
|
c30a87758f
|
(svn r16659) -Codechange: rename GetAcceptedCargo() to AddAcceptedCargo() and change its behaviour accordingly
-Codechange: remove dummy GetAcceptedCargo_*() handlers
|
2009-06-25 19:23:09 +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 |
|
frosch
|
c9eac207ea
|
(svn r16498) -Codechange: Remove hardly used HASBITS.
|
2009-06-01 15:01:54 +00:00 |
|
frosch
|
0d782b0f96
|
(svn r16498) -Codechange: Remove hardly used HASBITS.
|
2009-06-01 15:01:54 +00:00 |
|
alberth
|
580e478e4e
|
(svn r16491) -Codechange: Added parentheses around bitwise operators for code style.
|
2009-06-01 11:43:36 +00:00 |
|
alberth
|
bab70a823d
|
(svn r16491) -Codechange: Added parentheses around bitwise operators for code style.
|
2009-06-01 11:43:36 +00:00 |
|
frosch
|
eeb3f75cfe
|
(svn r16416) -Fix [FS#2912]: Rework deleting of news when referenced vehicles/stations/industries are deleted.
|
2009-05-24 16:52:42 +00:00 |
|
frosch
|
a4557c7da4
|
(svn r16416) -Fix [FS#2912]: Rework deleting of news when referenced vehicles/stations/industries are deleted.
|
2009-05-24 16:52:42 +00:00 |
|
smatz
|
1eb48cdded
|
(svn r16403) -Codechange: move code related to subsidies to separate file
|
2009-05-23 15:46:00 +00:00 |
|
smatz
|
b2aed51f8e
|
(svn r16403) -Codechange: move code related to subsidies to separate file
|
2009-05-23 15:46:00 +00:00 |
|
smatz
|
d6e203ebe2
|
(svn r16379) -Codechange: remove GetNumTowns(), GetNumIndustries() and GetActiveCompanyCount(), use PoolItem::GetNumItems() instead
|
2009-05-22 15:23:47 +00:00 |
|
smatz
|
10d1ef5447
|
(svn r16379) -Codechange: remove GetNumTowns(), GetNumIndustries() and GetActiveCompanyCount(), use PoolItem::GetNumItems() instead
|
2009-05-22 15:23:47 +00:00 |
|
smatz
|
50624d5c0f
|
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time, binary size and run time (with asserts disabled) should be improved
|
2009-05-22 15:13:50 +00:00 |
|
smatz
|
62a7948af0
|
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time, binary size and run time (with asserts disabled) should be improved
|
2009-05-22 15:13:50 +00:00 |
|
smatz
|
512db5248e
|
(svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsValidID() and PoolItem::Get()
|
2009-05-18 16:21:28 +00:00 |
|
smatz
|
8808f3beea
|
(svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsValidID() and PoolItem::Get()
|
2009-05-18 16:21:28 +00:00 |
|
rubidium
|
c0204dc186
|
(svn r16329) -Fix: possible desync when removing lots of towns in-game (not that we allow removing towns now, but better not have desync prone code lingering around)
|
2009-05-17 10:35:13 +00:00 |
|
rubidium
|
f457cff73c
|
(svn r16329) -Fix: possible desync when removing lots of towns in-game (not that we allow removing towns now, but better not have desync prone code lingering around)
|
2009-05-17 10:35:13 +00:00 |
|
smatz
|
0c10daa243
|
(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index)
|
2009-05-17 01:00:56 +00:00 |
|
smatz
|
871107f529
|
(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index)
|
2009-05-17 01:00:56 +00:00 |
|
smatz
|
d495dc5dbc
|
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
|
2009-05-16 23:34:14 +00:00 |
|
smatz
|
6221d74644
|
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
|
2009-05-16 23:34:14 +00:00 |
|
smatz
|
7126bcd0e1
|
(svn r16308) -Fix: parameter is invalid when it's equal to length of an array (Yexo)
|
2009-05-14 23:40:03 +00:00 |
|
smatz
|
683a6ca039
|
(svn r16308) -Fix: parameter is invalid when it's equal to length of an array (Yexo)
|
2009-05-14 23:40:03 +00:00 |
|
smatz
|
a43f7ad823
|
(svn r16277) -Codechange: enumerize values and remove unneeded values used for testing town rating
|
2009-05-11 11:55:41 +00:00 |
|
smatz
|
e1e6687bfd
|
(svn r16277) -Codechange: enumerize values and remove unneeded values used for testing town rating
|
2009-05-11 11:55:41 +00:00 |
|
frosch
|
af12760722
|
(svn r16268) -Fix (r9876): When callback 2E returns an amount of 0, do not transport 1 unit to the station.
|
2009-05-10 15:42:59 +00:00 |
|
frosch
|
552f10bb09
|
(svn r16268) -Fix (r9876): When callback 2E returns an amount of 0, do not transport 1 unit to the station.
|
2009-05-10 15:42:59 +00:00 |
|
rubidium
|
27e87d1adc
|
(svn r16147) -Feature [FS#2635]: give the town generator a slight tendency to build towns near water by not discarding watery random tiles but by searching for near land (db48x)
|
2009-04-25 22:12:59 +00:00 |
|
rubidium
|
dec40e5501
|
(svn r16147) -Feature [FS#2635]: give the town generator a slight tendency to build towns near water by not discarding watery random tiles but by searching for near land (db48x)
|
2009-04-25 22:12:59 +00:00 |
|
rubidium
|
5c5b357043
|
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible.
|
2009-04-21 23:40:56 +00:00 |
|
rubidium
|
59d45a04d6
|
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible.
|
2009-04-21 23:40:56 +00:00 |
|
frosch
|
d582747919
|
(svn r16101) -Cleanup (r14591): Remove an assertion to increase performance.
|
2009-04-20 17:42:14 +00:00 |
|
frosch
|
f0a4bbda6d
|
(svn r16101) -Cleanup (r14591): Remove an assertion to increase performance.
|
2009-04-20 17:42:14 +00:00 |
|
smatz
|
d046fea1b9
|
(svn r15890) -Codechange: unify the way 'can a town be placed here?' checks are done
-Change: the requirements for location of 'random' town are now a bit less strict
|
2009-03-29 15:06:44 +00:00 |
|
smatz
|
a052191aca
|
(svn r15890) -Codechange: unify the way 'can a town be placed here?' checks are done
-Change: the requirements for location of 'random' town are now a bit less strict
|
2009-03-29 15:06:44 +00:00 |
|
smatz
|
fa0b0a5eb7
|
(svn r15831) -Fix: make sure house class/ID counters don't overflow
|
2009-03-23 14:09:05 +00:00 |
|
smatz
|
abff5eacbc
|
(svn r15831) -Fix: make sure house class/ID counters don't overflow
|
2009-03-23 14:09:05 +00:00 |
|
smatz
|
f32f1a78f2
|
(svn r15744) -Fix (r9667): when town generator failed to create requested number of towns, there were too many cities
|
2009-03-16 18:38:28 +00:00 |
|
smatz
|
f62e71ba8e
|
(svn r15744) -Fix (r9667): when town generator failed to create requested number of towns, there were too many cities
|
2009-03-16 18:38:28 +00:00 |
|
rubidium
|
6487883084
|
(svn r15729) -Fix: silence MSVC warning
|
2009-03-15 21:16:07 +00:00 |
|
rubidium
|
5648ea3058
|
(svn r15729) -Fix: silence MSVC warning
|
2009-03-15 21:16:07 +00:00 |
|
smatz
|
e0fe28fdc9
|
(svn r15726) -Codechange: unify coding style for const pointers
|
2009-03-15 16:04:39 +00:00 |
|
smatz
|
8585aa71ed
|
(svn r15726) -Codechange: unify coding style for const pointers
|
2009-03-15 16:04:39 +00:00 |
|
rubidium
|
c3e87f345d
|
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
|
2009-03-15 00:32:18 +00:00 |
|
rubidium
|
b25a4f8231
|
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
|
2009-03-15 00:32:18 +00:00 |
|
rubidium
|
3a3607862d
|
(svn r15697) -Fix (r15695): warning about comparing signed vs unsigned.
|
2009-03-13 00:48:03 +00:00 |
|
rubidium
|
2adbf67968
|
(svn r15697) -Fix (r15695): warning about comparing signed vs unsigned.
|
2009-03-13 00:48:03 +00:00 |
|