Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-16 | LASTEXPRESS: flag all WIP games with ADGF_UNSTABLE | Tarek Soliman | |
all | |||
2011-06-16 | GROOVIE: flag all WIP games with ADGF_UNSTABLE | Tarek Soliman | |
Groovie 2 games | |||
2011-06-16 | SCI: flag all WIP games with ADGF_UNSTABLE | Tarek Soliman | |
SCI32 games | |||
2011-06-16 | ENGINES: Warn user about games marked with ADGF_UNSTABLE flags | Tarek Soliman | |
ADGF_UNSTABLE is always warned about. ADGF_TESTING is only warned about when running configure with --enable-relase. Both warnings are subject to the enable_wip_game_warning config option. | |||
2011-06-16 | BASE: add TAINTED feature to gScummVMFeatures | Tarek Soliman | |
When configure enables a WIP/unstable engine, the about box and scummvm --version will now display TAINTED in the "features compiled in" list | |||
2011-06-16 | CONFIGURE: add warning for building WIP/unstable engines | Tarek Soliman | |
Also, If any unstable/wip engine is enabled, #define TAINTED_BUILD | |||
2011-06-16 | DREAMWEB: removed while loops from rep+stos/movs instructions | Vladimir Menshakov | |
2011-06-16 | DREAMWEB: Improved code formatting | Vladimir Menshakov | |
2011-06-16 | DREAMWEB: added engine to AUTHORS | Vladimir Menshakov | |
2011-06-16 | DREAMWEB: Added engine to the credits | Vladimir Menshakov | |
2011-06-16 | DREAMWEB: Clarified 2nd CD version as the US release | Paul Gilbert | |
2011-06-16 | TSAGE: Added correct 5000 byte MD5 for Ringworld Demo #2 | Paul Gilbert | |
2011-06-16 | DREAMWEB: Added detection for second CD version | Paul Gilbert | |
2011-06-16 | DREAMWEB: Fixed size of the save file title | Vladimir Menshakov | |
2011-06-16 | MOHAWK: Fix Memory Leak in PE Cursor Loading. | D G Turner | |
2011-06-15 | COMMON: Fix code formatting, rename stuff for consistency | Max Horn | |
2011-06-16 | DREAMWEB: added savefiles enumeration | Vladimir Menshakov | |
2011-06-16 | DREAMWEB: moved stubs into stubs.cpp | Vladimir Menshakov | |
2011-06-15 | SCUMM: change comment in last commit | athrxx | |
2011-06-15 | SCUMM: hopefully fix 16bit mode support for SCUMM FM-TOWNS games and LOOM ↵ | athrxx | |
PCE on Android This mostly reverts 5b7754e3f095eb8a469dd4b7de5a6379f8e13c27. Instead, we try to use other 16bit modes after 555 fails. | |||
2011-06-16 | DREAMWEB: optimized consequtive movsb/w and stosb/w | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: added unused label elimination. Does not work for some labels, but ↵ | Vladimir Menshakov | |
the most ones are gone. | |||
2011-06-15 | DREAMWEB: added banner to autogenerated files | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: marked global as used from get_global() | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: uncommented simple ret stripping | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: fixed code formatting | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: removed width160 for now | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: removed asserts, added STACK_CHECK as suggested by Max | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: converted line endings to the unix format | Vladimir Menshakov | |
2011-06-15 | CONFIGURE: Fix cxx test linking for Android | dhewg | |
Libraries are now properly detected by configure again. | |||
2011-06-15 | Merge pull request #45 from fuzzie/dreamweb | Eugene Sandulenko | |
DREAMWEB: Merge in engine | |||
2011-06-15 | DREAMWEB: Added original sources. Released with permission from Neil Dodwell. | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: fixed title skipping | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: ported engine to the new metaengine api | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: Reinstate some "hardware key" handling that got lost | eriktorbjorn | |
It's still not quite as the original. In the original, Ctrl-<letter> would be treated as <letter>. Is that worth fixing? Probably not. | |||
2011-06-15 | DREAMWEB: fixed final scene, better sound channel handling | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: Filter out "illegal" characters | eriktorbjorn | |
This is fairly restrictive (just like the original) so we may went to let through a few more characters eventually. For now, let's be conservative. It was possible to enter characters that would show up in the save dialog as weird or underlined characters. | |||
2011-06-15 | DREAMWEB: The readabyte() function is no longer needed. | eriktorbjorn | |
2011-06-15 | DREAMWEB: cleaned up keys handling | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: implemented stc/clc, fixed preliminary exit from the dialogue | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: added detection of the cd version | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: cleanup keys handling, added turbo shortcut | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: cut upper volume limit | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: added comment about volumes | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: added volume setting (maybe wrong) | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: fixed cd-version without savefiles | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: added volume support (stubs for now) | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: added sound status check | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: renamed playSpeech to loadSpeech | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: regenerated sources with CD option on | Vladimir Menshakov | |