idiot
authorhgn <hgodden00@gmail.com>
Mon, 15 Sep 2025 22:33:45 +0000 (22:33 +0000)
committerhgn <hgodden00@gmail.com>
Mon, 15 Sep 2025 22:33:45 +0000 (22:33 +0000)
commit90a71ff4e3d421c73d39a2a48ad289fa467f3422
tree90d02fd4537ec4892d6f3b8cf78a304e562267d9
parentd960c370bf478fe45622392e86afb789bf2c06a4
idiot
56 files changed:
bootstrap.sh [new file with mode: 0755]
build-compat/workaround-27653.c [deleted file]
foundation/build.sh [new file with mode: 0644]
include/common_api.h [new file with mode: 0644]
include/common_thread_api.h [new file with mode: 0644]
include/maths/common_maths.h [new file with mode: 0644]
include/maths/rigidbody.h [new file with mode: 0644]
metacompiler/build.sh [new file with mode: 0755]
metacompiler/main.c [new file with mode: 0644]
source/engine/audio_mixer.c [new file with mode: 0644]
source/engine/profiler.c [new file with mode: 0644]
source/engine/shader.c [new file with mode: 0644]
source/engine/steamworks.c [new file with mode: 0644]
source/engine/texture.c [new file with mode: 0644]
source/foundation/allocator_heap.c [new file with mode: 0644]
source/foundation/allocator_pool.c [new file with mode: 0644]
source/foundation/allocator_queue.c [new file with mode: 0644]
source/foundation/allocator_stack.c [new file with mode: 0644]
source/foundation/allocator_stretchy.c [new file with mode: 0644]
source/foundation/buffer_operations.c [new file with mode: 0644]
source/foundation/exit.c [new file with mode: 0644]
source/foundation/io.c [new file with mode: 0644]
source/foundation/keyvalues.c [new file with mode: 0644]
source/foundation/logging.c [new file with mode: 0644]
source/foundation/options.c [new file with mode: 0644]
source/foundation/stream.c [new file with mode: 0644]
source/foundation/string.c [new file with mode: 0644]
source/maths/bvh.c [new file with mode: 0644]
source/maths/common_maths.c [new file with mode: 0644]
source/maths/perlin.c [new file with mode: 0644]
source/maths/rigidbody.c [new file with mode: 0644]
source/maths/rigidbody_collision.c [new file with mode: 0644]
source/maths/rigidbody_constraints.c [new file with mode: 0644]
source/tools/metacompiler.c [new file with mode: 0644]
src/metacompiler.c [new file with mode: 0644]
vg.hconf
vg_audio.c [deleted file]
vg_bvh.c [deleted file]
vg_io.c
vg_io.h
vg_log.h
vg_m.h [deleted file]
vg_mem.c
vg_mem.h
vg_perlin.c [deleted file]
vg_platform.h
vg_profiler.c [deleted file]
vg_rigidbody.c [deleted file]
vg_rigidbody.h [deleted file]
vg_rigidbody_collision.c [deleted file]
vg_rigidbody_collision.h [deleted file]
vg_rigidbody_constraints.c [deleted file]
vg_rigidbody_constraints.h [deleted file]
vg_shader.c [deleted file]
vg_steam2.c [deleted file]
vg_tex.c [deleted file]