summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-11-25(svn r26115) -Fix: AfterLoadGame can throw an exception; from the old ↵rubidium
savegame load section this wouldn't be caught
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
aqueducts that start at flat land
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 ↵rubidium
driver factory instatiations
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 ↵rubidium
that might eventually lead to become indices into tables
2013-11-25(svn r26104) -Fix: do not attempt to do stuff with an invalid direction, ↵rubidium
especially using it as index into a table
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
list but wants to make implicit orders
2013-11-25(svn r26100) -Fix: possible buffer overflow in console handling of aliasesrubidium
2013-11-25(svn r26099) -Codechange: make NewGRF scanner management slightly easierrubidium
2013-11-25(svn r26098) -Fix: close the log file when OpenTTD was forked and finally closedrubidium
2013-11-25(svn r26097) -Fix: another minor memory leak (when pressing cancel in the ↵rubidium
bootstrap window)
2013-11-24(svn r26093) -Fix (r26092): compilation errorrubidium
2013-11-24(svn r26092) -Fix [FS#5818]: prevent scripts from crashing OpenTTD when they ↵rubidium
send text with command codes to user editable texts such as sign and station names
2013-11-24(svn r26091) -Fix (r26089): double frees... woospierubidium
2013-11-24(svn r26090) -Fix: leaking of file descriptor when reading strings for game ↵rubidium
texts
2013-11-24(svn r26089) -Fix: a number of minor memory leaksrubidium
2013-11-24(svn r26088) -Fix (r26086): Windows compilationrubidium
2013-11-24(svn r26087) -Fix: file descriptor leak when finding a corrupt tarrubidium
2013-11-24(svn r26086) -Codechange: use AutoDeleteSmallVector instead std::list for ↵rubidium
dropdowns
2013-11-24(svn r26085) -Codechange: Pass ResolverObjects as reference instead of ↵frosch
pointer since they are never NULL.
2013-11-24(svn r26084) -Fix: don't allow executing the palette toggling code when it's ↵rubidium
not editable
2013-11-24(svn r26083) -Codechange: pass the CommandContainer for the station joiner ↵rubidium
around using a reference instead of by-value
2013-11-24(svn r26082) -Fix [FS#5816] (r26077): tar files with more than one file in ↵rubidium
the root directory would not be read properly (zydeco)
2013-11-24(svn r26081) -Fix [FS#5815]: memset with virtual functions doesn't quite ↵rubidium
work. Upon further review CompanyProperties doesn't need to be virtual in the current code base
2013-11-24(svn r26080) -Fix: possible out of bounds array accessrubidium
2013-11-23(svn r26077) -Codechange: handle strings like strings when scanning a tar ↵rubidium
instead of merely blobs of memory
2013-11-23(svn r26076) -Codechange: upgrade some C-style named structs to C++-style ↵rubidium
named structs
2013-11-23(svn r26074) -Update from WebTranslator v3.0:translators
afrikaans - 3 changes by mulderpf
2013-11-23(svn r26073) -Cleanup: unneeded check against NULLrubidium
2013-11-23(svn r26072) -Cleanup: mark some unreachable default cases by NOT_REACHED()rubidium
2013-11-23(svn r26071) -Fix: always initialise GRFFilePropsrubidium
2013-11-23(svn r26070) -Fix: prevent extremely huge size for data (1+GiB)rubidium
2013-11-23(svn r26069) -Fix: missing break in NewGRF object handlingrubidium
2013-11-23(svn r26068) -Fix: unneeded NULL checkrubidium
2013-11-23(svn r26067) -Fix: possible NULL dereference when getting NewGRF versionrubidium
2013-11-23(svn r26066) -Fix: possible NULL dereference when resolving industry scoperubidium
2013-11-23(svn r26065) -Fix: possible dereference of NULL for texts from game scriptsrubidium
2013-11-23(svn r26064) -Fix: possible uninitialised array when loading a broken TT-ish ↵rubidium
savegame
2013-11-23(svn r26063) -Fix (r26062): a few tabs too muchrubidium
2013-11-23(svn r26062) -Fix: beef up checks against invalid data in highscore and ↵rubidium
language files
2013-11-23(svn r26061) -Fix: negative result of ftell wasn't handled correctly in some ↵rubidium
cases
2013-11-23(svn r26060) -Fix: do not let depend overrun its buffers when paths are ↵rubidium
extremely (and unlikely) long