Commit graph

8102 commits

Author SHA1 Message Date
Woops
f45de12af7 a few fixes to hang shimmying 2020-08-04 15:55:28 -05:00
MontyTRC89
fdf2de1e89 Increased itemFlags array; Added startPos to ITEM_INFO; Improved wraiths; Rewritten BuildOutsideRoomsTable; 2020-08-04 21:53:58 +02:00
Woops
744b4bb926 actually implement crouch rolling properly 2020-08-04 14:40:34 -05:00
Sezz
5a3ec08841 BUGFIX: no more pistol desync and camera wobble when shooting non-AI movable objects. 2020-08-04 21:07:59 +10:00
Sezz
5fc90166a5 Added option to smoothly transition health bar display. 2020-08-04 20:51:47 +10:00
Sezz
5d4dc8ffdd Updated animation and state names to follow a consistent system. 2020-08-04 20:32:07 +10:00
MontyTRC89
85ac7c74e6 Merge branch 'master' of https://github.com/MontyTRC89/TR5Main 2020-08-04 07:11:10 +02:00
MontyTRC89
91aa426fc1 Fixed IsRoomOutside; Fixed AnimatingControl; 2020-08-04 07:10:31 +02:00
Woops
04e7cb5bb4 add draw (and undraw) flipeffects for cutscenes, fix typo 2020-08-02 17:56:19 -05:00
MontyTRC89
4c93f7d7b9 Merge branch 'master' of https://github.com/MontyTRC89/TR5Main 2020-08-02 19:40:22 +02:00
MontyTRC89
bde10fe313 Decompiled wraiths; Added outside rooms table; 2020-08-02 19:39:55 +02:00
Raildex
96d9627a78 Merge branch 'Holster' 2020-08-02 18:28:08 +02:00
Raildex
780a156f73 Implemented Holsters. 2020-08-02 13:58:25 +02:00
Raildex
f2b2087c33 Merge branch 'master' into renderdatarefactor 2020-08-02 09:16:58 +02:00
Raildex
f92094b7e0 Prepareing RenderpipelineState, not-so-hardcoded shadow map size 2020-08-02 09:02:33 +02:00
Woops
a6b8554745 super ugly check for joby-like crowbar pickups 2020-07-31 16:36:58 -05:00
MontyTRC89
82b8db7d70 Merge branch 'master' of https://github.com/MontyTRC89/TR5Main 2020-07-31 21:33:39 +02:00
MontyTRC89
dd2f8cc500 Finished decompiling WRAITH 2020-07-31 21:33:14 +02:00
MontyTRC89
48b2f06d19 Decompiling WRAITH 2020-07-29 08:32:15 +02:00
Woops
4da41b16cb monkey roll fixes 2020-07-28 23:58:41 -05:00
MontyTRC89
4311a5837e Hack for TestLaraPosition that solves for now the bug of objects not working on +/- X sides 2020-07-28 06:16:39 +02:00
KrysB4k
86708bb729 Merge branch 'master' into DiagonalCollisions 2020-07-26 23:05:44 +02:00
MontyTRC89
3e742ca1ee Fixed a couple of bugs with pathfinding 2020-07-26 20:55:29 +02:00
Raildex
90cabceca2 Merge branch 'master' into renderdatarefactor 2020-07-26 16:22:08 +02:00
MontyTRC89
ecca35d05a Lights refactor 2020-07-26 16:17:54 +02:00
Raildex
b477a57831 RenderTargetCubeArray for Shadow Maps 2020-07-26 16:15:35 +02:00
KrysB4k
ed13777ac2 Merge branch 'master' into DiagonalCollisions 2020-07-26 10:51:06 +02:00
Raildex
f3d8b9130c Merge branch 'master' into renderdatarefactor
# Conflicts:
#	TR5Main/Renderer/Renderer11Draw.cpp
2020-07-26 08:58:44 +02:00
MontyTRC89
e057d91de3 Merge branch 'master' of https://github.com/MontyTRC89/TR5Main 2020-07-26 07:22:43 +02:00
MontyTRC89
f24e2abb94 Added ZLIB 2020-07-26 07:21:38 +02:00
Raildex
a8d91676dd Refactored Shadow Mapping with Comparision State 2020-07-25 21:03:02 +02:00
MontyTRC89
689ec226e7 Frames refactoring 2020-07-25 18:02:35 +02:00
KrysB4k
1667bd0b3c Fixed splats
Splats are fixed again, so you can't turn if you hold Up key
2020-07-25 14:28:59 +02:00
Woops
ac32cb0db6 oops, add missing state check, fixes "hole" pickups 2020-07-25 00:56:37 -05:00
Woops
041941e30c clean up trash 2020-07-24 01:59:04 -05:00
MontyTRC89
3392d65b82 Merge branch 'master' of https://github.com/MontyTRC89/TR5Main 2020-07-24 07:07:12 +02:00
MontyTRC89
9a5f1950ee Fixed meshes in wrong places 2020-07-24 07:03:36 +02:00
KrysB4k
4740fdf858 New Ladder Anims + refactor frame indexes to dispatches in lara.cpp
New Ladder animations have been added - sideways dismounts and water to ladder.

The direct frame indices used for splat, step up. step down checks in lara_col_walk, lara_col_run etc. have been replaced with new goal anim states to trigger dispatches.
2020-07-23 23:26:19 +02:00
Wuups
31fb3522ff Merge pull request #215 from MontyTRC89/puzzleeffects
move puzzles to a flipeffect, remove comments
2020-07-23 15:40:57 -05:00
Woops
c357bdbdd4 puzzle, do_puzzle 2020-07-23 15:29:02 -05:00
Woops
7f889c28ad torch pickup stuff 2020-07-23 14:55:27 -05:00
Raildex
4006a33ed6 Refactored Constant Buffers 2020-07-23 21:40:07 +02:00
MontyTRC89
6cd500008c Fixed pickups; Fixed no statics bug; 2020-07-23 21:38:12 +02:00
Raildex
3b10d06df1 Removed Memory Alloc Test 2020-07-22 20:09:23 +02:00
MontyTRC89
83bba01a99 Moving all globals of level under LEVEL struct; Fixed severe performance issue; 2020-07-21 09:56:47 +02:00
Raildex
5f5d690655 Merge branch 'master' into renderdatarefactor 2020-07-19 19:03:10 +02:00
Raildex
5c1658948b Merge branch 'memory' 2020-07-19 19:02:20 +02:00
Raildex
7c30637833 Merge branch 'normalmapping' 2020-07-19 19:01:52 +02:00
Raildex
86b5271362 Fixed Normal Mapping 2020-07-19 19:01:25 +02:00
Raildex
89882e8e42 Normal Mapping first test 2020-07-18 14:53:26 +02:00