summaryrefslogtreecommitdiff
path: root/src/3rdparty/squirrel/HISTORY
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2011-12-01 12:03:20 +0000
committertruebrain <truebrain@openttd.org>2011-12-01 12:03:20 +0000
commit0c2bbdde5c0f9577cff72af5b34c10777c6bebd0 (patch)
tree3bb5cff8ae5c1151ef99c0f483ff4c17876c7398 /src/3rdparty/squirrel/HISTORY
parent71c1ef5d264c5c55cc02b57fe1f9884b50e5400b (diff)
downloadopenttd-0c2bbdde5c0f9577cff72af5b34c10777c6bebd0.tar.xz
(svn r23383) -Update: bring Squirrel to 2.2.5; besides some nice bug fixes, it mostly solves the sort() issues
Diffstat (limited to 'src/3rdparty/squirrel/HISTORY')
-rw-r--r--src/3rdparty/squirrel/HISTORY12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/3rdparty/squirrel/HISTORY b/src/3rdparty/squirrel/HISTORY
index 21a296c3e..8de77ac16 100644
--- a/src/3rdparty/squirrel/HISTORY
+++ b/src/3rdparty/squirrel/HISTORY
@@ -1,3 +1,15 @@
+***version 2.2.5 stable***
+-sq_getsize() now returns userdatasize for classes and instances
+-added parameter 'isstatic' to _newmember metamethod(thx G.Meyer)
+-now array.sort() is implemented with heapsort
+-added SQUIRREL_VERSION_NUMBER preprocessor definition
+-now floats in scientific notation also accept numbers with no '.' (eg. 1e+6 or 1e6)
+-fixed some compiler warning
+-fixed a minor compiler bug
+-fixed some bugs when SQUSEDOUBLE is used in 32bits systems
+-fixed bug in GC
+
+***2009-11-15 ***
***version 2.2.4 stable***
-fixed bug in functions with default parameters