power_play/src
2025-01-13 09:50:01 -06:00
..
shaders initial commit 2024-02-29 16:01:51 -06:00
third_party/tracy initial commit 2024-02-29 16:01:51 -06:00
app.c disable collision between bullet shooter & bullet 2025-01-12 09:40:33 -06:00
app.h more proper sys_panic 2024-04-15 19:31:22 -05:00
arena.c replace { 0 } initializers with new ZI macro. enable 'Wmissing-field-initializers' 2024-09-19 12:15:55 -05:00
arena.h replace { 0 } initializers with new ZI macro. enable 'Wmissing-field-initializers' 2024-09-19 12:15:55 -05:00
ase.c replace { 0 } initializers with new ZI macro. enable 'Wmissing-field-initializers' 2024-09-19 12:15:55 -05:00
ase.h ase slice parsing first pass 2024-07-23 14:15:02 -05:00
asset_cache.c replace { 0 } initializers with new ZI macro. enable 'Wmissing-field-initializers' 2024-09-19 12:15:55 -05:00
asset_cache.h refactor mutexes to use 'sys_lock' objects. make all mutexes rw mutexes. 2024-06-25 19:54:33 -05:00
atomic.h more buildit accommodations 2024-05-22 18:45:51 -05:00
byteio.c minor cleanup & logs 2024-04-01 15:38:31 -05:00
byteio.h initial commit 2024-02-29 16:01:51 -06:00
collider.c disable all warnings for profiling build 2025-01-11 15:49:57 -06:00
collider.h separate physics logic from game.c 2025-01-10 15:44:07 -06:00
common.h working tracers 2025-01-12 18:23:01 -06:00
config.h working tracers 2025-01-12 18:23:01 -06:00
draw.c working tracers 2025-01-12 18:23:01 -06:00
draw.h working tracers 2025-01-12 18:23:01 -06:00
entity.c bullet knockback. physics damping. 2025-01-13 08:46:11 -06:00
entity.h bullet knockback. physics damping. 2025-01-13 08:46:11 -06:00
font.c replace { 0 } initializers with new ZI macro. enable 'Wmissing-field-initializers' 2024-09-19 12:15:55 -05:00
font.h merge texture & sheet into 'sprite' 2024-05-01 15:50:50 -05:00
game.c add random direction to blood test 2025-01-13 09:50:01 -06:00
game.h separate physics logic from game.c 2025-01-10 15:44:07 -06:00
inc.c more buildit accommodations 2024-05-22 18:45:51 -05:00
inc.h initial commit 2024-02-29 16:01:51 -06:00
incbin.c cleanup 2024-06-21 12:16:22 -05:00
incbin.h cleanup 2024-06-21 12:16:22 -05:00
intrinsics.h apparent stability for now 2024-10-04 20:15:44 -05:00
json.c replace { 0 } initializers with new ZI macro. enable 'Wmissing-field-initializers' 2024-09-19 12:15:55 -05:00
json.h rewrite json parser to be dumber 2024-04-01 15:09:14 -05:00
log.c replace { 0 } initializers with new ZI macro. enable 'Wmissing-field-initializers' 2024-09-19 12:15:55 -05:00
log.h msvc support in progress 2024-05-03 02:35:25 -05:00
math.h start mouse joints. separate contact creation & preparation 2024-10-29 13:26:32 -05:00
memory.c msvc debug asan build working 2024-05-23 16:49:12 -05:00
memory.h weapon attachment to parent 2024-08-15 13:59:42 -05:00
mixer.c draw debug movement for kinematic objects 2025-01-03 16:04:32 -06:00
mixer.h system startup receipts 2024-03-28 13:31:35 -05:00
mp3_mmf.c replace { 0 } initializers with new ZI macro. enable 'Wmissing-field-initializers' 2024-09-19 12:15:55 -05:00
mp3.h initial commit 2024-02-29 16:01:51 -06:00
phys.c bullet knockback. physics damping. 2025-01-13 08:46:11 -06:00
phys.h bullet knockback. physics damping. 2025-01-13 08:46:11 -06:00
playback_wasapi.c replace { 0 } initializers with new ZI macro. enable 'Wmissing-field-initializers' 2024-09-19 12:15:55 -05:00
playback.h app exit / shutdown callbacks 2024-04-15 18:02:38 -05:00
renderer_d3d11.c config option to disable detailed collision debug 2025-01-12 15:36:44 -06:00
renderer.h ase slice parsing first pass 2024-07-23 14:15:02 -05:00
resource.c replace { 0 } initializers with new ZI macro. enable 'Wmissing-field-initializers' 2024-09-19 12:15:55 -05:00
resource.h unicode support in win32 layer 2024-04-03 19:34:52 -05:00
scratch.c sheet eviction & reload detection 2024-04-29 18:59:32 -05:00
scratch.h msvc support in progress 2024-05-03 02:35:25 -05:00
settings.c replace { 0 } initializers with new ZI macro. enable 'Wmissing-field-initializers' 2024-09-19 12:15:55 -05:00
settings.h rewrite json parser to be dumber 2024-04-01 15:09:14 -05:00
sound.c replace { 0 } initializers with new ZI macro. enable 'Wmissing-field-initializers' 2024-09-19 12:15:55 -05:00
sound.h system startup receipts 2024-03-28 13:31:35 -05:00
sprite.c replace { 0 } initializers with new ZI macro. enable 'Wmissing-field-initializers' 2024-09-19 12:15:55 -05:00
sprite.h working aim from hold slice correctly 2024-08-05 13:01:15 -05:00
string.c replace { 0 } initializers with new ZI macro. enable 'Wmissing-field-initializers' 2024-09-19 12:15:55 -05:00
string.h allow error in aim angle 2024-08-15 14:41:01 -05:00
sys_win32.c add random direction to blood test 2025-01-13 09:50:01 -06:00
sys.h add random direction to blood test 2025-01-13 09:50:01 -06:00
tar.c replace { 0 } initializers with new ZI macro. enable 'Wmissing-field-initializers' 2024-09-19 12:15:55 -05:00
tar.h initial commit 2024-02-29 16:01:51 -06:00
thread_local.c replace { 0 } initializers with new ZI macro. enable 'Wmissing-field-initializers' 2024-09-19 12:15:55 -05:00
thread_local.h msvc support in progress 2024-05-03 02:35:25 -05:00
ttf_dwrite.cpp replace { 0 } initializers with new ZI macro. enable 'Wmissing-field-initializers' 2024-09-19 12:15:55 -05:00
ttf.h make font rendering unicode aware 2024-04-04 14:53:00 -05:00
uni.c replace { 0 } initializers with new ZI macro. enable 'Wmissing-field-initializers' 2024-09-19 12:15:55 -05:00
uni.h rename utf.h -> uni.h 2024-04-12 12:03:39 -05:00
user.c add random direction to blood test 2025-01-13 09:50:01 -06:00
user.h object dragging via mouse joint 2024-10-30 10:16:09 -05:00
util.c gjk.c & gjk.h 2024-09-03 15:59:06 -05:00
util.h replace { 0 } initializers with new ZI macro. enable 'Wmissing-field-initializers' 2024-09-19 12:15:55 -05:00
work.c replace { 0 } initializers with new ZI macro. enable 'Wmissing-field-initializers' 2024-09-19 12:15:55 -05:00
work.h app exit / shutdown callbacks 2024-04-15 18:02:38 -05:00
world.c begin firing/bullet work 2024-08-12 19:41:39 -05:00
world.h game tick continuity gen. start removing static constraint lookup 2024-10-30 14:47:17 -05:00