Matt Stancliff 9ca83c82bf 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-21 15:18:32 +02: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:38 +02:00
2013-01-19 10:59:44 +01:00
2014-06-09 11:43:17 +02:00
2014-04-22 16:14:59 +02:00
2013-01-19 10:59:44 +01:00
2014-04-16 15:09:44 +02:00
2014-06-09 11:43:17 +02:00
2014-03-21 09:57:02 +01:00
2013-01-19 10:59:44 +01:00
2014-06-21 15:18:31 +02:00
2014-06-21 15:18:31 +02:00
2013-01-19 10:59:44 +01:00
2014-06-21 15:18:31 +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-06 10:38:01 +02:00
2013-07-02 12:08:07 +02:00
2011-07-06 15:22:00 +02:00
2014-06-09 16:01:12 +02:00
2013-09-03 15:15:51 +02:00