James Roseborough
|
f17e9d7018
|
Add example android project.
|
2014-01-27 17:50:34 +00:00 |
|
James Roseborough
|
464e8ad1d4
|
Add obfuscation to applet.
|
2014-01-17 05:18:35 +00:00 |
|
James Roseborough
|
8dce89ab7d
|
Display key characters in sample applet
|
2014-01-17 04:57:22 +00:00 |
|
James Roseborough
|
8201095b0d
|
Let sample applet use a plain class loader within the luajava library.
|
2014-01-16 07:13:15 +00:00 |
|
James Roseborough
|
1bc4acdb89
|
Add sample applet build file.
|
2014-01-14 07:15:26 +00:00 |
|
James Roseborough
|
1b6be3c99f
|
Add sample applet sources.
|
2014-01-13 00:25:09 +00:00 |
|
James Roseborough
|
e98f349e9c
|
Up version to beta3
|
2014-01-02 15:55:36 +00:00 |
|
James Roseborough
|
48a214fc20
|
Fix maven example code to match API changes.
|
2014-01-02 08:17:08 +00:00 |
|
James Roseborough
|
25a5e98fe0
|
Up version to beta3
|
2014-01-02 08:16:21 +00:00 |
|
James Roseborough
|
0dbaf868f1
|
Update release notes.
|
2014-01-02 06:37:24 +00:00 |
|
James Roseborough
|
c755752879
|
Update swingapp example to expect os.time to be in seconds.
|
2014-01-02 06:23:08 +00:00 |
|
James Roseborough
|
b2fedfb8bf
|
Updates to README
|
2014-01-01 18:04:18 +00:00 |
|
James Roseborough
|
0304dc1736
|
Add back stack traces when debug is installed and new error message handler is defined.
|
2014-01-01 17:54:33 +00:00 |
|
James Roseborough
|
03985ec7ee
|
Make error message handler in xpcall per-thread instead of per-globals.
|
2013-12-31 00:44:55 +00:00 |
|
James Roseborough
|
b0d52fe118
|
Let errors thrown in debug hooks bubble up to the running coroutine.
|
2013-12-30 23:58:02 +00:00 |
|
James Roseborough
|
18c1116d22
|
Add back deprecated function for compatibility
|
2013-12-30 23:54:20 +00:00 |
|
James Roseborough
|
337ff63dbb
|
Improve documentation around loading.
|
2013-12-30 00:21:17 +00:00 |
|
James Roseborough
|
de33943eaf
|
Update javadoc comments related to library initialization and loading lua code.
|
2013-12-29 22:49:23 +00:00 |
|
James Roseborough
|
04fd646c87
|
Update javadoc comments related to library inintialization.
|
2013-11-22 17:13:55 +00:00 |
|
James Roseborough
|
2123d3f924
|
Refactor API's related to compiling and loading scripts and character encoding handling.
|
2013-09-18 05:32:30 +00:00 |
|
James Roseborough
|
a552494b72
|
Implement optional table argument to os.time()
|
2013-07-14 18:53:03 +00:00 |
|
James Roseborough
|
9179e74e36
|
Improve compatibility of os.date() function
|
2013-07-14 17:28:38 +00:00 |
|
James Roseborough
|
db1c7a17b2
|
Implement most '%' formatting types for os.date()
|
2013-07-14 15:31:32 +00:00 |
|
James Roseborough
|
07fb564edd
|
Fix os.time() to return a number of seconds.
|
2013-07-13 15:56:59 +00:00 |
|
James Roseborough
|
efe0dc42bd
|
Let LuaValue.checkfunction() return a LuaFunction
|
2013-07-06 15:18:39 +00:00 |
|
James Roseborough
|
729d7bb9da
|
Increment version numbers to 3.0-beta2 (next release)
|
2013-07-06 15:10:10 +00:00 |
|
James Roseborough
|
1891adf4f2
|
Update version to beta1
|
2013-07-05 23:08:50 +00:00 |
|
James Roseborough
|
db076e1912
|
Correct classpath spec on compile step in readme.
|
2013-07-05 22:34:49 +00:00 |
|
James Roseborough
|
bc80f2de1e
|
Edit version referred to in doc to be beta1
|
2013-07-05 22:23:06 +00:00 |
|
James Roseborough
|
725cb7ab49
|
Add documentation on thread safety with luaj 3.0
|
2013-07-05 21:30:17 +00:00 |
|
James Roseborough
|
e9c39d616b
|
Add test that removes elements from table while iterating.
|
2013-07-05 21:02:00 +00:00 |
|
Ian Farmer
|
f3aeb69d30
|
Refactor table implementation.
|
2013-07-05 06:24:46 +00:00 |
|
Ian Farmer
|
49fc8ec7ec
|
Remove obsolete test class TableArrayTest.java.
This file contained the same tests as TableTest.java.
|
2013-07-04 20:09:11 +00:00 |
|
James Roseborough
|
9b59234327
|
Fix Globals.load() to call the library with an empty modname and the globals as the environment. Change standard libraries to be called with two arguments, a modname and an environment.
|
2013-07-04 15:54:36 +00:00 |
|
Ian Farmer
|
120ac758c4
|
Fix bug in LuaJava overload resolution.
|
2013-07-04 06:53:03 +00:00 |
|
Ian Farmer
|
9aeb0e2eac
|
Fix 2 bugs in LuaString.
* Number parsing did not check for overflow.
* A circular dependency could cause random NullPointerExceptions at
class loading time.
|
2013-07-04 06:51:09 +00:00 |
|
Ian Farmer
|
e5d666efd0
|
Fix hash codes of doubles.
|
2013-07-04 06:45:01 +00:00 |
|
James Roseborough
|
711c8c817f
|
Fix Lua to Java coercion directly on Java classes.
|
2013-07-01 14:45:34 +00:00 |
|
James Roseborough
|
869f0e003c
|
Coerce script engine eval() return values to Java.
|
2013-07-01 13:49:52 +00:00 |
|
James Roseborough
|
9a3f6161ce
|
Fix pluggable scripting engine lookup, simplify implementation, and add unit tests.
|
2013-07-01 05:51:27 +00:00 |
|
James Roseborough
|
56fe850437
|
Fix bug that didn't read package.path from environment.
|
2013-06-05 23:50:41 +00:00 |
|
James Roseborough
|
424e80900a
|
Implement redirection for pluggable scripting contexts
|
2013-02-03 01:29:46 +00:00 |
|
James Roseborough
|
8a93c061f7
|
Implement redirection for pluggable scripting contexts
|
2013-02-03 00:22:47 +00:00 |
|
James Roseborough
|
05ac5f22e0
|
Add artifacts to Maven central repository.
|
2013-02-02 05:24:37 +00:00 |
|
James Roseborough
|
9ffb9499e5
|
Add ant target to install to maven, sample maven program.
|
2013-01-29 04:23:41 +00:00 |
|
James Roseborough
|
1626aad303
|
Add convenience function to load a String for execution.
|
2013-01-29 04:22:14 +00:00 |
|
James Roseborough
|
cef619cb40
|
Improve tests and behavior of string.indexOf operations.
|
2013-01-27 18:42:21 +00:00 |
|
James Roseborough
|
1f89f30239
|
Fix bug 3495802 to return correct offset of substrings from string.find()
|
2013-01-27 16:14:03 +00:00 |
|
James Roseborough
|
8a5e811c7f
|
Add test for long substring.
|
2013-01-26 20:04:05 +00:00 |
|
James Roseborough
|
79ddb79c4d
|
Fix bug 3565008 so that short substrings are backed by short arrays.
|
2013-01-26 20:00:04 +00:00 |
|