Commit graph

13 commits

Author SHA1 Message Date
MontyTRC89
adf51a567c Fixed baddy state 0 2021-04-21 06:45:08 +02:00
MontyTRC89
3da38df713 Added big medipack picking to baddy 2021-04-19 07:41:37 +02:00
MontyTRC89
ec8fedf2ee Fixed some BADDY ocbs; Added picking for baddies like in TR4; 2021-04-18 07:20:27 +02:00
MontyTRC89
4ae7d54e6b Fixed SameZone(); Adding picking to Baddy 1-2; 2021-04-16 10:13:59 +02:00
Woops
e42f9ca80e bitshifts be gone 2020-10-17 23:36:06 -05:00
asasas9500
7218086a0f Fix phd_sin() and phd_cos() 2020-10-05 22:24:57 -03:00
MontyTRC89
ab46c8f52b Decompiled ID_ENEMY_JEEP 2020-08-08 20:31:48 +02:00
Sezz
5d4dc8ffdd Updated animation and state names to follow a consistent system. 2020-08-04 20:32:07 +10:00
MontyTRC89
83bba01a99 Moving all globals of level under LEVEL struct; Fixed severe performance issue; 2020-07-21 09:56:47 +02:00
MontyTRC89
36fe66d617 Hairs done on GPU now 2020-07-07 07:32:33 +02:00
TokyoSU
2c6a1a7480 Fix weapon not being updated when crouching
- caused by me in the first place, but i forgot this small detail :x
- Updated lara structure a bit for enum variables.
- Fixed some variable not using these enum (or using the wrong one !)
2020-06-05 14:01:22 +02:00
Joey Quint
703fd2dbbc Baddy & mummy: replaced many raw numbers with enums
There's much more that could be done, but I've gotta go to bed now right and I don't want to end up 38 commits late when I'm done doing that so I commit.
2020-05-28 01:23:47 +02:00
TokyoSU
29f0724693 New project format (#206)
* Starting Reformat the project

- New Import Method, no more "../../" in import,
- New Entity Folder Structure, less compile time

* Refactoring the Project

- added precompiled header with default import like microsoft or directx.
- fix many double import.
- fix math.h confliting math.h from
microsoft.
- fix effects.h confliting Effects.h from DirectX.
- refactored TR4 entity folder and how it's loaded.

* Update Some Code Before Switching to Master

* Finished the NewProjectFormat Template

- need to finish entity in the master later.

* Added Monty NewFileFormat

* Fixed Monty NewFileFormat Include

* Revert "Fixed Monty NewFileFormat Include"

This reverts commit ebf0afca10.

* Trying to fix conflits for NewFileFormat

* Fixed .filters

* Last Commit in NewProjectFormat
2020-05-27 09:21:20 +02:00
Renamed from TR5Main/Objects/TR4/tr4_baddy.cpp (Browse further)