Commit Graph

452 Commits

Author SHA1 Message Date
7290beee34 Implement deque, fix luaconsole 2021-07-12 00:37:07 -04:00
16c0fd45de Reimplement queues as circular buffers 2021-07-09 18:07:06 -04:00
311575eb30 eris: weak tables fixed (garbage collector updates sequence data) 2021-07-09 15:03:06 -04:00
dba5bccfa0 A variety of small fixes 2021-07-09 14:13:06 -04:00
496190d5cf eris: genlt now can compare any two objects, but it returns 'equal' for nonsortable types 2021-07-09 14:13:06 -04:00
70b33905da eris: table nodes now have room to store sequence number 2021-07-09 14:13:06 -04:00
3bf8b1fadb eris: refactoring table API so that table methods can see value being inserted 2021-07-07 12:43:03 -04:00
a12133243c eris: disable the __persist metamethod for tables 2021-07-07 12:43:03 -04:00
b09a20ebea Allow limited access to unsafepairs/unsafenext 2021-07-07 12:43:03 -04:00
596d829ea6 eris: deterministic table length operator 2021-07-07 12:43:03 -04:00
be529afc55 Reimplement the 'pairs' iterator and 'next' iterator 2021-07-07 12:43:03 -04:00
9eaeebb2da eris: add lua_genlt comparison function to lua API 2021-07-07 12:30:09 -04:00
5b19d407fb Fixed traceback issue, improved animqueue primitives 2021-06-03 13:29:19 -04:00
427c82ea8b Created login class 2021-06-02 15:00:14 -04:00
8c149cf2ee More work on the login system, especially 'tangible.redirect' 2021-03-30 19:30:58 -04:00
aa7de03c57 Implement the core of the login system 2021-03-30 18:35:08 -04:00
795a45c950 Minor bugfix to tangible.animate 2021-03-28 15:22:45 -04:00
98d261ce37 Overhaul of animstep, implement tangible.build 2021-03-28 15:12:09 -04:00
f88fafc585 Change how animstate is accessed 2021-03-28 13:27:28 -04:00
3e424f3fa6 PlaneMap now tracks all tangibles, including those on nowhere plane. 2021-03-25 15:34:43 -04:00
e06bae63f7 Added new tangible ops, including tangible.delete 2021-03-19 13:41:41 -04:00
05052f846e eris: remove file+line from most error messages 2021-03-18 12:36:55 -04:00
fa23ad87c7 eris: change the default number format to %.16g 2021-03-18 12:07:16 -04:00
a64e339b6b World serialization done (not well-tested yet) 2021-03-16 12:19:37 -04:00
7c9fd1e46b Tangible serialization and design improvements 2021-03-14 18:17:34 -04:00
4426fa157a Serialization for idalloc and animqueue 2021-03-13 13:05:00 -05:00
2e0befe817 Temporarily enable coroutine library 2021-03-08 13:28:29 -05:00
80b3e84c52 eris: initialization and serialization for 'nextid' field 2021-03-08 13:26:23 -05:00
f43009a3e2 Add unsigned to streambuffer 2021-03-05 16:53:17 -05:00
c856f6ce1a Add serialization code to idalloc 2021-03-05 15:27:58 -05:00
d29e471f1d Fix small bug in StreamBuffer 2021-03-05 14:33:01 -05:00
c742bc5645 Implemented class StreamBuffer, which I'm quite satisfied with. 2021-03-05 14:20:21 -05:00
9d86347d54 Add Packer/Unpacker, add serialization to LuaSnap 2021-03-02 18:58:50 -05:00
49df7b4895 LuaSnap is now working based on eris (at least superficially). 2021-03-01 18:10:40 -05:00
efebe39e08 eris: copy another header file 'eris.h' 2021-03-01 17:31:20 -05:00
c68ff8fdf0 In process of converting LuaSnap to use eris, not finished 2021-03-01 17:29:32 -05:00
b9ff7d176d Remove luajit 2021-02-28 16:40:17 -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
6f74c52d3b eris: fix the build file to use the right target 2021-02-28 15:35:31 -05:00
95e5a999b8 Compiles with 5.2, but doesn't work. 2021-02-28 15:05:45 -05:00
4d3caf6376 eris: add lualib.h to files copied over 2021-02-28 14:46:58 -05:00
5760078208 Still porting to lua 5.2 2021-02-28 14:45:09 -05:00
23ae577fbb eris: add 'getnextid' and 'setnextid' 2021-02-28 14:35:10 -05:00
b23728f525 still working on porting to lua 5.2 2021-02-28 14:24:59 -05:00
37c3bf8cc1 eris: add lauxlib.h to files copied 2021-02-28 14:03:04 -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
21d6203d27 eris: add 'build.bat' and update makefile' 2021-02-28 13:33:45 -05:00
51d41d11bb Install eris-master into tree 2021-02-28 13:24:47 -05:00