gochaism
|
a84b4126f2
|
Lua: Make console.log(...) a little more prettier.
|
2014-05-01 00:25:14 +00:00 |
adelikat
|
bac7ba9a5d
|
Remove new line in console.log, Add console.write and console.writeline (console.write is an alias of console.log), update some lua scripts that depended on newline in console.log, add a console library lua unit test
|
2014-04-29 21:03:54 +00:00 |
adelikat
|
04aa023cb9
|
Fix joypad.Set() when using the controller number parameter, also strongly type that parameter to nullable int instead of object, add a unit test lua script that tests for this
|
2014-04-22 21:55:04 +00:00 |
adelikat
|
d5d84943fa
|
meh, slight tweak to that commit
|
2014-04-13 14:24:38 +00:00 |
adelikat
|
9c3a7fec37
|
Lua - add a gameinfo lua library with getromname(), getromhash(), getdisplaytype(), getindatabase(), getstatus(), getisstatusbad(), getboardtype(), and getoptions() methods
|
2014-04-13 14:22:13 +00:00 |
adelikat
|
fabef275eb
|
Fix joypad.set "unit test" script
|
2014-03-29 21:30:21 +00:00 |
adelikat
|
ddb9d6ccf2
|
ugh, oops
|
2014-03-27 01:20:32 +00:00 |
adelikat
|
f6699389f7
|
Start some "unit tests" for Lua. This suite of scripts will demonstrate, document, and test the intended behavior of various lua methods
|
2014-03-27 01:16:38 +00:00 |