Commit graph

  • 4f2dd4bf54 glfw: update to latest Zig version Stephen Gutekanst 2023-06-02 02:02:38 -07:00
  • 4c22106ecb glfw: fix setIcon pointer constness Stephen Gutekanst 2023-06-02 02:02:24 -07:00
  • 9351472ce5 glfw: fix gammaramp free allocation size Stephen Gutekanst 2023-06-02 02:02:06 -07:00
  • 4d4b3f1ec0 Revert "gpu-dawn: update to latest binary release" Stephen Gutekanst 2023-06-01 09:50:06 -07:00
  • e051314a75 Revert "gpu-dawn: update to latest binary release" Stephen Gutekanst 2023-06-01 09:49:54 -07:00
  • 8b8d16bbc8 gpu: add Dawn initialization safety check Stephen Gutekanst 2023-06-01 00:08:46 -07:00
  • ada4f4134c gpu-dawn: update to latest binary release Release automation 2023-06-01 06:23:10 +00:00
  • aac0cd6b35 gpu-dawn: update to latest binary release Release automation 2023-06-01 05:54:02 +00:00
  • e29c6021ea all: update dependencies Wrench[bot] 2023-05-31 22:27:21 -07:00
  • a48954cdb3 all: update Zig to version 0.11.0-dev.3332+76aa1fffb Wrench[bot] 2023-05-31 10:49:01 -07:00
  • 539ab03439 all: update dependencies Wrench[bot] 2023-05-30 23:33:20 -07:00
  • 61b6f29bea Revert "gpu-dawn: update to latest binary release" Stephen Gutekanst 2023-05-28 20:43:32 -07:00
  • 0ab84711f1 gpu-dawn: update to latest binary release Release automation 2023-05-29 03:06:55 +00:00
  • 2327059f45 sysaudio: fix bit cast in pipewire backend Stephen Gutekanst 2023-05-28 20:02:07 -07:00
  • 98e580b030 all: update to latest std.fs.openIterableDir API Stephen Gutekanst 2023-05-28 17:23:14 -07:00
  • 026dcd4c06 all: update Zig to version 0.11.0-dev.3312+ab37ab33c Wrench[bot] 2023-05-28 10:46:55 -07:00
  • ebda6409c0 Revert "gpu-dawn: update to latest binary release" Stephen Gutekanst 2023-05-25 18:29:16 -07:00
  • fbdc4dc242 gpu-dawn: update to latest binary release Release automation 2023-05-26 00:56:57 +00:00
  • e754f3023e gpu: correct pointer constness of command buffers Stephen Gutekanst 2023-05-25 14:48:22 -07:00
  • c6f6a4fa3a gpu-dawn: update to latest std.json API Stephen Gutekanst 2023-05-18 21:03:19 -07:00
  • 4f9cf2ab16 all: update Zig to version 0.11.0-dev.3299+34865d693 Wrench[bot] 2023-05-25 16:52:50 -07:00
  • 7207e9599d glfw: improve test names Stephen Gutekanst 2023-05-18 22:14:56 -07:00
  • 0b7d683a7a core: fix constness of type conversion Stephen Gutekanst 2023-05-18 22:14:37 -07:00
  • 465991d897
    gpu: fix few chained struct wrappers (#781) spacecadet 2023-05-25 23:04:07 +02:00
  • e64d1b77ab
    glfw: rename duplicate test name (test.pollEvents) (#779) Codotaku 2023-05-22 17:20:19 +01:00
  • e9e4a358fb
    core: fix windows release build issues by disabling LTO (#778) xdBronch 2023-05-20 19:34:15 +00:00
  • 4e66ab8896 core: fix bad merge Stephen Gutekanst 2023-05-19 16:20:00 -07:00
  • 3501cebb8b gamemode: officially move to github.com/hexops/mach-gamemode Stephen Gutekanst 2023-05-19 16:12:52 -07:00
  • 37635992d7 mach: use pure-Zig mach-gamemode package Stephen Gutekanst 2023-05-19 16:12:22 -07:00
  • 11c76a9747 core: switch to pure-Zig mach-gamemode library Stephen Gutekanst 2023-05-19 16:07:41 -07:00
  • 2fb8fde05c sysjs: now a standalone library at github.com/hexops/mach-sysjs Stephen Gutekanst 2023-05-19 08:38:06 -07:00
  • dfcfc20db8 sysaudio: use mach-sysjs via package manager Stephen Gutekanst 2023-05-19 08:35:52 -07:00
  • a69119c279 core: fix building with 'mach build' Stephen Gutekanst 2023-05-19 08:22:05 -07:00
  • 816b5101b3 core: use mach-sysjs via package manager Stephen Gutekanst 2023-05-19 08:20:01 -07:00
  • e4e3da7e54 dusk: move project to https://github.com/hexops/mach-dusk Stephen Gutekanst 2023-05-18 22:40:42 -07:00
  • 33e27d9bf1
    mach: fix deprecated mem.set() call (#770) Grant Morris 2023-05-18 22:49:42 -05:00
  • a2d222072e mach: gfx2d: fix imports Stephen Gutekanst 2023-05-17 20:38:10 -07:00
  • 8d2d31f6cb mach: add gfx2d / Sprite2D ECS module Stephen Gutekanst 2023-05-17 20:34:28 -07:00
  • 03fe3d02a9 mach: add new mach.math module Stephen Gutekanst 2023-05-17 20:32:52 -07:00
  • cb26c1e90c core: make default window size 1/2 1920x1080 Stephen Gutekanst 2023-05-17 20:29:35 -07:00
  • ef7b079149
    mach: update to @min/@max (std.math.min/max is going away) (#774) sophia 2023-05-16 04:36:13 -04:00
  • edf34cf00d README: update example command Stephen Gutekanst 2023-05-09 19:31:45 -07:00
  • 6336a882f6 update mach-ecs dependency Stephen Gutekanst 2023-05-08 20:46:26 -07:00
  • 4e06483228 mach: update mach-ecs dependency Stephen Gutekanst 2023-05-08 02:03:52 -07:00
  • f2a904e17a sysaudio: fix broken sysjs dependency include Stephen Gutekanst 2023-04-30 16:57:19 -07:00
  • ed05166348
    sysaudio: improve backend selection; remove i8 sample support (#767) Ali Chraghi 2023-04-30 16:36:39 -07:00
  • 8fbc36999f Revert "gpu-dawn: update to latest binary release" Stephen Gutekanst 2023-04-28 18:21:05 -07:00
  • af010d99f7 gpu-dawn: update to latest binary release Release automation 2023-04-29 00:27:50 +00:00
  • c9bdd6ad39 dev: stop pushing to mach-ecs Stephen Gutekanst 2023-04-28 16:29:03 -07:00
  • ff18122da9 mach: remove unused imports Stephen Gutekanst 2023-04-28 16:10:46 -07:00
  • a3f1453c4f earcut: move to github.com/hexops/mach-earcut Stephen Gutekanst 2023-04-28 15:51:00 -07:00
  • aebfeb9b49 ecs: move to github.com/hexops/mach-ecs Stephen Gutekanst 2023-04-28 15:50:38 -07:00
  • 1fbd36199a mach: depend on mach-ecs and mach-earcut standalone repositories Stephen Gutekanst 2023-04-28 15:50:24 -07:00
  • 11a0a8b73e all: update Zig to version 0.11.0-dev.2868+1a455b2dd Wrench[bot] 2023-04-28 15:57:39 -07:00
  • 8fc6368f9e ecs: basic querying support Stephen Gutekanst 2023-04-27 18:43:31 -07:00
  • da851bdd1a ecs: temporarily fix bug around updating component values Stephen Gutekanst 2023-04-27 18:39:55 -07:00
  • 5e2ee3fed5 ecs: begin reworking queries Stephen Gutekanst 2023-03-31 15:11:54 -07:00
  • 366abd1b26 Revert "gpu-dawn: update to latest binary release" Stephen Gutekanst 2023-04-27 07:26:06 -07:00
  • bc8692d62a gpu-dawn: update to latest binary release Release automation 2023-04-25 23:58:18 +00:00
  • d7a2abc605 dev: stop pushing github.com/hexops/mach-gamemode Stephen Gutekanst 2023-04-25 16:02:34 -07:00
  • 9c14e617c9 mach: fix building for wasm32 target Stephen Gutekanst 2023-04-25 15:05:37 -07:00
  • 142c8b5b2e freetype: disable harfbuzz for now (build is broken, clang warning cannot be disabled) Stephen Gutekanst 2023-04-25 11:30:59 -07:00
  • 3a561ec1c7 dev: stop pushing to github.com/hexops/mach-sysjs Stephen Gutekanst 2023-04-25 10:05:43 -07:00
  • e4fd26c8e7 mach: update to latest Zig build API Stephen Gutekanst 2023-04-25 09:54:25 -07:00
  • 0a435d36a7 freetype: update submodule location Stephen Gutekanst 2023-04-25 09:35:33 -07:00
  • 8c0c288fff sysaudio: update to latest Zig build API Stephen Gutekanst 2023-04-25 09:34:27 -07:00
  • 6ff702552a basisu: fix upstream git submodule location (helps #761) Stephen Gutekanst 2023-04-25 09:26:00 -07:00
  • 1ccec8339f all: use latest Zig build API (do not specify .kind = .test_exe) Stephen Gutekanst 2023-04-25 09:20:34 -07:00
  • 80a071be37 core: update to latest Zig build API Stephen Gutekanst 2023-04-25 09:19:50 -07:00
  • ff0258f27d all: use std.Build.installArtifact Vivek Roy 2023-04-13 16:53:31 -07:00
  • beef56a023 all: update Zig to version 0.11.0-dev.2777+b95cdf0ae Wrench[bot] 2023-04-24 16:13:17 -07:00
  • 90e4e0ae3d core: add @panic when target is wasm Henry Lee 2023-04-17 20:09:58 +01:00
  • 598f049533 libs: stop pushing dusk and earcut to standalone repos Stephen Gutekanst 2023-04-13 22:43:28 -07:00
  • 5d06c618f1 app: Use std.process.Child instead of POSIX calls pablo 2023-04-10 08:59:17 +02:00
  • e620d8f759 dusk: basic binary expression errors Ali Chraghi 2023-04-10 14:40:01 +03:30
  • a14cb00ddd sysaudio: add missing switch cases for wasapi pablo 2023-04-10 16:40:15 +02:00
  • ddc3da583c model3d: use std.c.free to free save result pablo 2023-04-10 13:54:48 +02:00
  • 3a0948098f sysaudio: fix build errors on linux Ali Chraghi 2023-04-11 04:11:10 +03:30
  • 49b7c940a9 {freetype, harfbuzz}: fix build error Ali Chraghi 2023-04-11 04:37:19 +03:30
  • 1841ed056d dusk: re-eanble gkurve test Ali Chraghi 2023-04-08 22:32:54 +03:30
  • 0d45438316 dusk: AstGen expressions Ali Chraghi 2023-04-08 22:03:33 +03:30
  • 858ba2eca5 freetype:harfbuzz: expose C API Erik Arvstedt 2023-04-08 21:28:26 +02:00
  • b4685feb37 freetype:harfbuzz: fix type for shapers args Erik Arvstedt 2023-04-05 16:37:52 +02:00
  • 762a2074ee freetype: fix type for C string args Erik Arvstedt 2023-04-05 16:37:51 +02:00
  • 959c20d38b
    ci: make ci run selectively (#745) Cai Bingjun 2023-04-09 02:30:35 +08:00
  • 406c73701f
    readme: remove the extra closing parenthesis (#744) Cai Bingjun 2023-04-09 02:29:32 +08:00
  • fbd2ba78f9
    sysaudio: initial macOS support (CoreAudio) (#741) Ali Chraghi 2023-04-08 21:57:49 +03:30
  • 894b06f01d glfw: move glfw upstream submodule in preparation of Zig package manager Stephen Gutekanst 2023-04-05 03:49:46 -07:00
  • 86252afb68 dev: publish all libs/ as standalone repos Stephen Gutekanst 2023-04-05 03:36:52 -07:00
  • 8d7388e723 sysaudio: better explanation Stephen Gutekanst 2023-04-05 03:30:34 -07:00
  • 6ae6093d7b model3d: README title change Stephen Gutekanst 2023-04-05 03:26:52 -07:00
  • ac4c5cb059 sysaudio: add README Stephen Gutekanst 2023-04-05 03:09:10 -07:00
  • f5481ec557 gamemode: add README Stephen Gutekanst 2023-04-05 03:08:59 -07:00
  • 0e72586019 model3d: add README Stephen Gutekanst 2023-04-05 03:08:47 -07:00
  • 8e01c4ba93 sysjs: add README Stephen Gutekanst 2023-04-05 03:08:35 -07:00
  • 66103d128e ecs: add experimental warning Stephen Gutekanst 2023-04-05 03:08:09 -07:00
  • 765f578177 earcut: add experimental warning Stephen Gutekanst 2023-04-05 03:07:48 -07:00
  • d0af189182 dusk: add experimental warning Stephen Gutekanst 2023-04-05 03:07:34 -07:00
  • b649bc4ad6 core: add experimental warning Stephen Gutekanst 2023-04-05 03:07:18 -07:00
  • 87d87482f8 basisu: add experimental warning Stephen Gutekanst 2023-04-05 03:07:02 -07:00