Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-05 | Bigger mouse cursor | Nicolas Bacca | |
svn-id: r7335 | |||
2003-05-05 | Add music control for Smartphone build | Nicolas Bacca | |
svn-id: r7334 | |||
2003-05-05 | Support for COMI and new targets | Nicolas Bacca | |
svn-id: r7333 | |||
2003-05-05 | Handle COMI UI | Nicolas Bacca | |
svn-id: r7332 | |||
2003-05-05 | Added new targets, auto-quit for demos without UI | Nicolas Bacca | |
svn-id: r7331 | |||
2003-05-04 | Allow for larger mouse pointers (CoMI). | Marcus Comstedt | |
svn-id: r7329 | |||
2003-05-04 | new fmopl (from adplug, which has it from mame; we can use it under the LGPL ↵ | Max Horn | |
should we ever have to) svn-id: r7328 | |||
2003-05-04 | Support hires mode (CoMI). | Marcus Comstedt | |
svn-id: r7326 | |||
2003-05-04 | *** empty log message *** | Ruediger Hanke | |
svn-id: r7315 | |||
2003-05-02 | cleanup, move tmpScreen to storage heap | Chris Apers | |
svn-id: r7268 | |||
2003-05-02 | Not needed | Chris Apers | |
svn-id: r7267 | |||
2003-05-02 | Add Tempo (-t) and Write ScummVM.ini (-w) | Chris Apers | |
svn-id: r7266 | |||
2003-05-02 | Constant global data PDB builder | Chris Apers | |
svn-id: r7263 | |||
2003-05-01 | fix another leak | Jonathan Gray | |
svn-id: r7245 | |||
2003-05-01 | Reactivate sound handler to prevent out of memory | Chris Apers | |
svn-id: r7243 | |||
2003-05-01 | No more needed | Chris Apers | |
svn-id: r7241 | |||
2003-04-30 | Add copyright header | Chris Apers | |
svn-id: r7232 | |||
2003-04-30 | Add copyright header | Chris Apers | |
svn-id: r7231 | |||
2003-04-30 | moved screen mutex from smush into SDL backend (other backends have to make ↵ | Max Horn | |
sure they are thread safe by themselves) svn-id: r7230 | |||
2003-04-30 | free movement may not be necessary for now, but doing it is trivial, so why ↵ | Max Horn | |
not. Still this code is horribly inefficient :-/. svn-id: r7229 | |||
2003-04-30 | avoid unneccesary blits | Max Horn | |
svn-id: r7228 | |||
2003-04-30 | palmos midi driver | Max Horn | |
svn-id: r7221 | |||
2003-04-30 | started to merge in Chrilith's PalmOS port | Max Horn | |
svn-id: r7219 | |||
2003-04-26 | Whatever I changed since last commit ... | Ruediger Hanke | |
svn-id: r7130 | |||
2003-04-25 | cleanup; added comment | Max Horn | |
svn-id: r7119 | |||
2003-04-18 | Add patch #723308 - SDL/GL with SDL scalers | Travis Howell | |
svn-id: r7015 | |||
2003-04-15 | Add patch #721194 - SDL/GL: hotswap_gfx_mode (win32 and MacOS) | Travis Howell | |
svn-id: r7012 | |||
2003-04-13 | Looks like gcc is broken again... :-( Go back to -O1 for now. | Marcus Comstedt | |
svn-id: r7000 | |||
2003-04-10 | fixed GP32 port | Joost Peters | |
svn-id: r6958 | |||
2003-04-04 | Smartphone version of Sam & Max skip fix | Nicolas Bacca | |
svn-id: r6910 | |||
2003-04-04 | Latest local version, rewrite pending ... | Nicolas Bacca | |
svn-id: r6909 | |||
2003-04-04 | Low quality FM synthesis, preliminary OGG stuff - do not try to compile that ↵ | Nicolas Bacca | |
I'll break everything in a few hours :) svn-id: r6908 | |||
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-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-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 | 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 | get scummvm to compile on unix != macosx as well | Oliver Kiehl | |
svn-id: r6866 | |||
2003-03-25 | default to current directory (instead of FS root) | Max Horn | |
svn-id: r6858 | |||
2003-03-18 | it omit one blit for scaler Normal1X in SDL backend | Paweł Kołodziejski | |
svn-id: r6831 | |||
2003-03-10 | fix for numpad fighting (I hope) | Max Horn | |
svn-id: r6790 | |||
2003-03-09 | fixed valgrind warning (though I don't see why this memset should be needed, ↵ | Max Horn | |
after reviewing the SDL_OpenAudio source) svn-id: r6783 | |||
2003-03-08 | change RBG to RGB which follows the argument order and hence makes more sense... | Jonathan Gray | |
svn-id: r6767 | |||
2003-03-07 | Ignore BASS build dir. | Marcus Comstedt | |
svn-id: r6746 |