Age | Commit message (Collapse) | Author |
|
agi-font-atarist.bin -> used for platform Atari ST
agi-font-amiga.bin -> used for platform Amiga
agi-font-dos.bin -> used for platform DOS
agi-font-fanmade.bin -> used for fan-made games
That way users can get a more accurate font.
|
|
moved font stuff into GfxFont class
removed Mickey Mouse font data (is loaded from mickey.exe)
|
|
AppleIIgs + Atari ST weren't available back then in the enum.
They now are, so I can use the Common one.
|
|
should have been removed already.
|
|
|
|
|
|
|
|
|
|
|
|
instead of having it hardcoded.
|
|
- graphics code fully rewritten
- Apple IIgs font support
- Amiga Topaz support
- Word parser rewritten
- menu code rewritten
- removed forced 2 second delay on all room changes
replaced with heuristic to detect situations, where it's required
- lots of naming cleanup
- new console commands show_map, screenobj, vmvars and vmflags
- all sorts of hacks/workarounds removed
- added SCI wait mouse cursor
- added Apple IIgs mouse cursor
- added Atari ST mouse cursor
- added Amiga/Apple IIgs transition
- added Atari ST transition
- user can select another render mode and
use Apple IIgs palette + transition for PC versions
- inventory screen rewritten
- SetSimple command now properly implemented
- PreAGI Mickey: Sierra logo now shown
- saved games: now saving controller key mapping
also saving automatic save data (SetSimple command)
- fixed invalid memory access when saving games (31 bytes were saved
using Common::String c_ptr()
Special Thanks to:
- fuzzie for helping out with the Apple IIgs font + valgrind
- eriktorbjorn for helping out with valgrind
- LordHoto for figuring out the code, that caused invalid memory
access in the original code, when saving a game
- sev for help out with reversing the Amiga transition
currently missing:
- mouse support for menu
- mouse support for system dialogs
- predictive dialog support
|
|
README: Update and consistency fixes
|
|
|
|
|
|
|
|
|
|
http://www.scummvm.org/compatibility/
|
|
- www links
- Supported games sorted alphabetically
- small fixes
|
|
- Added all platforms for which a wiki's "Compiling_ScummVM" chapter exists
- No more details in the readme, all build intructions linked to their respective wiki pages
- Windows derivates and Linux kept on top as those are the main platforms people will look for, the rest sorted alphabetically
|
|
wiki pages
|
|
|
|
|
|
(Gathered the non game specific changes grouped at the top now)
|
|
- Sorted "3.0) Supported Games" in alphabetic order and moved the none specific game parts to the bottom of that chapter
- Sorted "5.0) Running ScummVM" in alphatic order and adapted all references
- Added "Discworld II notes" to "3.0) Supported Games"
- Added "Nippon Safes Inc. Amiga notes" to "3.0) Supported Games"
- Added "Zork games notes" to "3.0) Supported Games"
- Added "Datafiles" to "3.0) Supported Games"
- Added "AmigaOS4" in "9.0) Compling"
- Added "Amiga/Macintosh" to "3.14) The Feeble Files notes"
- Added lots of missing subchapters to the main chapter list in "7.0) Music and Sound)"
- Changed "Maniac Mansion" title to better reflect the contents
|
|
|
|
|
|
|
|
I18N: Update German language file
|
|
New way is probably better. Sadly we get a few keys atm in the
ascii field, like cursor left and the function keys. That's why
a check for <= 0xFF is needed.
|
|
This commit addresses all changes introduced to
the scummvm.pot template in commit
7ae0f29fb02b345186f768ff41359ca633556be3
|
|
This commit fixes the two fuzzy tags I forgot to
remove in the previous update of the German language
file.
|
|
|
|
|
|
fixes crash in Manhunter 1, when looking at corpse right at the
start. Sound resource is actually corrupt (missing bytes).
|
|
|
|
I assume the change from Magyar to hu was a mistake (probably
a changed done automatically by poedit).
|
|
|
|
|
|
This should have been done in the commit yesterday, but for some
reason the 'make update-translations' skipped those files (I believe
this is related to the modification date that was more recent than the
modification date of the scummvm.pot file).
|
|
|
|
Previous code also selected files called e.g. "[targetname].abc"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|