Commit Graph
86814 Commits
Author SHA1 Message Date
Eugene Sandulenko c2f5c48068 DINGUX: Fix OSD performance when OSD is not drawn 2016-09-03 21:30:04 +02:00
Eugene Sandulenko b8ee5322f4 JANITORIAL: Remove trailing whitespaces 2016-09-03 21:20:16 +02:00
Eugene Sandulenko 7910123446 SDL: Optimize OSD drawing 2016-09-03 21:20:02 +02:00
Eugene Sandulenko c4237a9303 GNAP: Added detection for alternative Russian version 2016-09-03 17:54:39 +02:00
Paul Gilbert be4ed6ea26 TITANIC: Cleanup of title engine class 2016-09-03 11:19:23 -04:00
Paul Gilbert 3d0f922f7b TITANIC: Further conversion of free flags to DisposeAfterUse 2016-09-03 10:49:03 -04:00
Paul Gilbert c224d35a43 TITANIC: Identified sound balance usage in the engine 2016-09-03 10:34:38 -04:00
Eugene Sandulenko 38cf75e885 PRINCE: Make Russian version of the game start.
Crashes right after the intro AVI.
2016-09-03 16:10:59 +02:00
Bendegúz Nagy 3191f2605b Merge branch 'dm' of https://github.com/WinterGrascph/scummvm into dm 2016-09-03 16:01:31 +02:00
Eugene Sandulenko 7255a53901 PRINCE: Added detection to Russian version of the game.
The engine requires a bit of work, as this version has all files
unpacked from the PTC archives.
2016-09-03 15:59:19 +02:00
Eugene Sandulenko b5eef9a36a PRINCE: Properly detect translated versions, and mark them via Game Feature 2016-09-03 15:59:19 +02:00
Paul Gilbert 7d0c83850c AUDIO: Whitespace fix in MP3 engine usage list 2016-09-03 09:58:50 -04:00
Bendegúz Nagy d0bae5b805 DM: Replace _vm->_system with g_system 2016-09-03 15:52:59 +02:00
Paul Gilbert 37178fab3c TITANIC: Add MAD to the dependencies list for the engine 2016-09-03 09:48:50 -04:00
Eugene Sandulenko cad834a69c JANITORIAL: Fix include statements 2016-09-03 15:19:37 +02:00
Strangerke fbe9c92ce1 DM: Fix the style used for some pointers and casts 2016-09-03 14:20:13 +02:00
Strangerke 9aa582e341 DM: Refactor string manipulation in drawPanelObject 2016-09-03 13:53:52 +02:00
Eugene Sandulenko 0239baeacb DISTS: Generate proper macventure.dat 2016-09-03 13:52:05 +02:00
Eugene Sandulenko d5152ae3d1 DISTS: Add placeholder for macventure.dat to make the buildbot happy 2016-09-03 13:30:41 +02:00
Strangerke 2fec2241e4 DM: More renaming and refactoring in InventoryMan 2016-09-03 13:13:50 +02:00
Eugene Sandulenko fab199d37e JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
Eugene Sandulenko 87eef75a26 MACVENTURE: Provide copyright notice for WebVenture by Sean Kasun, and fix GPL headers 2016-09-03 11:16:02 +02:00
Bendegúz Nagy d059a1cd4b DM: Use delayMillis(10) in mainLoop 2016-09-03 11:12:16 +02:00
Bendegúz Nagy 2e0fae6547 DM: Fix copyright issues 2016-09-03 10:56:30 +02:00
Eugene Sandulenko 09e711a255 MACVENTURE: Fix warning 2016-09-03 10:55:03 +02:00
Bendegúz Nagy cb8fca46c5 DM: Fix include headers
Add DM_ prefix
Add missing include guards
2016-09-03 10:47:16 +02:00
Ori Avtalion 70ff8d6232 SCUMM HE: Constify string parameter 2016-09-03 11:45:43 +03:00
Eugene Sandulenko 9d4d4f6803 Merge pull request #807 from blorente/macventure-clean
MACVENTURE: Add MacVenture engine.
2016-09-03 10:41:31 +02:00
Bendegúz Nagy cd3b485952 DM: Clean up includes
Swap <> to "" with scummvm files
Add dm/ prefix to dm files
Reorder includes to system files, dm files
2016-09-03 10:38:43 +02:00
Eugene Sandulenko e93b52416f LINUXMOTO: Adapt to OSD changes 2016-09-03 10:18:47 +02:00
Eugene Sandulenko 58096d909f GPH: Fix formatting 2016-09-03 10:18:47 +02:00
Eugene Sandulenko 2fa97f20e8 DINGUX: Adapt to new OSD changes 2016-09-03 10:18:47 +02:00
Bastien Bouclet cda41d2fb4 CREATE_PROJECT: Add CURL and SDL_net to the list of libraries for cmake generation 2016-09-03 07:58:35 +02:00
Bastien Bouclet 25bf68c39a BACKENDS: Remove extra line returns in warnings 2016-09-03 07:14:16 +02:00
Bastien Bouclet cd86de0dc2 BUILD: Fix linking the PS3 build with SDL_Net 2016-09-03 07:14:16 +02:00
Paul Gilbert 4d11f2fbf0 AUDIO: Add Titanic to list of engines using MP3 decoder 2016-09-02 23:56:44 -04:00
Paul Gilbert d7e52b4b50 AUDIO: Disable MP3 decoding in Wave files if MAD dependency is disabled 2016-09-02 23:54:55 -04:00
Paul Gilbert d971dbea40 TITANIC: Fix and cleanup for sound freeing 2016-09-02 23:40:25 -04:00
Paul Gilbert 375fb60ff8 TITANIC: Cleanup of True Talk classes 2016-09-02 23:00:17 -04:00
Paul Gilbert 9e437d46a8 TITANIC: Cleanup of CPetInventory, removal of unused fields 2016-09-02 22:44:34 -04:00
Paul Gilbert e2c68e0a7d TITANIC: Cleanup of CPlugIn 2016-09-02 22:34:10 -04:00
Paul Gilbert 86a139dc02 TITANIC: Cleanup of CCarryParrot 2016-09-02 22:27:39 -04:00
Paul Gilbert a9beca1e38 TITANIC: Cleanup of CPetText class 2016-09-02 22:07:54 -04:00
Paul Gilbert 417cc51bcb AUDIO: Add support for MP3 encoded data in WAVE files
This is needed for playback of Starship Titanic speech data
2016-09-02 21:32:32 -04:00
Paul Gilbert 6e5072e1b2 TITANIC: Figured out sound durations for speeches & SFX 2016-09-02 20:10:48 -04:00
Paul Gilbert a4d577beff TITANIC: Add kSimpleSavesNames to features list 2016-09-02 18:56:30 -04:00
Paul Gilbert b6e3c18898 TITANIC: Fix cahce scan in CDialogueFile::addToCache 2016-09-02 18:56:03 -04:00
Paul Gilbert b1105a6686 TITANIC: Fixes to building NPC response chain 2016-09-02 18:17:00 -04:00
Eugene Sandulenko 6f9583a3b6 DINGUX: Disable sdl_net and cloud due to the outdated toolchain 2016-09-03 00:12:43 +02:00
Eugene Sandulenko 2d39f75b7d GPH: Attempt to fix OSD 2016-09-02 23:57:13 +02:00