Commit Graph

17389 Commits (a14f4eb2715901ce3640982df9a4ff648137371e)
 

Author SHA1 Message Date
alberth a14f4eb271 (svn r22144) -Codechange: Unify 'while (true)' to 'for (;;)' 14 years ago
translators c43e818ff2 (svn r22143) -Update from WebTranslator v3.0:
frisian - 59 changes by Taeke
irish - 58 changes by tem
slovenian - 30 changes by
14 years ago
yexo 3691ba18c4 (svn r22142) -Fix (r22094): some valid keycodes were ignored along with the invalid ones 14 years ago
frosch 89a48c5b7d (svn r22141) -Fix (r22135): AI breakpoints were broken at this point. (thanks Zuu) 14 years ago
frosch 04f56cf6ed (svn r22140) -Fix (r22135): I like the letter 'l' nevertheless. (Alberth) 14 years ago
translators 3455ac8467 (svn r22139) -Update from WebTranslator v3.0:
belarusian - 1 changes by KorneySan
frisian - 42 changes by Taeke
slovenian - 30 changes by
14 years ago
yexo 92e9dc14ce (svn r22138) -Fix: skipping only the invalid part of an action14 failed, the rest of the action was skipped instead 14 years ago
smatz fb7a9be91d (svn r22137) -Codechange: enable -Wnon-virtual-dtor for all GCC versions 14 years ago
planetmaker 4f3066cd73 (svn r22136) -Fix (r22112): Silence compiler warning about non-virtual destructor 14 years ago
frosch 074548f8f3 (svn r22135) -Fix [FS#4523]: When commands need to invalidate windows, process these events asynchronously before the next redraw. Calling window code directly from command scope uses wrong _current_company and might issue nested DoCommands() which interfer with the running command. 14 years ago
frosch b7e7dcd01e (svn r22134) -Codechange: Move ReInit() of the landinfo window from DeleteNewGRFInspectWindow() into a InvalidateData call. 14 years ago
frosch eeeb70a82e (svn r22133) -Fix: some coding style. 14 years ago
translators 3f3f9b8b7f (svn r22132) -Update from WebTranslator v3.0:
frisian - 172 changes by Taeke
polish - 1 changes by xaxa
slovenian - 40 changes by Necrolyte
14 years ago
frosch bd48a46084 (svn r22131) -Fix: Spectators had trouble closing buoy windows. (Terkhen) 14 years ago
smatz 37c4cc2e71 (svn r22130) -Fix: failed assert when loading savegame with empty shared orderlist 14 years ago
smatz c7aebed03e (svn r22129) -Codechange: use simpler check to test if there any towns in the game 14 years ago
frosch b322714e55 (svn r22128) -Fix [FS#4530]: Build-station-window showed wrong selection when reopening. (Regiovogel) 14 years ago
terkhen c407dda851 (svn r22127) -Fix: Canals would get drawn as land in the smallmap when using the owner window. 14 years ago
translators 5ceec5de20 (svn r22126) -Update from WebTranslator v3.0:
arabic_egypt - 40 changes by Company_director
belarusian - 1 changes by KorneySan
danish - 19 changes by beruic
frisian - 142 changes by Taeke
malay - 3 changes by toadhall
brazilian_portuguese - 93 changes by Luis_Mizuchiro
tamil - 139 changes by sylvesterpious
14 years ago
frosch 7921e52abb (svn r22125) -Fix (r9162)[FS#4528]: The animation-ness of two goldmine tiles were swapped, causing the wheeltower to not work properly, and the bottom corner to show the wrong sprite. 14 years ago
rubidium 91fb1787fb (svn r22124) -Codechange: move comment to its logical place 14 years ago
frosch c5fd92a37b (svn r22123) -Fix [FS#4522]: CommandQueue::Pop() did not update 'last'; popping the last item caused the queue to disconnect unless there was only one item. 14 years ago
rubidium 1e2a681f9c (svn r22122) -Fix/change: when a NOT_REACHED in saveload can be reached due to an invalid savegame, use SlErrorCorrupt instead 14 years ago
rubidium 81643f49e1 (svn r22121) -Fix: In case of high frame_freq one could get commands executed after a new network game was started 14 years ago
rubidium 089d2053d5 (svn r22120) -Change: [NoAI] Prevent AIs from getting consistently over their allowed amount of operations by subtracting the amount they went over "budget" from the budget for the next "tick". 14 years ago
translators 1fc7b1c451 (svn r22119) -Update from WebTranslator v3.0:
frisian - 48 changes by Taeke
tamil - 96 changes by sylvesterpious
urdu - 36 changes by yasirniazkhan
14 years ago
terkhen f0dbdf1544 (svn r22118) -Fix [FS#4525]: The refit window was not correctly updated after selecting with Ctrl+Click (Regiovogel). 14 years ago
frosch 19adc601a3 (svn r22117) -Fix [FS#4523-ish]: CanRemoveRoadWithStop() failed for _current_company = OWNER_TOWN, and for OWNER_NONE-owned road. 14 years ago
smatz c85e1c3089 (svn r22116) -Codechange: use PoolBase::Clean() at more places 14 years ago
smatz 9c40059641 (svn r22115) -Fix (r22114): some comments and code ordering were wrong 14 years ago
translators 347e1cf662 (svn r22114) -Update from WebTranslator v3.0:
danish - 3 changes by beruic
frisian - 13 changes by Taeke
14 years ago
smatz 07736a02b1 (svn r22113) -Codechange: use PoolBase::CleanAll() to clean all pools at game exit 14 years ago
smatz 0e12107ccd (svn r22112) -Codechange: register all pools in a pool vector 14 years ago
rubidium 7e4ff17e35 (svn r22111) -Codechange/fix-ish: upon cleaning a pool a destructor should not delete items from other pools 14 years ago
frosch 3e619faeaf (svn r22110) -Codechange: Remove WaterDrawTileStruct and use DrawTileSprites/DrawTileSeqStruct instead. 14 years ago
frosch 411f58d71d (svn r22109) -Fix (r21269, 21272): Missing undeffing of macros. 14 years ago
frosch 415724ff38 (svn r22108) -Codechange: Replace some magic with some other magic though less easy to break. 14 years ago
frosch 9f8a684460 (svn r22107) -Cleanup (r1903): Remove unused struct. 14 years ago
frosch b2607f7b8d (svn r22106) -Codechange: Add DrawTileSeqStruct::MakeTerminator(), DrawTileSeqStruct::IsTerminator(), DrawTileSeqStruct::IsParentSprite() to simplify stuff. 14 years ago
yexo f71d55a5ec (svn r22105) -Fix: crash when copying an orderlist to a vehicle that already had orders 14 years ago
alberth e36c5b649e (svn r22102) -Codechange: Also use the getopt function in strgen. 14 years ago
alberth ccfaac0d34 (svn r22101) -Codechange (r22098): Unify a bit of code. 14 years ago
alberth 95b6644592 (svn r22098) -Codechange: Have an array of option data, use it in the option parsing routine. Adapt openttd option processing too. 14 years ago
alberth a7a3a87c68 (svn r22097) -Fix (r22096): Add files before commit. 14 years ago
alberth 1983b8d558 (svn r22096) -Codechange: Move openttd getopt implementation to its own file. 14 years ago
translators 424ab05fad (svn r22095) -Update from WebTranslator v3.0:
traditional_chinese - 11 changes by elleryq
danish - 40 changes by beruic
brazilian_portuguese - 41 changes by Luis_Mizuchiro
spanish - 1 changes by Terkhen
swedish - 22 changes by LordDaimos
tamil - 37 changes by ksvml
thai - 149 changes by m_vanillaconix
14 years ago
yexo e491123e40 (svn r22094) -Fix [FS#4510]: remove invalid keycodes when reading hotkeys.cfg 14 years ago
rubidium 60b5ffdd62 (svn r22093) -Fix [FS#4514]: The server list did not get sorted with one item in it, so the "position in the list" variable was never updated causing problems when using the keyboard shortcuts for scrolling 14 years ago
rubidium 2d36797b85 (svn r22092) -Fix-ish (r22068): when you change a boolean to a enum, check specifically for a particular value 14 years ago
translators be20973e23 (svn r22091) -Update from WebTranslator v3.0:
simplified_chinese - 41 changes by ww9980
danish - 23 changes by beruic, krak
brazilian_portuguese - 125 changes by Luis_Mizuchiro
thai - 19 changes by kenny
urdu - 15 changes by yasirniazkhan
14 years ago