Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-10 | I 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-10 | Oops. Fix debug leftover. | Eugene Sandulenko | |
svn-id: r18997 | |||
2005-10-10 | Show save reminder in IHNM correctly. | Eugene Sandulenko | |
svn-id: r18996 | |||
2005-10-10 | Eliminate font substitution ugliness. | Eugene Sandulenko | |
svn-id: r18995 | |||
2005-10-10 | Draw main panel. Buttons lack backgorunds and save reminder is buggy atm. | Eugene Sandulenko | |
svn-id: r18994 | |||
2005-10-09 | Apparently, the IHNM crosshair cursor, and the cursor hotspot, are both | Torbjörn Andersson | |
hard-coded. svn-id: r18993 | |||
2005-10-09 | Added optional parameter to setCursor() to specify which type of cursor you | Torbjö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-09 | Specify some image resources. | Eugene Sandulenko | |
svn-id: r18991 | |||
2005-10-09 | Removed TODO comment about actor strings loading. | Torbjörn Andersson | |
svn-id: r18990 | |||
2005-10-09 | Typo | Travis Howell | |
svn-id: r18989 | |||
2005-10-09 | Clean up VGA headers. | Travis Howell | |
More changes for FF. svn-id: r18988 | |||
2005-10-09 | Add more stubs for FF. | Travis Howell | |
Disable scale images in FF for now. svn-id: r18987 | |||
2005-10-09 | Restore cursor after boss key. | Eugene Sandulenko | |
svn-id: r18986 | |||
2005-10-09 | Boss key like in original. Press F9. Palette seems to be wrong though and | Eugene Sandulenko | |
cursor does not reappear. svn-id: r18985 | |||
2005-10-09 | Now load actors only on demand. That lets select Nimdok (doctor) part. Just | Eugene 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-09 | Simplified handleChapterSelectionUpdate() | Eugene Sandulenko | |
svn-id: r18983 | |||
2005-10-09 | (more) Proper implementation of ChapterSelection panel. Though not all | Eugene Sandulenko | |
functionality is implemented but it is enough for now. Lets select any character. svn-id: r18982 | |||
2005-10-08 | New PalmOS backends | Chris Apers | |
svn-id: r18981 | |||
2005-10-08 | Read IHNM actor and object strings from the resource file. (This does not | Torbjörn Andersson | |
keep whichObject() from crashing, but I don't know why.) svn-id: r18980 | |||
2005-10-08 | PalmOS: fixed compiler problem | Chris Apers | |
svn-id: r18979 | |||
2005-10-08 | PalmOS stuff | Chris Apers | |
svn-id: r18978 | |||
2005-10-08 | PalmOS stuffs | Chris Apers | |
svn-id: r18977 | |||
2005-10-08 | PalmOS stuff | Chris Apers | |
svn-id: r18976 | |||
2005-10-08 | PalmOS : fixed 68K link | Chris Apers | |
svn-id: r18975 | |||
2005-10-08 | - PalmOS stuffs | Chris Apers | |
- fixed type mismatch error svn-id: r18974 | |||
2005-10-08 | Oops, made a typo when rewriting that comment. | Torbjörn Andersson | |
svn-id: r18973 | |||
2005-10-08 | Cleanup. | Torbjörn Andersson | |
svn-id: r18972 | |||
2005-10-08 | Change __PALM_OS__ with new PALMOS_68K / PALMOS_MODE | Chris Apers | |
svn-id: r18971 | |||
2005-10-08 | PalmOS : very bad hack to fix global constructor problem with ARM | Chris Apers | |
svn-id: r18970 | |||
2005-10-08 | revert previous changes related to #ifdefs | Chris Apers | |
svn-id: r18969 | |||
2005-10-08 | revert previous changes related to #ifdefs | Chris Apers | |
svn-id: r18968 | |||
2005-10-08 | More DISABLE_SCUMM_7_8 | Chris Apers | |
svn-id: r18967 | |||
2005-10-08 | Put 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-08 | Quick and dirty hack to enable actors interaction. Still have to compare | Eugene Sandulenko | |
that with disasm. svn-id: r18965 | |||
2005-10-08 | Use font manager | Chris Apers | |
svn-id: r18964 | |||
2005-10-08 | PalmOS: | Chris Apers | |
- fix crash trying to use emptyString - debug option svn-id: r18963 | |||
2005-10-08 | PalmOS: cannot use global objects in ARM | Chris Apers | |
svn-id: r18962 | |||
2005-10-08 | Now most artefacts are gone and we're in proper panel mode when running | Eugene Sandulenko | |
character selection. svn-id: r18961 | |||
2005-10-08 | Oops. Fix crash introduced by last commit. | Eugene Sandulenko | |
svn-id: r18960 | |||
2005-10-08 | _vm->getSceneHeight() --> _vm->_scene->getHeight() and make it return different | Eugene Sandulenko | |
scene height for individual panel modes. svn-id: r18959 | |||
2005-10-08 | Added/stubbed some Feeble opcodes, and fixed a regression that made it | Torbjörn Andersson | |
impossible to load old (and probably new, for that matter) Simon savegames. svn-id: r18958 | |||
2005-10-07 | Added a "video" panel mode. From what I understand, the beginning of the | Torbjörn Andersson | |
IHNM intro should use this, so now it does. svn-id: r18957 | |||
2005-10-07 | Cleanup sprite header reader. | Eugene Sandulenko | |
svn-id: r18956 | |||
2005-10-07 | Adjust for larger resolution. | Travis Howell | |
svn-id: r18955 | |||
2005-10-07 | Missed a few lines. | Travis Howell | |
svn-id: r18954 | |||
2005-10-07 | FF starts VGA script. | Travis Howell | |
svn-id: r18953 | |||
2005-10-07 | Draw acrtors (eriktorbjorn, rejoice). | Eugene Sandulenko | |
It: o breaks intro, as now everything seems to be shifted. o Shows problem at our firt scene where there is no inventory drawn o Shows problem with our animation code, actor frames are wrong o Draws actors upside down and probably at wrong location o Due to incomplete implementation of whichObject() it crashes when you hover over characters. svn-id: r18952 | |||
2005-10-06 | It should always be possible to interrupt the intro with Escape now. Most | Torbjörn Andersson | |
of the job was already done, though. Only the final bit was missing. svn-id: r18951 | |||
2005-10-06 | Disabled scene background music for IHNM, for now. It was trying to start | Torbjörn Andersson | |
the end credits music right after the intro. svn-id: r18950 | |||
2005-10-06 | Add slight difference. | Travis Howell | |
svn-id: r18949 |