Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-06 | make Makefile.new not require build.rules | Jonathan Gray | |
svn-id: r8786 | |||
2003-07-06 | cleanup to the mixer helper proc interface and to ChannelStream | Max Horn | |
svn-id: r8785 | |||
2003-07-06 | increased 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-05 | fixed bug #765892 (bottom bar in F5 menu not used) | Robert Göffringmann | |
svn-id: r8783 | |||
2003-07-05 | protect calls to insertChannel with mutex, too (and switch to using StackLock) | Max Horn | |
svn-id: r8782 | |||
2003-07-05 | Dont show cursor when restoring game | Robert Göffringmann | |
+ warn user when he tries loading an old savegame (not that pretty, yet) svn-id: r8781 | |||
2003-07-05 | gah. I am stupid | Max Horn | |
svn-id: r8780 | |||
2003-07-05 | fixed stack lock at startup | Max Horn | |
svn-id: r8779 | |||
2003-07-05 | enforce use of type MutexRef | Max Horn | |
svn-id: r8778 | |||
2003-07-05 | updated code to use type MutexRef; added class StackLock (from sdl backend, ↵ | Max Horn | |
now in util.*) svn-id: r8777 | |||
2003-07-05 | updated backends to use type MutexRef | Max Horn | |
svn-id: r8776 | |||
2003-07-05 | Add more OpenGL fixes, patch #762815 | Travis Howell | |
svn-id: r8775 | |||
2003-07-05 | fix warning | Joost Peters | |
svn-id: r8774 | |||
2003-07-05 | Attempt some more V1 costume work. Not that it helps yet. | James Brown | |
svn-id: r8773 | |||
2003-07-05 | Note spare strings in the custom string resource table. | James Brown | |
svn-id: r8772 | |||
2003-07-05 | Fix irky old date. We need to autogenerate this somehow. | James Brown | |
svn-id: r8771 | |||
2003-07-05 | Update 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-05 | Put check it right place | Travis Howell | |
svn-id: r8769 | |||
2003-07-05 | make f5 menu work in > v2 16 colour games | Jonathan Gray | |
svn-id: r8768 | |||
2003-07-05 | Don | Travis Howell | |
't attempt to play music/sfx in v1 games svn-id: r8767 | |||
2003-07-05 | Fix sky fullscreen from launcher | James Brown | |
svn-id: r8766 | |||
2003-07-05 | Implement new interface functions | Ruediger Hanke | |
svn-id: r8765 | |||
2003-07-05 | Fix multiple debug level messages, when debug level is set in the config file. | Travis Howell | |
svn-id: r8764 | |||
2003-07-05 | hack for proper compile for vc6, why I need this ? | Paweł Kołodziejski | |
svn-id: r8763 | |||
2003-07-05 | updated file | Paweł Kołodziejski | |
svn-id: r8762 | |||
2003-07-05 | revert to previous targets | Paweł Kołodziejski | |
svn-id: r8761 | |||
2003-07-05 | fixed cursor and allowed pressing enter for loading and saving, too. | Robert Göffringmann | |
svn-id: r8760 | |||
2003-07-05 | hope this fixes problems about cut-off speech. | Robert Göffringmann | |
svn-id: r8759 | |||
2003-07-05 | better 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-05 | added hufftext.o | Joost Peters | |
svn-id: r8757 | |||
2003-07-05 | fixed control panel palette for v. 0.0348 | Robert Göffringmann | |
svn-id: r8756 | |||
2003-07-05 | corrected all huffman trees and moved them out of text.cpp | Robert Göffringmann | |
svn-id: r8755 | |||
2003-07-05 | add --floppy-intro option | Jonathan Gray | |
svn-id: r8754 | |||
2003-07-05 | applied eriktorbjorn's floppy-intro-with-cd-version patch (#765885) | Joost Peters | |
svn-id: r8753 | |||
2003-07-05 | fixed warning | Joost Peters | |
svn-id: r8752 | |||
2003-07-04 | make sky detect v.0.0348 (even though not existing ;) | Robert Göffringmann | |
svn-id: r8751 | |||
2003-07-04 | support text and speech at the same time | Robert Göffringmann | |
svn-id: r8750 | |||
2003-07-04 | don't let user enter too long save names | Robert Göffringmann | |
svn-id: r8749 | |||
2003-07-04 | removed some useless lines | Robert Göffringmann | |
svn-id: r8748 | |||
2003-07-04 | SFX 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-04 | make SoundMixer::playRaw only check sound IDs if you actually pass one | Robert Göffringmann | |
svn-id: r8746 | |||
2003-07-04 | Make 80 column people happy. Sheesh, it's only an egg. | James Brown | |
svn-id: r8745 | |||
2003-07-04 | Remove homage to original's misspelling of pseudo. Honest. | James Brown | |
svn-id: r8744 | |||
2003-07-04 | Because I can. | James Brown | |
svn-id: r8743 | |||
2003-07-04 | Prevent 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-04 | Insert 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-04 | prevent (or rather: make much less likely) some sound output related race ↵ | Max Horn | |
conditions svn-id: r8740 | |||
2003-07-04 | fixed two leaks | Max Horn | |
svn-id: r8739 | |||
2003-07-04 | oops | Max Horn | |
svn-id: r8738 | |||
2003-07-04 | added 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 |