Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-16 | SCUMM: fix bug in cb661d63d0cd45d1231435a593b74dfc51872a0f | athrxx | |
2011-06-16 | SCUMM: slightly changed behavior of 16bit mode detection | athrxx | |
(another attempt to fix SCUMM FM-TOWNS for ANDROID) | |||
2011-06-16 | DREAMWEB: flag all WIP games with ADGF_UNSTABLE | Tarek Soliman | |
all | |||
2011-06-16 | TSAGE: flag all WIP games with ADGF_UNSTABLE | Tarek Soliman | |
all | |||
2011-06-16 | SWORD25: flag all WIP games with ADGF_UNSTABLE | Tarek Soliman | |
all | |||
2011-06-16 | SAGA: flag all WIP games with ADGF_UNSTABLE | Tarek Soliman | |
SAGA 2 Games | |||
2011-06-16 | MOHAWK: flag all WIP games with ADGF_UNSTABLE | Tarek Soliman | |
Where in Time is Carmen Sandiego? Myst Riven: The Sequel to Myst The following games are flagged according to the compatibility list zoombini csworld csamtrak carmentq carmentqc maggiesfa jamesmath treehouse 1stdegree csusa arthurrace catinthehat rugrats lbsampler >=V3 arthurcomp | |||
2011-06-16 | M4: flag all WIP games with ADGF_UNSTABLE | Tarek Soliman | |
all | |||
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 | 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 | |