Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-17 | Trigger videos for OmniTV in FF | Travis Howell | |
svn-id: r21978 | |||
2006-04-17 | Adjust video playback code, due to false calls in prison of FF | Travis Howell | |
svn-id: r21977 | |||
2006-04-17 | Remove leftover warning | Travis Howell | |
svn-id: r21976 | |||
2006-04-17 | Improve sound support in FF and add MoviePlayer class | Travis Howell | |
svn-id: r21975 | |||
2006-04-17 | Minor cleanup | Travis Howell | |
svn-id: r21960 | |||
2006-04-17 | Intergrate the DXA player for Amiga/Macintosh verisons of FF, from cyx | Travis Howell | |
svn-id: r21959 | |||
2006-04-17 | Handle unsigned variableArray reads better in FF, fixes more missing subroutines | Travis Howell | |
svn-id: r21958 | |||
2006-04-17 | Fix box selection after vertical scrolling in FF | Travis Howell | |
svn-id: r21957 | |||
2006-04-17 | Only allocate scale buffer when using FF | Travis Howell | |
svn-id: r21956 | |||
2006-04-17 | Fix vertical scrolling | Travis Howell | |
svn-id: r21955 | |||
2006-04-16 | The backend is responsible for making its own copy of the mouse cursor, so FF | Torbjörn Andersson | |
can use the original data, instead of leaking memory every time the drawMousePointer() function is called (several times per second). svn-id: r21948 | |||
2006-04-16 | The File class automatically tries adding "." to a filename if the file cannot | Torbjörn Andersson | |
be found, so there's no need for the Simon engine to do it. (Though the game detector still does at the moment.) svn-id: r21947 | |||
2006-04-16 | Add missing mouse pointer checks for oracle and SAM in FF | Travis Howell | |
svn-id: r21942 | |||
2006-04-16 | Reduced dependencies on base/plugins.h | Max Horn | |
svn-id: r21940 | |||
2006-04-16 | Removed the directory parameter from md5_file | Max Horn | |
svn-id: r21937 | |||
2006-04-16 | Fix cursor colors in chemsitry set for FF | Travis Howell | |
svn-id: r21933 | |||
2006-04-16 | Fix mouse cursor changing for buttons in chemistry set for FF | Travis Howell | |
svn-id: r21932 | |||
2006-04-16 | Improve cursor support in FF | Travis Howell | |
svn-id: r21930 | |||
2006-04-16 | Use default cursor in FF for now, to make selection easier | Travis Howell | |
svn-id: r21929 | |||
2006-04-16 | Correct sign, to fix weird path finding issues in FF | Travis Howell | |
svn-id: r21928 | |||
2006-04-15 | Fix speech id for o_screenTextMsg() in FF | Travis Howell | |
svn-id: r21927 | |||
2006-04-15 | Cleanup | Travis Howell | |
svn-id: r21926 | |||
2006-04-15 | Remove out dated comment | Travis Howell | |
svn-id: r21925 | |||
2006-04-15 | Use different methods to avoid overflows to FF, to avoid regressions | Travis Howell | |
svn-id: r21924 | |||
2006-04-15 | Use different methods to avoid overflows to FF, to avoid regressions | Travis Howell | |
svn-id: r21923 | |||
2006-04-15 | - Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ↵ | Max Horn | |
new getActiveDomain method that returns a pointer to the actual active *domain* - Added Engine::_targetName whose value is computed from the name of the active domain - Removed GameDetector::_targetName, instead code now uses either Engine::_targetName or the name of the active domain - This in turn allowed for removing usage of GameDetector in many places svn-id: r21916 | |||
2006-04-15 | Removed GameDetector::_gameid in favor of using a config manager entry | Max Horn | |
svn-id: r21915 | |||
2006-04-15 | Fix display of swap character logo in FF | Travis Howell | |
svn-id: r21912 | |||
2006-04-15 | Increase size of variable array entries, to prevent overflows that often ↵ | Travis Howell | |
occur in FF. The original FF used unsigned variable arrays, but Simon 1/2 requires a signed variable array. svn-id: r21905 | |||
2006-04-15 | Minor cleanup | Travis Howell | |
svn-id: r21904 | |||
2006-04-15 | Change _numTextBoxes to unsigned, to stop compile warnings | Travis Howell | |
svn-id: r21903 | |||
2006-04-15 | Adjust various number of textBox checks for FF | Travis Howell | |
svn-id: r21902 | |||
2006-04-15 | Increase array sizes for FF and cleanup | Travis Howell | |
svn-id: r21901 | |||
2006-04-15 | Add support for switching voice file in PC versions of FF and cleanup | Travis Howell | |
svn-id: r21900 | |||
2006-04-15 | Fix compile warnings I caused | Travis Howell | |
svn-id: r21899 | |||
2006-04-15 | Remove last use of hard coded language values and adjust settings for FF | Travis Howell | |
svn-id: r21898 | |||
2006-04-15 | Adjust video opcodes for second variable array | Travis Howell | |
svn-id: r21897 | |||
2006-04-14 | Fix another glitch in save game interface of FF | Travis Howell | |
svn-id: r21893 | |||
2006-04-14 | Fix glitch when entering saved game name in FF | Travis Howell | |
svn-id: r21886 | |||
2006-04-14 | Correct size, when clearing image in renderString() for FF | Travis Howell | |
svn-id: r21885 | |||
2006-04-14 | Avoid possible regression in set_video_mode_internal() for Simon1 | Travis Howell | |
svn-id: r21884 | |||
2006-04-14 | Fix object name display, after conversation in FF | Travis Howell | |
svn-id: r21883 | |||
2006-04-14 | Cleanup | Travis Howell | |
svn-id: r21880 | |||
2006-04-14 | Remove unused code | Travis Howell | |
svn-id: r21877 | |||
2006-04-14 | A few corrections to path finding in FF | Travis Howell | |
svn-id: r21876 | |||
2006-04-14 | Adjusted debug message levels: loading a cutscene is more interesting than the | Torbjörn Andersson | |
drawing of a scaled sprite. svn-id: r21875 | |||
2006-04-14 | Ooops, increment table, not field in invertBox{} | Travis Howell | |
svn-id: r21874 | |||
2006-04-14 | Add missing increment in invertBox() | Travis Howell | |
svn-id: r21873 | |||
2006-04-14 | Fixed stupid mistake (it's my mistake, I can call it whatever I want!) in the | Torbjörn Andersson | |
scaling code. Hopefully it's right now. The scaling glitches seem to be gone, at any rate. svn-id: r21872 | |||
2006-04-14 | Add speech support for Amiga verison of FF | Travis Howell | |
svn-id: r21871 |