TokyoSU
963706c3af
Partially finished Entity Folder Refactoring
...
- Less Compile Time
- ObjectInfo now use std::function.
- added isPickup and isPuzzleHole in ObjectInfo.
- Renamed EVIL_LARA to LARA_DOPPELGANGER (DOPPELGANGER in xml)
- Removed TR1 Larson/Pierre and TR1 Raptor.
2020-05-27 19:07:34 +02:00
TokyoSU
39050f69ea
Fixing Entity Include (Part 1)
...
- Less Compile Time...
2020-05-27 13:01:32 +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
TokyoSU
76b1d69599
Implemented Ahmet
...
- fixed some entity not having zoneType !
2020-05-19 19:01:11 +02:00
TokyoSU
543163798d
Implemented Motorbike
...
- need to fix shift bug, and lara position
- need to fix collision.
2020-05-19 13:20:44 +02:00
TokyoSU
6d4cfeef98
Fixed and Implemented TonyBoss
2020-05-14 18:39:17 +02:00
MontyTRC89
4f703436c3
Fixed spider emitter
2020-04-30 06:22:31 +02:00
MontyTRC89
fdc3ff9996
Refactored OBJET_INFO to ObjectInfo
2020-04-27 15:28:54 +02:00
MontyTRC89
f3bb956927
First EXE build successfully
2020-04-24 19:15:05 +02:00
MontyTRC89
9a78144600
Decompiled level loading functions; Moved lot of vars in DLL; Added Zlib;
2020-04-22 14:12:10 +02:00
MontyTRC89
cc4691dd8b
Decompiled math functions 4; Code cleaning; Decompiled many functions;
2020-04-15 18:30:34 +02:00
Raildex
e021865952
Added new Bubble routines
2020-04-13 13:36:23 +02:00
MontyTRC89
cbe099b03d
Code cleaning and refactoring
2020-04-12 07:25:37 +02:00
MontyTRC89
cbe9f362b6
Fixed chase camera; Moved Camera in DLL;
2020-04-12 06:50:43 +02:00
asasas9500
f9c0138c81
Add BounceCamera(), TriggerAlertLight() and WreckingBallControl()
2020-04-09 11:17:26 -03:00
MontyTRC89
3cabd868ba
Refactoring 1
2020-04-01 13:09:14 +02:00
MontyTRC89
030977968f
Refactoring of shatters code
2020-04-01 07:24:15 +02:00
MontyTRC89
c7b6efe28d
Added death states to CHEF and LAGOON_WITCH; Fixed water enemies;
2020-03-31 07:44:40 +02:00
MontyTRC89
db49a19c19
Decompiled CHEF
2020-03-30 11:39:20 +02:00
MontyTRC89
23affbdfc7
Decompiled ID_LAGOON_WITCH
2020-03-29 14:07:28 +02:00
MontyTRC89
c97c3b0745
Decompiled ControlBodyPart; Some bugfixes for ROMAN_GOD;
2020-03-26 07:07:02 +01:00
MontyTRC89
3fb5ef1f5c
Added 2 slots for ROMAN_GOD; Improved hammmer ROMAN_GOD; Improved shockwaves rendering;
2020-03-25 12:52:02 +01:00
MontyTRC89
a37740de1e
Fixed triggers; Decompiled GetJointAbsPosition; Fixed GUARDIAN eyes positions; Tested ROMAN_GOD with hammer attack;
2020-03-25 07:06:04 +01:00
MontyTRC89
e2c31c6676
Refactored TriggerShockwave and TriggerLightingGlow and fixed function calls; Working on GUARDIAN;
2020-03-21 19:14:28 +01:00
MontyTRC89
72c590ee1b
Added missing TR4 slots
2020-03-21 07:29:31 +01:00
MontyTRC89
9a67747e75
Merge branch 'master' of https://github.com/MontyTRC89/TR5Main
2020-03-18 06:32:32 +01:00
MontyTRC89
abc5ece111
Fixed meshes and cleaned code
2020-03-18 06:27:45 +01:00
asasas9500
3b042da185
Merge branch 'master' of https://github.com/MontyTRC89/TR5Main
2020-03-17 21:13:30 -03:00
asasas9500
9ce20d9b63
Fix torches again; Add speed and fallspeed to diagnostics
2020-03-17 21:07:49 -03:00
MontyTRC89
456464f4e6
Refactored mesh pointers; Fixed effects rendering; Improved IMP;
2020-03-16 22:27:50 +01:00
MontyTRC89
3ef028d91d
Decompiled missile functions; Moved Meshes[] to DLL; Refactoring;
2020-03-16 12:36:29 +01:00
MontyTRC89
078f5b746c
Refactoring HITMAN
2020-03-15 11:15:55 +01:00
MontyTRC89
38a3e5a48f
Guards refactoring
2020-03-15 09:05:43 +01:00
MontyTRC89
f4ee436f5d
Fixed basic pathfinding for flying enemies
2020-03-14 20:26:53 +01:00
MontyTRC89
f2fff9ea50
Added ID_MESHSWAP_HITMAN
2020-03-14 19:13:08 +01:00
MontyTRC89
815114835e
Fixed OBJECT_INFO bug with alignment; Tested and fixed ID_SWAT, ID_SWAT_PLUS;
2020-03-14 16:37:01 +01:00
MontyTRC89
1c0c1f6b2a
Implemented meshs waps and more swap slots; Renamed guards slots;
2020-03-14 07:48:35 +01:00
MontyTRC89
019b3bfeda
Fixed and tested ID_BLUE_GUARD, ID_MAFIA, ID_MAFIA2
2020-03-13 06:56:09 +01:00
MontyTRC89
39df12d57f
Added gunflashes to baddes; Some tweaks to rats;
2020-03-12 15:29:57 +01:00
MontyTRC89
49070202eb
Fixed HairControl() signature; Removed some legacy hacks;
2020-02-24 13:04:25 +01:00
MontyTRC89
eba681bddf
New objects list; Decompiled ID_LARA_HAIRS;
2020-02-24 12:51:28 +01:00
MontyTRC89
371cd6720e
Decompiled ID_DEATH_SLIDE
2020-01-29 08:29:15 +01:00
MontyTRC89
f7c8eab998
Merge branch 'master' of https://github.com/MontyTRC89/TR5Main
2020-01-28 07:35:03 +01:00
MontyTRC89
ac74268186
Decompiled ID_DARTS, ID_DART_EMITTER, ID_FALLING_CEILING, ID_PROPELLER_H, ID_PROPELLER_V, KillAllTriggersControl, InitialiseFlameEmitter, FlameEmitterCollision, InitialiseFlameEmitter2 , GenSlot1Control, InitialiseGenSlot3, InitialiseGenSlot4;
2020-01-28 07:30:58 +01:00
asasas9500
0a597b0aa0
Place function markers; Remove collision from ID_ANIMATING13, ID_ANIMATING14, ID_ANIMATING15 and ID_ANIMATING16
2020-01-27 00:13:39 -03:00
MontyTRC89
1f7673fc50
Decompiled ID_HIGH_OBJECT1
2020-01-22 21:22:35 +01:00
MontyTRC89
7879f10cf9
Decompiiling ID_TELEPORTER and ID_ROMAND_GOD
2020-01-21 21:25:24 +01:00
MontyTRC89
1c577198ea
Decompilink smoke emitters; Fixed again dynmic lights; Fixed horizontal pickups;
2020-01-20 07:29:37 +01:00
MontyTRC89
65451b3854
Restored FLAME (still badly rendered); Moves items/fx variables to DLL; Increased Effects[] from 24 to 1024; Fixed dynamic lights in rooms;
2020-01-19 08:12:51 +01:00
MontyTRC89
826af067b3
Fixed sparks drawing; Moved boxes, overlaps and zones in DLL; Decompiled missing doors code; Added some code to phd_LookAt;
2020-01-16 19:14:35 +01:00