summaryrefslogtreecommitdiff
path: root/src/tar_type.h
AgeCommit message (Collapse)Author
2021-05-03Codechange: Replace FOR_ALL_TARS with range-based for loopsglx22
2020-12-27Codechange: Use std::string in file scanners.Michael Lutz
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2012-01-03(svn r23735) -Codechange: remove ~50 includes from headers that weren't neededrubidium
2011-11-14(svn r23216) -Codechange: introduce the concept of having different tar listsrubidium
2011-11-12(svn r23198) -Codechange: introduce a free that takes const pointers so we ↵rubidium
don't need to cast to void/non-const before being able to free
2010-08-03(svn r20346) -Change: scan for tar files before scanning for AIs/NewGRFs so ↵yexo
new AIs/NewGRFs inside a tar file are found
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-01-12(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ↵truebrain
see. NoAI is an API (a framework) to build your own AIs in. See: http://wiki.openttd.org/wiki/index.php/AI:Main_Page With many thanks to: - glx and Rubidium for their syncing, feedback and hard work - Yexo for his feedback, patches, and AIs which tested the system very deep - Morloth for his feedback and patches - TJIP for hosting a challenge which kept NoAI on track - All AI authors for testing our AI API, and all other people who helped in one way or another -Remove: all old AIs and their cheats/hacks
2009-01-03(svn r14817) -Cleanup: unify the place where the @file header is placedsmatz
2008-07-24(svn r13814) -Fix (r13810): MSVC (as usual) does stupid things. This time it ↵rubidium
is copying around a struct it created itself, causing bad things to happen if you don't explicitly set all variables to something remotely sane in the constructor.
2008-07-23(svn r13810) -Fix: small memory leak when tar files would be found.rubidium
2008-06-25(svn r13631) -Fix (r13618): forgot #define avoiding multiple inclusionssmatz
2008-06-24(svn r13618) -Codechange: move tar-specific declarations to separate filesmatz
Removes indirect dependency on <string> and <map> for over 40 files