Age | Commit message (Collapse) | Author |
|
|
|
First efforts to get this running. The intro is shown with severe palette glitches. The Main Menu does not show, thanks to the lack of font drawing.
- implement endian aware stream wrapper for amiga files
- implement sound file handling
- implement some Amiga palette handling
- etc
|
|
|
|
|
|
|
|
(avoid out of bounds strings when importing FM-TOWNS save files)
|
|
|
|
|
|
This fixes the "%s can not use this item" string. AFAIK this message never appears. It would require to place an item into a character's hand which he/she can't use and right-click use it. However, when you place such an unusable item in a character's hand the slot will be greyed out/disabled immediately and can no longer be clicked.
|
|
- allow returning to the main menu from the character generation via Esc only when no party characters exist
|
|
Reorganize all files in sub directories. The file placement isn't as intuitive as it might be for other engines, which is probably the reason why this hasn't been done before.
|
|
|
|
Cleanup of other sound pannings
|
|
|
|
In rare cases when polygons touched by one corner only the merging
algorithm did not finish properly and ran out of the space and
triggered an assert.
|
|
|
|
Commented out assert fault in SliceAnimations::getFramePtr and sanitized the frame value instead
Some actors (currently happened only with hawkers_barkeep) can have invalid frame value set when loading a save file which would cause and assert fault in the getFramePtr() assert check. This seems to be a combination of factors responsible: 1) The updateAnimation (called for an actor before drawing him into the world) has a switch clause based on animationState (not animationId) and 2) the ai_script vars for an actor are not re-initialized upon a LOAD (eg for hawkers_barkeep the _var2 value is problematic in this context because a non-zero value won't allow for sanitization of the existing / loaded frame value)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
And small dialogue bits with Guzza when reporting in now only play in Act 1 where they make sense.
Also, don't allow McCoy to get the retirement bonus twice in Act 1. Also don't allow him to get money (100 cy) from Guzza if he has enough (>=300).
|
|
Other actors are missing their death rattle's (original bug). Will be fixed at later patch on case by case basis.
|
|
|
|
Thanks to eriktorbjorn for noticing a new addition to the
Common::Language enum was breaking the game
|
|
|
|
Fixes GK1 bug #10788
|
|
matchString patterns couldn't be used to find files with the # character
as it was only treated as a digit wildcard. SCI expected that to work as
it looks for files that start with the # character.
|
|
|
|
|
|
|
|
|
|
|
|
I instantiate a PCSpeaker instance in the main engine just for beeps,
because I don't know any simpler way. But hey, it works.
|
|
|
|
This is initially primarily for Bureaucracy.. the starting form
is drawn in the text grid window, and visible cursor is needed
so you can tell which line you're filling in
|
|
|
|
|
|
Technically, they're lock keys rather than modifier keys, but we
may as well treat them as the same thing here.
My keyboard doesn't have an F-lock key, and I can't find any key
code for it, so I don't know if that one has to be excluded too.
|
|
Fixes castle doors when all bats have been killed, bug #10789
|
|
Fix Windows builds (msvc and mingw) including data files from disabled
engines as embedded resources in executable. Bug #10878
|
|
|
|
|
|
|
|
|
|
I'm told that on some foreign keyboards, combinations of Alt & Fn
keys are used to produce standard characters. So I can't just
ignore Alt combinations because of this
|
|
|
|
|