Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-04 | WINTERMUTE: Convert CRLF to LF | Willem Jan Palenstijn | |
2012-09-04 | Revert "WINTERMUTE: Fix compilation when vorbis isn't available" | Johannes Schickel | |
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 | Revert "WINTERMUTE: Remove extra semicolon." | Johannes Schickel | |
This reverts commit 9989a4f3daba891326810d7ae620cd75d97521f1. Note: Don't blind fix warnings of broken builds. Conflicts: engines/wintermute/base/base_keyboard_state.cpp | |||
2012-09-04 | WINTERMUTE: Replace VKeyCodes constant names. | Johannes Schickel | |
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 | WINTERMUTE: Remove extra semicolon. | Johannes Schickel | |
2012-09-04 | WINTERMUTE: Fix compilation when vorbis isn't available | Filippos Karapetis | |
2012-09-04 | WINTERMUTE: Fix a warning with MSVC | Filippos Karapetis | |
2012-09-01 | WINTERMUTE: Fix various comments. | Einar Johan Trøan Sømåen | |
2012-08-31 | WINTERMUTE: Use tabs in enums | Einar Johan Trøan Sømåen | |
2012-08-31 | WINTERMUTE: Even more fixes to header-guards. | Einar Johan Trøan Sømåen | |
2012-08-31 | WINTERMUTE: Fix a type in the header-guard-fix for base_active_rect.h | Einar Johan Trøan Sømåen | |
2012-08-31 | WINTERMUTE: Fix warnings | Einar Johan Trøan Sømåen | |
2012-08-31 | WINTERMUTE: Use ++it instead of it++ | Einar Johan Trøan Sømåen | |
2012-08-31 | WINTERMUTE: General cleanup | Einar Johan Trøan Sømåen | |
2012-08-31 | WINTERMUTE: Cleanup the header-guards. | Einar Johan Trøan Sømåen | |
2012-08-31 | WINTERMUTE: Replace col_templ's getSize with Common::Array::size() | Einar Johan Trøan Sømåen | |
2012-08-31 | WINTERMUTE: Use <math.h> instead of <cmath> | Einar Johan Trøan Sømåen | |
2012-08-31 | WINTERMUTE: Replace qsort with Common::sort | Einar Johan Trøan Sømåen | |
2012-08-31 | WINTERMUTE: Simplify getNodeForRelativePath | Einar Johan Trøan Sømåen | |
2012-08-31 | WINTERMUTE: Fix some of the clang++ warnings listed by LordHoto | Einar Johan Trøan Sømåen | |
2012-08-31 | WINTERMUTE: Fix g++ warnings listed by LordHoto | Einar Johan Trøan Sømåen | |
2012-08-31 | WINTERMUTE: Update to use new TGA-decoder and new Video-system | Einar Johan Trøan Sømåen | |
2012-08-19 | WINTERMUTE: Be case-insensitive when testing for sound-format. | Einar Johan Trøan Sømåen | |
2012-08-15 | WINTERMUTE: Make use of the wday-field in dates, instead of a wrong mday-value. | Einar Johan Trøan Sømåen | |
2012-08-15 | WINTERMUTE: Clear out some commented-out code. | Einar Johan Trøan Sømåen | |
2012-08-14 | WINTERMUTE: Fill the screen with fillRect for now. | Einar Johan Trøan Sømåen | |
2012-08-14 | WINTERMUTE: Adjust a few warnings. | Einar Johan Trøan Sømåen | |
2012-08-14 | WINTERMUTE: Save the loop-state of sounds properly. | Einar Johan Trøan Sømåen | |
2012-08-13 | WINTERMUTE: Add language-filtering for Czech, Italian, Polish and Russian. | Einar Johan Trøan Sømåen | |
No detection-support is added for those languages at this point though. | |||
2012-08-13 | WINTERMUTE: Readd support for save/load-images. | Einar Johan Trøan Sømåen | |
2012-08-13 | WINTERMUTE: WinterMute -> Wintermute | Einar Johan Trøan Sømåen | |
2012-08-13 | WINTERMUTE: Remove BPkgFile, as wrapCompressedStream can handle that job now. | Einar Johan Trøan Sømåen | |
2012-08-13 | WINTERMUTE: Use the correct DPI for TTF-fonts, and don't display ↵ | Einar Johan Trøan Sømåen | |
overshooting lines. | |||
2012-08-13 | WINTERMUTE: Apply color-key to RGB-images, and upconvert them to RGBA. | Einar Johan Trøan Sømåen | |
2012-08-13 | WINTERMUTE: Use 64k-tables for alpha-blitting. | Einar Johan Trøan Sømåen | |
2012-08-11 | WINTERMUTE: Silence a few float-cast warnings. | Einar Johan Trøan Sømåen | |
2012-08-11 | WINTERMUTE: Make missing-file warnings a debugC | Einar Johan Trøan Sømåen | |
The sound-system attempts to open files in various formats, some of which may not exist, no reason for these to fill the console with output. | |||
2012-08-11 | WINTERMUTE: Get rid of strncpy+manual termination. | Einar Johan Trøan Sømåen | |
2012-08-07 | WINTERMUTE: Use only one scaler for blitting, the faster one. | Einar Johan Trøan Sømåen | |
2012-08-07 | WINTERMUTE: Cache scaled images, to avoid having to rescale every frame. | Einar Johan Trøan Sømåen | |
2012-08-07 | WINTERMUTE: Optimize blitting (Do opaque blits for opaque images, and do ↵ | Einar Johan Trøan Sømåen | |
fill with memcpy) | |||
2012-08-07 | WINTERMUTE: Change PixelFormat to ARGB (same as Sword25) | Einar Johan Trøan Sømåen | |
Mainly a workaround for the OpenGL-backend. | |||
2012-08-07 | WINTERMUTE: Move dcscript.h into the proper folder. | Einar Johan Trøan Sømåen | |
2012-08-07 | WINTERMUTE: Remove g_wintermute. | Einar Johan Trøan Sømåen | |
2012-08-07 | WINTERMUTE: Save the random-seed as well. | Einar Johan Trøan Sømåen | |
2012-07-30 | WINTERMUTE: Implement load from GMM. | Einar Johan Trøan Sømåen | |
2012-07-30 | WINTERMUTE: Fix a few memory-leaks | Einar Johan Trøan Sømåen | |
2012-07-30 | WINTERMUTE: Fix a memory leak in BaseScriptHolder | Einar Johan Trøan Sømåen | |
2012-07-30 | WINTERMUTE: Redraw ONLY the indicator when saving/loading. | Einar Johan Trøan Sømåen | |
2012-07-29 | WINTERMUTE: Separate out SaveGame-code from BaseGame | Einar Johan Trøan Sømåen | |