564 Commits

Author SHA1 Message Date
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
4aa1c63eb1 WINTERMUTE: Add a hack to allow videos to loop 2012-10-23 02:34:27 +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
Torbjörn Andersson
f437e1df32 WINTERMUTE: Remove unnecessary semicolons. 2012-09-24 00:11:49 +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
ef021656b8 WINTERMUTE: Alphabetize the includes in Ad/ 2012-09-11 03:03:17 +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
Einar Johan Trøan Sømåen
74d521485f WINTERMUTE: Remove engine-specific README 2012-09-07 01:56:28 +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
Filippos Karapetis
4cfd906cec WINTERMUTE: Fix compilation when vorbis isn't available 2012-09-04 20:27:19 +03:00
Filippos Karapetis
00ad58c29b WINTERMUTE: Fix a warning with MSVC 2012-09-04 20:10:30 +03:00
Einar Johan Trøan Sømåen
7b17d8060d WINTERMUTE: Fix various comments. 2012-09-01 14:04:23 +02:00
Einar Johan Trøan Sømåen
4a6c031e31 WINTERMUTE: Fix a regression from the getSize()->size() change. 2012-08-31 21:50:12 +02:00
Einar Johan Trøan Sømåen
e067520bb9 WINTERMUTE: Use tabs in enums 2012-08-31 21:03:29 +02:00
Einar Johan Trøan Sømåen
59b1bbfa15 WINTERMUTE: Even more fixes to header-guards. 2012-08-31 20:52:23 +02:00
Einar Johan Trøan Sømåen
fb367d1ac3 WINTERMUTE: Fix a type in the header-guard-fix for base_active_rect.h 2012-08-31 20:14:34 +02:00
Einar Johan Trøan Sømåen
313376c329 WINTERMUTE: Fix a warning I missed in the last commit. 2012-08-31 20:00:41 +02:00
Einar Johan Trøan Sømåen
7027741de7 WINTERMUTE: Fix warnings 2012-08-31 20:00:41 +02:00
Einar Johan Trøan Sømåen
158a206086 WINTERMUTE: Use ++it instead of it++ 2012-08-31 20:00:41 +02:00
Einar Johan Trøan Sømåen
8cf7d765c0 WINTERMUTE: General cleanup 2012-08-31 20:00:40 +02:00
Einar Johan Trøan Sømåen
07c27b775c WINTERMUTE: Cleanup the header-guards. 2012-08-31 20:00:32 +02:00
Einar Johan Trøan Sømåen
2fd38f47e0 WINTERMUTE: Replace col_templ's getSize with Common::Array::size() 2012-08-31 19:23:41 +02:00
Einar Johan Trøan Sømåen
969f4d5947 WINTERMUTE: Take int32 as parameters in Rect32. 2012-08-31 17:37:25 +02:00
Einar Johan Trøan Sømåen
8a212c3b6c WINTERMUTE: Add namespacing to the UTF-conversion code 2012-08-31 17:29:16 +02:00
Einar Johan Trøan Sømåen
b01f09e82f WINTERMUTE: Use <math.h> instead of <cmath> 2012-08-31 17:28:37 +02:00
Einar Johan Trøan Sømåen
d5f92497e6 WINTERMUTE: Correct some endif-comments. 2012-08-31 17:16:49 +02:00
Einar Johan Trøan Sømåen
2d70964e9c WINTERMUTE: Use tabs instead of spaces in ad_types.h 2012-08-31 17:15:03 +02:00
Einar Johan Trøan Sømåen
06caf2da98 WINTERMUTE: Use tabs instead of spaces for indenting dctypes.h 2012-08-31 17:10:01 +02:00
Einar Johan Trøan Sømåen
3dc5d32e85 WINTERMUTE: Replace qsort with Common::sort 2012-08-31 16:55:17 +02:00
Einar Johan Trøan Sømåen
71981aaecf WINTERMUTE: Simplify getNodeForRelativePath 2012-08-31 16:34:12 +02:00
Einar Johan Trøan Sømåen
764ca7a51a WINTERMUTE: Fix some of the clang++ warnings listed by LordHoto 2012-08-31 14:21:33 +02:00