Commit Graph

52459 Commits

Author SHA1 Message Date
Einar Johan Trøan Sømåen
9c0aff9d8b WINTERMUTE: Remove SXStore from module.mk 2012-07-19 17:18:56 +02:00
Einar Johan Trøan Sømåen
49bac1ab4a WINTERMUTE: Use correct case for Rect32.h includes. 2012-07-19 17:06:45 +02:00
Einar Johan Trøan Sømåen
c61ffeac76 WINTERMUTE: Move a few noisy warnings over to debug-channels. 2012-07-18 19:38:19 +02:00
Einar Johan Trøan Sømåen
b02711c4cb WINTERMUTE: Use saveFileMan for removing saveFiles. 2012-07-18 19:30:24 +02:00
Einar Johan Trøan Sømåen
28794036ed WINTERMUTE: Make savegames use targetName as prefix. 2012-07-18 19:25:27 +02:00
Einar Johan Trøan Sømåen
b42dae6a30 WINTERMUTE: Remove some useless spaces. 2012-07-18 18:41:58 +02:00
Einar Johan Trøan Sømåen
018d8a068f WINTERMUTE: Rename the variables in BGame::LastClickInfo 2012-07-18 18:34:45 +02:00
Einar Johan Trøan Sømåen
136ae9857f WINTERMUTE: Rename ERRORCODE (formerly HRESULT) to bool 2012-07-18 18:31:56 +02:00
Einar Johan Trøan Sømåen
95c0efb937 WINTERMUTE: Rename _dEBUG_ -> _debug 2012-07-18 18:28:38 +02:00
Einar Johan Trøan Sømåen
301af17d4c WINTERMUTE: Rename the Game-variable to _gameRef/gameRef 2012-07-18 18:25:09 +02:00
Einar Johan Trøan Sømåen
23c9bff226 WINTERMUTE: Add detection for Reversion, Dead City and East Side Story (demo) 2012-07-18 17:57:05 +02:00
Einar Johan Trøan Sømåen
88e2285149 WINTERMUTE: Disable dirty rects for now. 2012-07-18 17:00:39 +02:00
Einar Johan Trøan Sømåen
33994420c1 WINTERMUTE: Add detection for The Box 2012-07-18 17:00:22 +02:00
Einar Johan Trøan Sømåen
1973d745af WINTERMUTE: Add detection for Hamlet or the last game without MMORPS features, shaders and product placement 2012-07-18 16:43:11 +02:00
Einar Johan Trøan Sømåen
bcb32c4e1f WINTERMUTE: Make Image-decoder-selection case-insensitive 2012-07-18 16:42:52 +02:00
Einar Johan Trøan Sømåen
6d43745e36 WINTERMUTE: Alphabetize detection-tables. 2012-07-18 16:31:02 +02:00
Einar Johan Trøan Sømåen
701def717f WINTERMUTE: Add detection for Actual Destination, Mirage and Ghost in the Sheet-demo 2012-07-18 16:28:16 +02:00
Einar Johan Trøan Sømåen
19720786a0 WINTERMUTE: Use proper gameids in detection. 2012-07-18 16:15:31 +02:00
Einar Johan Trøan Sømåen
2cac6deb94 WINTERMUTE: Select PixelFormat for BFonTT depending on if we actually have a TTF, or a fallback. 2012-07-18 13:01:17 +02:00
Einar Johan Trøan Sømåen
9a37c9805f WINTERMUTE: Decrement the following tickets when removing an unused ticket. 2012-07-18 13:00:43 +02:00
Einar Johan Trøan Sømåen
764b7edee4 WINTERMUTE: Put some useable data in the BMP-headers used in saves, so the code can double as debug-dumps for graphics. 2012-07-18 12:48:37 +02:00
Einar Johan Trøan Sømåen
8d375f054f WINTERMUTE: Fix a VarName->varName in BFileManager 2012-07-17 23:40:30 +02:00
Einar Johan Trøan Sømåen
90024a502a WINTERMUTE: Remove TSeek enum 2012-07-17 23:20:52 +02:00
Einar Johan Trøan Sømåen
642714dc19 WINTERMUTE: Remove/comment out all ifdef __IPHONE occurences 2012-07-17 23:20:51 +02:00
Einar Johan Trøan Sømåen
10c4aa8cec WINTERMUTE: Remove SXStore, since it's only usefull on iOS. 2012-07-17 23:20:47 +02:00
Einar Johan Trøan Sømåen
0e9d92a7af WINTERMUTE: Atleast stub SXFile to avoid using FORBIDDEN_SYMBOL_EXCEPTIONs. 2012-07-17 22:49:30 +02:00
Einar Johan Trøan Sømåen
ad58ccc7bb WINTERMUTE: Fix a few warnings from the past 2 commits. 2012-07-17 18:52:52 +02:00
Einar Johan Trøan Sømåen
841db8da82 WINTERMUTE: Remove old unused function from BFileManager 2012-07-17 18:48:21 +02:00
Einar Johan Trøan Sømåen
e8ad0f3b23 WINTERMUTE: Revamp the sound-system, adding WAV-support and following the ScummVM-volume settings. 2012-07-17 18:42:30 +02:00
Einar Johan Trøan Sømåen
6763834381 WINTERMUTE: Put in the VKEYs necessary to complete the white chamber. 2012-07-17 17:19:58 +02:00
Einar Johan Trøan Sømåen
9bc7fa7376 WINTERMUTE: Fix a regression with sprite-mirroring. 2012-07-16 23:30:40 +02:00
Einar Johan Trøan Sømåen
2aa6fa4d58 WINTERMUTE: Fix a few issues with the renderTicket-solution, and enable it by default. 2012-07-16 22:16:56 +02:00
Einar Johan Trøan Sømåen
b5de9967ed WINTERMUTE: Default to 1x Scaler 2012-07-16 17:06:11 +02:00
Einar Johan Trøan Sømåen
9c55f4e42e WINTERMUTE: Make dirty-rect code do partial screen-updates instead of a single full-rect update. 2012-07-16 16:59:32 +02:00
Einar Johan Trøan Sømåen
e12bfeef75 WINTERMUTE: Readd const to transparentSurface-shifts, and remove branches for mask-less blit. 2012-07-16 13:57:43 +02:00
Einar Johan Trøan Sømåen
e8d3f0b020 WINTERMUTE: Use 32bpp surfaces for drawing TTF-fonts. 2012-07-16 13:56:18 +02:00
Einar Johan Trøan Sømåen
2c70a0054d WINTERMUTE: Add detection for J.U.L.I.A. 2012-07-10 02:54:52 +02:00
Einar Johan Trøan Sømåen
bd3b22b14b WINTERMUTE: Move font & particle emitter-related code to it's own subfolder 2012-07-09 13:45:03 +02:00
Einar Johan Trøan Sømåen
370c458efd WINTERMUTE: Rename a few missed VarName->varNames in AdInventoryBox 2012-07-09 12:29:00 +02:00
Einar Johan Trøan Sømåen
07cebdbf2b WINTERMUTE: Change usage of Common::Rect to our own 32-bit variant. 2012-07-09 12:27:06 +02:00
Einar Johan Trøan Sømåen
2959065e49 WINTERMUTE: Reduce the includes and visibility in BGame a bit. 2012-07-09 09:45:56 +02:00
Einar Johan Trøan Sømåen
3809d9a9ea WINTERMUTE: Use correct logic in drawFromTicket 2012-07-09 05:36:53 +02:00
Einar Johan Trøan Sømåen
ca90ddf497 WINTERMUTE: Clean out some commented code in BSurfaceSDL 2012-07-09 05:31:20 +02:00
Einar Johan Trøan Sømåen
acc2a95aca WINTERMUTE: Delay Image-load until the data is needed. 2012-07-09 05:27:50 +02:00
Einar Johan Trøan Sømåen
f147d0409d WINTERMUTE: Rename a few missed VarNames -> varNames in BFileManager 2012-07-09 04:56:27 +02:00
Einar Johan Trøan Sømåen
0a43bba003 WINTERMUTE: Rename FuncName->funcName in coll_templ.h 2012-07-09 04:50:38 +02:00
Einar Johan Trøan Sømåen
0ef77c57b6 WINTERMUTE: Rename VarName->varName in WinterMute::Utils 2012-07-09 04:36:25 +02:00
Einar Johan Trøan Sømåen
99ed2b2ae1 WINTERMUTE: Remove the rest of the WIN32-specifics 2012-07-09 04:21:48 +02:00
Einar Johan Trøan Sømåen
01d6ff2121 WINTERMUTE: Cleanup and simplify StringUtil a bit. 2012-07-09 04:17:28 +02:00
Einar Johan Trøan Sømåen
7c984d24a8 WINTERMUTE: Change RECT -> Common::Rect and POINT-> Common::Point, completing the removal of Windows-specifics in wintypes.h 2012-07-09 04:09:15 +02:00