176 Commits

Author SHA1 Message Date
Einar Johan Trøan Sømåen
7bbd26c9a8 WINTERMUTE: Fix a memory-leak in the thumb-nail loading. 2012-12-13 23:27:38 +01:00
Einar Johan Trøan Sømåen
d6ec8c1947 WINTERMUTE: Split renderTicket into a separate file. 2012-12-13 23:24:37 +01:00
Einar Johan Trøan Sømåen
61f387190c WINTERMUTE: Avoid unneccessary alpha-blits when using dirty-rects. 2012-12-13 22:17:36 +01:00
Einar Johan Trøan Sømåen
18a10a7744 WINTERMUTE: Scale thumbs to kThumbNailWidth/kThumbNailHeight 2012-12-13 21:35:37 +01:00
Einar Johan Trøan Sømåen
7319ccd84f WINTERMUTE: Implement simple sprite-batching to speed up tileImage-drawing. 2012-12-13 21:08:12 +01:00
Einar Johan Trøan Sømåen
9f9b6e2af8 WINTERMUTE: Further optimize drawTicket-checking. 2012-12-13 20:55:49 +01:00
Einar Johan Trøan Sømåen
e30271e6f6 WINTERMUTE: Correct the char-code check in BaseKeyboardState 2012-12-13 20:40:40 +01:00
Einar Johan Trøan Sømåen
c785a2bca6 WINTERMUTE: Check renderTicket-owner before anything else. 2012-12-13 20:34:45 +01:00
Einar Johan Trøan Sømåen
aebdeb183f WINTERMUTE: Use ascii for detecting printable-characters instead of Keycode. 2012-12-13 20:12:08 +01:00
Matthew Hoops
00e5169991 WINTERMUTE: Fix a gcc warning 2012-12-09 21:58:39 -05:00
Einar Johan Trøan Sømåen
4985a89b36 WINTERMUTE: Mark savedGameExt and localSaveDir for eventual removal. 2012-12-09 16:53:33 +01:00
Einar Johan Trøan Sømåen
6a0f72bee0 WINTERMUTE: Remove unused include in BaseGame 2012-12-09 16:50:12 +01:00
Einar Johan Trøan Sømåen
9bd16b80c9 WINTERMUTE: Remove code moved in previous commit. 2012-12-09 16:45:20 +01:00
Einar Johan Trøan Sømåen
6bde2926c1 WINTERMUTE: Move "GetSoundLength" to BaseGameMusic 2012-12-09 16:41:18 +01:00
Einar Johan Trøan Sømåen
115e60e7cb WINTERMUTE: Split out the music-related functionality of BaseGame to a separate class. 2012-12-09 16:31:47 +01:00
Einar Johan Trøan Sømåen
83ecd85e78 WINTERMUTE: Only warn about drawLine once. 2012-12-09 12:54:52 +01:00
Einar Johan Trøan Sømåen
8d866683d9 WINTERMUTE: Fix the rest of the Common:sort comparators. 2012-12-09 11:08:04 +01:00
Einar Johan Trøan Sømåen
517980d43e WINTERMUTE: Use uint32 to fix warning in drawTickets() 2012-12-09 01:04:12 +01:00
Einar Johan Trøan Sømåen
e489b69324 WINTERMUTE: Fix Object-sorting in scenes. 2012-12-09 01:03:36 +01:00
Einar Johan Trøan Sømåen
997386d15c WINTERMUTE: Enable dirty rects by default. 2012-12-03 11:33:11 +01:00
Einar Johan Trøan Sømåen
53512b0841 WINTERMUTE: Const-ify member-functions that obviously should be const. 2012-12-03 10:42:58 +01:00
Einar Johan Trøan Sømåen
7071acfa47 WINTERMUTE: Privatize members in BaseKeyboardState 2012-12-03 10:17:39 +01:00
Einar Johan Trøan Sømåen
ea024cd203 WINTERMUTE: Avoid including script_ext_math.h in base_game.cpp 2012-12-02 20:46:26 +01:00
Einar Johan Trøan Sømåen
d54df32483 WINTERMUTE: Fix a warning from buildbot. 2012-12-02 08:38:20 +01:00
Einar Johan Trøan Sømåen
1ac6936a75 WINTERMUTE: Correct wrong logic in last commit. 2012-12-02 08:34:55 +01:00
Einar Johan Trøan Sømåen
2c1eb9d0f5 WINTERMUTE: Make dirty rect-rendering available in config-file. 2012-12-02 08:29:48 +01:00
Einar Johan Trøan Sømåen
ecb88fe342 WINTERMUTE: Fix a warning. 2012-12-02 08:00:04 +01:00
Einar Johan Trøan Sømåen
9d42b57c36 WINTERMUTE: Draw invalid tickets too (as they must have become invalid AFTER their draw-call) 2012-12-02 07:59:35 +01:00
Einar Johan Trøan Sømåen
72b198b752 WINTERMUTE: Reset renderTicket-system on SaveGame-load 2012-12-02 07:55:59 +01:00
Einar Johan Trøan Sømåen
c00ee9d801 WINTERMUTE: Reset _wantsDraw when no part of the screen is dirty. 2012-12-02 07:54:51 +01:00
Einar Johan Trøan Sømåen
4efd40e41e WINTERMUTE: Make the TTF-cache actually use LRU. 2012-12-02 07:25:12 +01:00
Einar Johan Trøan Sømåen
228785eda2 WINTERMUTE: Convert ' correctly from CP1252 2012-10-23 03:05:17 +02:00
Einar Johan Trøan Sømåen
4ba8819582 WINTERMUTE: Avoid using __DATE__ and __TIME__ in-engine 2012-10-22 23:01:00 +02:00
Einar Johan Trøan Sømåen
afc21941e3 WINTERMUTE: Make scGetProperty use Common::String& instead of const char* 2012-09-29 00:47:12 +02:00
Einar Johan Trøan Sømåen
67a7f5b306 WINTERMUTE: Privatize variables in BaseQuickMsg 2012-09-28 23:57:42 +02:00
Einar Johan Trøan Sømåen
03e7bffc77 WINTERMUTE: Privatize variables in BaseRegion and BaseSubFrame 2012-09-28 23:55:41 +02:00
Einar Johan Trøan Sømåen
b31d6212ff WINTERMUTE: Privatize variables in BaseFrame and BaseSprite 2012-09-28 23:43:43 +02:00
Einar Johan Trøan Sømåen
f6d7d05343 WINTERMUTE: Privatize variables in BaseFader 2012-09-28 23:43:35 +02:00
Einar Johan Trøan Sømåen
ee4a92cce5 WINTERMUTE: Privatise member-variables in BaseDynamicBuffer 2012-09-28 15:42:08 +02:00
Johannes Schickel
89abab97e3 JANITORIAL: Remove trailing whitespaces.
Powered by:
git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
2012-09-26 04:17:55 +02:00
Willem Jan Palenstijn
edeedc3cc5 WINTERMUTE: Fix leak 2012-09-24 19:25:31 +02:00
Einar Johan Trøan Sømåen
b1ec9280fd WINTERMUTE: Disable aspect-ratio correction for now. 2012-09-15 18:05:18 +02:00
Einar Johan Trøan Sømåen
f33884b020 WINTERMUTE: Remove a few more unused includes. 2012-09-11 03:40:56 +02:00
Einar Johan Trøan Sømåen
8c864170a4 WINTERMUTE: Remove unneccessary includes of base_file.h 2012-09-11 03:11:02 +02:00
Einar Johan Trøan Sømåen
2a6e551695 WINTERMUTE: Only include base_renderer.h where needed 2012-09-11 02:51:33 +02:00
Willem Jan Palenstijn
b4090ead4d WINTERMUTE: Convert CRLF to LF 2012-09-04 22:17:23 +02:00
Johannes Schickel
df80820184 Revert "WINTERMUTE: Fix compilation when vorbis isn't available"
This reverts commit 4cfd906cec08fec8c27f33c1a54651271a4fb104.

We now have vorbis as a hard requirement for Wintermute. Also somaen said this
commit causes issues, so we agreed on reverting this hack.
2012-09-04 20:38:22 +02:00
Johannes Schickel
a8518eebe6 Revert "WINTERMUTE: Remove extra semicolon."
This reverts commit 9989a4f3daba891326810d7ae620cd75d97521f1.
Note: Don't blind fix warnings of broken builds.

Conflicts:
	engines/wintermute/base/base_keyboard_state.cpp
2012-09-04 19:51:33 +02:00
Johannes Schickel
e8f2742cc7 WINTERMUTE: Replace VKeyCodes constant names.
This is a purely cosmetical change, which should help compilation on systems,
which use VK_* for internal constants. This should help compilation for WinCE.
2012-09-04 19:43:15 +02:00
Johannes Schickel
9989a4f3da WINTERMUTE: Remove extra semicolon. 2012-09-04 19:41:58 +02:00