Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-04 | Fix skip key problems mainly for Sam & Max | Nicolas Bacca | |
svn-id: r6907 | |||
2003-04-04 | Fix compiling issues with Smartphone/HPC builds | Nicolas Bacca | |
svn-id: r6906 | |||
2003-04-04 | Adding _heapchk | Nicolas Bacca | |
svn-id: r6905 | |||
2003-04-03 | zlib.h is no longer in ronin/. | Marcus Comstedt | |
svn-id: r6904 | |||
2003-04-03 | Updated to new libronin layout. | Marcus Comstedt | |
svn-id: r6903 | |||
2003-04-03 | Changed prerequisites to be more up to date (slightly ahead of date, actually :) | Marcus Comstedt | |
svn-id: r6902 | |||
2003-04-03 | Save game path setting is not meaningful on the Dreamcast. | Marcus Comstedt | |
svn-id: r6901 | |||
2003-04-02 | fix for bug #695654 | Max Horn | |
svn-id: r6900 | |||
2003-04-02 | More Spanish font corrections, the . and , fonts were corrupt | Travis Howell | |
svn-id: r6899 | |||
2003-04-02 | Hebrew fonts were off by two bytes too. | Travis Howell | |
svn-id: r6898 | |||
2003-04-02 | Enable choice between English voice and subtitles in French, Hebrew, Italian ↵ | Travis Howell | |
and Spanish version of Simon the Sorcerer 1 talkie svn-id: r6897 | |||
2003-04-02 | Spanish video fonts were off by two bytes | Travis Howell | |
Might be able to merge with main fonts eventually. svn-id: r6896 | |||
2003-04-02 | Add correct use verb words for Italian | Travis Howell | |
svn-id: r6895 | |||
2003-04-01 | correct to match dissassembly | Paweł Kołodziejski | |
svn-id: r6894 | |||
2003-04-01 | Patch 713149: Fix OOB access | Max Horn | |
svn-id: r6893 | |||
2003-03-31 | Add spanish video fonts, not sure why this set is so different. | Travis Howell | |
svn-id: r6892 | |||
2003-03-31 | Add proper spanish verbs | Travis Howell | |
svn-id: r6891 | |||
2003-03-30 | fixed description centering in the FT and added hack for redraw descriptions ↵ | Paweł Kołodziejski | |
in height while scrolling room svn-id: r6890 | |||
2003-03-30 | added eriktorbjorn patch for multiple text lines for the dig ending credits | Paweł Kołodziejski | |
svn-id: r6889 | |||
2003-03-30 | changed messages from warning to debug | Paweł Kołodziejski | |
svn-id: r6888 | |||
2003-03-30 | obsolete TODOs | Max Horn | |
svn-id: r6887 | |||
2003-03-30 | fixed cordinates in the Dig opcode 0xE1 | Paweł Kołodziejski | |
svn-id: r6886 | |||
2003-03-30 | corrected opcode 0xE1 in the dig (bug in the IDB) | Paweł Kołodziejski | |
svn-id: r6885 | |||
2003-03-29 | fixed verb regression in older games | Max Horn | |
svn-id: r6884 | |||
2003-03-29 | changed printf to debug | Paweł Kołodziejski | |
svn-id: r6883 | |||
2003-03-29 | hack for proper description redraw in the dig while scrolling room | Paweł Kołodziejski | |
svn-id: r6882 | |||
2003-03-29 | fix y position of text description in the dig | Paweł Kołodziejski | |
svn-id: r6881 | |||
2003-03-29 | fix for wrong(or rather unset) mouse 0,0 (x,y) position when joystick is plugged | Paweł Kołodziejski | |
when code handle joystick motion and mapping to mouse motion, it should also set mouse x,y position svn-id: r6880 | |||
2003-03-29 | stdafx.cpp is not needed | Paweł Kołodziejski | |
svn-id: r6879 | |||
2003-03-28 | some comments on actorHit | Max Horn | |
svn-id: r6878 | |||
2003-03-28 | cleanup | Max Horn | |
svn-id: r6877 | |||
2003-03-28 | this should fix one of those nasty deadlocks, I hope | Max Horn | |
svn-id: r6876 | |||
2003-03-28 | small optimization (do three memory reads instead of five) | Max Horn | |
svn-id: r6875 | |||
2003-03-28 | fixed verb drawing in COMI (and maybe FT, too?) | Max Horn | |
svn-id: r6874 | |||
2003-03-27 | fixed compilation under VC6 | Paweł Kołodziejski | |
svn-id: r6873 | |||
2003-03-27 | add back removed checks for definitions of mouse scrolling buttons before ↵ | Jonathan Gray | |
using them as we don't want to depend on sdl >= 1.2.5 svn-id: r6872 | |||
2003-03-26 | grow default buttons size & browser dialog to accomodate for spanish games | Max Horn | |
svn-id: r6871 | |||
2003-03-26 | long standing evil bug (luckily hardly has any effect since almost ↵ | Max Horn | |
everything has 2 byte alignment; but if the motion/button structs are ever changed, this would have gone broke) svn-id: r6870 | |||
2003-03-26 | cleanup; added SDL_VIDEOEXPOSE | Max Horn | |
svn-id: r6869 | |||
2003-03-26 | sys/types.h only needed on OS X to work non-POSIX compliance in system ↵ | Max Horn | |
headers; use getcwd instead of getwd svn-id: r6868 | |||
2003-03-26 | Hook up the midi driver selection popup; disable GFX popup for now, till we ↵ | Max Horn | |
modify the backends to properly allow for it's support svn-id: r6867 | |||
2003-03-26 | get scummvm to compile on unix != macosx as well | Oliver Kiehl | |
svn-id: r6866 | |||
2003-03-26 | cleanup | Max Horn | |
svn-id: r6865 | |||
2003-03-26 | Make it possible to disable popups/checkboxes | Max Horn | |
svn-id: r6864 | |||
2003-03-25 | make the volume controls in the global options dialog work | Max Horn | |
svn-id: r6863 | |||
2003-03-25 | added some meat to the global options dialog (no prefs are stored yet, though) | Max Horn | |
svn-id: r6862 | |||
2003-03-25 | Commit as binary | Travis Howell | |
svn-id: r6861 | |||
2003-03-25 | *** empty log message *** | Travis Howell | |
svn-id: r6860 | |||
2003-03-25 | Bug fix from ludde | Travis Howell | |
svn-id: r6859 | |||
2003-03-25 | default to current directory (instead of FS root) | Max Horn | |
svn-id: r6858 |