Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-22 | WINTERMUTE: Fix compilation with MSVC | Filippos Karapetis | |
Change the way that EXTENDED_DEBUGGER_ENABLED is checked. The way it was used, it triggered a fatal error C1017 | |||
2016-07-24 | WINTERMUTE: Fix compilation | Eugene Sandulenko | |
2016-07-24 | Merge pull request #687 from tobiatesan/wme_debugger_rewrite | Eugene Sandulenko | |
WME: Debugger for WME, 2016 rewrite | |||
2016-05-08 | WINTERMUTE: Add missing parameter | Eugene Sandulenko | |
2016-04-23 | Merge pull request #728 from tobiatesan/fix_ogg | Einar Johan Trøan Sømåen | |
WINTERMUTE: Correctly find .ogg version of .wav files | |||
2016-03-30 | WINTERMUTE: Correctly find .ogg version of .wav files | Tobia Tesan | |
As it was, it didn't reliably work across platforms because it turned some\\windows\\path.wav into some/system/pathogg Note no "." before "ogg"; also since we use the new filename to search for the file inside DCPs, which use Windows naming, we don't want system-specific path format. Fixes #7088 | |||
2016-03-24 | WINTERMUTE: Make wintermute games show the right save date | Martin Kennedy | |
2016-03-06 | Merge pull request #696 from tobiatesan/fix_7067_broken_abs | Eugene Sandulenko | |
WINTERMUTE: Rewrite absolute prefix workarounds block with loop | |||
2016-03-06 | WINTERMUTE: Actually use new BasePersistenceManager constructor | Willem Jan Palenstijn | |
2016-03-06 | Merge pull request #691 from tobiatesan/common_string_target | Eugene Sandulenko | |
WINTERMUTE: Return Common::String in getGameTargetName() | |||
2016-03-06 | WINTERMUTE: Use Common::String in arg for initSave | Tobia Tesan | |
2016-03-06 | WINTERMUTE: Use Common::String in BasePersistenceManager-ctor | Tobia Tesan | |
2016-03-06 | WINTERMUTE: Use C strings in absolute path workaround array | Tobia Tesan | |
2016-03-06 | WINTERMUTE: Use array to store known broken absolute paths | Tobia Tesan | |
Avoids an if() block that is getting longer | |||
2016-03-05 | WINTERMUTE: Add fallback for hardcoded absolute path in carolreed5 | Tobia Tesan | |
Carol Reed 5 (the full game, data.dcp hash 27b3efc018ade5ee8f4adf08b4e3c0dd) refers to the absolute path "f:\dokument\spel 5\demo\data\scenes\credits\op_cred_00\op_cred_00.jpg" Appears to fix bug #7067. | |||
2016-03-05 | WINTERMUTE: Return Common::String in getGameTargetName() | Tobia Tesan | |
2016-03-01 | WINTERMUTE: Remember to delete watch instances | Tobia Tesan | |
2016-03-01 | WINTERMUTE: Do not delete a pointer we do not own in resolveName | Tobia Tesan | |
2016-03-01 | WINTERMUTE: Add Watch functionality | Tobia Tesan | |
2016-03-01 | WINTERMUTE: Add name resolution to DebuggableScript | Tobia Tesan | |
2016-03-01 | WINTERMUTE: Add DebuggerController | Tobia Tesan | |
2016-02-29 | WINTERMUTE: Add post instruction hook to DebuggableScript | Tobia Tesan | |
2016-02-29 | WINTERMUTE: Add DebuggableScript and DebuggableScriptEngine classes | Tobia Tesan | |
These extend the script engine and allow for monitoring and adding pre/post instruction hooks | |||
2016-02-29 | WINTERMUTE: Init _ready in BaseScriptHolder | Tobia Tesan | |
2016-02-29 | WINTERMUTE: Add debuggerToString | Tobia Tesan | |
2016-02-29 | WINTERMUTE: Make _operand protected in script.h | Tobia Tesan | |
2016-02-29 | WINTERMUTE: Remove dead code from vestigial remnants of WME debugger | Tobia Tesan | |
2016-02-23 | WINTERMUTE: Fix order of arguments in sprite rotation | Tobia Tesan | |
2015-12-21 | Merge pull request #635 from jammm/master | Einar Johan Trøan Sømåen | |
WINTERMUTE: Add more keyboard mappings, fix console warnings. | |||
2015-12-21 | GRAPHICS: Introduce a size mode for TrueType fonts | Bastien Bouclet | |
Allows to match Windows font size selection by converting font heights to point sizes using the TrueType tables. | |||
2015-12-21 | WINTERMUTE: Add more keyboard mappings, fix console warnings. | jammm | |
Add mappings for numpad keys, tab, pause and backspace. Suppressed unnecessary warnings for keys that are text-input. | |||
2015-11-27 | WINTERMUTE: Proper place for pointer check | Eugene Sandulenko | |
2015-11-04 | WINTERMUTE: Fix mismatched free/delete Valgrind warning | Torbjörn Andersson | |
The memory stream class uses free() to free memory, so we have to use malloc(), not new, to allocate it. | |||
2015-10-24 | WINTERMUTE: Remove unused function | Willem Jan Palenstijn | |
It calls itself, and is declared pure virtual. Thanks salty-horse. | |||
2015-07-12 | WINTERMUTE: Fix typo | Willem Jan Palenstijn | |
2015-02-24 | Merge pull request #587 from jammm/scummvm_local | Einar Johan Trøan Sømåen | |
WINTERMUTE: Added mappings for VKeyCodes->ScummVM KeyCodes | |||
2015-02-24 | WINTERMUTE: Add mappings for VKeyCodes->ScummVM KeyCodes | jammm | |
Fix bug #6654 (white chamber - some keys don't work) Wintermute games on ScummVM used ScummVM keycodes for keyboard mapping, whereas the game scripts only accepted Windows VKeyCodes. Therefore an initial set of mappings are added and the debug room is now loading properly, when HOME is pressed (Rest of the keys need to be tested in-game) | |||
2015-02-22 | WINTERMUTE: Fixed parentFolder name check when testing for ↵ | jammm | |
"language"/"languages", Fix bug #6655 (Dead City - hotspot text issue) Fixed Wintermute incorretly parsing folder names with trailing \ (Windows-only issue) It seems that calling getParent returns trailing '\' which is absent on POSIX based file systems but not on Windows. This causes Wintermute to load outline_red2.font from russian.dcp, which is not desired. This is fixed by calling it->getName() directly, which returns the folder name (without the trailing '\'). | |||
2014-11-05 | Merge pull request #437 from tobiatesan/wme_subtitles | Einar Johan Trøan Sømåen | |
WME Subtitles | |||
2014-11-04 | WINTERMUTE: Add VK-translations for F1-F12 and HOME | Einar Johan Trøan Sømåen | |
2014-11-04 | WINTERMUTE: killAllSounds only if WME targetExecutable >= 1.8.6 | Tobia Tesan | |
This fixes #6647 | |||
2014-11-04 | WINTERMUTE: Introduce WMEGameDescription | Tobia Tesan | |
I aped what has been done with AGS: in engines/agi/detection.cpp, adding a struct that includes ADGameDescription at the beginning. This is also recommended in advancedDetector.h | |||
2014-10-15 | WINTERMUTE: new char[str.size()+1] in BaseStringTable::expand | Tobia Tesan | |
This makes room for the EOS char. | |||
2014-10-15 | WINTERMUTE: s/delete array/delete[] array/ | Tobia Tesan | |
2014-10-15 | WINTERMUTE: Introduce BaseGame->expandStringByStringTable(&Common::String) | Tobia Tesan | |
2014-10-15 | WINTERMUTE: Add getter for _videoFont | Tobia Tesan | |
2014-10-04 | Merge pull request #514 from tobiatesan/fix_audio_loop | Einar Johan Trøan Sømåen | |
WINTERMUTE: Use SubLoopingAudio for music w/arbitrary loop points | |||
2014-10-04 | WINTERMUTE: Use SubLoopingAudio for music w/arbitrary loop points | Tobia Tesan | |
Should fix #6648 (music not looping correctly in 5MA) | |||
2014-10-01 | WINTERMUTE: Make a bunch of attributes private in BaseSoundBuffer | Tobia Tesan | |
2014-09-03 | WINTERMUTE: Silence GCC signed/unsigned comparison warning | Torbjörn Andersson | |