power_play/src
2025-05-16 17:54:24 -05:00
..
third_party/tracy profile locks 2025-01-26 21:29:03 -06:00
app.c arena push zero by default 2025-05-15 08:42:12 -05:00
app.h gstat 2025-02-23 03:23:17 -06:00
arena.c arena push zero by default 2025-05-15 08:42:12 -05:00
arena.h arena push zero by default 2025-05-15 08:42:12 -05:00
ase.c convert some arena no_zero pushes to zeroed style 2025-05-15 09:09:00 -05:00
ase.h remove buffer struct, use string struct instead 2025-01-30 15:12:26 -06:00
asset_cache.c simpler sprite evict sorting logic 2025-05-14 03:08:03 -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 re-add sim pausing & stepping 2025-05-15 05:27:33 -05:00
bitbuff.c arena push zero by default 2025-05-15 08:42:12 -05:00
bitbuff.h bitbuff dbg markers, rough arg parsing 2025-02-26 11:36:34 -06:00
buddy.c arena push zero by default 2025-05-15 08:42:12 -05:00
buddy.h prediction progress 2025-02-25 14:02:59 -06:00
collider.c change epa validity_epsilon as a temporary fix for unstable rounded edge collisions 2025-05-16 13:24:25 -05:00
collider.h some temporary color pallete defines 2025-05-16 13:25:08 -05:00
common.h some temporary color pallete defines 2025-05-16 13:25:08 -05:00
config.h some temporary color pallete defines 2025-05-16 13:25:08 -05:00
draw.c some temporary color pallete defines 2025-05-16 13:25:08 -05:00
draw.h some temporary color pallete defines 2025-05-16 13:25:08 -05:00
font.c arena push zero by default 2025-05-15 08:42:12 -05:00
font.h refactor renderer_handle -> renderer_texture. retrieve backbuffer as texture. 2025-01-20 11:50:18 -06:00
gstat.c gstat 2025-02-23 03:23:17 -06:00
gstat.h gstat 2025-02-23 03:23:17 -06:00
host.c sys_thread_try_release 2025-05-16 11:10:37 -05:00
host.h separate host_update into host_update_begin & host_update_end 2025-02-26 08:28:50 -06:00
inc.c shader hot reloading 2025-05-07 16:57:36 -05:00
inc.h shader hot reloading 2025-05-07 16:57:36 -05:00
incbin.c progress & fix buddy bug 2025-02-09 15:22:43 -06:00
incbin.h remove buffer struct, use string struct instead 2025-01-30 15:12:26 -06:00
intrinsics.h progress & fix buddy bug 2025-02-09 15:22:43 -06:00
json.c convert some arena no_zero pushes to zeroed style 2025-05-15 09:09:00 -05:00
json.h rewrite json parser to be dumber 2024-04-01 15:09:14 -05:00
log.c run collision callbacks twice. process explosion blast collision in collision callback 2025-05-16 09:30:39 -05:00
log.h resource reloading via file change notifications 2025-05-13 00:41:44 -05:00
math.h cmd_kind. fix aabb draw 2025-03-01 09:39:00 -06:00
memory.c replace byteio with bitbuff 2025-02-13 17:15:23 -06:00
memory.h shader hot reloading 2025-05-07 16:57:36 -05:00
mixer.c arena push zero by default 2025-05-15 08:42:12 -05:00
mixer.h set aim joint correction rate dynamically based on dt 2025-01-30 11:05:38 -06:00
mp3_mmf.c arena push zero by default 2025-05-15 08:42:12 -05:00
mp3.h remove buffer struct, use string struct instead 2025-01-30 15:12:26 -06:00
phys.c add collision props that are separate from dynamic & kinematic props 2025-05-16 17:17:37 -05:00
phys.h add collision props that are separate from dynamic & kinematic props 2025-05-16 17:17:37 -05:00
playback_wasapi.c add sampled profiling build option 2025-02-14 12:23:49 -06:00
playback.h app exit / shutdown callbacks 2024-04-15 18:02:38 -05:00
rand.c store separate counter & seed in rand state 2025-02-27 10:22:23 -06:00
rand.h master snapshot blending 2025-02-28 15:27:02 -06:00
renderer_d3d11.c some temporary color pallete defines 2025-05-16 13:25:08 -05:00
renderer.h some temporary color pallete defines 2025-05-16 13:25:08 -05:00
resource.c fix dangling resource watch monitor thread 2025-05-13 09:25:48 -05:00
resource.h fix resource watch list merging & deduplication 2025-05-13 06:49:33 -05:00
scratch.c sheet eviction & reload detection 2024-04-29 18:59:32 -05:00
scratch.h shader hot reloading 2025-05-07 16:57:36 -05:00
settings.c arena push zero by default 2025-05-15 08:42:12 -05:00
settings.h remove buffer struct, use string struct instead 2025-01-30 15:12:26 -06:00
sim_ent.c add collision props that are separate from dynamic & kinematic props 2025-05-16 17:17:37 -05:00
sim_ent.h add collision props that are separate from dynamic & kinematic props 2025-05-16 17:17:37 -05:00
sim_step.c continuous teleporting 2025-05-16 17:54:24 -05:00
sim_step.h use rand_state for rng 2025-02-27 09:17:21 -06:00
sim.c arena push zero by default 2025-05-15 08:42:12 -05:00
sim.h spawn1 & spawn2 commands 2025-05-16 12:05:37 -05:00
sock_win32.c sys_thread_try_release 2025-05-16 11:10:37 -05:00
sock.h fix precise sleep inaccurate because scheduler period not set 2025-02-10 16:37:32 -06:00
sound.c convert some arena no_zero pushes to zeroed style 2025-05-15 09:09:00 -05:00
sound.h system startup receipts 2024-03-28 13:31:35 -05:00
space.c arena push zero by default 2025-05-15 08:42:12 -05:00
space.h rename all 'buckets' -> 'bins' 2025-02-25 12:03:13 -06:00
sprite.c convert some arena no_zero pushes to zeroed style 2025-05-15 09:09:00 -05:00
sprite.h sprite cache ref struct 2025-05-14 07:29:23 -05:00
string.c arena push zero by default 2025-05-15 08:42:12 -05:00
string.h uid fmt 2025-02-24 09:02:06 -06:00
sys_win32.c sys_thread_try_release 2025-05-16 11:10:37 -05:00
sys.h sys_thread_try_release 2025-05-16 11:10:37 -05:00
tar.c convert some arena no_zero pushes to zeroed style 2025-05-15 09:09:00 -05:00
tar.h remove buffer struct, use string struct instead 2025-01-30 15:12:26 -06:00
thread_local.c arena push zero by default 2025-05-15 08:42:12 -05:00
thread_local.h fix some warnings 2025-03-01 11:46:29 -06:00
ttf_dwrite.cpp some temporary color pallete defines 2025-05-16 13:25:08 -05:00
ttf.h remove buffer struct, use string struct instead 2025-01-30 15:12:26 -06:00
uid.c tiles in progress 2025-04-24 13:21:36 -05:00
uid.h use rand_state for rng 2025-02-27 09:17:21 -06: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 continuous teleporting 2025-05-16 17:54:24 -05:00
user.h spawn1 & spawn2 commands 2025-05-16 12:05:37 -05:00
util.c gjk.c & gjk.h 2024-09-03 15:59:06 -05:00
util.h convert some arena no_zero pushes to zeroed style 2025-05-15 09:09:00 -05:00
work.c arena push zero by default 2025-05-15 08:42:12 -05:00
work.h app exit / shutdown callbacks 2024-04-15 18:02:38 -05:00