Teppy
|
4662b92b18
|
changes
|
2022-07-22 13:39:19 -04:00 |
|
Teppy
|
d43066bb44
|
Changes
|
2022-07-22 13:36:46 -04:00 |
|
|
|
4735c1fd7d
|
Implemented tangible.find. Octrees are more or less done! Yay!
|
2022-07-14 00:57:11 -04:00 |
|
|
|
69efb12c26
|
PlaneMap::scan is now working, with unit tests.
|
2022-07-13 01:08:54 -04:00 |
|
|
|
d54d6e4433
|
Lots of progress on octrees
|
2022-07-11 02:32:12 -04:00 |
|
|
|
79b84a588a
|
HTTP now automatically encodes jsonvalue content
|
2022-06-07 01:54:08 -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 |
|
|
|
cd3064eb05
|
HTTP server networking side, also, fix the releasing of channels in driver
|
2022-05-17 15:00:20 -04:00 |
|
|
|
9cf04a7741
|
Did a lot of work on the HTTP server side
|
2022-05-12 13:48:42 -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 |
|
|
|
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 |
|
|
|
b19825aaca
|
Lots of work on debugging diff xmit
|
2021-11-21 13:35:39 -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 |
|
|
|
c1c0b02926
|
More work on client and server
|
2021-11-11 16:23:11 -05:00 |
|
|
|
051e6bc8bf
|
Initial implementation of lpxclient
|
2021-11-09 16:27:39 -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 |
|
|
|
73f6e8692a
|
Added class DrivenEngine (no implementation yet)
|
2021-09-30 13:37:50 -04:00 |
|
|
|
6490db43fc
|
difference transmission of source databases done
|
2021-09-23 12:40:21 -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 |
|
|
|
49484cf2f0
|
Fix constness in certain operations
|
2021-07-26 13:55:54 -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 |
|