summaryrefslogtreecommitdiff
path: root/src/saveload
AgeCommit message (Expand)Author
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2010-01-10(svn r18775) -Fix (r18769): non-LZO code used LZO defines, also replace #defi...rubidium
2010-01-10(svn r18772) -Feature-ish: allow user customisable compression levels for the...rubidium
2010-01-10(svn r18771) -Codechange: minor cleanups in saveload coderubidium
2010-01-10(svn r18770) -Fix-ish: don't allow the memory saveload format to be chosen fo...rubidium
2010-01-10(svn r18769) -Codechange: replace MiniLZO with the real library. If you're us...rubidium
2010-01-09(svn r18764) -Fix [FS#3422]: split the (un)load ticks counter and signal wait...rubidium
2010-01-09(svn r18763) -Feature [FS#3095]: rerandomise AIs on reloading (via the debug ...rubidium
2010-01-04(svn r18719) -Feature: don't delete the rough/rocky status of a tile when it'...yexo
2010-01-04(svn r18717) -Codechange: use TileArea in industry instead of three separate ...rubidium
2010-01-03(svn r18703) -Feature-ish: allow virtually paying a percentage of the leg pro...rubidium
2010-01-02(svn r18689) -Codechange: move the looping over chunkhandlers code to a macrorubidium
2010-01-02(svn r18688) -Cleanup: remove some unused code/constantsrubidium
2010-01-02(svn r18686) -Fix [FS#3470]: in some cases _sl.chs is used when not initialis...rubidium
2010-01-01(svn r18683) -Fix: it's not an otherrubidium
2009-12-31(svn r18674) -Feature (FS#3459): Configurable slope steepness for trains from...peter1138
2009-12-25(svn r18634) -Revert (r16808): the fix doesn't work in all casesrubidium
2009-12-17(svn r18522) -Feature: add the possibility to not make new tree tiles in-gamerubidium
2009-12-16(svn r18515) -Change: make it visible when you're to pass the next signal on ...rubidium
2009-12-15(svn r18506) -Fix [FS#3368]: no error message was created for the first fatal...rubidium
2009-12-13(svn r18486) -Fix: when switching language and you're getting a different fon...rubidium
2009-12-13(svn r18481) -Codechange: unify the curve pathfinder penalty defaults; 0.01 t...rubidium
2009-12-04(svn r18404) -Codechange: link drive through stops better togetherrubidium
2009-12-02(svn r18388) -Codechange: move entering/leaving of road stops to functions of...rubidium
2009-12-02(svn r18385) -Cleanup: remove the now unneeded multistop slot management coderubidium
2009-12-02(svn r18384) -Fix (r18351): attempt to 'work around' MSVC's IMO stupid warningrubidium
2009-12-02(svn r18379) -Codechange: move the cache updating function to its own header ...rubidium
2009-12-02(svn r18377) -Codechange: add 'cache' of the tile area of truck and bus stops.rubidium
2009-12-01(svn r18364) -Codechange: move the pathfinders and their related files into a...rubidium
2009-12-01(svn r18362) -Cleanup: remove OPF for RVs and NTP to clean up lots of code an...rubidium
2009-11-30(svn r18351) -Fix [FS#3333]: endianness issue with saving the zoom levelrubidium
2009-11-28(svn r18330) -Cleanup: remove some unneeded includesrubidium
2009-11-25(svn r18292) -Codechange: add a command to set the start date of a timetable....rubidium
2009-11-24(svn r18281) -Feature: founding towns in-game (based on work by Belugas, TheJ...smatz
2009-11-17(svn r18141) -Fix (r18051): one couldn't (easily) continue a game in single p...rubidium
2009-11-09(svn r18028) -Codechange: unglobalise some functionsrubidium
2009-11-09(svn r18027) -Codechange: make some unneededly global variables static and re...rubidium
2009-11-08(svn r18008) -Codechange: Rename NUM_PRICES to PR_END, and use the Price enum...frosch
2009-11-03(svn r17963) -Codechange: some documentation stylerubidium
2009-10-31(svn r17929) -Fix (r2391): STR_NULL does not seem very useful as file save er...alberth
2009-10-31(svn r17928) -Codechange: ShowErrorMessage() now takes the summary string bef...alberth
2009-10-30(svn r17908) -Fix [FS#3288]: uninitialised values in some paths of loading TT...rubidium
2009-10-27(svn r17893) -Feature [FS#2633]: make it possible to disable background savin...rubidium
2009-10-26(svn r17879) -Codechange: convert awarded pax subsidies from old savegames us...smatz
2009-10-20(svn r17817) -Codechange: MakeWater actually made sea tiles, so rename it to ...rubidium
2009-10-20(svn r17816) -Codechange: move the CargoList invalidation-after-saveload to t...rubidium
2009-10-19(svn r17813) -Codechange: unify the CargoPacket related coding stylerubidium
2009-10-18(svn r17807) -Codechange: move all 'updates' just after the 'load' constructo...rubidium
2009-10-18(svn r17806) -Codechange: split CargoPacket's 'afterload' to a separate functionrubidium
2009-10-18(svn r17800) -Codechange: first steps into making CargoList a templaterubidium