adelikat
|
bf034b880f
|
some misc bug fixes in some lua functions
|
2015-03-27 23:29:15 +00:00 |
adelikat
|
58616ff001
|
lua - Emu library - convert to service injection model, fix emu.getregister(s) that was broken when refactoring core methods for better debugger support
|
2015-01-01 19:52:53 +00:00 |
gochaism
|
6e01ca1808
|
Lua: Add bit.arshift for arithmetic right-shift.
|
2014-08-14 01:49:28 +00:00 |
adelikat
|
0649d1c77e
|
Lua - add some more documentation, add a method that generates tasvideos wiki markup of the documentation and outputs to a file (method not wired to anything, there to save me tons of time when releasing)
|
2014-06-03 02:19:13 +00:00 |
adelikat
|
83ada011e8
|
Lua - Refactor how lua libraries are registered by searching assemblies and finding implementations and building a list of these
|
2014-06-01 22:02:59 +00:00 |
adelikat
|
17568997bf
|
Lua - unify constructors and have all libraries receive a lua context and an output callback, simplify some convolved registration code
|
2014-05-21 00:17:35 +00:00 |
beirich
|
c3e0d8824c
|
zero warnings!
|
2014-04-08 02:25:46 +00:00 |
adelikat
|
0a0f144aa8
|
Lua - Bit library - fix support for uint values
|
2014-03-01 15:04:19 +00:00 |
adelikat
|
23f7017651
|
Some code cleanup tinkerings in Client.Common
|
2014-02-03 20:48:01 +00:00 |
adelikat
|
7417ea7b8f
|
Lua - more documentation and more strong typing of parameters, more fixups to display of parameter types in the Lua functions list
|
2014-01-27 03:16:05 +00:00 |
adelikat
|
157f092aa2
|
Lua clean up Bit and Client libraries by using strongly typed numbers as a proof of concept that we can
|
2014-01-26 20:36:00 +00:00 |
pasky1382
|
c6811542fa
|
Added a couple lua descriptions
|
2014-01-26 20:05:56 +00:00 |
adelikat
|
91fdad9d45
|
LUa - whack now unused code
|
2014-01-26 16:21:20 +00:00 |
adelikat
|
06c0417f96
|
some Lua documentation related cleanup and support column sorting on Description in Lua Functions list
|
2014-01-25 20:27:51 +00:00 |
adelikat
|
ee1cea5d08
|
Lua - even better way to build lua libraries, now methods will have attributes for the name, and description of each method. Someone needs to put in descriptions now. Bit library is the only one done as of this commit
|
2014-01-25 19:49:29 +00:00 |
adelikat
|
4701b319be
|
Lua - add a new way to do reflection to get method names, now the function list simply needs to match the method name, and the method name does not need to redundantly specificy the library name. Only the Bit library hooked up currenlty.
|
2014-01-25 15:05:53 +00:00 |
pasky1382
|
4012f93f31
|
Added bit.clear() bit.set() to lua, and LuaULong()
|
2014-01-21 17:28:54 +00:00 |
pasky1382
|
033620a478
|
Cleanup and added byteswapping functions for lua.
|
2014-01-20 17:38:31 +00:00 |
pasky1382
|
08504fc25a
|
Added more string lua functions
|
2014-01-20 17:06:09 +00:00 |
pasky1382
|
83591cda67
|
Oops
|
2014-01-20 15:26:44 +00:00 |
pasky1382
|
1a0e98b7ad
|
Lua bit.checkbit() function, returns if a specified bit is on/off.
|
2014-01-19 17:42:21 +00:00 |
adelikat
|
7482cfdc5e
|
a round of code cleanup in Client.Common
|
2013-12-30 01:58:44 +00:00 |
adelikat
|
3324759799
|
move some lua files to client.common
|
2013-10-31 23:55:17 +00:00 |