Commit Graph

28 Commits

Author SHA1 Message Date
b6d603034e Code to implement HTTP requests done. Also, rewrote str_to_int64, str_to_double 2022-04-15 17:24:07 -04:00
93e1ab63b9 changes 2022-03-23 17:03:07 -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
2e3bef79b3 Can now control SSL cert verfication from in-engine 2022-03-18 16:25:20 -04: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
c733023823 DrivenEngine channels are now shared_ptr 2022-01-05 12:50:16 -05:00
b4639c70db Fix a bug in synchronous model similarity 2021-12-21 15:22:26 -05:00
227a754b21 Add some support for CPU profiling 2021-12-17 16:21:56 -05:00
e0001127c7 Can now use /CPL to reload lua source 2021-12-15 14:18:19 -05:00
5db5a8b06f When you 'invoke' lua code, it creates coroutine 2021-11-30 12:39:09 -05:00
742209988b added /tick command 2021-11-26 15:45:36 -05:00
1e93533246 Implement probe_lua and add it to lpxclient/lpxserver 2021-11-26 13:56:24 -05:00
b19825aaca Lots of work on debugging diff xmit 2021-11-21 13:35:39 -05:00
51a95cc964 More refactoring and cleanup 2021-11-16 13:14:59 -05:00
077b2fc23b Overhaul of command parsing 2021-11-16 12:20:11 -05:00
c1c0b02926 More work on client and server 2021-11-11 16:23:11 -05:00
caa5bab9d3 More work on client and server 2021-11-11 13:56:49 -05:00
051e6bc8bf Initial implementation of lpxclient 2021-11-09 16:27:39 -05:00
7966707450 Make luaconsole even easier to use. 2021-11-04 14:49:25 -04:00
cf5a2d7462 Refactor luaconsole to make it easier to use 2021-11-04 11:20:29 -04:00
7cbf40e3d6 Add 'ostream' method to class StreamBuffer, and use it. 2021-11-03 12:31:13 -04:00
17a1155906 Fix bug in mingw driver, work on lpxclient 2021-11-03 11:11:31 -04:00
b7b4ad8577 A little cleanup, and some work on LpxClient 2021-10-15 13:51:32 -04:00
2e05df7ac5 Pass argc and argv through to DrivenEngine::event_init 2021-10-14 16:41:24 -04:00
a9afbebbc3 Add LpxClient/LpxServer stubs, add dispatcher to main 2021-10-14 15:51:38 -04:00