summaryrefslogtreecommitdiff
path: root/src/3rdparty
AgeCommit message (Expand)Author
2013-02-05(svn r24970) -Fix [FS#5346]: crash when infinite loop occured during loading ...rubidium
2013-01-20(svn r24928) -Fix [FS#5408]: [Squirrel] Update line information before proces...frosch
2012-04-18(svn r24153) -Fix [FS#5160]: [Squirrel] Crash when trying to create an array ...rubidium
2012-02-17(svn r23962) -Fix [FS#5068]: [Script] Infinite recursion within a script wasn...rubidium
2012-01-29(svn r23870) -Fix [FS#5004]: scripts with a bad comparator could lock up OpenTTDrubidium
2012-01-15(svn r23801) -Fix: reading the utf-8 BOM from AI/GS files on big-endian machi...yexo
2011-12-20(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the o...truebrain
2011-12-11(svn r23496) -Fix: [Squirrel] Provide a proper error message when the _cmp me...yexo
2011-12-01(svn r23383) -Update: bring Squirrel to 2.2.5; besides some nice bug fixes, i...truebrain
2011-11-12(svn r23194) -Codechange: don't cast away const needlesslyrubidium
2011-11-11(svn r23190) -Fix: compile error due to Squirrel define messing up another in...rubidium
2011-11-10(svn r23187) -Fix (r23186): MSVC allowed non-const where const was mandatoryyexo
2011-11-10(svn r23186) -Fix [FS#4830]: [Squirrel] replace custom qsort by std::sort to ...yexo
2011-05-25(svn r22490) -Fix [FS#4623]: [Squirrel] Fix compilation under MinGW-w64. (JGR)terkhen
2011-05-21(svn r22481) -Fix: compilation with recent GCCsmatz
2011-02-11(svn r22055) -Fix [FS#4490]: [Squirrel] some invalid squirrel code caused the...yexo
2010-07-16(svn r20162) -Fix [FS#3954]: integer comparison failed in case the difference...rubidium
2010-02-20(svn r19166) -Change: don't print the absolute path to AI script files in the...yexo
2010-01-16(svn r18832) -Fix: some indentation whitespace.frosch
2010-01-10(svn r18769) -Codechange: replace MiniLZO with the real library. If you're us...rubidium
2009-12-26(svn r18639) -Update: Squirrel from 2.2.3 to 2.2.4rubidium
2009-11-08(svn r18025) -Fix (r17217): more missing/extra parentheses (for compilers I'v...rubidium
2009-11-08(svn r18024) -Fix (r17217): missing (rubidium
2009-10-26(svn r17883) -Codechange: little cleaning in md5.cpp and md5.hsmatz
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-09-12(svn r17515) -Fix [FS#3189]: [Squirrel] In some cases the call stack would no...rubidium
2009-09-10(svn r17499) -Fix (r17498): remove 2 unused functions so some compilers stop ...yexo
2009-09-10(svn r17498) -Add [NoAI]: Enable the squirrel std math libraryyexo
2009-09-03(svn r17403) -Fix [Squirrel]: guard against squirrel stack overflows; if asse...rubidium
2009-08-25(svn r17284) -Fix [Squirrel]: stack was not always cleared properly with tail...rubidium
2009-08-25(svn r17283) -Cleanup [Squirrel]: remove a few unneeded changes to squirrel codeyexo
2009-08-25(svn r17282) -Fix (r17195): the squirrel documentation files were not updatedyexo
2009-08-23(svn r17273) -Fix [Squirrel]: calling a function that has default parameters ...yexo
2009-08-21(svn r17247) -Change: move '3rd party' MD5 implementation also to the 3rdpart...rubidium
2009-08-20(svn r17243) -Fix (r17216): undo 'damage' by svn:keywordsrubidium
2009-08-20(svn r17230) -Fix (r15027): don't assert when an AI uses AI*Mode objects inco...yexo
2009-08-19(svn r17223) -Change [NoAI] [FS#2980]: Crash an AI when it uses a DoCommand /...yexo
2009-08-18(svn r17218) -Fix (r17216): missing '(' causing compile errorglx
2009-08-18(svn r17217) -Fix (r17216): silence some warnings for the more exotic GCC-alikesrubidium
2009-08-18(svn r17216) -Update: MiniLZO from 1.08 to 2.03.rubidium
2009-08-18(svn r17212) -Change: move minilzo to its 'own' 3rdparty directory as it belo...rubidium
2009-08-15(svn r17195) -Update: squirrel to 2.2.3 stableyexo
2009-06-07(svn r16534) -Fix [Squirrel] [FS#2942]: fix crash that occured when an AI was...yexo
2009-06-07(svn r16532) -Fix [Squirrel]: Don't copy an object when we just checked that ...yexo
2009-06-03(svn r16509) -Fix (r16502): All Sleep/DoCommand calls failed instead of only ...yexo
2009-06-01(svn r16502) -Fix [FS#2935]: when an AI was suspended while in a function cal...yexo
2009-05-27(svn r16454) -Fix (r16181, r16241): fix the try/catch bug fixed in r16181 and...yexo
2009-05-26(svn r16434) -Cleanup: remove some dead code; primarily stuff that can't be r...rubidium
2009-05-24(svn r16422) -Codechange: use const_cast for removing const and warn when con...rubidium
2009-05-06(svn r16241) -Fix (r16181): regression failing due to wrongly initialised amo...rubidium