Commit Graph

11687 Commits (c03cbc8b92bb4d16f5cb7cd880dd91c26c0f1277)

Author SHA1 Message Date
michi_cc ddfab2cc1c (svn r22582) -Fix: Don't increment STL iterators after they've been invalidated. 14 years ago
rubidium 7cff7ce30e (svn r22578) -Fix: another MSVC compile warning 14 years ago
rubidium 196a394a3c (svn r22577) -Fix: MSVC64 compile warning 14 years ago
terkhen 9de81ed956 (svn r22575) -Fix (r22574): Compilation error. 14 years ago
terkhen 7893be63db (svn r22574) -Fix (r22566): GetGRFID was using a wrong return type. 14 years ago
terkhen fbf8b6c5ed (svn r22573) -Fix (r22567): Fix operator precedence. 14 years ago
michi_cc 8b38847c1e (svn r22572) -Fix: MSVC performance warning (assigning int to bool). 14 years ago
terkhen e1a4acfdf6 (svn r22571) -Add: [NewGRF] Show town persistent storage in the NewGRF debug GUI. 14 years ago
terkhen e10a670c0c (svn r22570) -Codechange: Store the GrfID of the caller when opening a parent window in the NewGRF debug GUI. 14 years ago
terkhen e8a8b6dae5 (svn r22569) -Feature: [NewGRF] Persistent storage for towns. 14 years ago
terkhen 2eb8903dce (svn r22568) -Change: Add a list of persistent storages to the Town class. 14 years ago
terkhen 7e0daae1ec (svn r22567) -Codechange: Store persistent storages inside a pool. 14 years ago
terkhen db879d5bd1 (svn r22566) -Codechange: Define and use OverrideManagerBase::GetGRFID function. 14 years ago
terkhen 016f50bca0 (svn r22565) -Codechange: Use helper functions for getting the persistent storage in the NewGRF debug GUI. 14 years ago
terkhen 3d96adb03f (svn r22564) -Codechange: Rename Get and Store persistent storage functions to GetValue and StoreValue. 14 years ago
terkhen ac4f4447e0 (svn r22563) -Codechange: Use a function for storing values inside the persistent storage. 14 years ago
terkhen 713acf1ad3 (svn r22562) -Codechange: Remove constness from TownGetVariable. 14 years ago
terkhen 58e70e26f2 (svn r22561) -Codechange: Remove constness from Object in ResolverObject. 14 years ago
terkhen 92c429e3ee (svn r22560) -Codechange: Remove constness from House in ResolverObject. 14 years ago
terkhen 431fba8852 (svn r22559) -Codechange: Remove constness from Station in ResolverObject. 14 years ago
terkhen faa77c9bc4 (svn r22558) -Codechange: Remove constness from BaseStation in ResolverObject. 14 years ago
terkhen e392f26215 (svn r22557) -Codechange: Remove constness from AnimationBase callbacks. 14 years ago
terkhen 3914192556 (svn r22556) -Codechange: Remove constness from the town pointer at industries. 14 years ago
translators c7b522877f (svn r22555) -Update from WebTranslator v3.0:
dutch - 32 changes by Parody
korean - 2 changes by junho2813
norwegian_nynorsk - 27 changes by 2rB
14 years ago
frosch 4ea00f2390 (svn r22553) -Fix (r22499): NewGRF parameter window was not set dirty, when changing row selection. 14 years ago
frosch a0eb879310 (svn r22552) -Fix: Clear airport persistent storage on construction/removal of airports. 14 years ago
frosch e8a381659c (svn r22551) -Fix: Remove BaseStorageArrays from _changed_storage_arrays on destruction. 14 years ago
translators b306a3e4a9 (svn r22550) -Update from WebTranslator v3.0:
spanish - 1 changes by Terkhen
14 years ago
translators 65d6a5456f (svn r22549) -Update from WebTranslator v3.0:
simplified_chinese - 1 changes by Gavin
dutch - 2 changes by Parody
norwegian_bokmal - 16 changes by kristoffer_hh
swedish - 7 changes by Ingerfara
14 years ago
planetmaker 122c4622f5 (svn r22548) -Codechange: Name also the magic number for the lumber mill's tree cutting action (FeyFre) 14 years ago
translators d390a57768 (svn r22547) -Update from WebTranslator v3.0:
spanish - 1 changes by Terkhen
14 years ago
translators 247414ec94 (svn r22545) -Update from WebTranslator v3.0:
dutch - 37 changes by Parody
brazilian_portuguese - 11 changes by Tucalipe
14 years ago
translators b224f4bdbc (svn r22544) -Update from WebTranslator v3.0:
romanian - 5 changes by tonny
vietnamese - 3 changes by myquartz
14 years ago
terkhen 387ff1ddf5 (svn r22543) -Feature: [NewGRF] Support for station variable 0x69. 14 years ago
terkhen 43de2fa2e8 (svn r22542) -Add: Store cargo acceptance stats for stations. 14 years ago
terkhen f8400b86b2 (svn r22541) -Document: GoodsEntry struct. 14 years ago
terkhen 55695277c8 (svn r22540) -Codechange: Rename AcceptancePickup to GoodsEntryStatus. 14 years ago
translators 69a6e17837 (svn r22539) -Update from WebTranslator v3.0:
portuguese - 2 changes by JayCity
14 years ago
rubidium 92a83a394f (svn r22538) -Fix [FS#4619]: possible crash when opening the airport build window for the first time 14 years ago
rubidium 6d37d67d80 (svn r22537) -Change [FS#3494]: replace the half small airport structure on the intercontinental airport with some grass 14 years ago
rubidium 82251f0e4c (svn r22536) -Fix [FS#4632]: documentation omission regarding admin protocol 14 years ago
planetmaker a82acadba1 (svn r22535) -Cleanup: Remove uneeded constants, update and unify some comments relating to sprite numbers 14 years ago
yexo 72caaebd75 (svn r22534) -Fix [FS#4631] (r21250): doing rescan_ai in a game with running AIs caused a crash 14 years ago
translators f93ac6c588 (svn r22533) -Update from WebTranslator v3.0:
catalan - 2 changes by arnau
czech - 3 changes by rala
14 years ago
michi_cc 5970854fa8 (svn r22532) -Fix: Do not create an implicit order if the current order is the first order in the order list and we visit the station of the last entry of the order list. 14 years ago
translators 9b06a6a832 (svn r22531) -Update from WebTranslator v3.0:
simplified_chinese - 5 changes by Gavin
14 years ago
translators 66e3e4e4d1 (svn r22530) -Update from WebTranslator v3.0:
frisian - 6 changes by Fopper
polish - 5 changes by nouwak
14 years ago
translators d9cf72eeb7 (svn r22526) -Update from WebTranslator v3.0:
serbian - 4 changes by etran
14 years ago
translators 7538e19aac (svn r22525) -Update from WebTranslator v3.0:
belarusian - 3 changes by KorneySan
croatian - 3 changes by VoyagerOne
dutch - 3 changes by Yexo
finnish - 1 changes by jpx_
italian - 3 changes by lorenzodv
russian - 1 changes by KorneySan
14 years ago
frosch ea311e7904 (svn r22522) -Fix (r22489): (size_t)(uint32)(-1) != (size_t)-1 14 years ago
rubidium eaec8881cc (svn r22521) -Fix: tiny typo in translation 14 years ago
translators 92cf413460 (svn r22519) -Update from WebTranslator v3.0:
dutch - 1 changes by Rubidium
english_US - 3 changes by Rubidium
french - 3 changes by glx
german - 3 changes by frosch
spanish - 4 changes by Terkhen
14 years ago
frosch becf6c823f (svn r22518) -Feature: [NewGRF] Advanced sprite layouts with register modifiers. 14 years ago
frosch 2d24e00b27 (svn r22517) -Fix (r22472): If a NewGRF sprite ran out of bytes at a very specific point, data might be freed twice. 14 years ago
frosch a2dcfce59d (svn r22516) -Codechange: Replace some magic numbers with the appropiate enum values. (Eddi) 14 years ago
translators a707fbebc5 (svn r22515) -Update from WebTranslator v3.0:
catalan - 2 changes by arnau
finnish - 2 changes by jpx_
norwegian_bokmal - 9 changes by kristoffer_hh
russian - 2 changes by Lone_Wolf
slovenian - 1 changes by ntadej
14 years ago
alberth 0a5f690be2 (svn r22514) -Feature: Save heightmap in scenario editor. 14 years ago
alberth c8a1de957b (svn r22513) -Add: Allow for saving a heightmap from the file dialogue window. 14 years ago
alberth cae2d84af3 (svn r22512) -Add: Save heightmap. 14 years ago
alberth 4b295664ad (svn r22511) -Add: Function to make heightmap file paths. 14 years ago
alberth b04d69df7a (svn r22510) -Codechange: Extract filepath creation to its own function. 14 years ago
alberth d042417821 (svn r22509) -Add: Save heightmap. 14 years ago
alberth 8eb1fba763 (svn r22508) -Codechange: Lift default screenshot filename out of MakeScreenshotName. 14 years ago
alberth b833c08459 (svn r22507) -Doc: Document SwitchMode. 14 years ago
frosch bc3404f90c (svn r22506) -Feature [FS#4625]: Make the transparency options for industries also affect the effect vehicles created by industries. 14 years ago
frosch a3d8633e40 (svn r22505) -Add: Separate EffectVehicleTypes for broken aircraft and smoke at copper ore mine, to make them distinguishable from each other and from smoke due to disasters. (only affects newly spawned effects) 14 years ago
frosch 56216a4989 (svn r22504) -Codechange: Add EV_END and use it to check the lengths of _effect_init_procs and _effect_tick_procs. 14 years ago
frosch d91ba4741b (svn r22503) -Doc: EffectVehicleType. 14 years ago
glx 3e1bafdc0d (svn r22502) -Fix (r22501): WIN32 compilation 14 years ago
alberth 45f05f2419 (svn r22501) -Codechange: Move FileExists to a better place. 14 years ago
alberth 19a9fc4a40 (svn r22500) -Doc: Fix and add fios doxygen documentation. 14 years ago
yexo 1171fdc889 (svn r22499) -Fix: don't lower the arrow buttons in the newgrf/AI parameter windows if they're clicked when disabled 14 years ago
translators 74c21008a7 (svn r22498) -Update from WebTranslator v3.0:
simplified_chinese - 1 changes by Gavin
14 years ago
planetmaker 0b8adb8392 (svn r22497) -Codechange: Simplify button handling in airport build GUI 14 years ago
yexo 9841c40da1 (svn r22496) -Fix: callback result for airport layout name was incorrectly used 14 years ago
planetmaker 485b55e53e (svn r22495) -Fix: The layout selectors of the airport build GUI did not latch properly 14 years ago
yexo 44b36cdfcf (svn r22494) -Fix: airport preview sprite can depend on the layout, so update the cached SpriteID when the layout changes 14 years ago
translators 00663652a1 (svn r22493) -Update from WebTranslator v3.0:
brazilian_portuguese - 1 changes by Tucalipe
14 years ago
frosch 5108896362 (svn r22492) -Fix [FS#4624] (r21642, r22328): Only try to insert implicit orders for ground vehicles. Aircraft may reach unscheduled terminals when skippnig orders etc. 14 years ago
terkhen c52c0764f3 (svn r22491) -Fix [FS#4623]: [Windows] Generate crashlogs correctly in binaries created with MinGW-w64. (JGR) 14 years ago
terkhen c30ff054f6 (svn r22490) -Fix [FS#4623]: [Squirrel] Fix compilation under MinGW-w64. (JGR) 14 years ago
rubidium 9d8896bb8c (svn r22489) -Fix [FS#4623]: don't cast pointers to unsigned long or vice versa 14 years ago
alberth 7849495f6a (svn r22488) -Doc: Add Doxygen comments to screenshot code. 14 years ago
smatz c779ee6b58 (svn r22487) -Fix (r15216)[FS#4622]: engine IDs for coal and mail wagons were swapped 14 years ago
translators 53039feaec (svn r22486) -Update from WebTranslator v3.0:
dutch - 11 changes by Parody
14 years ago
frosch da43dd69a4 (svn r22485) -Fix: EnsureVisibleCaption() did not update viewport positions of windows with viewports but without caption. (only triggerable since r22484) 14 years ago
frosch 55041d1c17 (svn r22484) -Fix: The caption of centered windows could be moved out of the main window and thus become inaccessible when resizing the main window. 14 years ago
translators a848bd2c29 (svn r22483) -Update from WebTranslator v3.0:
dutch - 2 changes by Parody
14 years ago
frosch 62b6d0eb0e (svn r22482) -Codechange: Add some contants for the number of ticks between certain cyclical tasks. 14 years ago
smatz f761b7249c (svn r22481) -Fix: compilation with recent GCC 14 years ago
translators d7f9aaff5a (svn r22480) -Update from WebTranslator v3.0:
hungarian - 5 changes by IPG
spanish - 1 changes by Terkhen
14 years ago
frosch 09403a4c49 (svn r22479) -Codechange/Fix: Months != quarters. (xi) 14 years ago
translators 5f668a5e42 (svn r22478) -Update from WebTranslator v3.0:
croatian - 1 changes by VoyagerOne
estonian - 7 changes by notAbot
italian - 1 changes by lorenzodv
14 years ago
frosch 9120434257 (svn r22476) -Codechange: Deduplicate code for reading sprite layout sprites. 14 years ago
translators 2c173f3956 (svn r22475) -Update from WebTranslator v3.0:
english_US - 1 changes by Rubidium
finnish - 1 changes by jpx_
french - 1 changes by glx
german - 1 changes by planetmaker
portuguese - 6 changes by ABCRic, JayCity
slovenian - 5 changes by Necrolyte
spanish - 1 changes by Terkhen
vietnamese - 4 changes by nglekhoi
14 years ago
planetmaker 08c7758cde (svn r22474) -Change: Reflect r22473 also in how it reads in the order list 14 years ago
planetmaker 7aa57e4acd (svn r22473) -Codechange: Automatic orders are better called implicit orders as no real order influencing path finding is added 14 years ago
frosch 98be653315 (svn r22472) -Fix: When a NewGRF assigned station properties 09 and/or 0A multiple times, the previously allocated sprite layouts were not freed. 14 years ago
translators fed7b7f601 (svn r22471) -Update from WebTranslator v3.0:
brazilian_portuguese - 2 changes by Tucalipe
14 years ago
translators a3c33421d6 (svn r22470) -Update from WebTranslator v3.0:
luxembourgish - 8 changes by Phreeze
romanian - 2 changes by kkmic
14 years ago