Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-10 | abide by command line request for no subtitles if running the cd version | Jonathan Gray | |
svn-id: r8898 | |||
2003-07-10 | implemented fnOpenHand/fnCloseHand, added debug cheats | Robert Göffringmann | |
svn-id: r8896 | |||
2003-07-10 | whoops. | Robert Göffringmann | |
svn-id: r8895 | |||
2003-07-10 | Slight cleanup. Fixes a few minor memory leaks, I believe. | Torbjörn Andersson | |
svn-id: r8894 | |||
2003-07-10 | forgot to allow restarting from control panel | Robert Göffringmann | |
svn-id: r8887 | |||
2003-07-10 | this fixes bug #768724 (text width exceeded in LINC terminal). | Robert Göffringmann | |
I wonder though, if this isn't in fact a bug in the huffman tree. svn-id: r8886 | |||
2003-07-10 | implemented fnRestartGame() and skipping of 2nd intro part | Robert Göffringmann | |
svn-id: r8885 | |||
2003-07-09 | added toggling music on/off | Robert Göffringmann | |
svn-id: r8884 | |||
2003-07-09 | activated speed slider in SkyControl, fixed different charsets in control ↵ | Robert Göffringmann | |
panel when entering from LINC terminal, etc. svn-id: r8883 | |||
2003-07-09 | SoundMixer::setMusicVolume() doesn't seem to do anything, so set music ↵ | Robert Göffringmann | |
volume manually.... svn-id: r8882 | |||
2003-07-09 | Fix character spacing for LINC terminals in v0.0288 as well. I've only | Torbjörn Andersson | |
tested is a little on a borrowed copy of BASS, but I think it should look the same as v0.0372 now. svn-id: r8881 | |||
2003-07-09 | The charSpacing values for _controlCharacterSet and _linkCharacterSet | Torbjörn Andersson | |
appear to have been swapped. Now the LINC terminal texts should fit in the screen area, and text in LINC space should look less "squashed". svn-id: r8877 | |||
2003-07-09 | revert to last revision of musicbase that doesn't cause a segfault here anymore | Jonathan Gray | |
svn-id: r8876 | |||
2003-07-09 | /me slaps himself | Robert Göffringmann | |
svn-id: r8875 | |||
2003-07-09 | script data is the same for 0.0365, 0.0368 and 0.0372, so allow switching ↵ | Robert Göffringmann | |
saved games. svn-id: r8874 | |||
2003-07-08 | this is for letting BASS wait for the end of the ending theme before ↵ | Robert Göffringmann | |
starting the next song. It's kinda hacky to put it into the music code, but I can't think of another way to do it while keeping the engine running like usual. svn-id: r8873 | |||
2003-07-08 | another fix for the swing seqs | Robert Göffringmann | |
svn-id: r8869 | |||
2003-07-08 | fixed file loading bugs for v.0.0331, control panel works now | Robert Göffringmann | |
svn-id: r8868 | |||
2003-07-07 | button text for save and restore doesn't disappear anymore. | Robert Göffringmann | |
+ fixed screen updates for swing seqs. svn-id: r8844 | |||
2003-07-07 | applied patch #766751 (BASS: Waiting for floppy intro music to finish) and ↵ | Robert Göffringmann | |
fixed music bug (jukebox at St. James didn't stop playing) svn-id: r8843 | |||
2003-07-07 | Fixed warning. | Torbjörn Andersson | |
svn-id: r8842 | |||
2003-07-07 | applied patch #766979 (BASS: Possible fix for problem with cut-off speech). | Robert Göffringmann | |
added small change to SFX samplerate, sparky doesn't sound like a bird now, either. svn-id: r8840 | |||
2003-07-07 | This seems to fix the inventory sprite for the glass, and is more | Torbjörn Andersson | |
consistent with the rest of the loadFixedItems() function. svn-id: r8832 | |||
2003-07-07 | fixed M$VC++ warnings in text.cpp and added code to disk.cpp which may or ↵ | Robert Göffringmann | |
may not fix graphics problems in hobbins' room on big endian systems (can't test that). svn-id: r8830 | |||
2003-07-07 | another fix kudos to LavosSpawn | Max Horn | |
svn-id: r8829 | |||
2003-07-07 | endian fix by LavosSpawn (helps a lot :-) | Max Horn | |
svn-id: r8828 | |||
2003-07-07 | undo this change after discussion with LavosSpawn (doesn't work in either ↵ | Max Horn | |
case anyway :-) svn-id: r8827 | |||
2003-07-07 | naother dataFileHeader change | Max Horn | |
svn-id: r8826 | |||
2003-07-07 | don't convert to LE, dataFileHeader is in native endianess | Max Horn | |
svn-id: r8825 | |||
2003-07-07 | use our standard cast style | Max Horn | |
svn-id: r8824 | |||
2003-07-06 | cleanup this doxygen comment (li and arg are the same; we are using ↵ | Max Horn | |
autobrief; don't mix the JavaDoc and Qt styles; don't duplicate the function signature, there is no need for that and it gets out of sync (as in this case) svn-id: r8823 | |||
2003-07-06 | run mouse script on BE systems (not that it works) | Max Horn | |
svn-id: r8822 | |||
2003-07-06 | don't use FROM_LE_16 here since loadFile already convertes the header to the ↵ | Max Horn | |
correct endianess svn-id: r8820 | |||
2003-07-06 | endian fix, cleanup | Max Horn | |
svn-id: r8819 | |||
2003-07-06 | add const qualifier | Max Horn | |
svn-id: r8818 | |||
2003-07-06 | fix bug #766744 (BASS: Crash when quitting while quitting) | Robert Göffringmann | |
svn-id: r8817 | |||
2003-07-06 | fixed decoding for special characters. 0.0303 is still incorrect, need ↵ | Robert Göffringmann | |
joost's help for that. svn-id: r8815 | |||
2003-07-06 | This fixes the drawing order of the pillow and magazine in Reich's | Torbjörn Andersson | |
apartment. Look out for regressions, though I haven't seen any yet myself. svn-id: r8804 | |||
2003-07-05 | fixed bug #765892 (bottom bar in F5 menu not used) | Robert Göffringmann | |
svn-id: r8783 | |||
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 | updated code to use type MutexRef; added class StackLock (from sdl backend, ↵ | Max Horn | |
now in util.*) svn-id: r8777 | |||
2003-07-05 | fix warning | Joost Peters | |
svn-id: r8774 | |||
2003-07-05 | Fix sky fullscreen from launcher | James Brown | |
svn-id: r8766 | |||
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 | applied eriktorbjorn's floppy-intro-with-cd-version patch (#765885) | Joost Peters | |
svn-id: r8753 |