Commit Graph

71 Commits

Author SHA1 Message Date
f96891dcbc update deps 2026-02-28 15:54:26 -08:00
35a90f28ae add dynamic world offset 2026-02-28 09:33:27 -08:00
c3676349b0 update common to fix set_scale on paused timer 2026-02-27 09:13:04 -08:00
299a2b8051 fix green bug 2026-02-27 09:13:04 -08:00
a4c4f20bad fix seek when paused 2026-02-27 08:10:16 -08:00
3644dd7f15 fix seek forward time scale 2026-02-27 07:41:21 -08:00
197f840246 improve seek algorithmic complexity O(n) -> O(log(n)) 2026-02-27 07:32:16 -08:00
c3cca22839 fix default values 2026-02-26 09:03:45 -08:00
81a158d08f use Time.into() 2026-02-26 08:59:25 -08:00
7a421d1eab use bold headers in readme 2026-02-26 08:49:40 -08:00
e821fb6982 describe prerequisites in README 2026-02-26 08:47:47 -08:00
cb71fa7257 fix type mistakes 2026-02-26 08:44:38 -08:00
51fdc72e0e shuffle around methods for no reason 2026-02-26 08:41:28 -08:00
29e49587ff introduce PlaybackTime to abstract bot file timestamps 2026-02-26 08:41:28 -08:00
d03f84c893 only use _slope postfix at js lib interface 2026-02-25 10:42:05 -08:00
48a7b06b71 implement fov 2026-02-25 10:23:19 -08:00
43cc9b6416 use ratio from float 2026-02-25 09:01:48 -08:00
e4433cf06c fix Ratio64::mul_int 2026-02-25 09:01:48 -08:00
54beb3e9df rename arg 2026-02-23 07:46:51 -08:00
aa0a333431 speed control input 2026-02-23 07:42:17 -08:00
cb7474522f fix R 2026-02-23 06:56:42 -08:00
87fa1220c6 js controls 2026-02-21 17:04:06 -08:00
4fb2e6c800 rename html ids 2026-02-21 17:04:03 -08:00
b1ebd01463 restart bind 2026-02-21 17:04:03 -08:00
de8ef7fae2 readme: tweak git lfs section 2026-02-20 11:21:23 -08:00
dd55987403 license 2026-02-20 11:18:59 -08:00
e4f6f8490d clean up window 2026-02-20 11:09:35 -08:00
db634247ac tweak seek implementation 2026-02-20 11:06:16 -08:00
c5cd25c27a sort deps 2026-02-20 10:54:41 -08:00
57c545efa6 adjust playback speed with arrow keys 2026-02-20 10:54:34 -08:00
8ecb79a0b4 implement pause and seek 2026-02-20 10:15:11 -08:00
98f56d0608 clean up window and player 2026-02-20 10:01:25 -08:00
cf59852468 note git lfs in readme 2026-02-20 09:16:48 -08:00
2f584744c7 implement file drag drop for native player 2026-02-20 09:16:48 -08:00
c33daaf0c6 clean up strafe client vestiges 2026-02-20 08:57:51 -08:00
3dea810a50 display run duration 2026-02-20 08:53:27 -08:00
a238793cdc refactor lib to display timer hud 2026-02-20 08:53:27 -08:00
d9610901cb PlaybackState 2026-02-20 07:12:44 -08:00
dd9cf502f1 add strafesnet registry 2026-02-19 21:41:14 -08:00
0be798b6ab float sucks 2026-02-19 08:53:08 -08:00
4a8c9e05a1 setup graphics directly 2026-02-18 10:50:22 -08:00
3117a56d51 remove unused deps 2026-02-18 10:49:33 -08:00
bd8981bb2f rename Bot to CompleteBot 2026-02-18 10:22:40 -08:00
d0e71b8431 separate map from graphics 2026-02-18 10:21:54 -08:00
2646e96c33 write comment 2026-02-18 09:57:14 -08:00
0b98f051f2 use tuple syntax 2026-02-18 09:36:23 -08:00
0597889aad inline setup code 2026-02-18 09:29:04 -08:00
e3d6933f25 move setup into strafesnet_graphics 2026-02-18 09:21:07 -08:00
9a65740c54 share code with lib setup 2026-02-18 09:11:25 -08:00
a39f0fe4db move setup into lib 2026-02-18 09:06:57 -08:00