John Alanbrook
|
2a38292ff7
|
fix actor working
|
2026-02-17 08:53:16 -06:00 |
|
John Alanbrook
|
ff80e0d30d
|
Merge branch 'fix_gc' into pitweb
|
2026-02-15 10:04:54 -06:00 |
|
John Alanbrook
|
eee06009b9
|
no more special case for core C
|
2026-02-14 22:00:12 -06:00 |
|
John Alanbrook
|
83263379bd
|
ocaml style rooting macros
|
2026-02-13 20:46:31 -06:00 |
|
John Alanbrook
|
1fee8f9f8b
|
condense jsruntime and jscontext
|
2026-02-08 10:10:42 -06:00 |
|
John Alanbrook
|
086508bacd
|
quicken
|
2026-01-25 20:29:49 -06:00 |
|
John Alanbrook
|
6b8464aca4
|
fix blob
|
2025-12-04 07:35:31 -06:00 |
|
John Alanbrook
|
1769d7f456
|
update shop
|
2025-12-03 15:29:42 -06:00 |
|
John Alanbrook
|
6cfba975e5
|
remove sdl dependency
|
2025-12-01 15:38:04 -06:00 |
|
John Alanbrook
|
fd4222f196
|
fix compile
|
2025-12-01 09:10:12 -06:00 |
|
John Alanbrook
|
c88d551cad
|
remove qjs_wota
|
2025-11-30 20:30:57 -06:00 |
|
John Alanbrook
|
4b5ceb4c02
|
fix compile warnings; remove soloud
|
2025-11-30 19:33:04 -06:00 |
|
John Alanbrook
|
2b90a160ba
|
remove qjs_macros.h
|
2025-11-30 17:28:05 -06:00 |
|
John Alanbrook
|
b577e889a1
|
script folder
|
2025-11-26 20:25:00 -06:00 |
|
John Alanbrook
|
e28e241485
|
cleanup
|
2025-11-26 18:22:22 -06:00 |
|
John Alanbrook
|
c9adbed3ff
|
remove undefined; only use null now
|
2025-06-17 14:32:27 -05:00 |
|
John Alanbrook
|
3622a5ec58
|
actor messages now delivered as blobs
|
2025-06-08 11:06:59 -05:00 |
|
John Alanbrook
|
3176e6775d
|
attempt for jswota in js
|
2025-06-08 00:49:19 -05:00 |
|
John Alanbrook
|
d039e2cfe6
|
use spinlocks and other fixes
|
2025-06-07 17:09:03 -05:00 |
|
John Alanbrook
|
9f6d27fb3c
|
fix multiple main thread actors not working
|
2025-06-06 21:26:29 -05:00 |
|
John Alanbrook
|
580df9f233
|
add fstat; tests/cat as an example
|
2025-06-06 16:49:19 -05:00 |
|
John Alanbrook
|
e0595de71a
|
closes #19: kill underlings with system level interrupts
|
2025-06-06 12:24:32 -05:00 |
|
John Alanbrook
|
6687008d1a
|
closes #14
|
2025-06-06 10:46:16 -05:00 |
|
John Alanbrook
|
c570de7f41
|
closes #18: actor data now behind private symbol
|
2025-06-06 10:18:45 -05:00 |
|
John Alanbrook
|
ef28be93db
|
fix js leak
Build and Deploy / build-macos (push) Failing after 2s
Build and Deploy / build-windows (CLANG64) (push) Has been cancelled
Build and Deploy / package-dist (push) Has been cancelled
Build and Deploy / deploy-itch (push) Has been cancelled
Build and Deploy / deploy-gitea (push) Has been cancelled
Build and Deploy / build-linux (push) Has been cancelled
|
2025-06-06 08:42:16 -05:00 |
|
John Alanbrook
|
79d5412fe6
|
massively simplify loop logic
|
2025-06-05 01:08:27 -05:00 |
|
John Alanbrook
|
c887bcf7b9
|
no longer need to send ids to window renderer; per actor config
|
2025-06-03 16:13:54 -05:00 |
|
John Alanbrook
|
709f2459e4
|
add config options for ar timers
|
2025-06-03 14:33:51 -05:00 |
|
John Alanbrook
|
cdf8686c64
|
fix video start
Build and Deploy / build-macos (push) Failing after 10s
Build and Deploy / build-windows (CLANG64) (push) Has been cancelled
Build and Deploy / package-dist (push) Has been cancelled
Build and Deploy / deploy-itch (push) Has been cancelled
Build and Deploy / deploy-gitea (push) Has been cancelled
Build and Deploy / build-linux (push) Has been cancelled
|
2025-06-03 08:42:55 -05:00 |
|
John Alanbrook
|
c25166d35a
|
no more js leaking on free
|
2025-05-31 02:39:36 -05:00 |
|
John Alanbrook
|
b71c72db8b
|
remove actors being created via cmd line args
|
2025-05-30 18:05:02 -05:00 |
|
John Alanbrook
|
11357d4fb5
|
actor files now .ce; module files now .cm; add toml encoder/decoder and test
|
2025-05-30 15:25:31 -05:00 |
|
John Alanbrook
|
674eb237e0
|
start of rename to cell
|
2025-05-30 12:07:03 -05:00 |
|
John Alanbrook
|
3667d53eae
|
tracy is cell level now
|
2025-05-27 17:06:03 -05:00 |
|
John Alanbrook
|
2346040d46
|
matching actor2js function; sdl_video returns actor now
|
2025-05-26 18:00:42 -05:00 |
|
John Alanbrook
|
2eb6b3e0b4
|
input now contains function to register any actor to OS events
|
2025-05-26 17:56:43 -05:00 |
|
John Alanbrook
|
49786842f0
|
pull out sdl_video into its own module
|
2025-05-25 18:02:43 -05:00 |
|
John Alanbrook
|
9f9dfe03a6
|
removed internal functions from accessible via use
Build and Deploy / build-macos (push) Failing after 5s
Build and Deploy / build-linux (push) Failing after 2m15s
Build and Deploy / build-windows (CLANG64) (push) Has been cancelled
Build and Deploy / package-dist (push) Has been cancelled
Build and Deploy / deploy-itch (push) Has been cancelled
Build and Deploy / deploy-gitea (push) Has been cancelled
|
2025-05-25 11:51:01 -05:00 |
|
John Alanbrook
|
698dbd81ae
|
removed unneeded functions and split out actor specific functions
|
2025-05-22 18:16:51 -05:00 |
|