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
..
2014-04-10 18:32:19 -04:00
2014-02-27 15:27:05 +01:00
2012-04-18 11:34:18 +02:00
2011-07-28 12:32:52 +02:00
2010-10-15 12:54:53 +02:00
2013-11-05 15:19:44 +01:00