Commit graph

77692 commits

Author SHA1 Message Date
Paul Gilbert
c72d421659 XEEN: Fix setting up music, musPlayInstrument command 2016-09-15 21:25:06 -04:00
Paul Gilbert
b87318805f SHERLOCK: Add debugger command to alter game flags 2016-09-15 18:43:39 -04:00
Eugene Sandulenko
66b9de0cba DM: Fix compilation 2016-09-15 22:04:52 +02:00
Strangerke
cdc319e8c4 DM: Renaming of enums in gfx, some refactoring 2016-09-15 21:34:08 +02:00
Walter van Niftrik
6e8d69524e ADL: Add md5sum for hires4-atari disk side 1B 2016-09-15 21:29:17 +02:00
Eugene Sandulenko
0f955b40d7 FULLPIPE: Some renames in scene28 2016-09-15 15:51:34 +02:00
Eugene Sandulenko
1d6d11192e FULLPIPE: Fix navigation in scene28 2016-09-15 15:44:55 +02:00
Eugene Sandulenko
20cdb0182a FULLPIPE: Added debug info to scene28 2016-09-15 15:44:36 +02:00
lubomyr
bae1f67b65 ANDROIDSDL: Enabled mt32emu 2016-09-15 15:26:53 +02:00
Bastien Bouclet
7155f14310 CREATE_PROJECT: Use SDL_Net2 when building with SDL2 for cmake 2016-09-15 12:44:57 +02:00
Bastien Bouclet
4c7d3c1857 MOHAWK: Change the game ID for the making of Myst to lowercase
No target upgrade needed since it is not stored in the config file.
2016-09-15 12:44:57 +02:00
Ben Castricum
6bc8995749 I18N: Update dutch translation 2016-09-15 11:07:16 +02:00
Strangerke
cb2b1b17db DM: Some renaming and refactoring in Gfx 2016-09-15 07:36:40 +02:00
Paul Gilbert
2042133b44 XEEN: Added music playback interface methods 2016-09-14 23:04:28 -04:00
Paul Gilbert
a06d1b7efe XEEN: Implemented frequency shifting in music driver 2016-09-14 22:17:38 -04:00
Paul Gilbert
b93b8f8245 XEEN: Fleshing out music player 2016-09-14 20:53:35 -04:00
Paul Gilbert
87168baf32 TITANIC: Add missing CInputHandler destructor 2016-09-14 18:43:15 -04:00
Strangerke
1fa2519a12 DM: Add DoorButton enum, fix a bug in drawSquareD3C 2016-09-14 22:25:27 +02:00
Strangerke
535ded7e55 DM: Add DoorOrnament enum, some refactoring in drawDoorOrnament to make use of it 2016-09-14 21:59:39 +02:00
Eugene Sandulenko
58d302b641 FULLPIPE: Added debug mode to scene29 2016-09-14 21:44:47 +02:00
Strangerke
20a27fac63 DM: Add DoorState enum, make use of it 2016-09-14 21:27:09 +02:00
Eugene Sandulenko
028576cdc8 FULLPIPE: Added more debug tracing to scene29 2016-09-14 18:52:58 +02:00
Eugene Sandulenko
af286d86fa FULLPIPE: Remove now unused BallChain class 2016-09-14 10:58:36 +02:00
Eugene Sandulenko
ea4000088e FULLPIPE: Fixed decoding of extra wide pictures. (transporter scene29) 2016-09-14 10:51:28 +02:00
Lothar Serra Mari
ec4e97dc23 ALL: Add gmon.out to .gitignore 2016-09-14 09:23:24 +02:00
Lothar Serra Mari
d5d51cc1a4 NEWS/DE: Update NEUES; remove obsolete entries 2016-09-14 09:20:46 +02:00
Strangerke
c969647bc5 DM: Add an enum (ViewFloor), enforce its use, fix a bug in the case of kDMElementTypeDoorFront 2016-09-14 07:44:06 +02:00
Paul Gilbert
832c078dee SHERLOCK: RT: Improved handling for journal scrollbar 2016-09-13 20:11:15 -04:00
Thierry Crozat
2d651fd0f4 OPENGL: Fix dereferencing null pointer in OpenGLGraphicsManager
This fixes a crash when calling displayActivityIconOnOSD with a
NULL icon, which is used to remove the current activity icon.
2016-09-13 22:58:13 +01:00
Eugene Sandulenko
3b065a05f6 NEWS: Mentioned Amiga AmiUpdate feature. Sort ports alphabetically 2016-09-13 23:35:18 +02:00
Strangerke
a0e9dedfa1 DM: Rename enum values in EventMan 2016-09-13 23:00:03 +02:00
Bastien Bouclet
ee3bbbd394 NEWS: Remove Myst and Riven bug fixes
- Riven is not supported
- Myst is newly supported, bugfixes are not relevant
2016-09-13 22:32:50 +02:00
Eugene Sandulenko
c543fcb9b7 NEWS: Mention WinSparkle support 2016-09-13 22:28:53 +02:00
Eugene Sandulenko
2bc508cb75 NEWS: Remove WAGE from the news since the engine is not supported yet 2016-09-13 22:28:53 +02:00
Bastien Bouclet
2f41b9fcfd BACKENDS: Provide an empty implementation for displayActivityIconOnOSD in BaseBackend 2016-09-13 22:23:53 +02:00
Strangerke
9f324dff86 DM: Silence some GCC warnings 2016-09-13 22:08:01 +02:00
Eugene Sandulenko
2a9d29f067 Merge pull request #824 from bgK/osd
OSYSTEM: Allow drawing a background activity icon on the OSD
2016-09-13 22:15:32 +02:00
Bastien Bouclet
0802bbd8ee OSYSTEM: Remove the API allowing to draw to the OSD surface directly 2016-09-13 20:41:26 +02:00
Bastien Bouclet
9cbaad6140 SDL: Switch the OpenGL renderer to use small textures to draw the OSD 2016-09-13 20:41:26 +02:00
Bastien Bouclet
05bc82b622 SDL: Switch the surface renderer to use small surfaces for OSD drawing 2016-09-13 20:33:42 +02:00
Bastien Bouclet
4d68b93aba CLOUD: Switch to the new OSD API 2016-09-13 20:29:09 +02:00
Bastien Bouclet
521ba2cb8a OSYSTEM: Introduce a method allowing to draw a background activity icon 2016-09-13 20:25:13 +02:00
Eugene Sandulenko
8204a23032 FULLPIPE: Simplified Dib clipping code 2016-09-13 19:36:21 +02:00
Bastien Bouclet
cd803d7ca7 GUI: Fix a typo in the low resolution theme layouts
This caused a crash when opening to options dialog in low resolution.
2016-09-13 14:25:37 +02:00
Eugene Sandulenko
d059f3b7d6 FULLPIPE: Added more debug to scene29 2016-09-13 10:32:09 +02:00
Eugene Sandulenko
35c57ee8c2 FULLPIPE: Fix red ball handling in scene29 2016-09-13 10:21:02 +02:00
Eugene Sandulenko
aeba8ef917 FULLPIPE: Clarified ball variable names in scene29 2016-09-13 10:12:23 +02:00
Bastien Bouclet
6234b93813 SDL: Add a fixme regarding the encoding of the string returned by getTextFromClipboard 2016-09-13 09:21:51 +02:00
Bastien Bouclet
9e502bf9aa SDL: Plug a memory leak in OSystem_SDL::getTextFromClipboard 2016-09-13 09:19:53 +02:00
Bastien Bouclet
10fd5046c2 GUI: Regenerate the built-in theme 2016-09-13 07:58:00 +02:00