Matt Stancliff 76efe1225f Scripting: Fix regression from #1118
The new check-for-number behavior of Lua arguments broke
users who use large strings of just integers.

The Lua number check would convert the string to a number, but
that breaks user data because
Lua numbers have limited precision compared to an arbitrarily
precise number wrapped in a string.

Regression fixed and new test added.

Fixes #1118 again.
2014-06-10 14:26:13 -04:00
..
2012-04-13 17:52:33 -07:00
2013-01-19 10:59:44 +01:00
2013-01-19 10:59:44 +01:00
2014-05-07 16:12:32 +02:00
2013-01-19 10:59:44 +01:00
2014-04-22 16:14:38 +02:00
2013-01-19 10:59:44 +01:00
2014-03-28 12:11:55 +01:00
2014-05-12 11:11:09 -04:00
2014-03-20 16:20:37 +01:00
2013-01-19 10:59:44 +01:00
2014-06-07 17:27:49 +02:00
2013-01-19 10:59:44 +01:00
2014-06-07 17:38:20 +02:00
2014-01-22 09:54:55 +01:00
2013-07-16 15:43:36 +02:00
2013-01-19 10:59:44 +01:00
2014-06-01 02:23:24 +08:00
2013-07-02 12:08:07 +02:00
2011-07-06 15:22:00 +02:00
2013-05-27 11:44:04 +02:00
2013-09-03 15:15:51 +02:00