summaryrefslogtreecommitdiff
path: root/src/script
AgeCommit message (Expand)Author
2011-09-08(svn r22906) -Fix (r22905): variable not properly cleared before userubidium
2011-09-08(svn r22905) -Fix [FS#4753] (r22836): the name of the tar was removed from th...rubidium
2011-09-08(svn r22904) -Codechange: add tar filename to file scanningrubidium
2011-09-02(svn r22874) -Fix [FS#4747]: Check size of various buffers before allocation....michi_cc
2011-08-25(svn r22836) -Codechange: simplify the scanning of (AI) scriptsrubidium
2011-05-01(svn r22406) -Document: some more "random-ish" tidbitsrubidium
2011-02-20(svn r22120) -Change: [NoAI] Prevent AIs from getting consistently over their...rubidium
2010-12-22(svn r21595) -Codechange: Some header files had their name changed, update th...alberth
2010-11-24(svn r21311) -Fix [FS#4260]: AIs in an infinite loop in e.g. autosave, but al...rubidium
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...rubidium
2010-08-19(svn r20574) -Codechange: a little over 1 million vehicles should be enough f...rubidium
2010-05-10(svn r19776) -Change: don't scan for tars in the script scanner; it has alrea...rubidium
2010-03-23(svn r19509) -Codechange: remove superfluous semicolons after function defini...smatz
2010-01-18(svn r18862) -Fix [FS#3544]: don't pass AI strings through iconvrubidium
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2010-01-01(svn r18683) -Fix: it's not an otherrubidium
2009-12-19(svn r18555) -Fix (r15027): fake definitions of squirrel types were wrong for...smatz
2009-12-06(svn r18418) -Fix [FS#3298]: under some circumstances a pointer could be left...rubidium
2009-11-11(svn r18038) -Fix [FS#3290] (r17402): AIs failed to load their data from save...rubidium
2009-11-03(svn r17963) -Codechange: some documentation stylerubidium
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-09-19(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, whi...rubidium
2009-09-15(svn r17545) -Fix [FS#3202]: [NoAI] AIs had 'infinite' time when running code...rubidium
2009-09-10(svn r17498) -Add [NoAI]: Enable the squirrel std math libraryyexo
2009-09-03(svn r17402) -Fix (r16425): During every save a few slots on the squirrel sta...Yexo
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-19(svn r17223) -Change [NoAI] [FS#2980]: Crash an AI when it uses a DoCommand /...yexo
2009-08-19(svn r17221) -Change [NoAI] [FS#3101]: when the API requests a string as para...yexo
2009-07-31(svn r17013) -Fix [FS#3074]: concatenating strings in Squirrel when non-ASCII...rubidium
2009-07-31(svn r17005) -Add [NoAI]: AIAbstractList::SORT_ASCENDING / SORT_DESCENDINGyexo
2009-07-15(svn r16834) -Fix [FS#3034]: call the AI Save() function only once so AIs can...yexo
2009-06-01(svn r16502) -Fix [FS#2935]: when an AI was suspended while in a function cal...yexo
2009-06-01(svn r16493) -Fix: missing/wrong @file doxygen 'headers'rubidium
2009-06-01(svn r16492) -Remove: support for gcc2. It hasn't been able to compile OTTD f...smatz
2009-05-25(svn r16425) -Change [FS#2869]: Stop an AI when it takes too long to initiali...yexo
2009-05-03(svn r16222) -Fix: unneeded pointer dereferencingrubidium
2009-04-21(svn r16113) -Feature [NoAI]: Add UseAsRandomAI as function in info.nut. When...yexo
2009-04-19(svn r16093) -Feature [FS#2808]: Add GetURL() as possible function to info.nu...yexo
2009-03-16(svn r15743) -Codechange: move the definitions of some fake squirrel types to...yexo
2009-03-15(svn r15736) -Codechange: Split AIScanner/AIFileInfo to the more generic clas...yexo
2009-03-11(svn r15668) -Fix: a few typos.yexo
2009-03-06(svn r15629) -Fix (r15027): Validate strings that are passed from squirrel to...yexo
2009-02-23(svn r15558) -Cleanup: Remove some unnecessary friend declarations.yexo
2009-02-21(svn r15535) -Fix (r15460, pre noai merge): use '.' as 'any' for squirrel cal...glx
2009-02-20(svn r15531) -Fix (r15467): AIs were stopped at every error, whether they cau...yexo
2009-02-13(svn r15467) -Fix [NoAI]: AIs with an error in their info.nut are no longer a...yexo
2009-02-08(svn r15406) -Fix: make Valuate actually cost a few opcodes to not make it a ...rubidium
2009-02-03(svn r15330) -Fix [FS#2597]: leaking of Squirrel when using circular referenc...rubidium
2009-02-02(svn r15316) -Fix [NoAI]: ignore unprintable chars when returning a string to...glx
2009-01-23(svn r15222) -Fix: The squirrel stack was corrupted if an AI called any C++ f...Yexo