rubidium
6cc959b344
(svn r22794) -Codechange: let window drawing determine which windows may be drawn when a modal progress is busy
2011-08-21 12:51:52 +00:00
rubidium
d1657fae80
(svn r22794) -Codechange: let window drawing determine which windows may be drawn when a modal progress is busy
2011-08-21 12:51:52 +00:00
rubidium
54f52a26a4
(svn r22793) -Codechange: remove callback default to make clear they are not forgotten
2011-08-21 12:51:18 +00:00
rubidium
6d51883a87
(svn r22793) -Codechange: remove callback default to make clear they are not forgotten
2011-08-21 12:51:18 +00:00
rubidium
c99364e025
(svn r22792) -Codechange: use scan callback for initial NewGRF scanning
2011-08-21 12:50:47 +00:00
rubidium
5e7abe58f9
(svn r22792) -Codechange: use scan callback for initial NewGRF scanning
2011-08-21 12:50:47 +00:00
rubidium
bade180f88
(svn r22791) -Codechange: use callback for scanning from the NewGRF window
2011-08-21 12:50:13 +00:00
rubidium
2cc2d02643
(svn r22791) -Codechange: use callback for scanning from the NewGRF window
2011-08-21 12:50:13 +00:00
rubidium
5246ed53a8
(svn r22790) -Codechange: add callback for when NewGRF scanning is complete
2011-08-21 12:49:51 +00:00
rubidium
d7593d8815
(svn r22790) -Codechange: add callback for when NewGRF scanning is complete
2011-08-21 12:49:51 +00:00
rubidium
fa33292aa5
(svn r22789) -Codechange: rename generation window class to modal progress
2011-08-21 12:49:14 +00:00
rubidium
e99aec39ef
(svn r22789) -Codechange: rename generation window class to modal progress
2011-08-21 12:49:14 +00:00
rubidium
1ca06f2aae
(svn r22788) -Codechange: move modal progress related functions and variables to progress.cpp/h
2011-08-21 12:48:46 +00:00
rubidium
421053a694
(svn r22788) -Codechange: move modal progress related functions and variables to progress.cpp/h
2011-08-21 12:48:46 +00:00
rubidium
3044b7ecb6
(svn r22787) -Codechange: rename genworld redraw constant
2011-08-21 12:47:45 +00:00
rubidium
a67cf6bae1
(svn r22787) -Codechange: rename genworld redraw constant
2011-08-21 12:47:45 +00:00
rubidium
176d0b9f4a
(svn r22786) -Codechange: rename genworld mutices to model_progress mutices
2011-08-21 12:47:24 +00:00
rubidium
7b7869fba7
(svn r22786) -Codechange: rename genworld mutices to model_progress mutices
2011-08-21 12:47:24 +00:00
rubidium
727580274b
(svn r22785) -Codechange: rename IsGeneratingWorld to HasModalProgress
2011-08-21 12:46:46 +00:00
rubidium
37415b9cf7
(svn r22785) -Codechange: rename IsGeneratingWorld to HasModalProgress
2011-08-21 12:46:46 +00:00
frosch
702e983a73
(svn r22784) -Fix: Move Action 2 references from GRFFile to GrfProcessingState, and reset them after each loading stage.
2011-08-21 12:07:15 +00:00
frosch
236075e944
(svn r22784) -Fix: Move Action 2 references from GRFFile to GrfProcessingState, and reset them after each loading stage.
2011-08-21 12:07:15 +00:00
frosch
8345ffbe07
(svn r22783) -Fix: Move Action 1 references from GRFFile to GrfProcessingState, and reset them after each loading stage.
2011-08-21 12:06:54 +00:00
frosch
bb57e0934a
(svn r22783) -Fix: Move Action 1 references from GRFFile to GrfProcessingState, and reset them after each loading stage.
2011-08-21 12:06:54 +00:00
frosch
1d156c6abc
(svn r22782) -Fix: Add GrfProcessingState::ClearDataForNextFile() to clear temporary data at a specific spot, esp. clear 'data_blocks' now.
2011-08-21 12:06:24 +00:00
frosch
7bd7324b30
(svn r22782) -Fix: Add GrfProcessingState::ClearDataForNextFile() to clear temporary data at a specific spot, esp. clear 'data_blocks' now.
2011-08-21 12:06:24 +00:00
frosch
9cedd178ad
(svn r22781) -Codechange: Group global variables temporarily used during GRF loading into a struct.
2011-08-21 12:05:47 +00:00
frosch
6963ce6665
(svn r22781) -Codechange: Group global variables temporarily used during GRF loading into a struct.
2011-08-21 12:05:47 +00:00
frosch
a3a8486aff
(svn r22780) -Fix: [NewGRF] String codes 84 and 87 print signed values.
2011-08-20 23:16:49 +00:00
frosch
aefee3d375
(svn r22780) -Fix: [NewGRF] String codes 84 and 87 print signed values.
2011-08-20 23:16:49 +00:00
frosch
37ef2d70ad
(svn r22779) -Add: [NewGRF] Stringcode for printing a unsinged word in power units. (Hirundo)
2011-08-20 23:07:37 +00:00
frosch
3edfd1c9d2
(svn r22779) -Add: [NewGRF] Stringcode for printing a unsinged word in power units. (Hirundo)
2011-08-20 23:07:37 +00:00
frosch
a5b594f85d
(svn r22778) -Add: [NewGRF] Stringcodes for printing 0-based dates. (Hirundo)
2011-08-20 22:35:11 +00:00
frosch
26530063f1
(svn r22778) -Add: [NewGRF] Stringcodes for printing 0-based dates. (Hirundo)
2011-08-20 22:35:11 +00:00
frosch
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.
2011-08-20 22:14:27 +00:00
frosch
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.
2011-08-20 22:14:27 +00:00
frosch
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)
2011-08-20 22:06:38 +00:00
frosch
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)
2011-08-20 22:06:38 +00:00
frosch
ffbfd6de88
(svn r22775) -Fix: [NewGRF] Stringcodes 82 and 83 are the same as the date codes in old OpenTTD. (Hirundo)
2011-08-20 21:42:05 +00:00
frosch
7394bcb813
(svn r22775) -Fix: [NewGRF] Stringcodes 82 and 83 are the same as the date codes in old OpenTTD. (Hirundo)
2011-08-20 21:42:05 +00:00
frosch
c457737b23
(svn r22774) -Fix: [NewGRF] String codes for dates should use unsigned words, like old OpenTTD did before it learned dates before 1920. (Hirundo)
2011-08-20 21:32:34 +00:00
frosch
ca00f98d51
(svn r22774) -Fix: [NewGRF] String codes for dates should use unsigned words, like old OpenTTD did before it learned dates before 1920. (Hirundo)
2011-08-20 21:32:34 +00:00
michi_cc
5477ac3eb1
(svn r22773) -Add: Some grass around rivers in desert areas.
2011-08-20 20:07:02 +00:00
michi_cc
4261e8fdfd
(svn r22773) -Add: Some grass around rivers in desert areas.
2011-08-20 20:07:02 +00:00
rubidium
e7ea48eb14
(svn r22772) -Fix (r22770): validation error
2011-08-20 17:48:57 +00:00
rubidium
d7baf7a4a9
(svn r22772) -Fix (r22770): validation error
2011-08-20 17:48:57 +00:00
rubidium
afe407322d
(svn r22771) -Codechange: unify some NewGRFScan calling code
2011-08-20 17:46:03 +00:00
rubidium
327c5dd10c
(svn r22771) -Codechange: unify some NewGRFScan calling code
2011-08-20 17:46:03 +00:00
translators
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
2011-08-20 17:45:24 +00:00
translators
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
2011-08-20 17:45:24 +00:00