aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-09-23Moved PalmFatalError hereChris Apers
2003-09-23CD Audio track support via MP3 on PalmOSChris Apers
2003-09-23correct description, are these demos in the correct section of version orderi...Jonathan Gray
2003-09-23added two different versions of HE demosPaweł Kołodziejski
2003-09-23fixed conversion warning under vc7Paweł Kołodziejski
2003-09-23Fixed really brain-dead bug. (I made it myself - I can call it whatever ITorbjörn Andersson
2003-09-23Removed unused codeTorbjörn Andersson
2003-09-23cleanupTorbjörn Andersson
2003-09-23Since we probably won't have anything like the original BS2 launcher menu,Torbjörn Andersson
2003-09-23whitespace fixesTorbjörn Andersson
2003-09-23Initialize the cutscene voice-over sound handle, in case you press EscapeTorbjörn Andersson
2003-09-22use our own ABS instead of the math.h abs(); some tweaksMax Horn
2003-09-22Set the mixer to use the maximum volume. BS2 has its own volume settings,Torbjörn Andersson
2003-09-22Cleaned up the sound code enough to add cutscene voice-overs. I haven't hadTorbjörn Andersson
2003-09-21remove -Wcast-align, it causes troubles and sparc and has no real benefit els...Max Horn
2003-09-21No need to do endian conversion if you check for 0, as BE 0 == LE 0Max Horn
2003-09-21added WRITE_LE/BE_16/32 functions to match our current READ_ funcs - useful i...Max Horn
2003-09-21removed unused macroMax Horn
2003-09-21fix convertEndian compilation (thanks erik for giving me some work :-); also ...Max Horn
2003-09-21mentiond HQ3x in README & NEWS (IMHO the descriptions in the README could be ...Max Horn
2003-09-21fixed InitLUTs for 555 mode; some tweaksMax Horn
2003-09-21Made Ctrl-Alt 9 the hotkey for the new hq3x scaler, and moved the scanlinesTorbjörn Andersson
2003-09-21cleanupTorbjörn Andersson
2003-09-21Removed original ProcessMenu() code.Torbjörn Andersson
2003-09-21ScummVM code formatting conventionsTorbjörn Andersson
2003-09-21Applied ScummVM formatting conventionsTorbjörn Andersson
2003-09-21Some cleanup - lots more needed!Torbjörn Andersson
2003-09-21Few small index corrections pointed out by Dark-StarJames Brown
2003-09-21added HQ3x filterMax Horn
2003-09-21Use banners on WinCENicolas Bacca
2003-09-21Fix #807291Travis Howell
2003-09-20fix bug pointed out by Merlin0fCha0sOliver Kiehl
2003-09-20fixed AMD64 warningMax Horn
2003-09-20fixed AMD64 warningMax Horn
2003-09-20The usual cleanup. Removed the "run from CD" check.Torbjörn Andersson
2003-09-20The usual cleanup, plus make sure to delete SaveFileManager ifTorbjörn Andersson
2003-09-20cleanupTorbjörn Andersson
2003-09-20cleanupTorbjörn Andersson
2003-09-20Cleanup. I removed the PLOT_PATHS blocks since they depended on someTorbjörn Andersson
2003-09-20cleanupTorbjörn Andersson
2003-09-20Clarified commentTorbjörn Andersson
2003-09-20cleanupTorbjörn Andersson
2003-09-20Added EXECUTABLE.Torbjörn Andersson
2003-09-20The 'colliding' flag is never set to anything else than zero, so it shouldTorbjörn Andersson
2003-09-20Minor cleanupTorbjörn Andersson
2003-09-20make console height/width based on a float percentage of the overlay size -> ...Max Horn
2003-09-20prepend underscore before passing symbols to dlsym, at least on OS XMax Horn
2003-09-20make use of the new get_overlay_height/get_overlay_widthMax Horn
2003-09-20added explicit virtual destructor; added API which makes it potentially possi...Max Horn
2003-09-20fix invalid target crash for build using loadable modulesMax Horn