Commit Graph

50 Commits

Author SHA1 Message Date
69efb12c26 PlaneMap::scan is now working, with unit tests. 2022-07-13 01:08:54 -04:00
779d9e20b8 json.encode and json.decode finished. Also lots of refactoring. 2022-06-06 23:03:26 -04:00
ca271b8db1 HTTP server functionality is in there. 2022-05-20 17:12:58 -04:00
9cf04a7741 Did a lot of work on the HTTP server side 2022-05-12 13:48:42 -04:00
297ca3d56e Fix the pretty-printing of strings 2022-05-09 15:10:09 -04:00
9aec7c5299 Overhaul of thread handling to support blocking functions other than wait 2022-04-25 17:17:41 -04:00
bd389c7815 Can now parse HTTP responses. 2022-04-25 13:43:11 -04:00
d2c81e640d Major string_view refactor. Added namespace sv 2022-04-16 02:26:32 -04:00
b6d603034e Code to implement HTTP requests done. Also, rewrote str_to_int64, str_to_double 2022-04-15 17:24:07 -04:00
453809b65c A small tweak to lua random 2022-04-06 15:09:28 -04:00
c48e02642a Check in code for new random number generator 2022-03-31 17:15:15 -04:00
c1ce1bfcc0 Change how builtin functions are loaded, better error checking 2022-03-16 17:05:20 -04:00
377f913aa7 Code for logging and replay (doesn't work because of nondet in lua) 2022-03-11 18:35:51 -05:00
ff932dba10 More work on moving engine into dlmalloc heap 2022-02-25 19:57:23 -05:00
08f6aa2092 Get rid of wrap-string-view 2022-02-24 13:50:43 -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
f2ab8d9e34 Getting ready to shift to dlmalloc 2022-02-23 17:29:49 -05:00
19b6951e0f Undo all the work on determinism in the driver. New plan soon. 2022-02-21 19:28:54 -05:00
ba1e923b5a lots of work on determinism in the linux driver. 2022-02-18 03:59:21 -05:00
467f25b927 Lots of work on removing malloc from driver 2022-02-17 20:02:08 -05:00
3306281dcc use the linux monotonic clock instead of gettimeofday 2022-01-05 13:24:12 -05:00
82381ada2e Fix a bug in function registry, improve docs 2021-12-23 14:38:01 -05:00
227a754b21 Add some support for CPU profiling 2021-12-17 16:21:56 -05:00
1cfdb4fa09 Initial revision of lua 'doc' function 2021-12-15 23:03:43 -05:00
5db5a8b06f When you 'invoke' lua code, it creates coroutine 2021-11-30 12:39:09 -05:00
1e93533246 Implement probe_lua and add it to lpxclient/lpxserver 2021-11-26 13:56:24 -05:00
c75ba3b3a8 fix minor bugs 2021-11-23 14:38:08 -05:00
b19825aaca Lots of work on debugging diff xmit 2021-11-21 13:35:39 -05:00
fb043e9971 Fix bug pertaining to rawgeti not supporting int64 2021-11-17 15:06:10 -05:00
077b2fc23b Overhaul of command parsing 2021-11-16 12:20:11 -05:00
f933f451ad Lots of work on printbuffers 2021-11-14 15:57:18 -05:00
deaf4e4873 Implement more sophisticated readline-mode 2021-11-04 13:40:42 -04:00
e7f55a2411 Progress on mingw driver 2021-10-07 14:58:20 -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
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
6b2ebba84d New calling conventions, start on print.cpp 2021-09-07 17:37:23 -04:00
7581ac7278 Numbering and pairing of lua tables 2021-08-13 17:02:35 -04:00
fb6bd8d163 Add calculation of close-tangibles 2021-08-09 12:54:32 -04:00
202c5a24ba Working on unit tests for class world 2021-08-03 11:25:12 -04:00
ec4d5fc3da Add unit tests for most of util.cpp 2021-07-30 13:22:23 -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
a39eb4a218 Spooky hash, smarter animqueue diffs 2021-07-18 17:48:39 -04: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