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 |
|
Strangerke
|
f9d28464ea
|
DM: Get rif od SquareType, rename SquareMask
|
2016-09-13 07:47:47 +02:00 |
|
Paul Gilbert
|
2c10535668
|
XEEN: Implement Music update method
|
2016-09-12 22:34:59 -04:00 |
|
Paul Gilbert
|
575daf32e2
|
XEEN: Extra Adlib initialization during Music creation
|
2016-09-12 21:37:52 -04:00 |
|
Paul Gilbert
|
dd06b6fd7a
|
XEEN: Implement Music playEffect method
|
2016-09-12 21:02:28 -04:00 |
|
Paul Gilbert
|
48235c9055
|
XEEN: Beginnings of Music class
|
2016-09-12 20:10:37 -04:00 |
|
Strangerke
|
ed9b883543
|
DM: more renaming in DungeonMan
|
2016-09-12 22:46:38 +02:00 |
|
Strangerke
|
edf6e4f2d9
|
DM: Enforce the use of SoundMode
|
2016-09-12 22:37:54 +02:00 |
|
Strangerke
|
4e28542029
|
DM: Rename some enums in DungeonMan
|
2016-09-12 22:37:51 +02:00 |
|
Strangerke
|
668142e905
|
DM: Change the declaration of addEvent
|
2016-09-12 22:37:48 +02:00 |
|
Eugene Sandulenko
|
ad2231a00a
|
FULLPIPE: Fix bal shooting logic in scene29
|
2016-09-12 22:06:47 +02:00 |
|