summaryrefslogtreecommitdiff
path: root/src/3rdparty/squirrel/include
AgeCommit message (Collapse)Author
2009-12-26(svn r18639) -Update: Squirrel from 2.2.3 to 2.2.4rubidium
-Revert (r17273): this fix is included in Squirrel 2.2.4
2009-09-10(svn r17498) -Add [NoAI]: Enable the squirrel std math libraryyexo
2009-08-19(svn r17223) -Change [NoAI] [FS#2980]: Crash an AI when it uses a DoCommand ↵yexo
/ Sleep instead of just printing an error message in the AI Debug Window
2009-08-15(svn r17195) -Update: squirrel to 2.2.3 stableyexo
2009-06-01(svn r16502) -Fix [FS#2935]: when an AI was suspended while in a function ↵yexo
called (indirectly) via call/acall/pcall OpenTTD crashed. Fix this by disallowing AIs to be suspended while called via call/acall/pcall. IMPORTANT FOR AI WRITERS: AIs can no longer call any DoCommand functions (change anything, build vehicles, etc.) in a function called (indirectly) via call/acall/pcall. Where possible, please rewrite your code so it doesn't use call/acall/pcall
2009-02-25(svn r15578) -Change: unexternalise squirrel.rubidium