Matt Stancliff ba76daa42e 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-11 10:14:26 +02:00
..
2014-04-23 16:14:40 +02:00
2014-03-05 10:16:02 +01:00
2014-01-09 11:19:11 +01:00
2012-04-18 11:41:03 +02:00
2011-07-28 12:32:52 +02:00
2010-10-15 12:54:53 +02:00
2013-11-05 17:24:26 +01:00