aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-07-06Add change from HibernatusTravis Howell
svn-id: r8787
2003-07-06make Makefile.new not require build.rulesJonathan Gray
svn-id: r8786
2003-07-06cleanup to the mixer helper proc interface and to ChannelStreamMax Horn
svn-id: r8785
2003-07-06increased SmushMixer stream size to 500K, this seems to help in ↵Max Horn
Fullthrottle. Apparently, audio data is streamed faster than it's played, and in at least one case there's ~500KB being stream in quick successions (many packets, each 16KB), which is why 100K are not sufficient svn-id: r8784
2003-07-05fixed bug #765892 (bottom bar in F5 menu not used)Robert Göffringmann
svn-id: r8783
2003-07-05protect calls to insertChannel with mutex, too (and switch to using StackLock)Max Horn
svn-id: r8782
2003-07-05Dont show cursor when restoring gameRobert Göffringmann
+ warn user when he tries loading an old savegame (not that pretty, yet) svn-id: r8781
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