Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | DREAMWEB: Re-optimize unbounded code blocks | Willem Jan Palenstijn | |
This gets rid of some unused labels. We need to be careful not be optimize too much, as that could remove the very label the unbounded block was added for. | |||
2011-06-16 | DREAMWEB: Fix probably copy-paste error in asm | Willem Jan Palenstijn | |
This removes an (empty) 'unbounded code' block in dreamgen.cpp | |||
2011-06-16 | DREAMWEB: Try to clean up jumps to returns | Willem Jan Palenstijn | |
2011-06-16 | TSAGE: Minor bugfix to sound fading code | Paul Gilbert | |
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 | TSAGE: Bugfix for _sfRethinkVoiceTypes type 1 handling | Paul Gilbert | |
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-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: 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 | Merge pull request #45 from fuzzie/dreamweb | Eugene Sandulenko | |
DREAMWEB: Merge in engine | |||
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 | |
2011-06-15 | DREAMWEB: fixed shakeTable to do not pass negative values into backend, ↵ | Vladimir Menshakov | |
added CTRL-c statue puzzle solver shortcut | |||
2011-06-15 | DREAMWEB: patch sprite table after deallocating segment with sprites. | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: removed hacks, regenerated source | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: regenerated the source | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: added operator= for segmentref | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: fixed invalid channel, removed junk | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: stop previous sound if it's still active | Vladimir Menshakov | |