rubidium
54c1616cba
(svn r22806) -Codechange: store the number of untranslated strings in the language file
2011-08-21 19:21:38 +00:00
rubidium
9194ff28b7
(svn r22805) -Codechange: move use of magic number for version checking to more logical location
2011-08-21 18:57:45 +00:00
translators
064fe289e7
(svn r22804) -Update from WebTranslator v3.0:
...
english_US - 3 changes by Rubidium
french - 3 changes by glx
german - 3 changes by planetmaker
lithuanian - 13 changes by vytulis7
persian - 182 changes by Peymanpn
brazilian_portuguese - 6 changes by Tucalipe
romanian - 6 changes by tonny
russian - 6 changes by Lone_Wolf
serbian - 6 changes by etran
spanish - 6 changes by Terkhen
vietnamese - 6 changes by nglekhoi
2011-08-21 17:45:40 +00:00
rubidium
a800080068
(svn r22803) -Fix (r22796): clicking should not work either when hiding windows
2011-08-21 16:48:31 +00:00
frosch
acb0713622
(svn r22802) -Fix (r22781): Coding style.
2011-08-21 14:59:05 +00:00
michi_cc
214e7bc51d
(svn r22801) -Feature: [YAPF] Take canal/ocean speed fraction of ships into account.
2011-08-21 14:13:22 +00:00
rubidium
31777dcf1a
(svn r22800) -Fix (r22796): don't run the scanning threaded when there is no reason to do so (no UI to update)
2011-08-21 13:19:06 +00:00
rubidium
cdb0d6cecc
(svn r22799) -Fix (r22792): compile failure when there is no networking support
2011-08-21 13:10:19 +00:00
rubidium
798cc00c97
(svn r22798) -Change: jump immediately to the next mode after scanning (if needed)
2011-08-21 12:53:38 +00:00
rubidium
cc6e55a246
(svn r22797) -Add: progress bar for scanning NewGRFs
2011-08-21 12:53:13 +00:00
rubidium
631e37ea01
(svn r22796) -Codechange: run the NewGRF scanning in a separate thread
2011-08-21 12:53:00 +00:00
rubidium
ac549d4093
(svn r22795) -Codechange: load the intro game the first time without NewGRFs
2011-08-21 12:52:24 +00:00
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
54f52a26a4
(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
bade180f88
(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
fa33292aa5
(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
3044b7ecb6
(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
727580274b
(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
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
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
9cedd178ad
(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
37ef2d70ad
(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
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
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
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
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
michi_cc
5477ac3eb1
(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
afe407322d
(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
rubidium
4232032df7
(svn r22769) -Fix (r22678): failed patch merging
2011-08-20 14:23:14 +00:00
rubidium
21b1026ca0
(svn r22768) -Add: progress bar updates for river building
2011-08-20 14:15:40 +00:00
rubidium
56fedc4db9
(svn r22767) -Add: river generation
2011-08-20 14:14:17 +00:00
rubidium
efd49756aa
(svn r22766) -Add: river graphics for the original base set (andythenorth)
2011-08-20 12:52:45 +00:00
planetmaker
9a8285b0f5
(svn r22765) -Cleanup: Remove unused constants and name a magic constant
2011-08-20 05:35:03 +00:00
frosch
61d5dd64b8
(svn r22764) -Add: [NoAI] AITile::GetTownAuthority().
2011-08-19 21:19:10 +00:00
frosch
3d39fa8824
(svn r22763) -Fix [FS#4702]: Clarify the meaning of AIStation::IsWithinTownInfluence(), AITile::IsWithinTownInfluence() and AITown::IsWithinTownInfluence().
2011-08-19 21:18:32 +00:00
frosch
cdb6239d76
(svn r22762) -Fix (r22584): Update ai_company.hpp.sq
2011-08-19 21:14:51 +00:00
planetmaker
1e76e1a74a
(svn r22761) -Fix (r22708): Make invisible signs un-clickable (Zuu)
2011-08-19 20:54:15 +00:00
alberth
73c88aa019
(svn r22760) -Fix (r19459): Also free allocated depot tables.
2011-08-19 20:44:22 +00:00
translators
418422c5b5
(svn r22759) -Update from WebTranslator v3.0:
...
dutch - 2 changes by Bennievv
persian - 224 changes by Peymanpn
swedish - 13 changes by Zuu
2011-08-19 17:45:11 +00:00
translators
3727715d7d
(svn r22758) -Update from WebTranslator v3.0:
...
portuguese - 1 changes by ABCRic
2011-08-18 17:45:10 +00:00
planetmaker
1de94e862a
(svn r22757) -Fix [FS#4730]: [NewGRF] Invalid memory access when querying the grfID of the default objects
2011-08-18 14:08:51 +00:00