truebrain
|
d809ea4f23
|
(svn r23304) -Add: bump the savegame to start storing the new bits and pieces
|
2011-11-23 16:11:15 +00:00 |
|
truebrain
|
08efac8549
|
(svn r23303) -Add: economy.fund_buildings, to disallow funding buildings
|
2011-11-23 16:10:18 +00:00 |
|
truebrain
|
e30256692f
|
(svn r23303) -Add: economy.fund_buildings, to disallow funding buildings
|
2011-11-23 16:10:18 +00:00 |
|
truebrain
|
ad5830e42d
|
(svn r23302) -Add: [NoAI] AITown::GetCargoGoal and AITown::GetGrowthRate to query statistics about a town regarding its growing
|
2011-11-23 16:09:46 +00:00 |
|
truebrain
|
ef02931a32
|
(svn r23302) -Add: [NoAI] AITown::GetCargoGoal and AITown::GetGrowthRate to query statistics about a town regarding its growing
|
2011-11-23 16:09:46 +00:00 |
|
truebrain
|
19b80a772e
|
(svn r23301) -Fix: remove changed strings from all languages and alter those we can
|
2011-11-23 16:08:31 +00:00 |
|
truebrain
|
44a1ae8cf2
|
(svn r23301) -Fix: remove changed strings from all languages and alter those we can
|
2011-11-23 16:08:31 +00:00 |
|
truebrain
|
2306f2ab6d
|
(svn r23300) -Add: show on the GUI when a town grows and make a general framework to store goals of a town
|
2011-11-23 16:07:14 +00:00 |
|
truebrain
|
f906ebd2a5
|
(svn r23300) -Add: show on the GUI when a town grows and make a general framework to store goals of a town
|
2011-11-23 16:07:14 +00:00 |
|
truebrain
|
3d80ed07cc
|
(svn r23299) -Codechange: remove silly comments from AI documentation
|
2011-11-23 16:05:59 +00:00 |
|
truebrain
|
68b133c110
|
(svn r23299) -Codechange: remove silly comments from AI documentation
|
2011-11-23 16:05:59 +00:00 |
|
truebrain
|
19791d3189
|
(svn r23298) -Add: track statistics of all incoming and outgoing goods. Incoming based on TownEffect, outgoing based on CargoType (based on patch by Terkhen)
|
2011-11-23 16:05:19 +00:00 |
|
truebrain
|
229e572663
|
(svn r23298) -Add: track statistics of all incoming and outgoing goods. Incoming based on TownEffect, outgoing based on CargoType (based on patch by Terkhen)
|
2011-11-23 16:05:19 +00:00 |
|
truebrain
|
71a040776a
|
(svn r23297) -Add: {CARGO_TINY} (Rubidium)
|
2011-11-23 16:04:28 +00:00 |
|
truebrain
|
4e09cde649
|
(svn r23297) -Add: {CARGO_TINY} (Rubidium)
|
2011-11-23 16:04:28 +00:00 |
|
truebrain
|
ed6ec8c52a
|
(svn r23296) -Codechange: I found a fund building, but do I fund found buildings?
|
2011-11-23 13:42:23 +00:00 |
|
truebrain
|
389ffec7db
|
(svn r23296) -Codechange: I found a fund building, but do I fund found buildings?
|
2011-11-23 13:42:23 +00:00 |
|
truebrain
|
2e731592c4
|
(svn r23295) -Codechange: put ImportLibrary in AIController (and document the parameters for NoAI docs)
|
2011-11-23 13:39:36 +00:00 |
|
truebrain
|
d03bbdd4ac
|
(svn r23295) -Codechange: put ImportLibrary in AIController (and document the parameters for NoAI docs)
|
2011-11-23 13:39:36 +00:00 |
|
truebrain
|
396822504a
|
(svn r23294) -Codechange: sq_pop in native callback is just a waste of CPU cycles, as the top is reset in all cases
|
2011-11-23 13:38:35 +00:00 |
|
truebrain
|
492c96d214
|
(svn r23294) -Codechange: sq_pop in native callback is just a waste of CPU cycles, as the top is reset in all cases
|
2011-11-23 13:38:35 +00:00 |
|
truebrain
|
7700e274de
|
(svn r23293) -Codechange: make LoadScript/LoadFile non-static
|
2011-11-23 13:37:48 +00:00 |
|
truebrain
|
54ec3a2a3f
|
(svn r23293) -Codechange: make LoadScript/LoadFile non-static
|
2011-11-23 13:37:48 +00:00 |
|
translators
|
900b244ffd
|
(svn r23292) -Update from WebTranslator v3.0:
catalan - 57 changes by arnau
dutch - 8 changes by habell
swedish - 9 changes by Zuu
|
2011-11-22 18:45:15 +00:00 |
|
translators
|
f4735ce234
|
(svn r23292) -Update from WebTranslator v3.0:
catalan - 57 changes by arnau
dutch - 8 changes by habell
swedish - 9 changes by Zuu
|
2011-11-22 18:45:15 +00:00 |
|
michi_cc
|
2579f5b17d
|
(svn r23291) -Feature: [NewGRF] Properties to always include/exclude cargo types from the refit mask. (peter1138)
|
2011-11-21 22:39:59 +00:00 |
|
michi_cc
|
d86af7639c
|
(svn r23291) -Feature: [NewGRF] Properties to always include/exclude cargo types from the refit mask. (peter1138)
|
2011-11-21 22:39:59 +00:00 |
|
michi_cc
|
3b45b41e68
|
(svn r23290) -Fix [FS#2379,FS#3569]: Change the centre of train vehicles to depend on the vehicle length instead of being fixed at 4/8th of the original vehicle length to make sure shortened vehicles don't block tiles they shouldn't block.
|
2011-11-21 20:51:43 +00:00 |
|
michi_cc
|
4d2a9e384c
|
(svn r23290) -Fix [FS#2379,FS#3569]: Change the centre of train vehicles to depend on the vehicle length instead of being fixed at 4/8th of the original vehicle length to make sure shortened vehicles don't block tiles they shouldn't block.
|
2011-11-21 20:51:43 +00:00 |
|
translators
|
c9782d4e56
|
(svn r23289) -Update from WebTranslator v3.0:
german - 12 changes by NG
polish - 19 changes by icecrasher, wojteks86
|
2011-11-21 18:45:14 +00:00 |
|
translators
|
3748cab608
|
(svn r23289) -Update from WebTranslator v3.0:
german - 12 changes by NG
polish - 19 changes by icecrasher, wojteks86
|
2011-11-21 18:45:14 +00:00 |
|
rubidium
|
74a025b38c
|
(svn r23288) -Feature: use the monospace font for the NewGRF text windows
|
2011-11-20 19:09:15 +00:00 |
|
rubidium
|
d4b4c53a07
|
(svn r23288) -Feature: use the monospace font for the NewGRF text windows
|
2011-11-20 19:09:15 +00:00 |
|
rubidium
|
d164eeb147
|
(svn r23287) -Fix (r23274): mono_size is a better name than large_mono for the size variable in the configuration file
|
2011-11-20 19:06:27 +00:00 |
|
rubidium
|
1fde9c7f8a
|
(svn r23287) -Fix (r23274): mono_size is a better name than large_mono for the size variable in the configuration file
|
2011-11-20 19:06:27 +00:00 |
|
translators
|
b5f187496c
|
(svn r23286) -Update from WebTranslator v3.0:
basque - 1 changes by Thadah
croatian - 8 changes by VoyagerOne
welsh - 4 changes by kazzie
|
2011-11-20 18:45:16 +00:00 |
|
translators
|
59fdb00f1e
|
(svn r23286) -Update from WebTranslator v3.0:
basque - 1 changes by Thadah
croatian - 8 changes by VoyagerOne
welsh - 4 changes by kazzie
|
2011-11-20 18:45:16 +00:00 |
|
rubidium
|
637086fe02
|
(svn r23285) -Fix: scanning of content after download didn't work
|
2011-11-20 18:36:54 +00:00 |
|
rubidium
|
0759649478
|
(svn r23285) -Fix: scanning of content after download didn't work
|
2011-11-20 18:36:54 +00:00 |
|
rubidium
|
11bfbc2e02
|
(svn r23284) -Fix [FS#4845]: Pathfinders go haywire when you build a lock over a ship going perpendicular to the axis of the new lock
|
2011-11-20 15:39:23 +00:00 |
|
rubidium
|
56a2c4b177
|
(svn r23284) -Fix [FS#4845]: Pathfinders go haywire when you build a lock over a ship going perpendicular to the axis of the new lock
|
2011-11-20 15:39:23 +00:00 |
|
rubidium
|
a799efbbb2
|
(svn r23283) -Fix: [NewGRF] Prevent against writing data for unknown fonts
|
2011-11-20 15:17:34 +00:00 |
|
rubidium
|
18a0dc894d
|
(svn r23283) -Fix: [NewGRF] Prevent against writing data for unknown fonts
|
2011-11-20 15:17:34 +00:00 |
|
frosch
|
0e28c6665e
|
(svn r23282) -Fix [FS#4844] (r23212): CmdRemoveAllVehiclesGroup() was not passed the vehicle type in all cases, but the type is actually not needed.
|
2011-11-20 14:39:12 +00:00 |
|
frosch
|
107f67bfa4
|
(svn r23282) -Fix [FS#4844] (r23212): CmdRemoveAllVehiclesGroup() was not passed the vehicle type in all cases, but the type is actually not needed.
|
2011-11-20 14:39:12 +00:00 |
|
rubidium
|
dd26086629
|
(svn r23279) -Codechange: try to prevent slanted and skinny fonts with fontconfig. This should generally make the fallback choice better legible
|
2011-11-20 12:10:41 +00:00 |
|
rubidium
|
7f390964c3
|
(svn r23279) -Codechange: try to prevent slanted and skinny fonts with fontconfig. This should generally make the fallback choice better legible
|
2011-11-20 12:10:41 +00:00 |
|
rubidium
|
97d1969a69
|
(svn r23277) -Codechange: fallback font support for fontcache
|
2011-11-20 12:02:06 +00:00 |
|
rubidium
|
33f1636847
|
(svn r23277) -Codechange: fallback font support for fontcache
|
2011-11-20 12:02:06 +00:00 |
|
rubidium
|
e82325e5c6
|
(svn r23276) -Codechange: add the answer for the question whether we're looking for monospace fonts in the searcher
|
2011-11-20 12:01:42 +00:00 |
|