Commit graph

146 commits

Author SHA1 Message Date
Lwmte
e879038220 Fix namespace case 2021-08-30 18:03:21 +03:00
Lwmte
e2e20a2497 Globals cleanup, remove wrecking ball hack, remove gassed property, fix diagonal block jump bug 2021-08-29 23:53:58 +03:00
Lwmte
672607c16b Remove OnObject global 2021-08-27 19:29:18 +03:00
Lwmte
5fee75b27f Fix grenades destroying environment and not doing damage on Lara 2021-08-27 16:30:03 +03:00
Lwmte
a974e4798c Fix incorrect height calc 2021-08-27 15:48:22 +03:00
Lwmte
dd3b6fa4e5 Move collision and FX functions from effect.cpp 2021-08-26 15:54:52 +03:00
Lwmte
2c04b225c1 Cleanup collide.cpp a bit more 2021-08-26 14:58:06 +03:00
Lwmte
d5597dc35e Rename DoObjectDynamics to DoProjectileDynamics 2021-08-26 14:13:29 +03:00
Lwmte
0606941aef Remove more magic 2021-08-26 13:47:47 +03:00
Lwmte
bcf1fbc6d4 Remove magic numbers from GetCollisionInfo 2021-08-26 13:06:24 +03:00
Lwmte
6a10fab856 Move and rename DoProperDetection to collide.cpp 2021-08-26 12:37:46 +03:00
Lwmte
162d6c05db Remove GetTiltType, swap wrongly named TiltX/TiltZ variables (mistake by Core) 2021-08-26 11:39:08 +03:00
Lwmte
4b2f672298 Merge branch 'master' into legacy_trigger_refactor 2021-08-26 00:38:21 +03:00
Lwmte
c0cb6ae37c Organize COLL_INFO 2021-08-25 06:54:17 +03:00
Lwmte
f69f723a85 Further fixes 2021-08-25 06:33:15 +03:00
Lwmte
e35e6acf8e Cleanup and comment GetCollisionInfo 2021-08-25 05:45:10 +03:00
MontyTRC89
2f5ced6c4f Fixed bug on align Lara position; Cleaning puzzle holes code; 2021-08-24 18:19:15 +02:00
Lwmte
e0b47d629f Merge branch 'master' into legacy_trigger_refactor 2021-08-24 19:04:54 +03:00
Lwmte
0b8ca4fa54 Replace all remaining occurences of coll globals 2021-08-24 16:54:26 +03:00
MontyTRC89
b10cafbb01 Cleaned last commit 2021-08-23 13:37:13 +02:00
MontyTRC89
b20728e8ef Fixed the minus sign inside TestLaraPosition 2021-08-23 13:35:26 +02:00
Lwmte
b7d014080b COLL_RESULT conversion in progress (broken) 2021-08-22 01:39:14 +03:00
Lwmte
ef2ff5bf51 Completely get rid of TriggerIndex 2021-08-20 15:26:12 +03:00
Lwmte
218e9f685a Replace all direct occurences of TestTriggers with TestTriggersAtXYZ and references to TriggerIndex global in structs 2021-08-20 14:13:06 +03:00
MontyTRC89
2e1ac44c08 Merge branch 'master' of https://github.com/MontyTRC89/TombEngine 2021-08-20 05:26:07 +02:00
MontyTRC89
109b7d6e18 Merge branch 'master' of https://github.com/MontyTRC89/TombEngine; Renamed namespaces;
# Conflicts:
#	TR5Main/TR5Main.vcxproj.user
2021-08-20 05:25:51 +02:00
Lwmte
6727138e64 Add RefreshFloorGlobals hack to temporarily fix issues with monkeyswing and possibly other states 2021-08-19 18:43:52 +03:00
Lwmte
6202f367b0 Rollback regression from 6235959889 2021-08-16 18:55:25 +03:00
asasas9500
96b9161f9b Fix slopes 2021-08-15 18:07:38 -03:00
asasas9500
df67f3f6a2 Revert "Fixed Climb Out Of Water towards -X"
This reverts commit 08cf7e3c5e.
2021-08-15 18:02:31 -03:00
Nils
08cf7e3c5e Fixed Climb Out Of Water towards -X 2021-08-03 06:54:26 +02:00
Trxye
c8a07deedd fix kayak bug again 2021-06-11 11:03:42 -05:00
wolfcheese
8413b1980c Twoblockplatform ceiling adjusted to allow tall blocks to enter underneath. GetCollidingObjects no longer finds objects under the colliding item's floor 2021-06-07 12:03:53 -04:00
MontyTRC89
5e61cb477e Fixed ID_ROLLINGBALL 2021-06-05 06:03:12 +02:00
MontyTRC89
6235959889 Added some constants to TestTrigger(); Fixed ID_SETH_BLADE; Fixed many collision bugs with Lara; 2021-06-04 06:02:19 +02:00
MontyTRC89
0a83e02568 Fixed statics not disappearing after shatter; Some refactoring for ID_MUMMY and ID_SKELETON; Fixed plinth pickup; 2021-05-31 07:18:02 +02:00
Trxye
8b31698cd2 fix setting ClockworkBeetleFlag; 2021-05-27 18:02:25 -05:00
MontyTRC89
6b5a932ff8 Remapped correctly sounds from TR5 to TR4; Decompiled TR4 CogSwitchControl; Decompiled TR4 ControlWaterfall; 2021-05-26 06:04:32 +02:00
MontyTRC89
e798d50d32 Fixed ID_SAS; Fixed serious bugs with CreatureActive(); Fixed grenades;' 2021-04-29 06:26:30 +02:00
asasas9500
43fffd9746 Delete leftover code 2021-02-07 01:20:50 -03:00
Trxye
e40432b8c5 DoFloorThings() 2021-02-06 18:33:33 -06:00
asasas9500
128d409aa7 Merge branch 'master' into PushableOCB 2021-02-06 11:50:08 -03:00
asasas9500
4521994088 Remove function markers 2021-02-03 01:50:59 -03:00
asasas9500
12a3da6875 Make Lara aware of virtual rooms 2021-01-07 11:16:21 -03:00
KrysB4k
1315d81985 Remove UpdateLaraRoom() from ItemPushLara(): fixes kayak jump bug
UpdateLaraRoom() seems not needed. Removing it fixes the jumping bug with water vehicles and other objects
2020-12-22 19:32:37 +01:00
asasas9500
d4c6cc4a97 Fix line endings 2020-12-21 13:16:29 -03:00
asasas9500
dfcd40463a Revert collision vectors 2020-12-20 00:00:18 -03:00
asasas9500
91f0bb20f7 Revert move angle relative to Lara rotation 2020-12-19 23:34:52 -03:00
asasas9500
2df3f39d4c Merge branch 'master' into NewTRMath 2020-11-04 11:51:17 -03:00
Woops
ec07008cf2 "fix" (aka hack around) UPV and BIGGUN shooting 2020-10-26 15:22:33 -05:00