Commit Graph
6575 Commits
Author SHA1 Message Date
Chris Apers 3a83153fb5 cleanup, move tmpScreen to storage heap
svn-id: r7268
2003-05-02 15:30:06 +00:00
Chris Apers 4e5f8d1ed8 Not needed
svn-id: r7267
2003-05-02 14:39:29 +00:00
Chris Apers f26516ee7f Add Tempo (-t) and Write ScummVM.ini (-w)
svn-id: r7266
2003-05-02 14:34:22 +00:00
Chris Apers 160c7f2a08 Constant global data PDB builder
svn-id: r7263
2003-05-02 11:01:49 +00:00
Jonathan Gray 9f9af13a01 fix another leak
svn-id: r7245
2003-05-01 12:42:46 +00:00
Chris Apers 09abe32284 Reactivate sound handler to prevent out of memory
svn-id: r7243
2003-05-01 11:41:19 +00:00
Chris Apers ee9ff114ab No more needed
svn-id: r7241
2003-05-01 11:30:36 +00:00
Chris Apers d4b4915466 Add copyright header
svn-id: r7232
2003-04-30 21:08:44 +00:00
Chris Apers f53d7ceab9 Add copyright header
svn-id: r7231
2003-04-30 20:57:10 +00:00
Max Horn feab6f904f moved screen mutex from smush into SDL backend (other backends have to make sure they are thread safe by themselves)
svn-id: r7230
2003-04-30 19:11:33 +00:00
Max Horn 7093694781 free movement may not be necessary for now, but doing it is trivial, so why not. Still this code is horribly inefficient :-/.
svn-id: r7229
2003-04-30 18:34:29 +00:00
Max Horn f0dceacf4b avoid unneccesary blits
svn-id: r7228
2003-04-30 18:07:17 +00:00
Max Horn 38b6a9f090 palmos midi driver
svn-id: r7221
2003-04-30 12:46:02 +00:00
Max Horn 42f156ddad started to merge in Chrilith's PalmOS port
svn-id: r7219
2003-04-30 11:37:10 +00:00
Ruediger Hanke 8460343287 Whatever I changed since last commit ...
svn-id: r7130
2003-04-26 11:43:44 +00:00
Max Horn 5c93732d60 cleanup; added comment
svn-id: r7119
2003-04-25 20:03:00 +00:00
Travis Howell 1d1e111214 Add patch #723308 - SDL/GL with SDL scalers
svn-id: r7015
2003-04-18 01:19:30 +00:00
Travis Howell 252928f87a Add patch #721194 - SDL/GL: hotswap_gfx_mode (win32 and MacOS)
svn-id: r7012
2003-04-15 01:32:16 +00:00
Marcus Comstedt 0fe46c5007 Looks like gcc is broken again... :-( Go back to -O1 for now.
svn-id: r7000
2003-04-13 12:53:08 +00:00
Joost Peters 81ac7cc8f8 fixed GP32 port
svn-id: r6958
2003-04-10 13:44:50 +00:00
Nicolas Bacca f8b70406e4 Smartphone version of Sam & Max skip fix
svn-id: r6910
2003-04-04 13:21:26 +00:00
Nicolas Bacca a3e673b2a2 Latest local version, rewrite pending ...
svn-id: r6909
2003-04-04 13:20:24 +00:00
Nicolas Bacca 868161a7b0 Low quality FM synthesis, preliminary OGG stuff - do not try to compile that I'll break everything in a few hours :)
svn-id: r6908
2003-04-04 13:18:41 +00:00
Nicolas Bacca 0f8d55d77f Fix skip key problems mainly for Sam & Max
svn-id: r6907
2003-04-04 13:17:48 +00:00
Nicolas Bacca 9633eb00dd Fix compiling issues with Smartphone/HPC builds
svn-id: r6906
2003-04-04 13:14:15 +00:00
Nicolas Bacca d13a5415a9 Adding _heapchk
svn-id: r6905
2003-04-04 13:11:32 +00:00
Marcus Comstedt 0bf50fc1a1 zlib.h is no longer in ronin/.
svn-id: r6904
2003-04-03 21:55:40 +00:00
Marcus Comstedt 77718200b9 Updated to new libronin layout.
svn-id: r6903
2003-04-03 21:51:15 +00:00
Marcus Comstedt 03dbeae1e6 Changed prerequisites to be more up to date (slightly ahead of date, actually :)
svn-id: r6902
2003-04-03 19:50:28 +00:00
Paweł Kołodziejski 848c566d50 fix for wrong(or rather unset) mouse 0,0 (x,y) position when joystick is plugged
when code handle joystick motion and mapping to mouse motion, it should also
set mouse x,y position

svn-id: r6880
2003-03-29 09:56:51 +00:00
Jonathan Gray a8212179eb add back removed checks for definitions of mouse scrolling buttons before using them as we don't want to depend on sdl >= 1.2.5
svn-id: r6872
2003-03-27 04:20:17 +00:00
Max Horn c842edb5bd long standing evil bug (luckily hardly has any effect since almost 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 22:02:25 +00:00
Max Horn 2f5cc865fe cleanup; added SDL_VIDEOEXPOSE
svn-id: r6869
2003-03-26 21:56:30 +00:00
Max Horn 0042dd73ec sys/types.h only needed on OS X to work non-POSIX compliance in system headers; use getcwd instead of getwd
svn-id: r6868
2003-03-26 21:17:14 +00:00
Oliver Kiehl b3a20b29ba get scummvm to compile on unix != macosx as well
svn-id: r6866
2003-03-26 17:12:56 +00:00
Max Horn 76548862f9 default to current directory (instead of FS root)
svn-id: r6858
2003-03-25 12:14:14 +00:00
Paweł Kołodziejski e1d591921f it omit one blit for scaler Normal1X in SDL backend
svn-id: r6831
2003-03-18 13:31:37 +00:00
Max Horn bce210cc25 fix for numpad fighting (I hope)
svn-id: r6790
2003-03-10 01:37:34 +00:00
Max Horn b1fe351a51 fixed valgrind warning (though I don't see why this memset should be needed, after reviewing the SDL_OpenAudio source)
svn-id: r6783
2003-03-09 01:23:40 +00:00
Jonathan Gray 361e312a6c change RBG to RGB which follows the argument order and hence makes more sense...
svn-id: r6767
2003-03-08 06:53:32 +00:00
Marcus Comstedt d62710b710 Ignore BASS build dir.
svn-id: r6746
2003-03-07 15:47:32 +00:00
Marcus Comstedt 1e0b221341 Exclude movies from game name matching.
svn-id: r6743
2003-03-07 15:26:29 +00:00
Marcus Comstedt 69c51886cb Handle slightly broken icons (The Dig).
svn-id: r6742
2003-03-07 15:19:07 +00:00
Paweł Kołodziejski aa3766018f updated copyrights headers
svn-id: r6726
2003-03-06 21:46:56 +00:00
Paweł Kołodziejski a8c3057875 and more cleanup ....
svn-id: r6719
2003-03-06 18:30:44 +00:00
Max Horn cc8f6f5ded added SysEx support to the CoreAudio midi backend - though I have no clue what effect this will have, or how I could test this...
svn-id: r6677
2003-03-03 22:39:04 +00:00
Marcus Comstedt cf13cd3f33 Don't keep a backlog of missed deadlines for event polling...
svn-id: r6674
2003-03-03 21:40:31 +00:00
Marcus Comstedt f01d67ab9c Increased level of optimization (make sure to use gcc 3.3).
svn-id: r6673
2003-03-03 21:24:21 +00:00
Marcus Comstedt a29fb89e53 Timer implemented.
svn-id: r6667
2003-03-02 20:17:21 +00:00
Marcus Comstedt 8889232a25 Make sure version_settings are initialized.
svn-id: r6665
2003-03-02 18:38:51 +00:00