Age | Commit message (Expand) | Author |
2006-04-25 | HashMap::size does not modify the state of the hashmap, so it can be declared... | Max Horn |
2006-04-25 | Fixes some coordinate initialization in the menus, and makes sure the initial... | Oystein Eftevaag |
2006-04-25 | Uses the special cursor color palette for the cursor now (this fixes problems... | Johannes Schickel |
2006-04-25 | - minor cleanup in modern.ini | Eugene Sandulenko |
2006-04-25 | - Resize chooser dialog | Eugene Sandulenko |
2006-04-25 | Fix OmniTV repeating for now | Travis Howell |
2006-04-25 | Adds some code to dynamically resize and readjust the menus if the text strin... | Oystein Eftevaag |
2006-04-25 | Fix fps setting for video play back | Travis Howell |
2006-04-25 | Fix OmniTV not stopping, when room changes in FF | Travis Howell |
2006-04-25 | Hide mouse pointer when video is active | Travis Howell |
2006-04-24 | Revert change, a NULL block should be added if audio doesn't exist | Travis Howell |
2006-04-24 | If startSound() can't find a WAVE chunk, set the file position to the beginning | Torbjörn Andersson |
2006-04-24 | Revert sign change to vcReadVar(), made glitches worse in some scenes | Travis Howell |
2006-04-24 | Remove duplicate code | Travis Howell |
2006-04-24 | Correct and move warning, when failing to load video in FF | Travis Howell |
2006-04-24 | Add support for OmniTV | Travis Howell |
2006-04-24 | vcReadVar() should return a signed value | Travis Howell |
2006-04-24 | Restrict variables sizes, when reading from vcReadNextWord(), to prevent over... | Travis Howell |
2006-04-24 | Fix memory leak in readGamePcText() | Travis Howell |
2006-04-24 | Initialize all variables in MoviePlayer class | Travis Howell |
2006-04-24 | Remove duplicate variable in readGamePcText() | Travis Howell |
2006-04-24 | isSpriteLoaded is Simon 1/2 specific and never used by FF | Travis Howell |
2006-04-24 | Free screen buffers on exit | Travis Howell |
2006-04-24 | Ooops, real memory leak was in sound buffer | Travis Howell |
2006-04-24 | Fix sound memory leak | Travis Howell |
2006-04-23 | Fix loading music/speech files in HE98+ games | Travis Howell |
2006-04-23 | Some more cleanup in class Scumm::Sound | Max Horn |
2006-04-23 | Update all credits | Travis Howell |
2006-04-23 | Fix for HE games which use the generic HE variants (d'oh) | Max Horn |
2006-04-23 | Update credits | Travis Howell |
2006-04-23 | Detect (and error out) if readMAXS fails | Max Horn |
2006-04-23 | Fix access to .he2 in Sound::openSfxFile, too | Max Horn |
2006-04-23 | Fix access to .he3/.he4 files | Max Horn |
2006-04-23 | Added a comment regarding COMI disc changing | Max Horn |
2006-04-23 | Moved _heTimers to ScummEngine_v60he | Max Horn |
2006-04-23 | Move HE specific stuff from class Sound to its new subclass SoundHE | Max Horn |
2006-04-23 | Moved ScummEngine_v5 from cursor.cpp to scumm.cpp (seems to be more natural, ... | Max Horn |
2006-04-23 | Change some uses of ScummFile to the more generic BaseScummFile | Max Horn |
2006-04-23 | Modified openFile and openResourceFile to take a Common::String instead of a ... | Max Horn |
2006-04-23 | Behold, the new SCUMM detector finally has arrived. Unified detection & engin... | Max Horn |
2006-04-23 | Small tweak to allow turning off MD5 computation for debugging | Max Horn |
2006-04-23 | Remove superfluous exclamation mark | Max Horn |
2006-04-23 | Implemented volume and panning for FF sound effects. I hope my mapping from | Torbjörn Andersson |
2006-04-23 | Also output the description when running DETECTOR_TESTING_HACK | Max Horn |
2006-04-23 | Uses kyra.dat for GUI strings instead of hardcoding them, which means localiz... | Oystein Eftevaag |
2006-04-23 | typo | Max Horn |
2006-04-23 | Fixed MD5 entry for mac version of MI1 | Max Horn |
2006-04-23 | Modified DETECTOR_TESTING_HACK code to skip over invalid paths | Max Horn |
2006-04-23 | Fixed getNodeForPath on systems using POSIXFilesystemNode to again correctly ... | Max Horn |
2006-04-23 | Test code for the detection code in all engines (disabled by default) | Max Horn |