Commit graph

53 commits

Author SHA1 Message Date
Sezz
eeb57e6c70 Fix vertical water room entrance 2021-12-14 14:35:42 +11:00
Sezz
8124e37107 Cleanup 2021-12-13 18:05:52 +11:00
Sezz
ac0811a0f6 Cleanup 2021-12-12 21:11:27 +11:00
Sezz
61cf4bce35 Fix running jump queue; smoother entrance when crawl vaulting into wade-height water 2021-12-12 13:27:26 +11:00
Sezz
165ea452b5 Fix standing jump on bridges 2021-12-12 02:36:46 +11:00
Sezz
7c01d050a4 Address remaining PR #377 comments; fix pickups in crouch and crawl states; simplify step function 2021-12-10 22:31:34 +11:00
Sezz
454d7a7a48 Address some PR #377 review comments 2021-12-10 12:30:23 +11:00
Sezz
b00866616f Replace magic numbers 2021-12-04 15:51:49 +11:00
Sezz
694fc3d6e4 Refine step function 2021-12-04 14:01:41 +11:00
Sezz
919b9cb349 Fix incorrect crawl-to-hang snap 2021-12-04 12:54:01 +11:00
Sezz
ab42c8627b Remove unnecessary conditions in step tests; reset torso and head rotation before perorming a crawl vault 2021-12-02 23:45:19 +11:00
Sezz
8be49e2878 Improve accuracy of crawl vault probes; allow crawlspace exit onto slopes 2021-12-01 19:38:28 +11:00
Sezz
707df1bfff Fix swandive into clamps; fix swandive onto slopes; fix wall hiccup when sprinting on inclines; simplify step function 2021-12-01 13:26:28 +11:00
Sezz
482a40acba Simplify step function 2021-12-01 02:31:14 +11:00
Sezz
ab2a1a9b81 DoLaraLean() cleanup 2021-11-30 15:27:08 +11:00
Sezz
446b99d571 Refine step function 2021-11-28 16:17:03 +11:00
Sezz
811852ec0e Fix turn rate mess up 2021-11-28 13:56:12 +11:00
Sezz
0a5e647722 Fix argument type in ResetLaraFlex() 2021-11-28 00:01:53 +11:00
Sezz
8cf76578cf Add flex reset function; add new turn rate macro 2021-11-27 23:15:26 +11:00
Sezz
ac60482543 Introduce crawl flexing; slightly reduce crawl turn rate while moving 2021-11-27 20:35:16 +11:00
Sezz
f3881f9796 Fix floating away from pole bug; fix turn lock when holding FORWARD against a wall in a fast turn state; adjust jump count max in walk state; remove old comments 2021-11-25 21:08:51 +11:00
Sezz
82b4e66c3e Housekeeping; adjust lean rates for some states; fix snap when colliding with wall joining a slanted floor 2021-11-23 13:53:35 +11:00
Sezz
7cfdfd7dbb Housekeeping; add jump timer 2021-11-19 22:48:47 +11:00
Sezz
fe4529f51b Change lean function 2021-11-17 15:59:51 +11:00
Sezz
8c32d38112 Fix comment 2021-11-13 22:46:53 +11:00
Sezz
338c904b43 Remove commented legacy step code from basic state functions 2021-11-13 21:57:10 +11:00
Sezz
117f8098e6 Add clamp check to move tests; reorder crawl vault checks 2021-11-12 23:34:55 +11:00
Sezz
0463cda44e Use new animation functions 2021-11-11 01:02:50 +11:00
Sezz
540df2e274 Update swamp handling in turn states 2021-11-07 23:58:51 +11:00
Sezz
695d3f2c50 Improve swamp handling 2021-11-07 21:55:38 +11:00
Sezz
d737e504c8 Add proper state functions for 180 roll; allow turning when performing 180 roll 2021-11-07 12:57:34 +11:00
Sezz
15b70ed411 Fix crawl-to-hang snap 2021-11-06 19:35:48 +11:00
Sezz
3b30bd8b0f Revert split slide test/set functions (do it properly later); update TestLaraKeepDucked() 2021-11-05 21:29:00 +11:00
Sezz
29543f657d Cleanup 2021-11-04 21:41:23 +11:00
Sezz
f95c3db4ac Manual merges. 2021-11-03 21:44:48 +11:00
Sezz
ecab59c473 Use new DoLaraLean() function wherever possible; remove TestLaraLean() 2021-10-22 01:50:43 +11:00
Sezz
43e717bc05 Add collision checks; calibrate test functions; create new routine for lean 2021-10-22 00:07:24 +11:00
Sezz
bc2a73a2c4 Refine crawling; comments 2021-10-18 20:15:53 +11:00
Sezz
d17f54d408 Move crawl-to-hang snap to helper function 2021-10-18 15:22:38 +11:00
Sezz
0328491f60 Add new states for crawl exit actions; render LS_STEP_BACK_DOWN redundant 2021-10-18 00:33:46 +11:00
Sezz
eca7bcac33 lara_as_all4s(), lara_col_all4s(): cleanup; rewrite crawl flex; add new test/helper functions; move test functions 2021-10-16 20:59:44 +11:00
Sezz
4c32d86c92 Allow side step in wade-height water 2021-10-14 21:11:59 +11:00
Sezz
e3f16b32c1 lara_col_roll2(), lara_as_dashdive(): cleanup; add helper function to set fall back state; remove magic number 2021-10-14 19:58:29 +11:00
Sezz
c9f5b9ff22 Fix wading back (oops); formatting; remove magic numbers; fine-tune crawl and crouch roll helper functions; state adjustments 2021-10-14 01:17:21 +11:00
Sezz
e50e03c82b lara_col_crawl(), lara_col_crawlb(), lara_col_all4turnlr(): cleanup 2021-10-11 23:16:02 +11:00
Sezz
548dc7e587 lara_col_stepright(), lara_col_stepleft(): cleanup; use step function; fine-tune step function 2021-10-10 14:03:38 +11:00
Sezz
883d02c35f lara_as_dash(), lara_col_dash(): cleanup; reduce lean; remove sprint step up 2021-10-09 23:53:39 +11:00
Sezz
7cf61af283 lara_as_back(), lara_col_back(): cleanup; add lean; update step functions 2021-10-09 23:00:26 +11:00
Sezz
bd6e4f62fc lara_as_fastback(), lara_col_fastback(): cleanup; add lean; use step function; adjust step function 2021-10-09 20:19:34 +11:00
Sezz
8adcbda503 lara_col_run(): cleanup; adjust step function 2021-10-09 16:56:07 +11:00