Commit Graph

26219 Commits

Author SHA1 Message Date
Einar Johan Trøan Sømåen
e546237a23 WINTERMUTE: Clear up another few includes. 2012-06-15 02:17:36 +02:00
Einar Johan Trøan Sømåen
4b7201c7e1 WINTERMUTE: Alphabetize the includes in AdGame 2012-06-15 02:04:24 +02:00
Einar Johan Trøan Sømåen
0fedd08714 WINTERMUTE: Remove unused include in BGame.cpp 2012-06-15 02:00:44 +02:00
Einar Johan Trøan Sømåen
dba9123428 WINTERMUTE: Remove a bunch of commented-out includes. 2012-06-15 01:57:15 +02:00
Einar Johan Trøan Sømåen
dae2209e4c WINTERMUTE: Make factory-functions for the SX-classes, to avoid having to include all of them in BGame.cpp 2012-06-15 01:54:26 +02:00
Einar Johan Trøan Sømåen
bed4f81fc6 WINTERMUTE: Clean out some un-needed headers, and some FORBIDDEN_SYMBOL_EXCEPTIONs 2012-06-15 01:29:20 +02:00
Einar Johan Trøan Sømåen
41c3b57aad WINTERMUTE: Clean up the formatting in dctypes a bit 2012-06-15 00:57:58 +02:00
Einar Johan Trøan Sømåen
407a881800 WINTERMUTE: Clean up BFonTT a little. 2012-06-15 00:57:08 +02:00
Einar Johan Trøan Sømåen
cac5db7dfe WINTERMUTE: Clean up and refactor VidTheoraPlayer a bit. 2012-06-15 00:43:09 +02:00
Einar Johan Trøan Sømåen
a488db8f93 WINTERMUTE: Clear out a bunch of warning (mostly shadowed variables) 2012-06-15 00:28:59 +02:00
Einar Johan Trøan Sømåen
181414d749 WINTERMUTE: Warn about WAVE-files for now. 2012-06-14 22:51:53 +02:00
Einar Johan Trøan Sømåen
f7888fea6e WINTERMUTE: Add Ansi->ISO conversion for \' (quick hack to make J.U.L.I.A.-demo look right) 2012-06-14 18:08:12 +02:00
Einar Johan Trøan Sømåen
bcc93b735c WINTERMUTE: Use offsets correctly in BSurfaceSDL. 2012-06-14 18:07:23 +02:00
Einar Johan Trøan Sømåen
d8c33544b2 WINTERMUTE: Use fonts 1/3 larger than the engine asks for, to compensate for the difference in dpi between ScummVM and WME (with thanks to LordHoto for pointing this out). 2012-06-14 18:05:51 +02:00
Einar Johan Trøan Sømåen
24726c143a WINTERMUTE: Make VidTheoraPlayer::Stop actually do something. 2012-06-14 16:14:07 +02:00
Einar Johan Trøan Sømåen
fbc7191549 WINTERMUTE: Add a quick-fix to replace SDL_TEXTINPUT. 2012-06-14 16:13:26 +02:00
Einar Johan Trøan Sømåen
d14fd7b1a3 WINTERMUTE: Implement a bit more of the key-handling. 2012-06-14 12:59:06 +02:00
Einar Johan Trøan Sømåen
7f19595d91 WINTERMUTE: Fix SXString's - "Split" 2012-06-14 02:18:47 +02:00
Einar Johan Trøan Sømåen
c104688941 WINTERMUTE: Fix quite a lot of memory leaks. 2012-06-14 00:56:24 +02:00
Einar Johan Trøan Sømåen
076ed07e92 WINTERMUTE: Fix theora-playback with the new Rendering-changes. 2012-06-14 00:12:15 +02:00
Einar Johan Trøan Sømåen
84837f4bae WINTERMUTE: Implement SXDate 2012-06-13 22:37:13 +02:00
Einar Johan Trøan Sømåen
fb7423f47c WINTERMUTE: Fix a critical typo in II_ADD in ScScript 2012-06-13 21:09:42 +02:00
Einar Johan Trøan Sømåen
d4ac01148f WINTERMUTE: Add support for alpha-images in Theora-player. 2012-06-13 20:18:11 +02:00
Einar Johan Trøan Sømåen
c081d40c96 WINTERMUTE: Move image-loading to BImage, and cleanup some relevant code. 2012-06-13 20:17:36 +02:00
Einar Johan Trøan Sømåen
b8a6dce398 WINTERMUTE: Implement various functions in BRenderSDL. 2012-06-13 15:35:29 +02:00
Einar Johan Trøan Sømåen
879d6902f4 WINTERMUTE: Use the correct height for TTF-fonts. 2012-06-13 15:33:45 +02:00
Einar Johan Trøan Sømåen
0793c961a4 WINTERMUTE: Fix some memory-leaks in BSoundBuffer. 2012-06-12 19:50:36 +02:00
Einar Johan Trøan Sømåen
2e3aec48ad WINTERMUTE: Optimize the blitting in BSurfaceSDL by adding scale-caching, and alpha-less blits for completely opaque surfaces. 2012-06-12 19:49:58 +02:00
Einar Johan Trøan Sømåen
92b7703265 WINTERMUTE: Add some loop-support to BSoundBuffer. 2012-06-12 17:32:22 +02:00
Einar Johan Trøan Sømåen
fcb36b6b90 WINTERMUTE: Clear out the debug-printing, so that it's actually readable. 2012-06-12 16:15:53 +02:00
Einar Johan Trøan Sømåen
c2a2a816f1 WINTERMUTE: Make sure to NULL-out _theora in AdEntity. 2012-06-12 15:58:32 +02:00
Einar Johan Trøan Sømåen
eb6895ed6b WINTERMUTE: Add rewindability to Theora-Decoder
This currently just abuses the fact that reset() does a rewind instead of a proper reset().
2012-06-12 15:58:00 +02:00
Einar Johan Trøan Sømåen
c6c2cfab4e WINTERMUTE: Fix formatting. 2012-06-12 14:41:29 +02:00
Einar Johan Trøan Sømåen
3508829882 WINTERMUTE: Correct some math-errors in the debug-logging. 2012-06-12 14:22:54 +02:00
Einar Johan Trøan Sømåen
43da09f95b WINTERMUTE: Get rid of even more FORBIDDEN SYMBOLs 2012-06-11 19:22:03 +02:00
Einar Johan Trøan Sømåen
819d16ea9b WINTERMUTE: Get rid of all but one FORBIDDEN SYMBOL in BGame. 2012-06-11 19:14:25 +02:00
Einar Johan Trøan Sømåen
58b054ca97 WINTERMUTE: Stub out BRenderSDL::DumpData, to get rid of the FORBIDDEN_SYMBOL_EXCEPTIONs there 2012-06-11 18:47:21 +02:00
Einar Johan Trøan Sømåen
0b02dae394 WINTERMUTE: Let looping movies atleast stall at the end for now. 2012-06-11 16:41:59 +02:00
Einar Johan Trøan Sømåen
a522aa5f6c WINTERMUTE: Make AdEntity-Theora videos work properly. 2012-06-11 16:11:16 +02:00
Einar Johan Trøan Sømåen
63efd76192 WINTERMUTE: Make Theora-playback fail properly when THEORA isn't compiled in. 2012-06-11 15:35:32 +02:00
Einar Johan Trøan Sømåen
ef2eb685dd WINTERMUTE: Formatting in BRenderSDL 2012-06-11 15:31:48 +02:00
Einar Johan Trøan Sømåen
f7679dca8c WINTERMUTE: Align TTF's properly. 2012-06-08 18:44:57 +02:00
Einar Johan Trøan Sømåen
1d5e59766f WINTERMUTE: Move FORBIDDEN_SYMBOL_EXCEPTION out of the headers and into the CPP-files that still need it. 2012-06-08 18:29:48 +02:00
Einar Johan Trøan Sømåen
8adae39ca4 WINTERMUTE: Minor cleanup in includes in BSurfaceSDL 2012-06-08 01:21:19 +02:00
Einar Johan Trøan Sømåen
2e0b523d41 WINTERMUTE: VarName -> varName in BSurface/BSurfaceSDL 2012-06-08 01:19:26 +02:00
Einar Johan Trøan Sømåen
ed7b31f841 WINTERMUTE: Remember to free the image decoders after use. 2012-06-08 00:35:19 +02:00
Einar Johan Trøan Sømåen
088a6b7b45 WINTERMUTE: Avoid compilation errors if Theora isn't included. 2012-06-08 00:21:04 +02:00
Einar Johan T. Sømåen
1c18f0efdc WINTERMUTE: Add detection for german Dirty Split 2012-06-07 13:50:49 +02:00
Einar Johan T. Sømåen
9aa2d43fac WINTERMUTE: Fix BRenderSDL::Fill 2012-06-07 13:40:57 +02:00
Einar Johan T. Sømåen
6e04d78a36 WINTERMUTE: Fix compile on linux again. 2012-06-07 12:53:13 +02:00