Commit Graph

11813 Commits (3044b7ecb608826475903f6f40a369d1ac5336f8)

Author SHA1 Message Date
rubidium 3044b7ecb6 (svn r22787) -Codechange: rename genworld redraw constant 13 years ago
rubidium 176d0b9f4a (svn r22786) -Codechange: rename genworld mutices to model_progress mutices 13 years ago
rubidium 727580274b (svn r22785) -Codechange: rename IsGeneratingWorld to HasModalProgress 13 years ago
frosch 702e983a73 (svn r22784) -Fix: Move Action 2 references from GRFFile to GrfProcessingState, and reset them after each loading stage. 13 years ago
frosch 8345ffbe07 (svn r22783) -Fix: Move Action 1 references from GRFFile to GrfProcessingState, and reset them after each loading stage. 13 years ago
frosch 1d156c6abc (svn r22782) -Fix: Add GrfProcessingState::ClearDataForNextFile() to clear temporary data at a specific spot, esp. clear 'data_blocks' now. 13 years ago
frosch 9cedd178ad (svn r22781) -Codechange: Group global variables temporarily used during GRF loading into a struct. 13 years ago
frosch a3a8486aff (svn r22780) -Fix: [NewGRF] String codes 84 and 87 print signed values. 13 years ago
frosch 37ef2d70ad (svn r22779) -Add: [NewGRF] Stringcode for printing a unsinged word in power units. (Hirundo) 13 years ago
frosch a5b594f85d (svn r22778) -Add: [NewGRF] Stringcodes for printing 0-based dates. (Hirundo) 13 years ago
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. 13 years ago
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) 13 years ago
frosch ffbfd6de88 (svn r22775) -Fix: [NewGRF] Stringcodes 82 and 83 are the same as the date codes in old OpenTTD. (Hirundo) 13 years ago
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) 13 years ago
michi_cc 5477ac3eb1 (svn r22773) -Add: Some grass around rivers in desert areas. 13 years ago
rubidium e7ea48eb14 (svn r22772) -Fix (r22770): validation error 13 years ago
rubidium afe407322d (svn r22771) -Codechange: unify some NewGRFScan calling code 13 years ago
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
13 years ago
rubidium 4232032df7 (svn r22769) -Fix (r22678): failed patch merging 13 years ago
rubidium 21b1026ca0 (svn r22768) -Add: progress bar updates for river building 13 years ago
rubidium 56fedc4db9 (svn r22767) -Add: river generation 13 years ago
rubidium efd49756aa (svn r22766) -Add: river graphics for the original base set (andythenorth) 13 years ago
planetmaker 9a8285b0f5 (svn r22765) -Cleanup: Remove unused constants and name a magic constant 13 years ago
frosch 61d5dd64b8 (svn r22764) -Add: [NoAI] AITile::GetTownAuthority(). 13 years ago
frosch 3d39fa8824 (svn r22763) -Fix [FS#4702]: Clarify the meaning of AIStation::IsWithinTownInfluence(), AITile::IsWithinTownInfluence() and AITown::IsWithinTownInfluence(). 13 years ago
frosch cdb6239d76 (svn r22762) -Fix (r22584): Update ai_company.hpp.sq 13 years ago
planetmaker 1e76e1a74a (svn r22761) -Fix (r22708): Make invisible signs un-clickable (Zuu) 13 years ago
alberth 73c88aa019 (svn r22760) -Fix (r19459): Also free allocated depot tables. 13 years ago
translators 418422c5b5 (svn r22759) -Update from WebTranslator v3.0:
dutch - 2 changes by Bennievv
persian - 224 changes by Peymanpn
swedish - 13 changes by Zuu
13 years ago
translators 3727715d7d (svn r22758) -Update from WebTranslator v3.0:
portuguese - 1 changes by ABCRic
13 years ago
planetmaker 1de94e862a (svn r22757) -Fix [FS#4730]: [NewGRF] Invalid memory access when querying the grfID of the default objects 13 years ago
translators 5a13a81d7a (svn r22756) -Update from WebTranslator v3.0:
danish - 2 changes by zyx
korean - 2 changes by telk5093
persian - 18 changes by Peymanpn
13 years ago
frosch 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. 13 years ago
translators 732ff2c789 (svn r22754) -Update from WebTranslator v3.0:
malay - 118 changes by kazlan68
persian - 186 changes by Peymanpn
13 years ago
translators 61049969fe (svn r22753) -Update from WebTranslator v3.0:
german - 1 changes by planetmaker
persian - 60 changes by Peymanpn
13 years ago
rubidium 53c909c65a (svn r22751) -Merge: documentation updates from 1.1 13 years ago
translators 6a2a40877f (svn r22750) -Update from WebTranslator v3.0:
persian - 118 changes by Peymanpn
vietnamese - 2 changes by nglekhoi
13 years ago
frosch a5caa16fc4 (svn r22746) -Feature: [NewGRF] Implement feature 04 property 18 bit 5. 13 years ago
frosch 82e52e51e7 (svn r22745) -Fix: [NewGRF] SAT_CARGO_TAKEN and AAT_STATION_CARGO_TAKEN shall only be triggered when all cargo was taken. 13 years ago
frosch c928e82e34 (svn r22744) -Codechange: Clarify the scope of variables in LoadUnloadVehicle(). 13 years ago
alberth 068176ee5f (svn r22743) -Fix [FS#4696]: Make aircraft point to the exit when leaving the hangar. 13 years ago
alberth 8b4443953f (svn r22742) -Add: Add function to query exit direction of hangars at airports. 13 years ago
alberth 452e11a9d7 (svn r22741) -Add: Add exit direction of hangars to airport specifications. 13 years ago
frosch 8fe21e4d46 (svn r22740) -Fix [FS#4708]: Display the size of the leveled platform in the measurement tooltip of terraforming operations. 13 years ago
frosch 29ba3a1dd7 (svn r22739) -Fix: The measurement tooltip is supposed to be hidden when not dragging an area. 13 years ago
frosch 30c413c399 (svn r22738) -Fix [FS#4722] (r21854): Setting company passwords via the GUI on servers (including starting a company with the default password) failed, so no client could join. 13 years ago
rubidium d6a0e5f240 (svn r22737) -Fix [FS#4717]: some corrupted savegames could crash OpenTTD instead of showing the "savegame corrupted" message 13 years ago
rubidium e01b2e26c3 (svn r22736) -Codechange: constify some numbers 13 years ago
rubidium 49de245564 (svn r22735) -Fix [FS#4718]: triggering NOT_REACHED when playing with a NewGRF that supplies genders/cases for a language that you removed from your installation 13 years ago
translators 88e5d3e587 (svn r22734) -Update from WebTranslator v3.0:
catalan - 1 changes by arnau
persian - 13 changes by Peymanpn
13 years ago