src/squirrel_std.cpp
Thu, 12 Jun 2008 18:03:50 +0000 truebrain (svn r13492) [NoAI] -Add: added the 'standard' functions max() and min() in global scope noai
Tue, 20 May 2008 13:09:34 +0000 truebrain (svn r13193) [NoAI] -Add: allow AIs to be packed in a .tar. one AI per tar, always in a subdir. It looks for main.nut in the first dir it finds in the archive noai
Mon, 11 Feb 2008 18:08:09 +0000 glx (svn r12113) [NoAI] -Fix: memory leak in require() noai
Mon, 11 Feb 2008 14:20:41 +0000 smatz (svn r12110) [NoAI] -Fix [FS#1746]: possible segmentation fault when trying to load another script file noai
Wed, 09 Jan 2008 18:11:12 +0000 rubidium (svn r11796) [NoAI] -Sync: with trunk r11502:11795. noai
Fri, 23 Nov 2007 16:59:30 +0000 rubidium (svn r11503) [NoAI] -Sync: with trunk r11308:11502. noai
Wed, 11 Apr 2007 20:53:58 +0000 glx (svn r9600) [NoAI] -Fix r9594: restore compilation with _UNICODE noai
Wed, 11 Apr 2007 19:53:33 +0000 truelight (svn r9594) [NoAI] -Add: added 'require()' for Squirrel, which allows you to include other files in your .nut noai
Mon, 19 Mar 2007 23:43:20 +0000 truelight (svn r9356) [NoAI] -Add: add abs() function to global scope in SQ. This means we now have an own squirrel_std class which registers such functions. (on request by Zuu) noai