|
|
ecbc0c8501
|
tweak byteio & ase to avoid unaligned access
|
2024-04-01 15:10:34 -05:00 |
|
|
|
900e841228
|
rewrite json parser to be dumber
|
2024-04-01 15:09:14 -05:00 |
|
|
|
fec692b434
|
rename tls -> tls_table
|
2024-04-01 15:06:55 -05:00 |
|
|
|
57a61aa119
|
ignore unused dir
|
2024-04-01 14:21:46 -05:00 |
|
|
|
7afa567ea0
|
tls.h & tls.c
|
2024-03-28 18:19:26 -05:00 |
|
|
|
2c3597646d
|
atomic ptr
|
2024-03-28 15:31:15 -05:00 |
|
|
|
04eb118e60
|
system startup receipts
|
2024-03-28 13:31:35 -05:00 |
|
|
|
508c77abfd
|
use macros for typedef'd function definitions
|
2024-03-28 11:46:43 -05:00 |
|
|
|
6122905949
|
replace tabs w/ spaces
|
2024-03-28 10:22:55 -05:00 |
|
|
|
fb43d04f8f
|
correct d3d11_debug check
|
2024-03-28 08:52:21 -05:00 |
|
|
|
81c4b10def
|
minor cleanup
|
2024-03-28 08:51:06 -05:00 |
|
|
|
cdb0d2bf58
|
minor tweaks
|
2024-03-28 08:44:27 -05:00 |
|
|
|
0a1761627b
|
camera debug drawing and less direct rel xform application
|
2024-03-20 13:36:57 -05:00 |
|
|
|
c6ca5c0c9a
|
viewport scaling by camera size
|
2024-03-19 21:17:49 -05:00 |
|
|
|
b53dfe93f8
|
fix window dimensions when coming out of fulscreen
|
2024-03-19 19:40:48 -05:00 |
|
|
|
5f0c315d3f
|
add simple borderless fullscreen
|
2024-03-18 02:44:16 -05:00 |
|
|
|
e3ffcaa2a1
|
render to aspect-ratio-locked viewport
|
2024-03-18 00:54:00 -05:00 |
|
|
|
4a68e0c6c7
|
begin aspect ratio work
|
2024-03-15 23:16:54 -05:00 |
|
|
|
ba7769fba9
|
make published tick id atomic
|
2024-03-15 23:16:39 -05:00 |
|
|
|
3b0cdfd1f4
|
more fleshed out atomics for i32, i64, u32, u64
|
2024-03-15 22:37:49 -05:00 |
|
|
|
edadca820a
|
clip cursor by crosshair dimensions
|
2024-03-15 17:47:25 -05:00 |
|
|
|
8b5b32ba76
|
add args to cursor clip set, stop rounding screen size to even number
|
2024-03-15 17:35:42 -05:00 |
|
|
|
744a6f8d65
|
use cursor position as aim direction
|
2024-03-15 16:52:40 -05:00 |
|
|
|
39f7b09036
|
ln, exp, pow, camera lerping
|
2024-03-15 01:10:24 -05:00 |
|
|
|
fa6df3152c
|
add interp enable def in config
|
2024-03-14 14:00:25 -05:00 |
|
|
|
1d2e7c0b9f
|
hash fnv from seed
|
2024-03-14 13:28:31 -05:00 |
|
|
|
fd486bb71b
|
remove 'view' type, replace with xform
|
2024-03-14 01:08:55 -05:00 |
|
|
|
808e106f78
|
draw debug lines on screen canvas
|
2024-03-13 23:17:07 -05:00 |
|
|
|
e91a66f5b3
|
xform movement & focus directions by world view basis
|
2024-03-13 23:08:18 -05:00 |
|
|
|
181f8258fe
|
keep mouse in window instead of setting cursor pos to center
|
2024-03-13 22:26:28 -05:00 |
|
|
|
bdd8db60c3
|
player focus dir relative to player. raw mouse input. crosshair.
|
2024-03-13 21:44:25 -05:00 |
|
|
|
aa8dd7a4fa
|
minor tweaks
|
2024-03-13 15:10:16 -05:00 |
|
|
|
bac001947b
|
interp tick ratio rather than time offset. set world tick timestamp at beginning of frame
|
2024-03-13 14:00:56 -05:00 |
|
|
|
8f33957bf9
|
use a blend time for interpolation
|
2024-03-13 13:15:20 -05:00 |
|
|
|
85ff4d5e2e
|
minor cleanup
|
2024-03-12 11:50:59 -05:00 |
|
|
|
536d1f602b
|
resource debug lvar
|
2024-03-11 21:47:55 -05:00 |
|
|
|
efa639c971
|
separate entity handling from world to new entity_store
|
2024-03-11 20:55:49 -05:00 |
|
|
|
495d7c97ee
|
testing
|
2024-03-11 20:11:12 -05:00 |
|
|
|
c602220707
|
draw debug motion arrows
|
2024-03-11 19:48:51 -05:00 |
|
|
|
4f52d24c94
|
rename ui_canvas -> screen_canvas
|
2024-03-11 19:43:17 -05:00 |
|
|
|
0f67701761
|
proper xform tree iteration
|
2024-03-11 19:39:26 -05:00 |
|
|
|
ff3fbecc10
|
push debug info to temp arena
|
2024-03-11 13:49:24 -05:00 |
|
|
|
452e922e23
|
rework animation logic, don't loop increasingly as time goes on
|
2024-03-11 13:21:31 -05:00 |
|
|
|
76c609f8d5
|
fix entities arena not growing
|
2024-03-11 12:16:34 -05:00 |
|
|
|
6cdcb60784
|
tweak slice names
|
2024-03-08 22:43:44 -06:00 |
|
|
|
adce14bbf3
|
rework tick -> world, move related logic from game into world api
|
2024-03-08 19:56:34 -06:00 |
|
|
|
8a2c40c817
|
rename cpy -> copy
|
2024-03-08 17:41:39 -06:00 |
|
|
|
c78635f499
|
minor cleanup
|
2024-03-08 17:39:07 -06:00 |
|
|
|
8f3aaba794
|
alter DEBUG_LVAR semantics
|
2024-03-08 17:19:09 -06:00 |
|
|
|
b5433abf22
|
add nil entity macros
|
2024-03-08 17:09:55 -06:00 |
|