summaryrefslogtreecommitdiff
path: root/src/3rdparty/squirrel/sqstdlib
AgeCommit message (Collapse)Author
2016-05-11(svn r27561) -Fix [Squirrel]: Fix typos in error messagesmatthijs
2014-09-19(svn r26853) -Cleanup [Squirrel]: remove some stuff that we never did and ↵rubidium
especially never should use
2014-09-06(svn r26781) -Codechange [Squirrel]: remove includes/definitions that are ↵rubidium
already in stdafx.h
2014-09-06(svn r26777) -Codechange: use safe string functions in squirrel code as ↵rubidium
well, and prevent using the ones that are deemed unsafe
2014-09-06(svn r26775) -Cleanup [Squirrel]: "resolve" several of the unicode wrapper ↵rubidium
defines
2014-09-06(svn r26774) -Cleanup [Squirrel]: remove _SC macrorubidium
2014-09-06(svn r26772) -Cleanup [Squirrel]: remove traces to SQUNICODE definerubidium
2011-12-01(svn r23383) -Update: bring Squirrel to 2.2.5; besides some nice bug fixes, ↵truebrain
it mostly solves the sort() issues
2010-02-20(svn r19166) -Change: don't print the absolute path to AI script files in ↵yexo
the AI debug window, use the relative path from /ai/ instead
2009-09-10(svn r17499) -Fix (r17498): remove 2 unused functions so some compilers stop ↵yexo
warning about them
2009-09-10(svn r17498) -Add [NoAI]: Enable the squirrel std math libraryyexo
2009-08-25(svn r17283) -Cleanup [Squirrel]: remove a few unneeded changes to squirrel codeyexo
2009-08-15(svn r17195) -Update: squirrel to 2.2.3 stableyexo
2009-02-25(svn r15578) -Change: unexternalise squirrel.rubidium