Commit Graph

33 Commits

Author SHA1 Message Date
c48e02642a Check in code for new random number generator 2022-03-31 17:15:15 -04:00
0094b503f6 Fix warning about no such builtin 2022-03-22 13:22:42 -04:00
37ed57a178 SSL stuff working on windows again, excepting win CA registry 2022-03-18 21:14:07 -04:00
2e7b793110 A few missing constants in math module 2022-03-17 14:54:53 -04:00
c1ce1bfcc0 Change how builtin functions are loaded, better error checking 2022-03-16 17:05:20 -04:00
7cd8eb0a43 Lots more work on eng::malloc 2022-02-28 21:57:54 -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
19b6951e0f Undo all the work on determinism in the driver. New plan soon. 2022-02-21 19:28:54 -05:00
2e543984e6 Remove action subtable, fix bug in makeclass 2021-12-28 13:56:16 -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
e0001127c7 Can now use /CPL to reload lua source 2021-12-15 14:18:19 -05:00
b19825aaca Lots of work on debugging diff xmit 2021-11-21 13:35:39 -05:00
9a02f408b0 More work on console I/O and minor fixes 2021-10-25 14:47:37 -04:00
bce756d1fd Event driven engine, further work. 2021-10-05 12:54:37 -04:00
bc22dc89af Inverted control flow, engine as library 2021-10-04 17:45:18 -04:00
6490db43fc difference transmission of source databases done 2021-09-23 12:40:21 -04:00
6b2ebba84d New calling conventions, start on print.cpp 2021-09-07 17:37:23 -04:00
ec4d5fc3da Add unit tests for most of util.cpp 2021-07-30 13:22:23 -04:00
f8f8a9843f Add isclass operator, make inspector print classes nicely 2021-07-19 16:15:22 -04:00
2e0befe817 Temporarily enable coroutine library 2021-03-08 13:28:29 -05:00
c68ff8fdf0 In process of converting LuaSnap to use eris, not finished 2021-03-01 17:29:32 -05:00
0afe80fa2f Nuke function 'loadfile' for sandboxing reasons' 2021-02-28 16:39:37 -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
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