summaryrefslogtreecommitdiff
path: root/src/3rdparty
AgeCommit message (Expand)Author
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
2009-04-28(svn r16181) -Fix [Squirrel]: the traps variable wasn't restored, causing try...yexo
2009-03-09(svn r15659) -Fix [Squirrel]: The garbage collection would sometimes loop (2^...yexo
2009-02-25(svn r15578) -Change: unexternalise squirrel.rubidium