Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2003-03-25 | Patch #691696: Possible fix for Adlib regression | Max Horn | |
svn-id: r6857 | |||
2003-03-25 | cleanup | Max Horn | |
svn-id: r6856 | |||
2003-03-24 | cleanup | Max Horn | |
svn-id: r6855 | |||
2003-03-24 | Some more cleanup, loadFile now returns a uint8*/byte* so no casting is ↵ | Joost Peters | |
needed anymore. svn-id: r6854 | |||
2003-03-24 | use description to set window title if one is specified | Jonathan Gray | |
svn-id: r6853 | |||
2003-03-23 | Patch #708384: Off-by-one bug which causes inventory problems in COMI | Max Horn | |
svn-id: r6852 | |||
2003-03-23 | Because khalek said so. | Jonathan Gray | |
svn-id: r6851 | |||
2003-03-23 | Because Kirben said so. | James Brown | |
svn-id: r6850 | |||
2003-03-23 | Quick update of NEWS | James Brown | |
svn-id: r6849 | |||
2003-03-23 | move language enum to gameDetector.h | Jonathan Gray | |
svn-id: r6848 | |||
2003-03-23 | cleanup | Max Horn | |
svn-id: r6847 | |||
2003-03-23 | updated Mac OS X static build rule | Max Horn | |
svn-id: r6846 | |||
2003-03-23 | add comment to language enum I meant to do a while back | Jonathan Gray | |
svn-id: r6845 | |||
2003-03-23 | Add Spanish quit key for Simon games | Travis Howell | |
svn-id: r6844 | |||
2003-03-21 | moved delay stuff outside of lock mutex | Paweł Kołodziejski | |
svn-id: r6843 | |||
2003-03-21 | convert tabs to space... | Jonathan Gray | |
svn-id: r6842 | |||
2003-03-21 | update readme with some more game targets | Jonathan Gray | |
svn-id: r6841 | |||
2003-03-20 | updated to plist 1.0 | Max Horn | |
svn-id: r6840 | |||
2003-03-20 | simon1amiga should be disabled for now | Travis Howell | |
svn-id: r6839 | |||
2003-03-20 | take lock mutex mechanism also processKbd() and waitForTimer(). | Paweł Kołodziejski | |
I hope it will finally solve locking gfx resources svn-id: r6838 | |||
2003-03-19 | use a mutex to sync smush screen updates (should avoid crash caused by a ↵ | Max Horn | |
race condition) svn-id: r6837 | |||
2003-03-18 | cleanup | Max Horn | |
svn-id: r6836 | |||
2003-03-18 | cleanup; add stopID method to stop a currently playing sound via its ID | Max Horn | |
svn-id: r6835 | |||
2003-03-18 | added script opcode for dig minigame | Paweł Kołodziejski | |
svn-id: r6834 | |||
2003-03-18 | added input keys support for dig ingame | Paweł Kołodziejski | |
svn-id: r6833 | |||
2003-03-18 | cleanup | Max Horn | |
svn-id: r6832 | |||
2003-03-18 | it omit one blit for scaler Normal1X in SDL backend | Paweł Kołodziejski | |
svn-id: r6831 | |||
2003-03-18 | add GF_DEFAULT_TO_1X_SCALER | Jonathan Gray | |
svn-id: r6830 | |||
2003-03-17 | a tiny safer | Paweł Kołodziejski | |
svn-id: r6829 |