aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-07-05gah. I am stupidMax Horn
svn-id: r8780
2003-07-05fixed stack lock at startupMax Horn
svn-id: r8779
2003-07-05enforce use of type MutexRefMax Horn
svn-id: r8778
2003-07-05updated code to use type MutexRef; added class StackLock (from sdl backend, ↵Max Horn
now in util.*) svn-id: r8777
2003-07-05updated backends to use type MutexRefMax Horn
svn-id: r8776
2003-07-05Add more OpenGL fixes, patch #762815Travis Howell
svn-id: r8775
2003-07-05fix warningJoost Peters
svn-id: r8774
2003-07-05Attempt some more V1 costume work. Not that it helps yet.James Brown
svn-id: r8773
2003-07-05Note spare strings in the custom string resource table.James Brown
svn-id: r8772
2003-07-05Fix irky old date. We need to autogenerate this somehow.James Brown
svn-id: r8771
2003-07-05Update about dialog. Will somebody please move the About dialog to Common so ↵James Brown
we can also display it from the launcher? :) svn-id: r8770
2003-07-05Put check it right placeTravis Howell
svn-id: r8769
2003-07-05make f5 menu work in > v2 16 colour gamesJonathan Gray
svn-id: r8768
2003-07-05DonTravis Howell
't attempt to play music/sfx in v1 games svn-id: r8767
2003-07-05Fix sky fullscreen from launcherJames Brown
svn-id: r8766
2003-07-05Implement new interface functionsRuediger Hanke
svn-id: r8765
2003-07-05Fix multiple debug level messages, when debug level is set in the config file.Travis Howell
svn-id: r8764
2003-07-05hack for proper compile for vc6, why I need this ?Paweł Kołodziejski
svn-id: r8763
2003-07-05updated filePaweł Kołodziejski
svn-id: r8762
2003-07-05revert to previous targetsPaweł Kołodziejski
svn-id: r8761
2003-07-05fixed cursor and allowed pressing enter for loading and saving, too.Robert Göffringmann
svn-id: r8760
2003-07-05hope this fixes problems about cut-off speech.Robert Göffringmann
svn-id: r8759
2003-07-05better mouse hotspot, seems the same as in the original now...only tested on ↵Joost Peters
first few scenes & control panel though svn-id: r8758
2003-07-05added hufftext.oJoost Peters
svn-id: r8757
2003-07-05fixed control panel palette for v. 0.0348Robert Göffringmann
svn-id: r8756
2003-07-05corrected all huffman trees and moved them out of text.cppRobert Göffringmann
svn-id: r8755
2003-07-05add --floppy-intro optionJonathan Gray
svn-id: r8754
2003-07-05applied eriktorbjorn's floppy-intro-with-cd-version patch (#765885)Joost Peters
svn-id: r8753
2003-07-05fixed warningJoost Peters
svn-id: r8752
2003-07-04make sky detect v.0.0348 (even though not existing ;)Robert Göffringmann
svn-id: r8751
2003-07-04support text and speech at the same timeRobert Göffringmann
svn-id: r8750
2003-07-04don't let user enter too long save namesRobert Göffringmann
svn-id: r8749
2003-07-04removed some useless linesRobert Göffringmann
svn-id: r8748
2003-07-04SFX is working correctly now. also implemented queued fx and fx saving.Robert Göffringmann
The bass version is now included in the savegames, too. svn-id: r8747
2003-07-04make SoundMixer::playRaw only check sound IDs if you actually pass oneRobert Göffringmann
svn-id: r8746
2003-07-04Make 80 column people happy. Sheesh, it's only an egg.James Brown
svn-id: r8745
2003-07-04Remove homage to original's misspelling of pseudo. Honest.James Brown
svn-id: r8744
2003-07-04Because I can.James Brown
svn-id: r8743
2003-07-04Prevent apparantly possible race condition. I don't get this stuff, and I ↵James Brown
don't see why the next call to insertChannel is immune to the same theoretical problem :) svn-id: r8742
2003-07-04Insert preliminary Zak256 sound looping support. It's not perfect, as some ↵James Brown
Zak256 sounds only loop a part of the sample - which our mixer API doesn't yet support. svn-id: r8741
2003-07-04prevent (or rather: make much less likely) some sound output related race ↵Max Horn
conditions svn-id: r8740
2003-07-04fixed two leaksMax Horn
svn-id: r8739
2003-07-04oopsMax Horn
svn-id: r8738
2003-07-04added some very limited support for Mac Loom (text is now properly centered ↵Max Horn
around x:160 instead of x:0); added (commented out) copyprot bypass (but since I am not sure if there was ever a Mac Loom w/o codes, am not sure if this ever should be enabled); added comment regarding the Mac Loom sound format svn-id: r8737
2003-07-04added some more warnings (taken from pentagram)Max Horn
svn-id: r8736
2003-07-04fixed warning regarding overloaded virtual methodsMax Horn
svn-id: r8735
2003-07-04show detected game version at startup. (hopefully this will stop the wave of ↵Joost Peters
'how do I find out what version I have' questions. we still need to alter the detection to allow 0.0348 to be the detected since it can't be uniquely identified by the number of dnr-entries (i.e. it has the same amount as v0.0331) svn-id: r8734
2003-07-04Allow "no-" prefix to long command-line options, e.g. --no-aspect-ratio,Torbjörn Andersson
to invert their meanings. This is useful for overriding settings in the config file. svn-id: r8733
2003-07-03rewrote desaturatePalette using integer arithmetics onlyMax Horn
svn-id: r8732
2003-07-03constMax Horn
svn-id: r8731