Woops
|
b8e140eab9
|
Lara refactor: move "level 1" functions to Lara.cpp
|
2020-08-14 18:29:20 -05:00 |
|
Woops
|
ade98fec65
|
Lara refactor: move basic movements to lara_basic, take care of the other functions.
|
2020-08-14 17:54:25 -05:00 |
|
Woops
|
7c6e081929
|
Lara refactor: move sliding to lara_slide, move deathslide to lara_objects, add file descriptions
|
2020-08-14 04:08:10 -05:00 |
|
Woops
|
078f889eac
|
Lara refactor: delete lara_pickup, move contents to lara_objects, move all object functions to lara_objects
|
2020-08-13 19:53:13 -05:00 |
|
Raildex
|
a3433e16cb
|
Deactivated Pool memory
@TODO: Fix Pool
Changed pointers for ChunkIds to smart pointers
|
2020-08-11 19:18:36 +02:00 |
|
Raildex
|
8337db69dc
|
Fallback Camera Vector if Position and Target share position
|
2020-08-11 17:27:51 +02:00 |
|
Raildex
|
6a53710550
|
Merge branch 'master' into renderdatarefactor
|
2020-08-11 17:18:07 +02:00 |
|
Woops
|
6e30f3cc06
|
Lara refactor: move all hanging functions to lara_hang, and move lara_crawl2hang to lara_crawl
|
2020-08-11 03:55:34 -05:00 |
|
Woops
|
dc0630c7ca
|
Lara refactor: move pickup functions from pickup.cpp to lara_pickup.cpp
|
2020-08-10 22:07:00 -05:00 |
|
Raildex
|
440119b1b1
|
Merge branch 'renderdatarefactor'
|
2020-08-10 20:44:55 +02:00 |
|
Raildex
|
c8948e493f
|
Merge branch 'master' into renderdatarefactor
|
2020-08-10 20:44:45 +02:00 |
|
Raildex
|
47c587007a
|
Minor cleanup
|
2020-08-10 20:44:12 +02:00 |
|
Woops
|
24aa03873b
|
uncomment hotkeys
|
2020-08-10 13:01:53 -05:00 |
|
MontyTRC89
|
3958108a48
|
Added TriggerExplosionBubbles; Added TriggerRocketFire; Added fire to grenade; Fixed and tested grenade explosive ammos; Added flag from TR4 to TriggerUnderwaterExplosion;
|
2020-08-10 18:17:59 +02:00 |
|
Woops
|
d150cecaaf
|
Lara refactor: move pickup states to pickup.cpp
|
2020-08-10 00:34:19 -05:00 |
|
Woops
|
6d1ca594be
|
Lara refactor: move crouch/crawl into lara_crawl.cpp
|
2020-08-10 00:21:45 -05:00 |
|
asasas9500
|
7365cdf4c8
|
Rename Lara files
|
2020-08-09 22:09:14 -03:00 |
|
Woops
|
e0b15a29c4
|
Lara refactor: move monkeyswing functions to lara_monkey
|
2020-08-09 19:18:29 -05:00 |
|
Raildex
|
94eabe8918
|
Using Smart Pointers
|
2020-08-09 22:15:32 +02:00 |
|
MontyTRC89
|
211263afac
|
Fixed Lara damage on grenade hit; Fixed EffectList[] init; getBoneMatrix now valid for both Lara and other items; Added code (not working yet) for enemy explosion death;
|
2020-08-09 20:29:31 +02:00 |
|
MontyTRC89
|
d640f8be9b
|
Fixed GetRoomList; Fixed GetCollidedObjcts; Enabled again disabled weapons;
|
2020-08-09 17:18:21 +02:00 |
|
Raildex
|
6f7549f60e
|
Merge branch 'renderdatarefactor'
|
2020-08-09 15:33:35 +02:00 |
|
Raildex
|
b58d18ade2
|
Refactored functions
|
2020-08-09 15:25:56 +02:00 |
|
Raildex
|
3bed71fca1
|
Merge branch 'master' into renderdatarefactor
# Conflicts:
# TR5Main/Renderer/Renderer11.h
# TR5Main/TR5Main.vcxproj.filters
|
2020-08-09 14:34:58 +02:00 |
|
Woops
|
59eec6ddc2
|
Refactor: move puzzle and keys out of pickup.cpp into their own file
|
2020-08-09 01:24:06 -05:00 |
|
Woops
|
64b55871e1
|
Lara refactor: Move functions around, clean up Lara.h
|
2020-08-09 00:54:57 -05:00 |
|
Woops
|
00421e5f55
|
Lara refactor: move collision functions to lara_collide
|
2020-08-08 16:35:05 -05:00 |
|
Woops
|
6bd040bf6c
|
delete comments
|
2020-08-08 15:32:20 -05:00 |
|
Woops
|
8a9bb3464d
|
Lara refactor: move rope functions to rope.cpp
|
2020-08-08 15:30:31 -05:00 |
|
Woops
|
b48c75b773
|
Lara refactor: Move tests to lara_tests
|
2020-08-08 15:15:15 -05:00 |
|
MontyTRC89
|
c353abe13e
|
Merge branch 'master' of https://github.com/MontyTRC89/TR5Main
|
2020-08-08 20:32:12 +02:00 |
|
MontyTRC89
|
ab46c8f52b
|
Decompiled ID_ENEMY_JEEP
|
2020-08-08 20:31:48 +02:00 |
|
Sezz
|
09d08daf30
|
Lara no longer smacks into the wall when crawling to a hang.
Lara no longer leans into walls.
Some minor cleanup here and there.
|
2020-08-08 18:27:19 +10:00 |
|
asasas9500
|
9d45cf40f5
|
Fix include
|
2020-08-07 22:42:28 -03:00 |
|
asasas9500
|
78b32c0c2e
|
Merge branch 'LaraRefactor' into NoShifts
|
2020-08-07 22:30:45 -03:00 |
|
asasas9500
|
db21f442c9
|
Fix camera matrices
|
2020-08-07 22:25:39 -03:00 |
|
asasas9500
|
b657727242
|
Merge branch 'DiagonalCollisions' into NoShifts
|
2020-08-07 22:24:52 -03:00 |
|
asasas9500
|
9cf8ff503c
|
Fix namespace
|
2020-08-07 22:12:45 -03:00 |
|
asasas9500
|
5a737b7d29
|
Update directories
|
2020-08-07 20:30:50 -03:00 |
|
asasas9500
|
dddafb494f
|
Move Lara related files to Lara folder
|
2020-08-07 20:27:00 -03:00 |
|
asasas9500
|
c411689790
|
Merge branch 'DiagonalCollisions' into NoShifts
|
2020-08-07 16:43:29 -03:00 |
|
asasas9500
|
86e2291c53
|
Merge branch 'master' into DiagonalCollisions
|
2020-08-07 16:37:31 -03:00 |
|
MontyTRC89
|
490d6c8da2
|
Merge branch 'master' of https://github.com/MontyTRC89/TR5Main
|
2020-08-06 20:41:46 +02:00 |
|
MontyTRC89
|
d235b53094
|
Decompiled ID_SAS_DRAG_BLOKE and ID_SAS_DYING;
|
2020-08-06 20:41:07 +02:00 |
|
Raildex
|
dcc1292751
|
Fixed Crotch Pistol
|
2020-08-06 19:10:30 +02:00 |
|
Woops
|
b1efaf61eb
|
clean up remove comments
|
2020-08-06 03:34:49 -05:00 |
|
Woops
|
0e8eb47261
|
Fix some more "feet hanging" stuff
|
2020-08-06 03:02:11 -05:00 |
|
MontyTRC89
|
9a4ef10ed4
|
Merge branch 'master' of https://github.com/MontyTRC89/TR5Main
|
2020-08-06 06:51:57 +02:00 |
|
MontyTRC89
|
fa0012ba6a
|
Decompiled ID_LEETLE_BEETLES
|
2020-08-06 06:51:32 +02:00 |
|
Woops
|
058f7f958f
|
small fix
|
2020-08-05 15:52:07 -05:00 |
|