Commit Graph
483 Commits
Author SHA1 Message Date
Eugene Sandulenko 7ff34bc9ec PLUGINS: MetaEngineStatic -> MetaEngineDetection 2020-10-11 23:14:39 +02:00
Eugene Sandulenko 7ea6781043 PLUGINS: PLUGIN_TYPE_METAENGINE -> PLUGIN_TYPE_ENGINE_DETECTION 2020-10-11 23:12:32 +02:00
aryanrawlani28 d26bbe521c ENGINES: ALL: Finish renaming ME & AME classes
- ME -> MetaEngineStatic (static parts)
- MEC -> MetaEngine (dynamic parts)
2020-10-03 14:56:36 +02:00
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 0816e46ba6 PINK: Split detection features & adapt to new plugins. 2020-10-03 14:56:36 +02:00
Eugene Sandulenko 1f486c4442 PINK: Show message for unimplemented menu items. Addresses #11318 2020-08-27 18:00:44 +02:00
Eugene Sandulenko 21be7be0d2 PINK: Fix warning 2020-07-30 00:50:09 +02:00
Henrik "Henke37" Andersson 093bee1889 PINK: Warn when the timestamps mismatch 2020-07-29 18:55:25 +02:00
Eugene Sandulenko b53a7db0da ALL: Switch to Common::hypotenuse() 2020-06-06 15:08:52 +02:00
Andrei Prykhodko f08fbcc5a3 PINK: changed engine status 2020-06-05 19:49:55 +03:00
Andrei Prykhodko 5684e9dd9d PINK: changed some field types in classes 2020-06-05 19:48:46 +03:00
Andrei Prykhodko 480d7fddbe PINK: returned HandlerStartPage HandlerTimerSequences 2020-06-05 19:31:50 +03:00
Andrei Prykhodko eb0e44a0df PINK: added feature kSupportsChangingOptionsDuringRuntime 2020-06-04 23:06:37 +03:00
Andrei Prykhodko ed05445ab1 PINK: moved HandlerTimerActions to handler.h/.cpp files 2020-06-04 22:42:26 +03:00
Andrei Prykhodko 3de5035018 PINK: use HandlerSequences instead of HandlerStartPage 2020-06-04 22:41:39 +03:00
Andrei Prykhodko 9f3f70c4cd PINK: removed redundant methods in HandlerMgr 2020-06-04 22:30:45 +03:00
Andrei Prykhodko 5db138699a PINK: use HandlerSequence instead of HandlerTimerSequences 2020-06-04 21:48:36 +03:00
Andrei Prykhodko 2458016d37 PINK: removed usage of empty static const strings in methods 2020-06-04 21:33:27 +03:00
Andrei Prykhodko b5c807b459 PINK: no sense in clearing array of actions in actor dtor 2020-06-04 21:24:59 +03:00
Andrei Prykhodko c6450e49ce PINK: pass string by reference in SequenceActorState ctor 2020-06-04 21:22:16 +03:00
Andrei Prykhodko 0d18e0757f PINK: JANITORIAL: fixed typo 2020-06-04 21:09:01 +03:00
Andrei Prykhodko cedf844ae4 PINK: JANITORIAL: fixed typo 2020-06-04 21:06:23 +03:00
Andrei Prykhodko 632a181a81 PINK: removed unused method 2020-06-04 20:57:13 +03:00
Andrei Prykhodko df0e8a9490 PINK: JANITORIAL: formatting fixes 2020-06-04 20:53:30 +03:00
Andrei Prykhodko bb4fb9b751 PINK: JANITORIAL: fixed names 2020-06-04 20:51:41 +03:00
Andrei Prykhodko 0f63c49cf6 PINK: marked point arguments as non-const 2020-06-04 20:51:11 +03:00
Andrei Prykhodko a0cdc82694 PINK: fixed right button click when playing pub minigame 2020-06-04 15:14:27 +03:00
BLooperZ f8e2cc0f0f PINK: draw hebrew characters on pages 2020-05-12 14:36:09 +02:00
BLooperZ abeb33fb71 PINK: use RTL menu in hebrew version 2020-05-12 14:36:09 +02:00
mataniko 581a6ec7d6 JANITORIAL: Rename kSupportsRTL to kSupportsReturnToLauncher 2020-05-12 10:36:38 +02:00
mataniko 06242a712b JANITORIAL: Rename EVENT_RTL
Now that ScummVM is adding RTL support, the EVENT_RTL should be disambigious that it is for returning to launcher
2020-05-12 10:36:38 +02:00
Henrik "Henke37" Andersson 8079dc8d72 MACGUI, PINK: Rename setEnginePauseCallback to setEngine 2020-05-10 23:39:31 +02:00
Henrik "Henke37" Andersson 3edcc22c78 PINK: Use new MACGUI interface 2020-05-10 23:39:31 +02:00
Andrei Prykhodko 0f96d7b776 PINK: fixed pausing when menu bar disappears 2020-05-08 18:31:08 +02:00
Cameron Cawley 4b540a0042 PINK: Remove direct use of OSystem cursor functions 2020-05-05 00:21:34 +02:00
Eugene Sandulenko 7e3d9e733b PINK: Remove redundant flag 2020-04-23 22:06:20 +02:00
Eugene Sandulenko 2d0ba5f544 DIRECTOR: Specify manual windget draw 2020-04-22 01:04:46 +02:00
Max Horn 08b4639cbb ALL: fix a bunch of const warnings
Also while add it, constify some code
2020-04-17 22:41:11 +01:00
Eugene Sandulenko ee557c8712 PINK: Use MacWindow::disableBorder() 2020-04-08 00:54:04 +02:00
Andrei Prykhodko bc0553951f PINK: fix crash when there isn't html files 2020-03-15 14:01:55 +02:00
Andrei Prykhodko 0479ed53fd PINK: JANITORIAL: formatting fix 2020-03-15 13:59:35 +02:00
Filippos Karapetis 5379162f79 PINK: Simplify the PDA country subjects code, and fix Egypt subjects 2020-03-03 02:03:38 +02:00
Filippos Karapetis d486799ea7 PINK: Simplify and fix PDAPage object creation
Avoid mixing objects on the stack and heap. This simplifies the code,
and fixes crashes when changing pages in the PDA
2020-02-29 02:21:42 +02:00
Filippos Karapetis d8350221f0 PINK: Clear actor actions after deleting them 2020-02-29 02:21:41 +02:00
Paul Gilbert 9f175c4053 ENGINES: Cleanup of savegame filenames generation
This removes filename methods when it matched the Engine method.
Secondly, ensuring there was an overriden getSaveStateName method
for engines that didn't do the standard target.00x save filenames
2020-02-16 15:44:28 -08:00
Paul Gilbert a00e44ba6c ENGINES: Merge saveGameState virtual methods into a single one 2020-02-16 15:44:28 -08:00
Paul Gilbert 4b09375739 PINK: Refactor to use Engine debugger 2020-02-16 13:07:19 +02:00
Henrik "Henke37" Andersson 9131701a93 PINK: Rename _item to _currentItem to make its use clearer. 2020-02-15 22:05:44 +01:00
Henrik "Henke37" Andersson 5b4616e8ef PINK: make LeadActor::isInteractingWith const 2020-02-15 22:05:44 +01:00