Commit Graph
211 Commits
Author SHA1 Message Date
aryanrawlani28 29ceb07959 ENGINES: ALL: Revert detection submodule to be directly present in the engine directory
- DETECT_OBJS are present and added inside an engine's modules.mk file.
2020-10-03 14:56:36 +02:00
aryanrawlani28 8189a05316 ENGINES: ALL: Adapt to changes for new plugins by defining a new detection module
For each engine:
- Make a new folder detection
- Move detection-related files inside the folder
- Add a new module "enginename/detection"
- Add DETECT_OBJS here
- Adjust the normal engine module to remove detect_objs
- Adjust every file for the new changes.
2020-10-03 14:56:36 +02:00
aryanrawlani28 dae6013369 TITANIC: Split detection features & adapt to new plugins. 2020-10-03 14:56:36 +02:00
Paul Gilbert 2ce0f347ad TITANIC: gcc compilation fix 2020-01-16 20:04:16 -08:00
Paul Gilbert 0280ca2359 TITANIC: Clarifying auto movers as flight managers 2020-01-16 19:27:49 -08:00
Paul Gilbert 690b18ac0b TITANIC: Standardized camera mover classes as motion control 2020-01-16 19:27:49 -08:00
Paul Gilbert f435a1592c TITANIC: Rename CCStarCamera class to CCamera 2020-01-12 17:17:10 -08:00
Paul Gilbert e580ff30a9 TITANIC: Clarifying the StarAction enum and called methods 2020-01-11 20:47:25 -08:00
Paul Gilbert d74e94950b TITANIC: DE: Merged German NPC script subclasses back in
There ended up not being enough custom German code in the scripts
to warrant having sub-classes that reimplemented entire methods
2017-09-23 21:18:25 -04:00
Paul Gilbert d48caed204 TITANIC: Add Deskbot German specific logic 2017-09-17 20:36:07 -04:00
Paul Gilbert 42b24e328a TITANIC: Add skeleton derived bot script classes for German version 2017-09-17 16:39:51 -04:00
David Fioramonti d55406b642 TITANIC: Remove DVector and DAffine files from build and folder 2017-09-02 06:41:07 -07:00
Paul Gilbert 256b27581c TITANIC: Rename DMatrix to DAffine, thanks to wjp 2017-07-12 19:41:05 -04:00
Paul Gilbert 3fdfd47ea3 TITANIC: Rename CStarControlSub2 to CStarFieldBase 2017-06-07 22:06:22 -04:00
Paul Gilbert 46f4047a1d TITANIC: Renamings for camera mover classes 2017-06-07 22:00:22 -04:00
Paul Gilbert c105be916e TITANIC: Renamings for automatic camera mover classes 2017-06-07 21:50:03 -04:00
Paul Gilbert 6e46535c92 TITANIC: Rename CPhotoCrosshairs to CStarCrosshairs
The crosshairs are used in the main starfield as well, so they
shouldn't have a Photo specific name
2017-05-30 19:22:27 -04:00
Paul Gilbert 77703ed316 TITANIC: Renamed CStarControlSub7 to CStarMarkers 2017-05-28 22:25:13 -04:00
Paul Gilbert 6587cacabd TITANIC: Rename CStarControlSub8 to CPhotoCrosshairs 2017-05-28 16:27:39 -04:00
Paul Gilbert 9c28bcf043 TITANIC: Renamed CStarControlSub26 to CMatrixTransform 2017-05-22 19:58:49 -04:00
Paul Gilbert 1ed01c2f7f TITANIC: Rename Sub25 class to COrientationChanger, fixes & cleanup 2017-05-21 22:58:31 -04:00
Paul Gilbert e1ea47eb5c TITANIC: Rename CStarControlSub13 to CViewport 2017-04-16 15:40:54 -04:00
Paul Gilbert b57fd696ba TITANIC: Renamed CStarControlSub20 to CCameraMover 2017-04-16 11:35:32 -04:00
Paul Gilbert 5059aea538 TITANIC: Rename CStarControlSub12 to CStarCamera 2017-04-09 21:44:10 -04:00
Paul Gilbert fda21bb749 TITANIC: Rename CBaseStar to CBaseStars 2017-04-09 21:08:38 -04:00
Paul Gilbert be76d00cd5 TITANIC: Rename CStarControlSub5 to CStarCloseup 2017-04-09 07:37:57 -04:00
Paul Gilbert 8ffdd29b11 TITANIC: Renamed CStarControlSub6 to FPose 2017-04-05 21:29:32 -04:00
Paul Gilbert 33bcc9d058 TITANIC: Merge CSurfaceFader and base into a single file 2017-03-31 18:55:09 -04:00
Paul Gilbert 527b814bf1 TITANIC: Rename CStarControlSub4 class to FRange 2017-03-13 21:57:56 -04:00
Paul Gilbert b51421229b TITANIC: Implementing star reference classes 2017-03-10 22:15:20 -05:00
Paul Gilbert 5610eefcf2 TITANIC: More implementation of CSurfaceAream, added FRect class 2017-02-26 17:26:20 -05:00
Paul Gilbert bb840c9ec2 TITANIC: More renamings in music classes 2017-02-12 21:00:31 -05:00
Paul Gilbert a542104f3c TITANIC: Rename CMusicWave to CMusicRoomInstrument 2017-02-12 12:51:47 -05:00
Paul Gilbert 529680e6f8 TITANIC: Beginnings of music object and parser classes 2017-02-03 22:40:15 -05:00
Paul Gilbert 29f913289c TITANIC: Implemented CAudioBuffer class 2017-02-01 21:43:10 -05:00
Paul Gilbert d0d00f6beb TITANIC: Rename CPetText to CTextControl
The class is used in several areas outside of the PET, so it makes
better sense to not have it in the pet_control/ folder and named so
2017-01-01 05:24:31 -05:00
Paul Gilbert dd2ee74cc0 TITANIC: Change mouse cursor to use transparency 2016-10-02 15:39:45 -04:00
Paul Gilbert 8a96db4d30 TITANIC: Added CRawSurface class 2016-09-30 20:48:59 -04:00
Paul Gilbert 207afb6f46 TITANIC: In progress work on German Translation view in PET 2016-09-11 11:34:06 -04:00
Paul Gilbert 49bc276ea3 TTIANIC: Add CPlaceHolderItem, CVariableList classes 2016-09-11 09:27:51 -04:00
Paul Gilbert 8eaf094bf5 TITANIC: Move text messages to DAT file 2016-09-10 23:16:15 -04:00
Paul Gilbert c585b66b36 TITANIC: Rename CMusicHandler to CMusicRoomHandler for better clarity 2016-08-31 12:51:38 -04:00
Paul Gilbert 18c925c6c5 TITANIC: Remove unused CChevSwitch class 2016-08-29 20:34:07 -04:00
Paul Gilbert 5ea32efbb0 TITANIC: Implemented more game classes 2016-08-27 12:45:36 -04:00
Paul Gilbert fde400c332 TITANIC: Implemented nav helmet classes 2016-08-25 22:55:34 -04:00
Paul Gilbert 9a71c9166b TITANIC: Implemented more game classes and music widget classes 2016-08-25 22:13:04 -04:00
Paul Gilbert db179c11bb TITANIC: Implemented CStringParser class 2016-08-25 20:46:01 -04:00
Paul Gilbert 4c7985c3c9 TITANIC: Implemented various pellerator classes 2016-08-16 21:04:19 -04:00
Paul Gilbert cbf5fb0bee TITANIC: Move BilgeSuccUBus & ParrotSuccUBus to npcs/ folder 2016-08-14 23:07:24 -04:00
Paul Gilbert 30936a6115 TITANIC: Finish CMusicPlayer class 2016-08-09 19:03:05 -04:00