power_play/src
2025-02-11 12:07:38 -06:00
..
shaders rename texture shader -> triangle shader 2025-01-21 13:23:18 -06:00
third_party/tracy profile locks 2025-01-26 21:29:03 -06:00
app.c refactor client store into snapshot 2025-02-11 12:07:38 -06:00
app.h differentiate client entities 2025-02-08 17:11:04 -06:00
arena.c memory & network usage statistics 2025-02-08 09:28:38 -06:00
arena.h buddy progress 2025-02-07 19:17:27 -06:00
ase.c remove buffer struct, use string struct instead 2025-01-30 15:12:26 -06:00
ase.h remove buffer struct, use string struct instead 2025-01-30 15:12:26 -06:00
asset_cache.c remove buffer struct, use string struct instead 2025-01-30 15:12:26 -06: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 memory & network usage statistics 2025-02-08 09:28:38 -06:00
buddy.c another buddy fix 2025-02-09 16:25:59 -06:00
buddy.h buddy progress 2025-02-07 19:17:27 -06:00
byteio.c networking progress 2025-02-08 07:06:56 -06:00
byteio.h networking progress 2025-02-08 07:06:56 -06:00
collider.c release space client when entity releases. fix aabb test 2025-01-28 09:11:23 -06:00
collider.h use combined aabb test for bullet TOI 2025-01-27 20:00:00 -06:00
common.h re-add networked debug drag 2025-02-09 11:13:36 -06:00
config.h more timing debug info 2025-02-11 08:22:34 -06:00
draw.c collider_get_aabb & collider_test_aabb 2025-01-27 12:11:23 -06:00
draw.h refactor renderer_handle -> renderer_texture. retrieve backbuffer as texture. 2025-01-20 11:50:18 -06:00
font.c socket progress 2025-01-31 10:26:07 -06:00
font.h refactor renderer_handle -> renderer_texture. retrieve backbuffer as texture. 2025-01-20 11:50:18 -06:00
host.c fix precise sleep inaccurate because scheduler period not set 2025-02-10 16:37:32 -06:00
host.h fix precise sleep inaccurate because scheduler period not set 2025-02-10 16:37:32 -06:00
inc.c remove buffer struct, use string struct instead 2025-01-30 15:12:26 -06:00
inc.h remove buffer struct, use string struct instead 2025-01-30 15:12:26 -06: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 remove buffer struct, use string struct instead 2025-01-30 15:12:26 -06:00
json.h rewrite json parser to be dumber 2024-04-01 15:09:14 -05:00
log.c remove buffer struct, use string struct instead 2025-01-30 15:12:26 -06:00
log.h remove buffer struct, use string struct instead 2025-01-30 15:12:26 -06:00
math.h remove sys_timestamp, refactor into generalized i64 holding nanoseconds 2025-01-29 11:29:31 -06: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 remove sys_timestamp, refactor into generalized i64 holding nanoseconds 2025-01-29 11:29:31 -06:00
mixer.h set aim joint correction rate dynamically based on dt 2025-01-30 11:05:38 -06:00
mp3_mmf.c remove buffer struct, use string struct instead 2025-01-30 15:12:26 -06:00
mp3.h remove buffer struct, use string struct instead 2025-01-30 15:12:26 -06:00
phys.c more timing debug info 2025-02-11 08:22:34 -06:00
phys.h progress & fix buddy bug 2025-02-09 15:22:43 -06:00
playback_wasapi.c remove buffer struct, use string struct instead 2025-01-30 15:12:26 -06:00
playback.h app exit / shutdown callbacks 2024-04-15 18:02:38 -05:00
renderer_d3d11.c command line arg passthrough 2025-02-08 12:40:59 -06:00
renderer.h rename texture shader -> triangle shader 2025-01-21 13:23:18 -06:00
resource.c remove buffer struct, use string struct instead 2025-01-30 15:12:26 -06:00
resource.h remove buffer struct, use string struct instead 2025-01-30 15:12:26 -06:00
rng.c re-add networked debug drag 2025-02-09 11:13:36 -06:00
rng.h pre-generate rand.dat file for deterministic noise. calculate shake based on world time 2025-01-15 14:32:36 -06:00
scratch.c sheet eviction & reload detection 2024-04-29 18:59:32 -05:00
scratch.h host progress 2025-02-03 19:54:06 -06:00
settings.c remove buffer struct, use string struct instead 2025-01-30 15:12:26 -06:00
settings.h remove buffer struct, use string struct instead 2025-01-30 15:12:26 -06:00
sim_client.c refactor client store into snapshot 2025-02-11 12:07:38 -06:00
sim_client.h refactor client store into snapshot 2025-02-11 12:07:38 -06:00
sim_encode.c refactor client store into snapshot 2025-02-11 12:07:38 -06:00
sim_encode.h refactor client store into snapshot 2025-02-11 12:07:38 -06:00
sim_ent.c re-add lerping via snapshot interpolation 2025-02-10 15:22:19 -06:00
sim_ent.h re-add lerping via snapshot interpolation 2025-02-10 15:22:19 -06:00
sim_snapshot.c refactor client store into snapshot 2025-02-11 12:07:38 -06:00
sim_snapshot.h refactor client store into snapshot 2025-02-11 12:07:38 -06:00
sim.c refactor client store into snapshot 2025-02-11 12:07:38 -06:00
sim.h refactor client store into snapshot 2025-02-11 12:07:38 -06:00
sock_win32.c fix precise sleep inaccurate because scheduler period not set 2025-02-10 16:37:32 -06:00
sock.h fix precise sleep inaccurate because scheduler period not set 2025-02-10 16:37:32 -06:00
sound.c socket progress 2025-01-31 10:26:07 -06:00
sound.h system startup receipts 2024-03-28 13:31:35 -05:00
space.c re-add lerping via snapshot interpolation 2025-02-10 15:22:19 -06:00
space.h rename 'entity' -> 'sim_ent' 2025-02-08 10:07:49 -06:00
sprite.c memory & network usage statistics 2025-02-08 09:28:38 -06:00
sprite.h refactor renderer_handle -> renderer_texture. retrieve backbuffer as texture. 2025-01-20 11:50:18 -06:00
string.c command line arg passthrough 2025-02-08 12:40:59 -06:00
string.h command line arg passthrough 2025-02-08 12:40:59 -06:00
sys_win32.c fix precise sleep inaccurate because scheduler period not set 2025-02-10 16:37:32 -06:00
sys.h remove buffer struct, use string struct instead 2025-01-30 15:12:26 -06:00
tar.c command line arg passthrough 2025-02-08 12:40:59 -06:00
tar.h remove buffer struct, use string struct instead 2025-01-30 15:12:26 -06:00
thread_local.c remove buffer struct, use string struct instead 2025-01-30 15:12:26 -06:00
thread_local.h msvc support in progress 2024-05-03 02:35:25 -05:00
ttf_dwrite.cpp remove buffer struct, use string struct instead 2025-01-30 15:12:26 -06:00
ttf.h remove buffer struct, use string struct instead 2025-01-30 15:12:26 -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 refactor client store into snapshot 2025-02-11 12:07:38 -06:00
user.h refactor client store into snapshot 2025-02-11 12:07:38 -06:00
util.c gjk.c & gjk.h 2024-09-03 15:59:06 -05:00
util.h memory & network usage statistics 2025-02-08 09:28:38 -06:00
work.c remove buffer struct, use string struct instead 2025-01-30 15:12:26 -06:00
work.h app exit / shutdown callbacks 2024-04-15 18:02:38 -05:00