|
|
aedd8ca43a
|
Worked on code for difference transmission
|
2021-09-09 18:23:17 -04:00 |
|
|
|
bac1a7b876
|
Implement C++ pretty-printer
|
2021-09-08 01:32:08 -04:00 |
|
|
|
67b309a0b7
|
eris: change sort order for lua_genlt
|
2021-09-07 18:22:37 -04:00 |
|
|
|
6b2ebba84d
|
New calling conventions, start on print.cpp
|
2021-09-07 17:37:23 -04:00 |
|
|
|
924a5ec987
|
eris: require external definition of luai_writestring
|
2021-09-07 14:56:42 -04:00 |
|
|
|
2165bb578c
|
More work on table diff xmit
|
2021-09-07 14:38:46 -04:00 |
|
|
|
5cefa4f1e2
|
Fix diff xmit of metatables
|
2021-09-01 18:13:30 -04:00 |
|
|
|
3e9403d015
|
Change calling convention for diff_tables
|
2021-08-31 20:48:01 -04:00 |
|
|
|
013992400e
|
diff_tables and patch_table are working and tested
|
2021-08-31 20:03:33 -04:00 |
|
|
|
82f1f69c25
|
Start breaking world.cpp into multiple files
|
2021-08-24 10:59:19 -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 |
|
|
|
99d8ca718b
|
eris: fix lua_modflagbits
|
2021-08-10 10:40:53 -04:00 |
|
|
|
63c7357e92
|
eris: upgrade flagbits to 16 bits
|
2021-08-09 13:20:32 -04:00 |
|
|
|
fb6bd8d163
|
Add calculation of close-tangibles
|
2021-08-09 12:54:32 -04:00 |
|
|
|
3fa782383e
|
more unit testing of diff xmit
|
2021-08-03 12:40:12 -04:00 |
|
|
|
202c5a24ba
|
Working on unit tests for class world
|
2021-08-03 11:25:12 -04:00 |
|
|
|
91d7e1c15d
|
Add unit tests for the scheduler
|
2021-07-30 13:57:03 -04:00 |
|
|
|
ec4d5fc3da
|
Add unit tests for most of util.cpp
|
2021-07-30 13:22:23 -04:00 |
|
|
|
49484cf2f0
|
Fix constness in certain operations
|
2021-07-26 13:55:54 -04:00 |
|
|
|
4052503093
|
Add accessors to view flag bits in lua
|
2021-07-25 20:34:57 -04:00 |
|
|
|
bcd5f044d2
|
eris: add general purpose 'flag bits' to lua tables'
|
2021-07-25 20:34:38 -04:00 |
|
|
|
9f342854e1
|
More work on diff xmit, not finished yet
|
2021-07-25 19:22:39 -04:00 |
|
|
|
49a4ec220d
|
More work on debug_string
|
2021-07-21 16:10:29 -04:00 |
|
|
|
c2a69b5b23
|
Support for debug_string method for testing
|
2021-07-21 01:37:56 -04:00 |
|
|
|
4ba0471bde
|
Another deque operator
|
2021-07-20 16:16:07 -04:00 |
|
|
|
2930953569
|
Minor tweaks and a new deque operator
|
2021-07-20 14:59:08 -04:00 |
|
|
|
08ca274444
|
Polish the streambuffer API a bit
|
2021-07-19 17:34:25 -04:00 |
|
|
|
f8f8a9843f
|
Add isclass operator, make inspector print classes nicely
|
2021-07-19 16:15:22 -04:00 |
|
|
|
92f7d8cd91
|
Plan invocations are now serializable objects
|
2021-07-19 15:56:43 -04:00 |
|
|
|
a39eb4a218
|
Spooky hash, smarter animqueue diffs
|
2021-07-18 17:48:39 -04:00 |
|
|
|
4357fd647f
|
Diff xmit of ID player pools
|
2021-07-15 16:07:34 -04:00 |
|
|
|
1904f03dad
|
diff xmit of animation queues. Also, StreamBuffer::unwrite_to
|
2021-07-13 16:34:53 -04:00 |
|
|
|
3fc76afc09
|
Deques now have metatables, fixed deque unit tests
|
2021-07-12 16:32:58 -04:00 |
|
|
|
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 |
|