| .. |
|
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
|
use rand_state for rng
|
2025-02-27 09:17:21 -06:00 |
|
app.h
|
gstat
|
2025-02-23 03:23:17 -06:00 |
|
arena.c
|
gstat
|
2025-02-23 03:23:17 -06:00 |
|
arena.h
|
buddy progress
|
2025-02-07 19:17:27 -06:00 |
|
ase.c
|
replace byteio with bitbuff
|
2025-02-13 17:15:23 -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 |
|
bitbuff.c
|
bitbuff dbg markers, rough arg parsing
|
2025-02-26 11:36:34 -06:00 |
|
bitbuff.h
|
bitbuff dbg markers, rough arg parsing
|
2025-02-26 11:36:34 -06:00 |
|
buddy.c
|
prediction progress
|
2025-02-25 14:02:59 -06:00 |
|
buddy.h
|
prediction progress
|
2025-02-25 14:02:59 -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
|
prediction progress
|
2025-02-25 14:56:14 -06:00 |
|
config.h
|
prediction progress
|
2025-02-26 13:24:48 -06:00 |
|
draw.c
|
add sampled profiling build option
|
2025-02-14 12:23:49 -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 |
|
gstat.c
|
gstat
|
2025-02-23 03:23:17 -06:00 |
|
gstat.h
|
gstat
|
2025-02-23 03:23:17 -06:00 |
|
host.c
|
separate host_update into host_update_begin & host_update_end
|
2025-02-26 08:28:50 -06:00 |
|
host.h
|
separate host_update into host_update_begin & host_update_end
|
2025-02-26 08:28:50 -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
|
better render time determination
|
2025-02-19 13:33:54 -06:00 |
|
memory.c
|
replace byteio with bitbuff
|
2025-02-13 17:15:23 -06:00 |
|
memory.h
|
replace byteio with bitbuff
|
2025-02-13 17:15:23 -06: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
|
predict collisions w/ server ents as having infinite mass
|
2025-02-25 17:19:44 -06:00 |
|
phys.h
|
replace entity handles with uids
|
2025-02-24 11:41:36 -06: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
|
use rand_state for rng
|
2025-02-27 09:17:21 -06:00 |
|
rand.h
|
use rand_state for rng
|
2025-02-27 09:17:21 -06: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 |
|
scratch.c
|
sheet eviction & reload detection
|
2024-04-29 18:59:32 -05:00 |
|
scratch.h
|
replace byteio with bitbuff
|
2025-02-13 17:15:23 -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_ent.c
|
use rand_state for rng
|
2025-02-27 09:17:21 -06:00 |
|
sim_ent.h
|
remove embedded noise data, mix bits for determinism instead
|
2025-02-27 08:18:14 -06:00 |
|
sim_step.c
|
use rand_state for rng
|
2025-02-27 09:17:21 -06:00 |
|
sim_step.h
|
use rand_state for rng
|
2025-02-27 09:17:21 -06:00 |
|
sim.c
|
bitbuff dbg markers, rough arg parsing
|
2025-02-26 11:36:34 -06:00 |
|
sim.h
|
prediction progress
|
2025-02-26 13:24:48 -06:00 |
|
sock_win32.c
|
gstat
|
2025-02-23 03:23:17 -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
|
rename all 'buckets' -> 'bins'
|
2025-02-25 12:03:13 -06:00 |
|
space.h
|
rename all 'buckets' -> 'bins'
|
2025-02-25 12:03:13 -06:00 |
|
sprite.c
|
rename all 'buckets' -> 'bins'
|
2025-02-25 12:03:13 -06:00 |
|
sprite.h
|
rename all 'buckets' -> 'bins'
|
2025-02-25 12:03:13 -06:00 |
|
string.c
|
uid fmt
|
2025-02-24 09:02:06 -06:00 |
|
string.h
|
uid fmt
|
2025-02-24 09:02:06 -06:00 |
|
sys_win32.c
|
remove embedded noise data, mix bits for determinism instead
|
2025-02-27 08:18:14 -06:00 |
|
sys.h
|
remove embedded noise data, mix bits for determinism instead
|
2025-02-27 08:18:14 -06:00 |
|
tar.c
|
replace byteio with bitbuff
|
2025-02-13 17:15:23 -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 |
|
uid.c
|
use rand_state for rng
|
2025-02-27 09:17:21 -06: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
|
use rand_state for rng
|
2025-02-27 09:17:21 -06:00 |
|
user.h
|
sim snasphot store -> client refactor
|
2025-02-20 17:16:36 -06:00 |
|
util.c
|
gjk.c & gjk.h
|
2024-09-03 15:59:06 -05:00 |
|
util.h
|
use rand_state for rng
|
2025-02-27 09:17:21 -06:00 |
|
work.c
|
add sampled profiling build option
|
2025-02-14 12:23:49 -06:00 |
|
work.h
|
app exit / shutdown callbacks
|
2024-04-15 18:02:38 -05:00 |