power_play/src
2024-04-04 18:47:19 -05: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 minor cleanup & logs 2024-04-01 15:38:31 -05:00
app.h initial commit 2024-02-29 16:01:51 -06:00
arena.c fix entities arena not growing 2024-03-11 12:16:34 -05:00
arena.h rewrite json parser to be dumber 2024-04-01 15:09:14 -05:00
ase.c indent labels 2024-04-03 23:20:31 -05:00
ase.h tweak byteio & ase to avoid unaligned access 2024-04-01 15:10:34 -05:00
asset_cache.c system startup receipts 2024-03-28 13:31:35 -05:00
asset_cache.h system startup receipts 2024-03-28 13:31:35 -05:00
atomic.h atomic ptr 2024-03-28 15:31:15 -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
common.h process unicode input in win32 2024-04-04 14:51:32 -05:00
config.h minor cleanup 2024-04-03 02:48:43 -05:00
console.c system startup receipts 2024-03-28 13:31:35 -05:00
console.h system startup receipts 2024-03-28 13:31:35 -05:00
draw.c make font rendering unicode aware 2024-04-04 14:53:00 -05:00
draw.h system startup receipts 2024-03-28 13:31:35 -05:00
entity.c camera debug drawing and less direct rel xform application 2024-03-20 13:36:57 -05:00
entity.h minor tweaks 2024-03-28 08:44:27 -05:00
font.c make font rendering unicode aware 2024-04-04 14:53:00 -05:00
font.h make font rendering unicode aware 2024-04-04 14:53:00 -05:00
game.c rewrite json parser to be dumber 2024-04-01 15:09:14 -05:00
game.h system startup receipts 2024-03-28 13:31:35 -05:00
inc.c replace tabs w/ spaces 2024-03-28 10:22:55 -05:00
inc.h initial commit 2024-02-29 16:01:51 -06:00
incbin.h initial commit 2024-02-29 16:01:51 -06:00
intrinsics.h convert entity rel_trs -> rel_xform 2024-03-08 11:50:28 -06:00
json.c indent labels 2024-04-03 23:20:31 -05:00
json.h rewrite json parser to be dumber 2024-04-01 15:09:14 -05:00
log.c tweak byteio & ase to avoid unaligned access 2024-04-01 15:10:34 -05:00
log.h system startup receipts 2024-03-28 13:31:35 -05:00
math.h minor cleanup 2024-03-28 08:51:06 -05:00
memory.c tweak byteio & ase to avoid unaligned access 2024-04-01 15:10:34 -05:00
memory.h cleanup - move linker lib imports to source code 2024-04-03 02:33:29 -05:00
mixer.c system startup receipts 2024-03-28 13:31:35 -05:00
mixer.h system startup receipts 2024-03-28 13:31:35 -05:00
mp3_mmf.c cleanup - move linker lib imports to source code 2024-04-03 02:33:29 -05:00
mp3.h initial commit 2024-02-29 16:01:51 -06:00
playback_wasapi.c only initialize tls storage when tls_get is called for first time 2024-04-04 18:47:19 -05:00
playback.h system startup receipts 2024-03-28 13:31:35 -05:00
renderer_d3d11.c cleanup - move linker lib imports to source code 2024-04-03 02:33:29 -05:00
renderer.h system startup receipts 2024-03-28 13:31:35 -05:00
resource.c system startup receipts 2024-03-28 13:31:35 -05:00
resource.h unicode support in win32 layer 2024-04-03 19:34:52 -05:00
scratch.h tls.h & tls.c 2024-03-28 18:19:26 -05:00
settings.c indent labels 2024-04-03 23:20:31 -05:00
settings.h rewrite json parser to be dumber 2024-04-01 15:09:14 -05:00
sheet.c indent labels 2024-04-03 23:20:31 -05:00
sheet.h system startup receipts 2024-03-28 13:31:35 -05:00
sound.c indent labels 2024-04-03 23:20:31 -05:00
sound.h system startup receipts 2024-03-28 13:31:35 -05:00
string.c make font rendering unicode aware 2024-04-04 14:53:00 -05:00
string.h make font rendering unicode aware 2024-04-04 14:53:00 -05:00
sys_win32.c define UNICODE when including windows 2024-04-04 17:57:26 -05:00
sys.h process unicode input in win32 2024-04-04 14:51:32 -05:00
tar.c disregard tar pax headers 2024-04-03 22:35:50 -05:00
tar.h initial commit 2024-02-29 16:01:51 -06:00
texture.c indent labels 2024-04-03 23:20:31 -05:00
texture.h system startup receipts 2024-03-28 13:31:35 -05:00
tls.c only initialize tls storage when tls_get is called for first time 2024-04-04 18:47:19 -05:00
tls.h only initialize tls storage when tls_get is called for first time 2024-04-04 18:47:19 -05:00
ttf_dwrite.cpp make font rendering unicode aware 2024-04-04 14:53:00 -05:00
ttf.h make font rendering unicode aware 2024-04-04 14:53:00 -05:00
user.c system startup receipts 2024-03-28 13:31:35 -05:00
user.h system startup receipts 2024-03-28 13:31:35 -05:00
utf.c process unicode input in win32 2024-04-04 14:51:32 -05:00
utf.h process unicode input in win32 2024-04-04 14:51:32 -05:00
util.c initial commit 2024-02-29 16:01:51 -06:00
util.h make published tick id atomic 2024-03-15 23:16:39 -05:00
work.c tls.h & tls.c 2024-03-28 18:19:26 -05:00
work.h tls.h & tls.c 2024-03-28 18:19:26 -05:00
world.c player focus dir relative to player. raw mouse input. crosshair. 2024-03-13 21:44:25 -05:00
world.h use cursor position as aim direction 2024-03-15 16:52:40 -05:00