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 |
|
Strangerke
|
935df3b397
|
DM: Enforce the use of Cell enum, some renaming
|
2016-09-12 21:56:49 +02:00 |
|
Strangerke
|
ce6d3fed8f
|
DM: Use SensorEffect in two functions
|
2016-09-12 21:48:16 +02:00 |
|
Strangerke
|
5e9363b6d9
|
DM: Make use of Common::String in menusPrintSpellFailureMessage
|
2016-09-12 21:20:45 +02:00 |
|
Strangerke
|
db3ba8ecc0
|
DM: Avoid null pointer dereferencing in unlinkThingFromList
|
2016-09-12 21:19:52 +02:00 |
|
Strangerke
|
2aada126a2
|
DM: Fix potential divide by zero
|
2016-09-12 20:58:21 +02:00 |
|
Strangerke
|
3be1c24af8
|
DM: Fix a couple of string manipulations into fix-sized buffer
|
2016-09-12 20:52:04 +02:00 |
|
Strangerke
|
c4e362bf04
|
DM: Rename leftover variable
|
2016-09-12 20:50:40 +02:00 |
|
Eugene Sandulenko
|
8cced5766f
|
FULLPIPE: Initial conversion of BallChain to Array in scene29
|
2016-09-12 16:00:09 +02:00 |
|
Bendegúz Nagy
|
06d6e118eb
|
DM: Add partial fix to drawing explosions
|
2016-09-12 15:49:25 +02:00 |
|
Strangerke
|
3b3572a110
|
DM: More renaming in DungeonMan
|
2016-09-12 00:07:00 +02:00 |
|
Eugene Sandulenko
|
be12f7a835
|
DM: Fix another variable shadowing.
NOTE: This affects the logic flow, so needs to be checked against original
|
2016-09-11 23:32:40 +02:00 |
|
Eugene Sandulenko
|
a48d15c758
|
DM: Fix variable shadowing warning
|
2016-09-11 23:32:40 +02:00 |
|
Eugene Sandulenko
|
c673c5654b
|
DM: Fix comparison warnings
|
2016-09-11 23:32:40 +02:00 |
|
Eugene Sandulenko
|
efe44f1eb0
|
DM: Fix warning
|
2016-09-11 23:32:40 +02:00 |
|
Eugene Sandulenko
|
802ec48a3d
|
DM: Fix variable clash
|
2016-09-11 23:32:40 +02:00 |
|
Eugene Sandulenko
|
426c3eb0d8
|
DM: Fix warning
|
2016-09-11 23:32:40 +02:00 |
|
Eugene Sandulenko
|
3db12da516
|
JANITORIAL: Remove extra whitespaces
|
2016-09-11 23:32:40 +02:00 |
|
Eugene Sandulenko
|
6172be6ef0
|
DM: Fix logical error with local variables
|
2016-09-11 23:32:40 +02:00 |
|
Paul Gilbert
|
e4bcb910b0
|
DEVTOOLS: Added extraction of German bitmap resources to create_titanic
|
2016-09-11 17:18:57 -04:00 |
|
Eugene Sandulenko
|
b9b81a22c2
|
FULLPIPE: Make sound controls work and persistent
|
2016-09-11 23:18:25 +02:00 |
|
Eugene Sandulenko
|
0046cefd4e
|
FULLPIPE: Fix crash on mute
|
2016-09-11 23:18:25 +02:00 |
|
Strangerke
|
040d71bca5
|
DM: Rename more constants
|
2016-09-11 23:06:29 +02:00 |
|
Paul Gilbert
|
7d9526f888
|
TITANIC: Simplify German version checks
|
2016-09-11 16:53:44 -04:00 |
|