adelikat
|
e0985465b6
|
misc Client.Common code cleanups
|
2017-05-09 13:19:55 -05:00 |
J.D. Purcell
|
b53502eed8
|
Spaces -> tabs.
|
2017-04-15 16:37:30 -04:00 |
adelikat
|
b6f335e4c8
|
misc code cleanups in BizHawk.Client.Common
|
2017-04-14 14:59:01 -05:00 |
adelikat
|
3ba965321a
|
make bizstring.split() 1-based
|
2015-09-09 19:57:14 -04: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
|
af9c462826
|
meh, null check some other bizstring library functions while I'm thinking about it
|
2014-05-21 02:12:27 +00:00 |
adelikat
|
ac6c5e6b48
|
lua - nullcheck bizstring.split()
|
2014-05-21 02:05:26 +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 |
adelikat
|
6401e6d719
|
Refactor LuaLibraryBase to have a Lua context rather than misc libraries being in charge of that when needed. Still todo: clean up the inconsistent constructor logic, vs setting these as public properties
|
2014-05-20 20:34:51 +00:00 |
adelikat
|
3d10d67fea
|
Implement bizstring.split()
|
2014-05-18 21:06:16 +00:00 |
adelikat
|
00c243212d
|
Lua - rename the string library to bizstring because it was eating the built in lua string library. Fix M64_reader that was using now deleted/renamed functions
|
2014-03-26 22:30:48 +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
|
ce9f282d67
|
Lua - clean up a lot of params by making them strongly typed numbers instead of object, and simplify a lot of logic as a result
|
2014-01-27 01:15:56 +00:00 |
adelikat
|
70feebf229
|
Add documentation to as many lua function as I can sanely do in one sitting
|
2014-01-26 18:36:27 +00:00 |
adelikat
|
91fdad9d45
|
LUa - whack now unused code
|
2014-01-26 16:21:20 +00:00 |
adelikat
|
bce8320b85
|
Lua - new Register method on some more libraries
|
2014-01-26 13:30:45 +00:00 |
pasky1382
|
033620a478
|
Cleanup and added byteswapping functions for lua.
|
2014-01-20 17:38:31 +00:00 |
pasky1382
|
bff34dd379
|
Cleanup.
|
2014-01-20 17:15:30 +00:00 |
pasky1382
|
90d8aedbd5
|
forgot a function.
|
2014-01-20 17:07:48 +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 |