summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-06-16(svn r16581) -Codechange: unify the access to Engine::lifelength.rubidium
2009-06-16(svn r16580) -Codechange: rename Engine::image_index to original_image_index ↵rubidium
to not confuse it with image_index from *VehInfo.
2009-06-16(svn r16579) -Codechange: rework smallmap code a bit; remove goto, remove ↵rubidium
some unneeded variables, return value directly instead of writing it to a variable to later return that
2009-06-14(svn r16578) -Update: WebTranslator2 update to 2009-06-14 17:33:27translators
russian - 39 fixed, 121 changed by Lone Wolf (160) simplified_chinese - 3 fixed by ww9980 (3) traditional_chinese - 3 fixed by ww9980 (3)
2009-06-14(svn r16577) -Fix: signed/unsigned comparisonrubidium
2009-06-14(svn r16576) -Fix: show the line of the translation file that has the fault ↵rubidium
and not the line of the string in english.txt.
2009-06-14(svn r16575) -Fix (r15760): Move resize sprite to the right when widget is ↵alberth
lowered for RTL languages also.
2009-06-13(svn r16574) -Codechange: reorder stuff in NetworkGameInfo so compilers ↵rubidium
waste less bytes aligning stuff and fix the comment of the structs.
2009-06-13(svn r16573) -Fix: [Network] Always send the starting date from the game ↵rubidium
you're currently playing instead the starting date from the config file.
2009-06-13(svn r16572) -Codechange: also catch FPEs in saveload and the warning about ↵rubidium
missing NewGRFs; only happens when assertions are disabled and NewGRFs are missing.
2009-06-13(svn r16571) -Fix [FS#2974](r16322): in some cases, train could be stuck in ↵smatz
depot
2009-06-12(svn r16569) -Codechange: remove the gaps in the AirportTiles enumyexo
2009-06-12(svn r16568) -Codechange: rename all arrays with airport-tile spritesyexo
2009-06-12(svn r16567) -Fix (r16566): some minor correctionsyexo
2009-06-12(svn r16566) -Codechange: enumify all airport tilesyexo
2009-06-11(svn r16565) -Update: WebTranslator2 update to 2009-06-11 17:32:14translators
russian - 3 fixed, 1 deleted, 209 changed by Lone Wolf (213) serbian - 95 fixed by etran (95)
2009-06-11(svn r16563) -Fix [NoAI]: AIMarine::AreWaterTilesConnected didn't return ↵yexo
true for bridge head<>neighbouring water tile
2009-06-11(svn r16562) -Revert (r16561)yexo
2009-06-11(svn r16561) -Fix [NoAI]: AIMarine::AreWaterTilesConnected didn't return ↵yexo
true for bridge head<>neighbouring water tile
2009-06-10(svn r16560) -Fix (r16559): wrong replacement at one placesmatz
2009-06-10(svn r16559) -Codechange: introduce Company::IsValidAiID() and ↵smatz
Company::IsValidHumanID(), don't use IsHumanCompany() where possible
2009-06-10(svn r16558) -Codechange: Switch found-town window to nested widgets.alberth
2009-06-10(svn r16557) -Feature(tte) [NoAI][FS#2892]: mark dead AIs by red background ↵smatz
in the AIDebug window
2009-06-10(svn r16556) -Codechange [NoAI]: use accessor for AIInstance::is_deadsmatz
2009-06-10(svn r16555) -Feature [FS#570]: ability to enter server and company password ↵smatz
via command line when joining a server (based on patch by Progman, Ammler and planetmaker)
2009-06-10(svn r16554) -Fix (r16433): compilation with disabled network was brokensmatz
2009-06-10(svn r16553) -Codechange: don't use TRACK_BIT_WORMHOLE and TRACK_BIT_DEPOT ↵smatz
as bitmasks
2009-06-10(svn r16552) -Codechange: make AddTileIndexDiffCWrap() a bit fastersmatz
2009-06-10(svn r16551) -Codechange: use shift instead of multiplication in TileXY()smatz
2009-06-10(svn r16550) -Codechange: move definition of ScaleByMapSize to header file, ↵smatz
use shifts instead of mults
2009-06-10(svn r16549) -Codechange: use bool in TileLoopClearHelpersmatz
2009-06-10(svn r16548) -Fix (r16538): removing of duplicates of base graphics set ↵smatz
could behave randomly
2009-06-09(svn r16547) -Codechange: make CircularTileSearch a tiny bit fastersmatz
2009-06-09(svn r16546) -Codechange: use array member instead of allocating in ↵smatz
costructor and freeing in desctructor
2009-06-09(svn r16545) -Cleanup: tunnels have been returning correct SlopeZ since r1smatz
2009-06-09(svn r16544) -Codechange: use double-linked list for vehicle position caches ↵smatz
in order to improve performance (~5% with many vehicles)
2009-06-09(svn r16543) -Update: WebTranslator2 update to 2009-06-09 17:05:46translators
russian - 6 deleted, 276 changed by Lone Wolf (282)
2009-06-09(svn r16542) -Fix [FS#2971](r16307): depend failed on architectures with ↵smatz
unsigned char
2009-06-08(svn r16538) -Fix (r16503): when finding duplicate graphics sets favour the ↵rubidium
more complete one
2009-06-08(svn r16537) -Update: WebTranslator2 update to 2009-06-08 17:40:35translators
french - 1 fixed by glx (1) german - 1 changed by planetmaker (1) russian - 31 fixed, 89 changed by Lone Wolf (120)
2009-06-08(svn r16536) -Fix (r16535): W != Sfrosch
2009-06-08(svn r16535) -Fix (r16146): In one case a too small portion of the screen ↵frosch
was marked dirty, when (un-)drawing selections.
2009-06-07(svn r16534) -Fix [Squirrel] [FS#2942]: fix crash that occured when an AI ↵yexo
was halted while one or more generators were still in a 'running' state
2009-06-07(svn r16533) -Update: WebTranslator2 update to 2009-06-07 17:45:47translators
icelandic - 8 fixed, 50 changed by scrooge (58) russian - 8 fixed, 28 changed by Lone Wolf (36) serbian - 100 fixed by etran (100)
2009-06-07(svn r16532) -Fix [Squirrel]: Don't copy an object when we just checked that ↵yexo
the pointer to it is NULL
2009-06-07(svn r16530) -Fix [FS#2964], (r16501): Deduct additional widget length given ↵alberth
away to a child from the total (Hirundo).
2009-06-07(svn r16529) -Fix [NoAI]: StationIDs from oilrigs were not considered valid ↵yexo
by the API.
2009-06-07(svn r16528) -Fix [FS#2959]: Draw PBS reservation as groundsprite resp. ↵frosch
childsprite of foundation/bridgehead.
2009-06-06(svn r16527) -Codechange: use static member functions instead of simple ↵smatz
casts when converting Vehicle to specialised vehicle types. Includes safety check
2009-06-06(svn r16526) -Fix: don't cast Vehicle to RoadVehicle when it's not a RoadVehiclesmatz