Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-29 | WINTERMUTE: Make scGetProperty use Common::String& instead of const char* | Einar Johan Trøan Sømåen | |
2012-09-28 | WINTERMUTE: Privatize variables in BaseQuickMsg | Einar Johan Trøan Sømåen | |
2012-09-28 | WINTERMUTE: Privatize variables in BaseRegion and BaseSubFrame | Einar Johan Trøan Sømåen | |
2012-09-28 | WINTERMUTE: Privatize variables in BaseFrame and BaseSprite | Einar Johan Trøan Sømåen | |
2012-09-28 | WINTERMUTE: Privatize variables in BaseFader | Einar Johan Trøan Sømåen | |
2012-09-28 | WINTERMUTE: Privatise member-variables in BaseDynamicBuffer | Einar Johan Trøan Sømåen | |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//' | |||
2012-09-24 | WINTERMUTE: Fix leak | Willem Jan Palenstijn | |
2012-09-15 | WINTERMUTE: Disable aspect-ratio correction for now. | Einar Johan Trøan Sømåen | |
2012-09-11 | WINTERMUTE: Remove a few more unused includes. | Einar Johan Trøan Sømåen | |
2012-09-11 | WINTERMUTE: Remove unneccessary includes of base_file.h | Einar Johan Trøan Sømåen | |
2012-09-11 | WINTERMUTE: Only include base_renderer.h where needed | Einar Johan Trøan Sømåen | |
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 | |