d89ff5b278
(svn r22798) -Change: jump immediately to the next mode after scanning (if needed)
rubidium
2011-08-21 12:53:38 +00:00
798cc00c97
(svn r22798) -Change: jump immediately to the next mode after scanning (if needed)
rubidium
2011-08-21 12:53:38 +00:00
dc5f44883b
(svn r22797) -Add: progress bar for scanning NewGRFs
rubidium
2011-08-21 12:53:13 +00:00
cc6e55a246
(svn r22797) -Add: progress bar for scanning NewGRFs
rubidium
2011-08-21 12:53:13 +00:00
2987bcc79b
(svn r22796) -Codechange: run the NewGRF scanning in a separate thread
rubidium
2011-08-21 12:53:00 +00:00
631e37ea01
(svn r22796) -Codechange: run the NewGRF scanning in a separate thread
rubidium
2011-08-21 12:53:00 +00:00
5ea6064fab
(svn r22795) -Codechange: load the intro game the first time without NewGRFs
rubidium
2011-08-21 12:52:24 +00:00
ac549d4093
(svn r22795) -Codechange: load the intro game the first time without NewGRFs
rubidium
2011-08-21 12:52:24 +00:00
d1657fae80
(svn r22794) -Codechange: let window drawing determine which windows may be drawn when a modal progress is busy
rubidium
2011-08-21 12:51:52 +00:00
6cc959b344
(svn r22794) -Codechange: let window drawing determine which windows may be drawn when a modal progress is busy
rubidium
2011-08-21 12:51:52 +00:00
6d51883a87
(svn r22793) -Codechange: remove callback default to make clear they are not forgotten
rubidium
2011-08-21 12:51:18 +00:00
54f52a26a4
(svn r22793) -Codechange: remove callback default to make clear they are not forgotten
rubidium
2011-08-21 12:51:18 +00:00
5e7abe58f9
(svn r22792) -Codechange: use scan callback for initial NewGRF scanning
rubidium
2011-08-21 12:50:47 +00:00
c99364e025
(svn r22792) -Codechange: use scan callback for initial NewGRF scanning
rubidium
2011-08-21 12:50:47 +00:00
2cc2d02643
(svn r22791) -Codechange: use callback for scanning from the NewGRF window
rubidium
2011-08-21 12:50:13 +00:00
bade180f88
(svn r22791) -Codechange: use callback for scanning from the NewGRF window
rubidium
2011-08-21 12:50:13 +00:00
d7593d8815
(svn r22790) -Codechange: add callback for when NewGRF scanning is complete
rubidium
2011-08-21 12:49:51 +00:00
5246ed53a8
(svn r22790) -Codechange: add callback for when NewGRF scanning is complete
rubidium
2011-08-21 12:49:51 +00:00
e99aec39ef
(svn r22789) -Codechange: rename generation window class to modal progress
rubidium
2011-08-21 12:49:14 +00:00
fa33292aa5
(svn r22789) -Codechange: rename generation window class to modal progress
rubidium
2011-08-21 12:49:14 +00:00
421053a694
(svn r22788) -Codechange: move modal progress related functions and variables to progress.cpp/h
rubidium
2011-08-21 12:48:46 +00:00
1ca06f2aae
(svn r22788) -Codechange: move modal progress related functions and variables to progress.cpp/h
rubidium
2011-08-21 12:48:46 +00:00
236075e944
(svn r22784) -Fix: Move Action 2 references from GRFFile to GrfProcessingState, and reset them after each loading stage.
frosch
2011-08-21 12:07:15 +00:00
702e983a73
(svn r22784) -Fix: Move Action 2 references from GRFFile to GrfProcessingState, and reset them after each loading stage.
frosch
2011-08-21 12:07:15 +00:00
bb57e0934a
(svn r22783) -Fix: Move Action 1 references from GRFFile to GrfProcessingState, and reset them after each loading stage.
frosch
2011-08-21 12:06:54 +00:00
8345ffbe07
(svn r22783) -Fix: Move Action 1 references from GRFFile to GrfProcessingState, and reset them after each loading stage.
frosch
2011-08-21 12:06:54 +00:00
7bd7324b30
(svn r22782) -Fix: Add GrfProcessingState::ClearDataForNextFile() to clear temporary data at a specific spot, esp. clear 'data_blocks' now.
frosch
2011-08-21 12:06:24 +00:00
1d156c6abc
(svn r22782) -Fix: Add GrfProcessingState::ClearDataForNextFile() to clear temporary data at a specific spot, esp. clear 'data_blocks' now.
frosch
2011-08-21 12:06:24 +00:00
6963ce6665
(svn r22781) -Codechange: Group global variables temporarily used during GRF loading into a struct.
frosch
2011-08-21 12:05:47 +00:00
9cedd178ad
(svn r22781) -Codechange: Group global variables temporarily used during GRF loading into a struct.
frosch
2011-08-21 12:05:47 +00:00
aefee3d375
(svn r22780) -Fix: [NewGRF] String codes 84 and 87 print signed values.
frosch
2011-08-20 23:16:49 +00:00
a3a8486aff
(svn r22780) -Fix: [NewGRF] String codes 84 and 87 print signed values.
frosch
2011-08-20 23:16:49 +00:00
3edfd1c9d2
(svn r22779) -Add: [NewGRF] Stringcode for printing a unsinged word in power units. (Hirundo)
frosch
2011-08-20 23:07:37 +00:00
37ef2d70ad
(svn r22779) -Add: [NewGRF] Stringcode for printing a unsinged word in power units. (Hirundo)
frosch
2011-08-20 23:07:37 +00:00
cc89bec4a2
(svn r22777) -Fix-ish: [NewGRF] Stringcode 9A 01 is signed, and 9A 0B is kind of unsigned. But since both were already casted to the right types later, this makes actually no difference.
frosch
2011-08-20 22:14:27 +00:00
a85719d340
(svn r22777) -Fix-ish: [NewGRF] Stringcode 9A 01 is signed, and 9A 0B is kind of unsigned. But since both were already casted to the right types later, this makes actually no difference.
frosch
2011-08-20 22:14:27 +00:00
8d3d7b4e01
(svn r22776) -Codechange: Unify the naming of NewGRF string codes; always include the size of the parameter on the stack. (based on patch by Hirundo)
frosch
2011-08-20 22:06:38 +00:00
701a865391
(svn r22776) -Codechange: Unify the naming of NewGRF string codes; always include the size of the parameter on the stack. (based on patch by Hirundo)
frosch
2011-08-20 22:06:38 +00:00
7394bcb813
(svn r22775) -Fix: [NewGRF] Stringcodes 82 and 83 are the same as the date codes in old OpenTTD. (Hirundo)
frosch
2011-08-20 21:42:05 +00:00
ffbfd6de88
(svn r22775) -Fix: [NewGRF] Stringcodes 82 and 83 are the same as the date codes in old OpenTTD. (Hirundo)
frosch
2011-08-20 21:42:05 +00:00
ca00f98d51
(svn r22774) -Fix: [NewGRF] String codes for dates should use unsigned words, like old OpenTTD did before it learned dates before 1920. (Hirundo)
frosch
2011-08-20 21:32:34 +00:00
c457737b23
(svn r22774) -Fix: [NewGRF] String codes for dates should use unsigned words, like old OpenTTD did before it learned dates before 1920. (Hirundo)
frosch
2011-08-20 21:32:34 +00:00
4261e8fdfd
(svn r22773) -Add: Some grass around rivers in desert areas.
michi_cc
2011-08-20 20:07:02 +00:00
5477ac3eb1
(svn r22773) -Add: Some grass around rivers in desert areas.
michi_cc
2011-08-20 20:07:02 +00:00
66bab6aeff
(svn r22770) -Update from WebTranslator v3.0: english_US - 6 changes by Rubidium french - 6 changes by glx german - 6 changes by planetmaker lithuanian - 103 changes by vytulis7 persian - 267 changes by Peymanpn polish - 2 changes by wojteks86
translators
2011-08-20 17:45:24 +00:00
9b72c8acf2
(svn r22770) -Update from WebTranslator v3.0: english_US - 6 changes by Rubidium french - 6 changes by glx german - 6 changes by planetmaker lithuanian - 103 changes by vytulis7 persian - 267 changes by Peymanpn polish - 2 changes by wojteks86
translators
2011-08-20 17:45:24 +00:00
b8f8cef34c
(svn r22763) -Fix [FS#4702]: Clarify the meaning of AIStation::IsWithinTownInfluence(), AITile::IsWithinTownInfluence() and AITown::IsWithinTownInfluence().
frosch
2011-08-19 21:18:32 +00:00
3d39fa8824
(svn r22763) -Fix [FS#4702]: Clarify the meaning of AIStation::IsWithinTownInfluence(), AITile::IsWithinTownInfluence() and AITown::IsWithinTownInfluence().
frosch
2011-08-19 21:18:32 +00:00
5a81e7c8d8
(svn r22759) -Update from WebTranslator v3.0: dutch - 2 changes by Bennievv persian - 224 changes by Peymanpn swedish - 13 changes by Zuu
translators
2011-08-19 17:45:11 +00:00
418422c5b5
(svn r22759) -Update from WebTranslator v3.0: dutch - 2 changes by Bennievv persian - 224 changes by Peymanpn swedish - 13 changes by Zuu
translators
2011-08-19 17:45:11 +00:00
3e4bf2e907
(svn r22758) -Update from WebTranslator v3.0: portuguese - 1 changes by ABCRic
translators
2011-08-18 17:45:10 +00:00
3727715d7d
(svn r22758) -Update from WebTranslator v3.0: portuguese - 1 changes by ABCRic
translators
2011-08-18 17:45:10 +00:00
86234253a5
(svn r22757) -Fix [FS#4730]: [NewGRF] Invalid memory access when querying the grfID of the default objects
planetmaker
2011-08-18 14:08:51 +00:00
1de94e862a
(svn r22757) -Fix [FS#4730]: [NewGRF] Invalid memory access when querying the grfID of the default objects
planetmaker
2011-08-18 14:08:51 +00:00
2dd798149b
(svn r22756) -Update from WebTranslator v3.0: danish - 2 changes by zyx korean - 2 changes by telk5093 persian - 18 changes by Peymanpn
translators
2011-08-17 17:45:11 +00:00
5a13a81d7a
(svn r22756) -Update from WebTranslator v3.0: danish - 2 changes by zyx korean - 2 changes by telk5093 persian - 18 changes by Peymanpn
translators
2011-08-17 17:45:11 +00:00
f34c666bc5
(svn r22755) -Fix [FS#4727]: When marking tile selections dirty, use the height information of the corners instead of the surface slope. This is more accurate when the foundation is kind of undefined.
frosch
2011-08-16 21:25:33 +00:00
bb3ce07d41
(svn r22755) -Fix [FS#4727]: When marking tile selections dirty, use the height information of the corners instead of the surface slope. This is more accurate when the foundation is kind of undefined.
frosch
2011-08-16 21:25:33 +00:00
79508cb5c9
(svn r22754) -Update from WebTranslator v3.0: malay - 118 changes by kazlan68 persian - 186 changes by Peymanpn
translators
2011-08-16 17:45:07 +00:00
732ff2c789
(svn r22754) -Update from WebTranslator v3.0: malay - 118 changes by kazlan68 persian - 186 changes by Peymanpn
translators
2011-08-16 17:45:07 +00:00
3474e31043
(svn r22753) -Update from WebTranslator v3.0: german - 1 changes by planetmaker persian - 60 changes by Peymanpn
translators
2011-08-15 17:45:10 +00:00
61049969fe
(svn r22753) -Update from WebTranslator v3.0: german - 1 changes by planetmaker persian - 60 changes by Peymanpn
translators
2011-08-15 17:45:10 +00:00
da0ee75a70
(svn r22745) -Fix: [NewGRF] SAT_CARGO_TAKEN and AAT_STATION_CARGO_TAKEN shall only be triggered when all cargo was taken.
frosch
2011-08-14 13:45:36 +00:00
82e52e51e7
(svn r22745) -Fix: [NewGRF] SAT_CARGO_TAKEN and AAT_STATION_CARGO_TAKEN shall only be triggered when all cargo was taken.
frosch
2011-08-14 13:45:36 +00:00