Stephen Gutekanst
|
0c3ae9a048
|
ecs: correctly update invalidated pointer post-allocation
Potentially fixes hexops/mach#1178
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-04-06 15:18:38 -07:00 |
|
Stephen Gutekanst
|
3898995c4c
|
all: get ECS running on revised module system
All ECS `examples/` now run on the revised module system.
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-04-06 15:18:38 -07:00 |
|
Stephen Gutekanst
|
cd2f3fbc3f
|
module: test empty/minimal module
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-04-06 15:18:38 -07:00 |
|
Stephen Gutekanst
|
388a1fbfca
|
module: move namespaced state/components to ecs
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-04-06 15:18:38 -07:00 |
|
Stephen Gutekanst
|
e24d09cd62
|
module: event handlers can return inferred error set
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-04-06 15:18:38 -07:00 |
|
Stephen Gutekanst
|
03454decdf
|
examples: try send() -> send()
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-04-06 15:18:38 -07:00 |
|
Stephen Gutekanst
|
fcf6be9e6d
|
module: make global event argument types always known
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-04-06 15:18:38 -07:00 |
|
Stephen Gutekanst
|
135e9b8121
|
module: add GlobalEvent enum
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-04-06 15:18:38 -07:00 |
|
Stephen Gutekanst
|
e25281cc64
|
module: add event arguments & dependency injection support
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-04-06 15:18:38 -07:00 |
|
Stephen Gutekanst
|
e4e834e054
|
module: add API variants for global/local events
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-04-06 15:18:38 -07:00 |
|
Stephen Gutekanst
|
6f23812fa6
|
module: initial runtime event dispatch implementation
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-04-06 15:18:38 -07:00 |
|
Stephen Gutekanst
|
5b6020508c
|
module: runtime local event handler calling
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-04-06 15:18:38 -07:00 |
|
Stephen Gutekanst
|
18a391f446
|
module: build addressable event handler names, runtime invocation
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-04-06 15:18:38 -07:00 |
|
Stephen Gutekanst
|
afc5a50c09
|
testing: fix runtime parameters
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-04-06 15:18:38 -07:00 |
|
Stephen Gutekanst
|
35f55df696
|
testing: export allocator/RefAllDeclsRecursive
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-04-06 15:18:38 -07:00 |
|
Stephen Gutekanst
|
c6db530d74
|
module: begin working towards dynamic dispatch
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-04-06 15:18:38 -07:00 |
|
Stephen Gutekanst
|
5e353e60bb
|
module: improve testing
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-04-06 15:18:38 -07:00 |
|
Stephen Gutekanst
|
56fc29743f
|
move mach.ecs.Module -> mach.Module
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-04-06 15:18:38 -07:00 |
|
Stephen Gutekanst
|
279290bbf2
|
update zig version check for 2024.3.0-mach
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-03-09 00:24:25 -07:00 |
|
Stephen Gutekanst
|
459228f5ca
|
update .zigversion
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-03-08 23:59:31 -07:00 |
|
Stephen Gutekanst
|
3ba511ffaf
|
correct wasm32-freestanding build
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-03-08 23:56:59 -07:00 |
|
Stephen Gutekanst
|
b7fb2057f7
|
fix x86_64-linux-gnu build
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-03-08 23:44:33 -07:00 |
|
Stephen Gutekanst
|
a433937d39
|
update to Zig 2024.03-mach
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-03-08 22:34:28 -07:00 |
|
Wrench[bot]
|
74fac0f8d0
|
all: update Zig to version 0.12.0-dev.3180+83e578a18
Signed-off-by: Wrench[bot] <wrench@hexops.com>
|
2024-03-08 22:04:29 -07:00 |
|
Stephen Gutekanst
|
00b8571b27
|
github: update zig nomination issue template
|
2024-03-08 21:25:25 -07:00 |
|
Stephen Gutekanst
|
f42135795a
|
github: update Zig nomination issue template
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-03-06 11:31:06 -07:00 |
|
Stephen Gutekanst
|
944ca3b0ed
|
build.zig.zon: cleanup dependency order
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-03-06 11:30:52 -07:00 |
|
Stephen Gutekanst
|
7d1b5e4466
|
move examples into this repository
Helps hexops/mach#1165
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-03-06 11:09:13 -07:00 |
|
Stephen Gutekanst
|
0a8e22bb49
|
examples: import mach-examples@20ceb359231ff284cf343dddba8cf25112ffe717
Helps hexops/mach#1165
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-03-06 11:08:19 -07:00 |
|
Stephen Gutekanst
|
f25f435275
|
core: fix gamemode import path
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-03-05 01:03:42 -07:00 |
|
Stephen Gutekanst
|
f12f48b166
|
build: fix sysaudio.c path
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-03-05 00:48:26 -07:00 |
|
Stephen Gutekanst
|
ea6a9438aa
|
build: workaround "unable to check cache: stat file" Zig bug
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-03-05 00:28:51 -07:00 |
|
Stephen Gutekanst
|
8b75fe48ef
|
build: provide a default platform value
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-03-05 00:23:32 -07:00 |
|
Stephen Gutekanst
|
f79e0decb6
|
fix any->macOS cross-compilation
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-03-05 00:22:22 -07:00 |
|
Stephen Gutekanst
|
55317a1afc
|
fix wasm32-freestanding builds
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-03-05 00:22:22 -07:00 |
|
Stephen Gutekanst
|
f29b775b27
|
mach-core moves back into the main repository
Helps hexops/mach#1165
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-03-05 00:22:22 -07:00 |
|
Stephen Gutekanst
|
38f296ecce
|
src/core: move mach-core@9a4d09707d9f1cb6ea5602bdf58caeefc46146be package to here
Helps hexops/mach#1165
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-03-05 00:22:22 -07:00 |
|
Stephen Gutekanst
|
fa3f6161ad
|
mach-sysgpu moves back into the main repository
Helps hexops/mach#1165
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-03-05 00:22:22 -07:00 |
|
Stephen Gutekanst
|
e7b2ebef70
|
src/sysgpu: move mach-sysgpu@d6ed118f54c4784f7ce01b70fc1b94f887fae1a8 package to here
Helps hexops/mach#1165
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-03-05 00:22:22 -07:00 |
|
Stephen Gutekanst
|
e38a441b69
|
fix linux build (gamemode requires libc)
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-03-05 00:22:22 -07:00 |
|
Stephen Gutekanst
|
e77a5a2ca2
|
mach-sysaudio moves back into the main repository
Helps hexops/mach#1165
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-03-05 00:22:22 -07:00 |
|
Stephen Gutekanst
|
bca1543391
|
src/sysaudio: move mach-sysaudio@ce8ab30dd300b822224d14997c58c06520b642c9 package to here
Helps hexops/mach#1165
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-03-05 00:22:22 -07:00 |
|
Stephen Gutekanst
|
d64d30c7db
|
mach-gamemode moves back into the main repository
Helps hexops/mach#1165
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-03-05 00:22:22 -07:00 |
|
Stephen Gutekanst
|
221364415e
|
mach-ecs moves back into the main repository
Helps hexops/mach#1165
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-03-05 00:22:22 -07:00 |
|
Stephen Gutekanst
|
5f70579360
|
src/ecs: move mach-ecs@83a3ed801008a976dd79e10068157b02c3b76a36 package to here
Helps hexops/mach#1165
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-03-05 00:22:22 -07:00 |
|
Stephen Gutekanst
|
d4cd79440e
|
addPaths(step) -> addPaths(mod); helps hexops/mach#1154
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-02-01 21:35:18 -07:00 |
|
Stephen Gutekanst
|
cbcb2621d2
|
github: update zig nomination issue template
|
2024-02-01 19:35:02 -07:00 |
|
Stephen Gutekanst
|
89622810f8
|
all: use mach.math instead of std.math; fixes hexops/mach#1021
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-01-18 22:34:12 -07:00 |
|
Stephen Gutekanst
|
7904b74145
|
github: update zig nomination issue template
|
2024-01-14 21:15:47 -07:00 |
|
Stephen Gutekanst
|
8da66bef3f
|
fix build.zig public API
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
|
2024-01-14 20:48:48 -07:00 |
|