Commit Graph

44 Commits

Author SHA1 Message Date
c1ce1bfcc0 Change how builtin functions are loaded, better error checking 2022-03-16 17:05:20 -04:00
cf102a6250 Yet more work on eng::malloc 2022-03-02 14:52:51 -05:00
ff932dba10 More work on moving engine into dlmalloc heap 2022-02-25 19:57:23 -05:00
f467944095 Migrated engine to using dlmalloc through eng:: 2022-02-24 02:17:41 -05:00
acc00289fb Wrap all STL includes to support drv:: and eng:: 2022-02-23 23:08:28 -05:00
467f25b927 Lots of work on removing malloc from driver 2022-02-17 20:02:08 -05:00
2e543984e6 Remove action subtable, fix bug in makeclass 2021-12-28 13:56:16 -05:00
0c021dc93a Remove more invalid uses of luaL_error and luaL_check 2021-12-27 17:03:42 -05:00
9517b3e004 Repair buggy error-handling in makeclass/getclass 2021-12-27 16:44:12 -05:00
82381ada2e Fix a bug in function registry, improve docs 2021-12-23 14:38:01 -05:00
0a1480d85c Add docs for luaopen_base 2021-12-17 14:04:34 -05:00
9b956f00e7 Add support for doc(builtin) 2021-12-16 13:06:15 -05:00
1cfdb4fa09 Initial revision of lua 'doc' function 2021-12-15 23:03:43 -05:00
c02109699e Improvements to the pretty-printer 2021-11-26 12:28:59 -05:00
0881e33c6f Eliminate LuaStack::rawgeti, it's not safe 2021-11-17 15:11:55 -05:00
fb043e9971 Fix bug pertaining to rawgeti not supporting int64 2021-11-17 15:06:10 -05:00
9a02f408b0 More work on console I/O and minor fixes 2021-10-25 14:47:37 -04:00
b5d62d3991 Reimplemented 'print', channeled it through PrintBuffer 2021-10-21 14:22:06 -04:00
5b3f3b7ff0 A few assorted cleanups. 2021-10-13 20:16:30 -04:00
6b2ebba84d New calling conventions, start on print.cpp 2021-09-07 17:37:23 -04:00
013992400e diff_tables and patch_table are working and tested 2021-08-31 20:03:33 -04:00
2be6c2c58e Working on diff xmission 2021-08-23 23:34:30 -04:00
7581ac7278 Numbering and pairing of lua tables 2021-08-13 17:02:35 -04:00
ee16970a8a Implement tabletype tagging 2021-08-10 10:41:06 -04:00
c2a69b5b23 Support for debug_string method for testing 2021-07-21 01:37:56 -04:00
16c0fd45de Reimplement queues as circular buffers 2021-07-09 18:07:06 -04:00
be529afc55 Reimplement the 'pairs' iterator and 'next' iterator 2021-07-07 12:43:03 -04:00
8c149cf2ee More work on the login system, especially 'tangible.redirect' 2021-03-30 19:30:58 -04:00
e06bae63f7 Added new tangible ops, including tangible.delete 2021-03-19 13:41:41 -04:00
49df7b4895 LuaSnap is now working based on eris (at least superficially). 2021-03-01 18:10:40 -05:00
c68ff8fdf0 In process of converting LuaSnap to use eris, not finished 2021-03-01 17:29:32 -05:00
35260fa4eb Completed port to eris lua 5.2 2021-02-28 16:32:42 -05:00
95e5a999b8 Compiles with 5.2, but doesn't work. 2021-02-28 15:05:45 -05:00
5760078208 Still porting to lua 5.2 2021-02-28 14:45:09 -05:00
b23728f525 still working on porting to lua 5.2 2021-02-28 14:24:59 -05:00
6a0ffa6171 Doesn't compile with eris lua yet. Getting closer. 2021-02-28 14:01:59 -05:00
ca4012acc5 Update core makefile for eris 2021-02-28 13:34:56 -05:00
c1ecf593d1 Got rid of more userdata nonsense 2021-02-25 14:11:56 -05:00
6405c34938 Changed how userdata is handled 2021-02-25 14:09:16 -05:00
5f783e643b More work on thread scheduling and tracebacks 2021-02-20 19:17:20 -05:00
213bf12425 Create a coroutine to run plans 2021-02-17 13:38:22 -05:00
eefe1bd58a Get rid of getfield/setfield 2021-02-10 16:47:45 -05:00
3883f86dee Makeclass cleaned up 2021-02-10 16:22:24 -05:00
abb474d1ce Combining two repos 2021-02-10 13:05:58 -05:00