aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-10-11Fixed sprite loading. Now that ugly hack is gone, no wrong reads and everyEugene Sandulenko
chapter is selectable without crash. As a side effect all buttons now have correct backgrounds ;). svn-id: r19010
2005-10-11Fix portrait color. I just missed dependency from barometer.Eugene Sandulenko
svn-id: r19009
2005-10-10Fix problematic md5. A space character sneaked in.Eugene Sandulenko
svn-id: r19008
2005-10-10Adjust save reminder positionEugene Sandulenko
svn-id: r19007
2005-10-10Fix regression with samnmax floppy. Game just crashed on resources opening.Eugene Sandulenko
svn-id: r19006
2005-10-10gBitFormat seems to be back in libcommon again... (This underhanded ↵Marcus Comstedt
parameter passing has to go.) svn-id: r19005
2005-10-10IHNM verb panel fixes:Torbjörn Andersson
* Verb buttons and texts are drawn at the correct coordinates. I've compared it to the screenshot on Mobygames. * Verb text is drawn without shadow. * The "Walk to", "Look at", "Take" and "Use" buttons all have the correct background. For some reason, I can't find the sprites for the remaining four buttons. svn-id: r19004
2005-10-10The demo resources list looked incomplete to me. Can anyone check if thisTorbjörn Andersson
works? svn-id: r19003
2005-10-10Draw the IHNM portrait on the right coordinates.Torbjörn Andersson
svn-id: r19002
2005-10-10Add defines for DOS demo resource numbers.Travis Howell
svn-id: r19001
2005-10-10First attempt to run DOS ITE demoEugene Sandulenko
svn-id: r19000
2005-10-10Removed the "reset all controllers" message. It currently breaks on Adlib,Torbjörn Andersson
and I don't want to have to worry about it. Centering the pitch wheel is the change that I primarily wanted to make, and that should be supported by every MIDI driver we have. svn-id: r18999
2005-10-10I noticed yesterday that if you change music in IHNM at the "right" moment,Torbjörn Andersson
the music will be horribly out of tune because the pitch wheel setting from the old music will still apply. I hope allNotesOff() is the correct place to ensure that the pitch wheel is centered. svn-id: r18998
2005-10-10Oops. Fix debug leftover.Eugene Sandulenko
svn-id: r18997
2005-10-10Show save reminder in IHNM correctly.Eugene Sandulenko
svn-id: r18996
2005-10-10Eliminate font substitution ugliness.Eugene Sandulenko
svn-id: r18995
2005-10-10Draw main panel. Buttons lack backgorunds and save reminder is buggy atm.Eugene Sandulenko
svn-id: r18994
2005-10-09Apparently, the IHNM crosshair cursor, and the cursor hotspot, are bothTorbjörn Andersson
hard-coded. svn-id: r18993
2005-10-09Added optional parameter to setCursor() to specify which type of cursor youTorbjörn Andersson
want. ITE has only one cursor, so in that case the parameter is ignored, and IHNM currently always gets the hourglass cursor. So it could be improved. Lots. :-) svn-id: r18992
2005-10-09Specify some image resources.Eugene Sandulenko
svn-id: r18991
2005-10-09Removed TODO comment about actor strings loading.Torbjörn Andersson
svn-id: r18990
2005-10-09TypoTravis Howell
svn-id: r18989
2005-10-09Clean up VGA headers.Travis Howell
More changes for FF. svn-id: r18988
2005-10-09Add more stubs for FF.Travis Howell
Disable scale images in FF for now. svn-id: r18987
2005-10-09Restore cursor after boss key.Eugene Sandulenko
svn-id: r18986
2005-10-09Boss key like in original. Press F9. Palette seems to be wrong though andEugene Sandulenko
cursor does not reappear. svn-id: r18985
2005-10-09Now load actors only on demand. That lets select Nimdok (doctor) part. JustEugene Sandulenko
click on him and move mouse away quickly, so it will not try to get actor's name which is broken ATM. svn-id: r18984
2005-10-09Simplified handleChapterSelectionUpdate()Eugene Sandulenko
svn-id: r18983
2005-10-09(more) Proper implementation of ChapterSelection panel. Though not allEugene Sandulenko
functionality is implemented but it is enough for now. Lets select any character. svn-id: r18982
2005-10-08New PalmOS backendsChris Apers
svn-id: r18981
2005-10-08Read IHNM actor and object strings from the resource file. (This does notTorbjörn Andersson
keep whichObject() from crashing, but I don't know why.) svn-id: r18980
2005-10-08PalmOS: fixed compiler problemChris Apers
svn-id: r18979
2005-10-08PalmOS stuffChris Apers
svn-id: r18978
2005-10-08PalmOS stuffsChris Apers
svn-id: r18977
2005-10-08PalmOS stuffChris Apers
svn-id: r18976
2005-10-08PalmOS : fixed 68K linkChris Apers
svn-id: r18975
2005-10-08- PalmOS stuffsChris Apers
- fixed type mismatch error svn-id: r18974
2005-10-08Oops, made a typo when rewriting that comment.Torbjörn Andersson
svn-id: r18973
2005-10-08Cleanup.Torbjörn Andersson
svn-id: r18972
2005-10-08Change __PALM_OS__ with new PALMOS_68K / PALMOS_MODEChris Apers
svn-id: r18971
2005-10-08PalmOS : very bad hack to fix global constructor problem with ARMChris Apers
svn-id: r18970
2005-10-08revert previous changes related to #ifdefsChris Apers
svn-id: r18969
2005-10-08revert previous changes related to #ifdefsChris Apers
svn-id: r18968
2005-10-08More DISABLE_SCUMM_7_8Chris Apers
svn-id: r18967
2005-10-08Put actors on the ground. No more upside down. Though probably drawClip()Eugene Sandulenko
has to be fixed too, but now we have no test case for this. svn-id: r18966
2005-10-08Quick and dirty hack to enable actors interaction. Still have to compareEugene Sandulenko
that with disasm. svn-id: r18965
2005-10-08Use font managerChris Apers
svn-id: r18964
2005-10-08PalmOS:Chris Apers
- fix crash trying to use emptyString - debug option svn-id: r18963
2005-10-08PalmOS: cannot use global objects in ARMChris Apers
svn-id: r18962
2005-10-08Now most artefacts are gone and we're in proper panel mode when runningEugene Sandulenko
character selection. svn-id: r18961