Paul Gilbert
1c3e7fb4e9
COMMON: Change Rect and Point to have int32 fields
2021-07-04 18:24:26 -07:00
sluicebox
8e1d90f8e4
ALL: Remove clearAllDebugChannels() from Engine dtors
2021-06-14 12:42:38 -05:00
Eugene Sandulenko
704afa6d95
WAGE: Add clarifying comment on border extraction
2021-05-26 12:04:05 +02:00
Eugene Sandulenko
bd8233c3a7
WAGE: Move border files to engine directory.
...
Since now they're built-in, there is no create_wage utility be ever needed
2021-05-26 12:01:40 +02:00
Eugene Sandulenko
51c83d4e50
WAGE: Build-in borders instead of relying on external files
2021-05-26 12:01:02 +02:00
ysj1173886760
587772625e
WAGE: set the offsets for new logic of macgui
2021-04-25 02:24:15 +02:00
ysj1173886760
a2f48f5343
WAGE: fix the code which may occur bug
2021-04-25 02:24:15 +02:00
Eugene Sandulenko
5e7fe2dc57
JANITORIAL: Replace spaces in indentation with tabs
2021-04-15 21:20:36 +02:00
ysj1173886760
3b47e56155
GRAPHICS: MACGUI: clean the codes
2021-04-12 14:04:25 +02:00
ysj1173886760
3b53a4f2f7
GRAPHICS: MACGUI: move titlePos into BorderOffsets
2021-04-12 14:04:25 +02:00
ysj1173886760
7f47b9f6c0
GRAPHICS: MACGUI: move border stuff into macwindowborder
2021-04-12 14:04:25 +02:00
ysj1173886760
7ea12368cf
WAGE: set scrollbar of consoleWindow true, to suit for new logic in macgui
2021-04-12 14:04:25 +02:00
ysj1173886760
6d7e794ed3
GRAPHICS: MACGUI: Add flag to indicate the border type, move drawTitle and drawScrollBar into macwindowborder
2021-04-12 14:04:25 +02:00
ysj1173886760
307147c565
GRAPHICS: MACGUI: use titlePos to calc titleIndex, change the titleWidth in 9-patch when title is changed
2021-04-12 14:04:25 +02:00
ysj1173886760
1f3f8f55a8
WAGE: add title to wage border
2021-04-12 14:04:25 +02:00
ysj1173886760
95230f6b9b
WAGE: modify the offset of drawing the design
2021-04-01 16:08:56 +02:00
ysj1173886760
37b4ca2ed6
WAGE: remove the subtraction used to calc relative coordinate, which was calc by MacGUI
2021-04-01 16:08:56 +02:00
ysj1173886760
383fbedded
WAGE: change _wm to pointer
2021-03-27 13:05:31 +01:00
ysj1173886760
50ce3224a9
WAGE: change the offset and padding when drawing design
2021-03-27 13:05:31 +01:00
ysj1173886760
6879058018
WAGE: Disable ScummVM wallpaper in MacWindowManager
2021-03-27 13:05:31 +01:00
Henrik "Henke37" Andersson
35ee057e0d
WAGE: Use getValOrDefault
2021-02-12 00:41:23 +01:00
Cameron Cawley
4ced49acd4
ENGINES: Changed AdvancedMetaEngine::createInstance to return a Common::Error
2020-12-04 20:57:14 +00:00
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
46f1ba1f1f
WAGE: Split detection features & adapt to new plugins.
2020-10-03 14:56:36 +02:00
aryanrawlani28
e22b32abfe
GUI: U32: Use Common::U32String::format where necessary and GUIError to u32
...
- Where necessary as in, where translated messages are used.
- GUIErrorMessage now takes in U32String
- error messages across some engines use U32Strings. they are changed because they show a message dialog.
2020-08-30 14:43:41 +02:00
djsrv
a9346eea42
GRAPHICS: MACGUI: Improve grays naming
2020-08-07 18:55:17 -04:00
mataniko
581a6ec7d6
JANITORIAL: Rename kSupportsRTL to kSupportsReturnToLauncher
2020-05-12 10:36:38 +02:00
Eugene Sandulenko
6fdd705659
WAGE: Better event handling in sound
2020-04-30 14:22:21 +02:00
Eugene Sandulenko
267c78a40c
WAGE: Plug memory leaks
2020-04-30 14:21:14 +02:00
Eugene Sandulenko
06fc491663
GRAPHOCS: MACGUI: Renamed MacWindow::getSurface() to getWindowSurface()
2020-04-14 00:27:49 +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
813226095a
WAGE: Refactor to use Engine debugger
2020-02-16 13:07:19 +02:00
Bastien Bouclet
6ebf1aa6d1
WAGE: Add override keywords
2020-02-09 12:55:00 +01:00
Eugene Sandulenko
9fe1fa41c7
WAGE: Added override keywords
2020-02-06 23:46:47 +01:00
Paul Gilbert
5b80320525
ENGINES: Adding override keyword to hasFeature methods
2020-02-04 20:04:11 -08:00
Bastien Bouclet
9c8bd056d6
ENGINES: Stop using 'single id'
2019-11-03 11:43:00 +01:00
Bastien Bouclet
4b42112721
ENGINES: Add an engine ID to all the engines
2019-11-03 11:43:00 +01:00
Tarek Soliman
4cc15770e3
WAGE: Mark all detection entries as ADGF_UNSTABLE
2019-10-23 11:50:35 -05:00
D G Turner
fe3eae346e
WAGE: Fix Missing Default Switch Cases
...
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-23 03:31:46 +01:00
Eugene Sandulenko
419cb1e7c7
GRAPHICS: MACGUI: Switched MacText to U32String internally
2019-10-18 17:20:27 +02:00
Eugene Sandulenko
35773e76b9
GRAPHICS: MACGUI: Unify MacMenuItem and MacMenuSubItem
2019-10-04 15:54:48 +02:00
Eugene Sandulenko
3c0d84b0b2
WAGE: Use better border for the scene window
2019-09-30 23:54:00 +02:00
Eugene Sandulenko
1bca947874
WAGE: Use 9-patch borders also for the console
2019-09-30 00:25:54 +02:00
Eugene Sandulenko
643dccbf67
WAGE: Specify window border padding in 9-patch images
2019-09-29 23:26:05 +02:00
Eugene Sandulenko
6c36f4b550
WAGE: Reenabled 9-patch border drawing and added default border images
2019-09-28 01:29:35 +02:00