Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-26 | Gather prefix files to a new directory and rename ARM prefix files | Chris Apers | |
svn-id: r20925 | |||
2006-02-26 | Gather prefix files to a new directory, rename 68k prefix files | Chris Apers | |
svn-id: r20924 | |||
2006-02-26 | Move prefix files to a new prefixes/ directory | Chris Apers | |
svn-id: r20923 | |||
2006-02-26 | Prefix file for BS2 68k module, for debug purpose only | Chris Apers | |
svn-id: r20922 | |||
2006-02-26 | Prefix file for Zodiac ARM modules | Chris Apers | |
svn-id: r20921 | |||
2006-02-26 | Prefix file for OS5 ARM modules | Chris Apers | |
svn-id: r20920 | |||
2006-02-26 | Aeroplayer CD driver | Chris Apers | |
svn-id: r20919 | |||
2006-02-26 | With the added delay to the popup menu loop, it's much more likely that each | Torbjörn Andersson | |
iteration will see several events, so pop all events from the queue each time. Of course, we still only need to check the mouse position once. Warp the mouse back to neutral even if we're trying to go past the first/last menu entry. svn-id: r20918 | |||
2006-02-26 | Use the correct function depending on the version | Chris Apers | |
svn-id: r20917 | |||
2006-02-26 | Scumm md5 struct for 68k version | Chris Apers | |
svn-id: r20916 | |||
2006-02-26 | The warpMouse() function needs to compensate for aspect-ratio correction, or | Torbjörn Andersson | |
the Lure popup menus won't work. svn-id: r20915 | |||
2006-02-26 | Cleaned up my earlier "delay in busy-wait loop" commit, and added a similar | Torbjörn Andersson | |
delay to PopupMenu::Show(). svn-id: r20914 | |||
2006-02-26 | Missing prefix files for 68k engines | Chris Apers | |
svn-id: r20913 | |||
2006-02-26 | Added delays to the waitForRelease() and waitForPress() busy-wait loops. | Torbjörn Andersson | |
svn-id: r20912 | |||
2006-02-26 | Use correct include and event function | Chris Apers | |
svn-id: r20911 | |||
2006-02-26 | Updated global data builder for 68k version, this part will be fully ↵ | Chris Apers | |
revamped as soon as the 68k version is ready svn-id: r20910 | |||
2006-02-26 | DIA functions required by T3 | Chris Apers | |
svn-id: r20909 | |||
2006-02-26 | Remove roomOps cases which are never used by COMI scripts | Travis Howell | |
svn-id: r20908 | |||
2006-02-26 | COMI uses a separate setting for the verb charset, verbs use correct charset now | Travis Howell | |
svn-id: r20907 | |||
2006-02-26 | Camera variables are initialised on startup by COMI too | Travis Howell | |
svn-id: r20906 | |||
2006-02-26 | Move debug mode setting to initScummVars(), so it is reset when game is ↵ | Travis Howell | |
restarted svn-id: r20905 | |||
2006-02-26 | Fix bug #1349059: "SCUMM, GUI: Cursor jumps to incorrect position when pausing" | Eugene Sandulenko | |
svn-id: r20904 | |||
2006-02-26 | That change shouldn't have been commited | Travis Howell | |
svn-id: r20903 | |||
2006-02-26 | stop playing a sample before deleting the sample data | Willem Jan Palenstijn | |
svn-id: r20902 | |||
2006-02-26 | Change debugInput opcode result to zerod array for now, since it expects ↵ | Travis Howell | |
input string svn-id: r20901 | |||
2006-02-25 | Cleanup, forgot to mention that these files are ARM (Zodiac and OS5) startup ↵ | Chris Apers | |
code svn-id: r20899 | |||
2006-02-25 | Remove the dummy index 0 entry from substResFileNameTable | Max Horn | |
svn-id: r20898 | |||
2006-02-25 | Correct name | Chris Apers | |
svn-id: r20897 | |||
2006-02-25 | Update properties and keywords | Chris Apers | |
svn-id: r20896 | |||
2006-02-25 | Will use mpeg2 | Chris Apers | |
svn-id: r20895 | |||
2006-02-25 | Fixed compilation | Chris Apers | |
svn-id: r20894 | |||
2006-02-25 | Fixed compilation | Chris Apers | |
svn-id: r20893 | |||
2006-02-25 | Added CinE engine | Chris Apers | |
svn-id: r20892 | |||
2006-02-25 | - Added 3DO platform | Chris Apers | |
- talkSpeed and copryprotection are now global to all engines - Fixed music and sound configuration svn-id: r20891 | |||
2006-02-25 | Remove obsolete var, now we have only one checkbox for sound and music | Chris Apers | |
svn-id: r20890 | |||
2006-02-25 | Added 3DO platform and CinE engine | Chris Apers | |
svn-id: r20889 | |||
2006-02-25 | Improved patch for bug #1436165 (no more warnings from GNU tail about ↵ | Max Horn | |
outdated parameters) svn-id: r20888 | |||
2006-02-25 | Rename those files so that: | Chris Apers | |
- fucntions can also be used in C projects - functions really replace same functions from MSL instead of having multiple definitions for C and C++ svn-id: r20887 | |||
2006-02-25 | Prepare those files to be renamed as *.c | Chris Apers | |
svn-id: r20886 | |||
2006-02-25 | Moved the plugin interface code of the SCUMM engine into a separate source file | Max Horn | |
svn-id: r20885 | |||
2006-02-25 | cleanup unpacking function and get rid of an old hack to prevent buffer ↵ | Gregory Montoir | |
overflows. svn-id: r20884 | |||
2006-02-25 | Fix compiler warning (wrong return type) | Max Horn | |
svn-id: r20883 | |||
2006-02-25 | Moved check for unknown MD5 checksum from ScummEngine::ScummEngine to ↵ | Max Horn | |
Engine_SCUMM_create svn-id: r20882 | |||
2006-02-25 | cleanup (endianess fixes, fixed partBufferStruct structure) | Gregory Montoir | |
svn-id: r20881 | |||
2006-02-25 | Modified the workaround for bug #1407789 to not depend on MD5 detection | Max Horn | |
svn-id: r20880 | |||
2006-02-25 | Split SCUMM's generateSubstResFileName into two functions: ↵ | Max Horn | |
findSubstResFileName and applySubstResFileName svn-id: r20879 | |||
2006-02-25 | Moved dummy MIDI driver from backends/ to sound/ (this fixes bug #1435221) | Max Horn | |
svn-id: r20878 | |||
2006-02-25 | Fix bug #1436178 (ALL: int8_t in graphics/animation in conflict with ISO99 C) | Max Horn | |
svn-id: r20877 | |||
2006-02-25 | Add newline to the end of the file | Eugene Sandulenko | |
svn-id: r20876 | |||
2006-02-25 | Put theme .ini out of .zip for better changes tracking. | Eugene Sandulenko | |
svn-id: r20875 |