summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-12-09(svn r26153) -Doc [FS#5826]: Fix copy-pasty. (krinn)frosch
2013-12-08(svn r26152) -Revert/Fix (r26118) [FS#5822]: While the condition is non-sense...frosch
2013-12-08(svn r26151) -Update from WebTranslator v3.0:translators
2013-12-08(svn r26150) -Revert (r26120): EnforcePrecondition alters the last-error stat...frosch
2013-12-08(svn r26149) -Fix [FS#5825]: [Script] Various API functions did not check whe...frosch
2013-12-08(svn r26148) -Fix [FS#5824] (r25735): Script API failed for vehicles with onl...frosch
2013-12-07(svn r26146) -Update from WebTranslator v3.0:translators
2013-12-06(svn r26145) -Update from WebTranslator v3.0:translators
2013-12-05(svn r26144) -Update from WebTranslator v3.0:translators
2013-12-04(svn r26143) -Update from WebTranslator v3.0:translators
2013-12-03(svn r26142) -Update from WebTranslator v3.0:translators
2013-12-02(svn r26141) -Update from WebTranslator v3.0:translators
2013-12-01(svn r26140) -Update from WebTranslator v3.0:translators
2013-11-29(svn r26139) -Update from WebTranslator v3.0:translators
2013-11-29(svn r26138) -Fix [FS#5821] (r26105-ish): [Script] scripts could trigger the ...rubidium
2013-11-29(svn r26137) -Merge: documentation updates from 1.3 branchrubidium
2013-11-28(svn r26134) -Fix [FS#5820]: aircraft crashing near the map's border due to a...rubidium
2013-11-28(svn r26133) -Update from WebTranslator v3.0:translators
2013-11-26(svn r26132) -Fix-ish: prevent issues due to overflowing multiplications by l...rubidium
2013-11-26(svn r26131) -Update from WebTranslator v3.0:translators
2013-11-26(svn r26130) -Codechange: add some guards against using invalid image indicesrubidium
2013-11-26(svn r26129) -Fix: remove dead code; it could be made to do what it did, but ...rubidium
2013-11-26(svn r26128) -Fix: erroneous castrubidium
2013-11-26(svn r26127) -Fix (r18186): missing breakrubidium
2013-11-26(svn r26126) -Cleanup: remove unneeded check for NULLrubidium
2013-11-26(svn r26125) -Fix: make sure the tile area's variables are always properly in...rubidium
2013-11-26(svn r26124) -Fix: make sure all members of the default string iterator are i...rubidium
2013-11-26(svn r26123) -Fix: make sure the maximum row length when making company butto...rubidium
2013-11-26(svn r26122) -Fix-ish: remove essentially dead code; if nested_array were NUL...rubidium
2013-11-26(svn r26121) -Codechange: add some asserts after dynamic casts to show they s...rubidium
2013-11-26(svn r26120) -Fix: [Script] Replace simple check with precondition check, aft...rubidium
2013-11-26(svn r26119) -Fix: ResolveCompanyID on an already resolved CompanyIDrubidium
2013-11-26(svn r26118) -Fix-ish?: comparing the old Direction to the possibly new state...rubidium
2013-11-26(svn r26117) -Cleanup: unneeded NULL checkrubidium
2013-11-25(svn r26116) -Codechange: validate that the number of lines in a graph is mor...rubidium
2013-11-25(svn r26115) -Fix: AfterLoadGame can throw an exception; from the old savegam...rubidium
2013-11-25(svn r26114) -Fix-ish: do our best to not get bit by getenv being unsafe as hellrubidium
2013-11-25(svn r26113) -Fix: unhandled seek error, and leaking file descriptorrubidium
2013-11-25(svn r26112) -Fix: make sure a vehicle list is always initialisedrubidium
2013-11-25(svn r26111) -Fix: theoretical case where sprite table could be overread for ...rubidium
2013-11-25(svn r26110) -Codechange: add guard for enterdir being valid in signal coderubidium
2013-11-25(svn r26109) -Fix: missing initialisationrubidium
2013-11-25(svn r26108) -Codechange: some coding style (whitespace)rubidium
2013-11-25(svn r26107) -Codechange/cleanup: remove some coding bloat and simplify the d...rubidium
2013-11-25(svn r26106) -Codechange: document fall through explicitlyrubidium
2013-11-25(svn r26105) -Codechange: add a lot of assertions to track/road functions tha...rubidium
2013-11-25(svn r26104) -Fix: do not attempt to do stuff with an invalid direction, espe...rubidium
2013-11-25(svn r26103) -Fix: prevent odd overflows due to integer promotionrubidium
2013-11-25(svn r26102) -Fix: m_veh is not NULL by definition when IsRoadTT is truerubidium
2013-11-25(svn r26101) -Fix: NULL pointer dereference when one can't allocate an order ...rubidium