Commit Graph

  • 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
  • a67cf6bae1 (svn r22787) -Codechange: rename genworld redraw constant rubidium 2011-08-21 12:47:45 +00:00
  • 3044b7ecb6 (svn r22787) -Codechange: rename genworld redraw constant rubidium 2011-08-21 12:47:45 +00:00
  • 7b7869fba7 (svn r22786) -Codechange: rename genworld mutices to model_progress mutices rubidium 2011-08-21 12:47:24 +00:00
  • 176d0b9f4a (svn r22786) -Codechange: rename genworld mutices to model_progress mutices rubidium 2011-08-21 12:47:24 +00:00
  • 37415b9cf7 (svn r22785) -Codechange: rename IsGeneratingWorld to HasModalProgress rubidium 2011-08-21 12:46:46 +00:00
  • 727580274b (svn r22785) -Codechange: rename IsGeneratingWorld to HasModalProgress rubidium 2011-08-21 12:46: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
  • 26530063f1 (svn r22778) -Add: [NewGRF] Stringcodes for printing 0-based dates. (Hirundo) frosch 2011-08-20 22:35:11 +00:00
  • a5b594f85d (svn r22778) -Add: [NewGRF] Stringcodes for printing 0-based dates. (Hirundo) frosch 2011-08-20 22:35:11 +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
  • d7baf7a4a9 (svn r22772) -Fix (r22770): validation error rubidium 2011-08-20 17:48:57 +00:00
  • e7ea48eb14 (svn r22772) -Fix (r22770): validation error rubidium 2011-08-20 17:48:57 +00:00
  • 327c5dd10c (svn r22771) -Codechange: unify some NewGRFScan calling code rubidium 2011-08-20 17:46:03 +00:00
  • afe407322d (svn r22771) -Codechange: unify some NewGRFScan calling code rubidium 2011-08-20 17:46:03 +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
  • e17d799cb3 (svn r22769) -Fix (r22678): failed patch merging rubidium 2011-08-20 14:23:14 +00:00
  • 4232032df7 (svn r22769) -Fix (r22678): failed patch merging rubidium 2011-08-20 14:23:14 +00:00
  • 11a4e402c6 (svn r22768) -Add: progress bar updates for river building rubidium 2011-08-20 14:15:40 +00:00
  • 21b1026ca0 (svn r22768) -Add: progress bar updates for river building rubidium 2011-08-20 14:15:40 +00:00
  • 0041408e4f (svn r22767) -Add: river generation rubidium 2011-08-20 14:14:17 +00:00
  • 56fedc4db9 (svn r22767) -Add: river generation rubidium 2011-08-20 14:14:17 +00:00
  • e8a9bb3c0d (svn r22766) -Add: river graphics for the original base set (andythenorth) rubidium 2011-08-20 12:52:45 +00:00
  • efd49756aa (svn r22766) -Add: river graphics for the original base set (andythenorth) rubidium 2011-08-20 12:52:45 +00:00
  • b102b58bde (svn r22765) -Cleanup: Remove unused constants and name a magic constant planetmaker 2011-08-20 05:35:03 +00:00
  • 9a8285b0f5 (svn r22765) -Cleanup: Remove unused constants and name a magic constant planetmaker 2011-08-20 05:35:03 +00:00
  • 27aff44e77 (svn r22764) -Add: [NoAI] AITile::GetTownAuthority(). frosch 2011-08-19 21:19:10 +00:00
  • 61d5dd64b8 (svn r22764) -Add: [NoAI] AITile::GetTownAuthority(). frosch 2011-08-19 21:19:10 +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
  • a7d8195677 (svn r22762) -Fix (r22584): Update ai_company.hpp.sq frosch 2011-08-19 21:14:51 +00:00
  • cdb6239d76 (svn r22762) -Fix (r22584): Update ai_company.hpp.sq frosch 2011-08-19 21:14:51 +00:00
  • 4b3aa9f26e (svn r22761) -Fix (r22708): Make invisible signs un-clickable (Zuu) planetmaker 2011-08-19 20:54:15 +00:00
  • 1e76e1a74a (svn r22761) -Fix (r22708): Make invisible signs un-clickable (Zuu) planetmaker 2011-08-19 20:54:15 +00:00
  • f1b792cd01 (svn r22760) -Fix (r19459): Also free allocated depot tables. alberth 2011-08-19 20:44:22 +00:00
  • 73c88aa019 (svn r22760) -Fix (r19459): Also free allocated depot tables. alberth 2011-08-19 20:44:22 +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
  • 5c13d3a83c (svn r22751) -Merge: documentation updates from 1.1 rubidium 2011-08-14 18:53:55 +00:00
  • 53c909c65a (svn r22751) -Merge: documentation updates from 1.1 rubidium 2011-08-14 18:53:55 +00:00
  • 1fcc679630 (svn r22750) -Update from WebTranslator v3.0: persian - 118 changes by Peymanpn vietnamese - 2 changes by nglekhoi translators 2011-08-14 17:45:12 +00:00
  • 6a2a40877f (svn r22750) -Update from WebTranslator v3.0: persian - 118 changes by Peymanpn vietnamese - 2 changes by nglekhoi translators 2011-08-14 17:45:12 +00:00
  • a2cbae88b0 (svn r22746) -Feature: [NewGRF] Implement feature 04 property 18 bit 5. frosch 2011-08-14 13:47:14 +00:00
  • a5caa16fc4 (svn r22746) -Feature: [NewGRF] Implement feature 04 property 18 bit 5. frosch 2011-08-14 13:47:14 +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