Sezz
be1ee111bf
Refactor camera.cpp
2021-11-10 11:26:58 +11:00
Lwmte
980e26a726
Cleanup camera code more
2021-11-08 19:35:17 +03:00
Lwmte
75621fb729
Cleanup camera code more
2021-11-08 19:28:14 +03:00
Lwmte
22e0e9e40f
Cleanup camera code
2021-11-08 19:18:33 +03:00
Lwmte
27a9009f33
Remove more unused globals, refactor ObjectOnLOS
2021-11-04 20:23:26 +03:00
Lwmte
5d3e58e85e
Remove hardcoded sniper overlay camera mode
2021-11-04 20:03:28 +03:00
Lwmte
ef0bcf950a
Merge branch 'master' into errors
2021-10-08 16:47:59 +03:00
Lwmte
daf23132c9
Cleanup control.cpp
2021-10-04 03:14:05 +03:00
Troye
552352dd21
W1
2021-09-25 16:03:28 -05:00
Lwmte
e6fc5aba77
Cleanup
2021-09-25 16:00:30 +03:00
Lwmte
3fe6211e4e
Further organizing
2021-09-08 18:31:35 +03:00
Lwmte
21df1e84f1
Globals cleanup, remove wrecking ball hack, remove gassed property, fix diagonal block jump bug
2021-08-29 23:53:58 +03:00
hispidence
53b971c033
Remove 'typedef' from enums and structs. This was required in C, but in C++ all it does is generate thousands of warnings.
2021-07-18 15:22:15 +01:00
MontyTRC89
1effeed738
Refactored cameras, sinks and sound sources; Added sound sources playback;
2021-07-10 06:55:37 +02:00
asasas9500
10a3d9167a
Fix line endings
2020-12-21 13:16:29 -03:00
Woops
64b55871e1
Lara refactor: Move functions around, clean up Lara.h
2020-08-09 00:54:57 -05:00
MontyTRC89
9867a6d24c
Pathfinding refactoring
2020-07-11 21:16:04 +02:00
Raildex
14368db3c6
Semi-working cubemapping.
...
improved camera functions
2020-07-01 08:46:07 +02:00
TokyoSU
0ccf99dcd4
Finished Moving Function
...
- Moved Some Function to here respective file (new cpp/h).
- Changed effect_routines to function<void(ITEM_INFO*)>.
- Fixed ActivateCamera() not using ITEM_INFO* Argument for effect_routines[].
- Fixed ActivateKey() not using ITEM_INFO* Argument for effect_routines[].
- Fixed ActivateKey() and ActivateCamera() being defined 2 time.
- Commented the new level loader, for later.
2020-06-04 11:00:08 +02:00
TokyoSU
e355827ee5
Fixed Repo, Fixed Savegame Struct Missing
2020-05-30 17:58:09 +02:00
TokyoSU
b615a98c46
(Broken) Deleted Global Folder
...
- No more enums.h, constants.h, macro.h, etc...
- moved all structure in types.h to there respective file.
2020-05-30 15:55:23 +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
MontyTRC89
f3bb956927
First EXE build successfully
2020-04-24 19:15:05 +02:00
MontyTRC89
6bff6caed2
Decompiled input
2020-04-23 19:22:01 +02:00
Raildex
10c71365ac
Refactored Camera Matrix Buffer. Now contains only one precalculated ViewProjection which is calculated ONCE per frame
2020-04-12 22:21:47 +02:00
MontyTRC89
cbe099b03d
Code cleaning and refactoring
2020-04-12 07:25:37 +02:00
MontyTRC89
30997878af
Moved many camera vars in DLL
2020-04-12 07:08:22 +02:00
MontyTRC89
cbe9f362b6
Fixed chase camera; Moved Camera in DLL;
2020-04-12 06:50:43 +02:00
MontyTRC89
26c9367b15
Decompiled FixedCamera, BinocularCamera, LaraTorch, ConfirmCameraTargetPos, CalculateCamera
2020-04-11 18:32:57 +02:00
MontyTRC89
d2b86d09ac
Merge branch 'master' of https://github.com/MontyTRC89/TR5Main ; Decompiled LookCamera();
2020-04-10 07:20:14 +02:00
MontyTRC89
0ff81f5c15
Fixed Camera.mikePos
2020-04-09 19:09:46 +02:00
asasas9500
9685e71600
Merge branch 'master' of https://github.com/MontyTRC89/TR5Main
2020-04-09 11:39:13 -03:00
asasas9500
f9c0138c81
Add BounceCamera(), TriggerAlertLight() and WreckingBallControl()
2020-04-09 11:17:26 -03:00
MontyTRC89
06042a2f57
Decompiled FixedCamera() and CameraBoundsCollide()
2020-04-09 14:19:18 +02:00
MontyTRC89
b8b7faad30
Decompiled CombatCamera()
2020-04-09 06:51:52 +02:00
MontyTRC89
4878f3eadb
Decompiled UpdateCameraElevation()
2020-04-08 13:28:26 +02:00
MontyTRC89
608322944f
Decompiled MoveCamera()
2020-04-08 13:18:31 +02:00
MontyTRC89
9633925262
Decompiled InitialiseCamera
2020-04-08 09:06:33 +02:00
MontyTRC89
7e78b88218
Merge branch 'master' of https://github.com/MontyTRC89/TR5Main ;
...
Some fixes to room collecting function;
2020-01-18 20:52:57 +01:00
MontyTRC89
a98254dcee
Decompiled RefreshCamera
2020-01-08 17:28:10 +01:00
asasas9500
5386c04d5d
Add mgLOS()
2019-12-28 15:19:33 -03:00
TokyoSU
23e8e9d1f0
Now release mode is compatible
2019-12-15 16:19:01 +01:00
TokyoSU
713c992d76
Added Sophia
...
- deleted all the __cdecl except for the #define function. because /Gd enable the __cdecl for function by default.
- added the commented code in FireWeapon for TR3 entity (some function is missing)
2019-12-02 14:49:19 +01:00
TokyoSU
0ecb9478d9
Update DirectXTK, Fix ANGLE, Add Minecart
2019-11-30 13:51:37 +01:00
TokyoSU
c3555a1fd1
[Update] Project & UPV Prototype
...
- changed __int32/__int16/__int8 to int/short/char respectivly.
- added UPV (prototype), lara is killed when enter.
2019-11-27 15:12:35 +01:00
TokyoSU
aafb5d91ab
misc fix & adding boat/kayak/snowmobile file
2019-11-20 11:24:36 +01:00
MontyTRC89
c89f89f607
Added title flyby; Added scripted audio tracks;
2019-05-31 21:45:20 +02:00
MontyTRC89
e6114af969
First commit
2018-08-19 09:46:58 +02:00