summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-02-25(svn r15578) -Change: unexternalise squirrel.rubidium
2009-02-25(svn r15577) -Codechange: bool _networking belongs in network/ not gfx.cpprubidium
2009-02-25(svn r15576) -Codechange: rename SwitchModes to SwitchMode and don't hardcode...yexo
2009-02-25(svn r15575) -Codechange: Rename GameModes to GameMode and store _game_mode a...yexo
2009-02-25(svn r15574) -Fix [FS#2680]: force unload not working when trying to force un...rubidium
2009-02-24(svn r15573) -Fix (r15538): Terrain type and sea level couldn't be changed in...yexo
2009-02-24(svn r15572) -Fix (r13730): theoretical buffer overflow when company with too...smatz
2009-02-24(svn r15571) -Fix: incorrect use of memsetsmatz
2009-02-24(svn r15570) -Fix: Too long strings in the advanced settings window are now t...yexo
2009-02-24(svn r15569) -Codechange: replace MallocT + memset( 0 ) calls by CallocTsmatz
2009-02-24(svn r15568) -Cleanup: *allocT/AllocaM doesn't return NULL when allocating failssmatz
2009-02-24(svn r15567) -Fix [FS#2674]: When building signals by dragging from a pre/ent...yexo
2009-02-24(svn r15566) -Change: reintroduce space as valid method of selecting 'content...rubidium
2009-02-24(svn r15565) -Fix [FS#2675]: dependency information wasn't requested after th...rubidium
2009-02-23(svn r15564) -Fix: Refresh all industry windows if the modify production chea...yexo
2009-02-23(svn r15563) -Change [API CHANGE]: Remove AIIndustry::GetMaxIndustryID().yexo
2009-02-23(svn r15562) -Change: Use GetName() to determine the unique AI name instead o...yexo
2009-02-23(svn r15561) -Fix [FS#2646]: segfault when saving a preset with unknown NewGRFsrubidium
2009-02-23(svn r15560) -Fix: typos in Spanish town names (Erregerre)rubidium
2009-02-23(svn r15559) -Feature: Show required/already-delivered cargo needed for town-...frosch
2009-02-23(svn r15558) -Cleanup: Remove some unnecessary friend declarations.yexo
2009-02-23(svn r15557) -Fix: the font width cache was not updated when changing fonts c...rubidium
2009-02-23(svn r15556) -Change: don't temporary malloc+free when encoding sprites, just...rubidium
2009-02-23(svn r15555) -Codechange: remove the mallocs + frees for temporary data from ...rubidium
2009-02-23(svn r15554) -Fix: -v null crashing in 2051 due to trying to show the high sc...rubidium
2009-02-22(svn r15553) -Update: WebTranslator2 update to 2009-02-22 18:58:31translators
2009-02-22(svn r15552) -Fix (r15544): some compiler/OS combinations don't like closing ...rubidium
2009-02-22(svn r15551) -Fix [FS#2656]: [NoAI] crash when setting a depot order to the s...rubidium
2009-02-21(svn r15550) -Fix [FS#2654]: bogus secondary error message when dynamiting in...rubidium
2009-02-21(svn r15549) -Update: WebTranslator2 update to 2009-02-21 18:48:25translators
2009-02-21(svn r15548) -Fix: incorrect error message when removing non-existing diagona...rubidium
2009-02-21(svn r15547) -Codechange: Eliminate all == and != comparisons between v->carg...frosch
2009-02-21(svn r15546) -Fix [FS#2651]: keep_all_autosave ignored for dedicated servers/...rubidium
2009-02-21(svn r15545) -Fix [FS#2653]: if a buoy was placed directly in front of a dock...rubidium
2009-02-21(svn r15544) -Fix [FS#2650]: extracting downloaded content didn't work for Wi...rubidium
2009-02-21(svn r15543) -Change: allow the default debug level of 6 for a dedicated serv...rubidium
2009-02-21(svn r15542) -Feature(ette): Support vehicle vars 0x47 and 0xF2 in purchase l...frosch
2009-02-21(svn r15541) -Revert (r15399): 'v->cargo_type' is also used in other places, ...frosch
2009-02-21(svn r15540) -Fix: Testing of 'only_this' in CmdRefitRoadVeh() could be skipp...frosch
2009-02-21(svn r15539) -Fix: If an aircraft cannot carry any available cargo, it should...frosch
2009-02-21(svn r15538) -Fix (r15334): The difficulty level wasn't set to custom when ch...yexo
2009-02-21(svn r15537) -Fix (r5215): don't allow special sprite characters (e.g. the sh...rubidium
2009-02-21(svn r15535) -Fix (r15460, pre noai merge): use '.' as 'any' for squirrel cal...glx
2009-02-20(svn r15534) -Codechange: Rename some variables.frosch
2009-02-20(svn r15532) -Fix (r15525): don't try to load (and forget) AI data from a non...rubidium
2009-02-20(svn r15531) -Fix (r15467): AIs were stopped at every error, whether they cau...yexo
2009-02-20(svn r15530) -Fix (r15519): The AIWaypoint classes were not exported to squir...yexo
2009-02-20(svn r15529) -Fix [FS#2644]: the local command queue didn't get properly clea...rubidium
2009-02-20(svn r15528) -Fix (r15525): Check should be the other way around (thanks SmatZ).yexo
2009-02-19(svn r15527) -Fix (r15526): A ')' too much.yexo