aboutsummaryrefslogtreecommitdiff
path: root/sky
AgeCommit message (Collapse)Author
2003-07-10implemented fnOpenHand/fnCloseHand, added debug cheatsRobert Göffringmann
svn-id: r8896
2003-07-10whoops.Robert Göffringmann
svn-id: r8895
2003-07-10Slight cleanup. Fixes a few minor memory leaks, I believe.Torbjörn Andersson
svn-id: r8894
2003-07-10forgot to allow restarting from control panelRobert Göffringmann
svn-id: r8887
2003-07-10this 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-10implemented fnRestartGame() and skipping of 2nd intro partRobert Göffringmann
svn-id: r8885
2003-07-09added toggling music on/offRobert Göffringmann
svn-id: r8884
2003-07-09activated speed slider in SkyControl, fixed different charsets in control ↵Robert Göffringmann
panel when entering from LINC terminal, etc. svn-id: r8883
2003-07-09SoundMixer::setMusicVolume() doesn't seem to do anything, so set music ↵Robert Göffringmann
volume manually.... svn-id: r8882
2003-07-09Fix character spacing for LINC terminals in v0.0288 as well. I've onlyTorbjö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-09The charSpacing values for _controlCharacterSet and _linkCharacterSetTorbjö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-09revert to last revision of musicbase that doesn't cause a segfault here anymoreJonathan Gray
svn-id: r8876
2003-07-09/me slaps himselfRobert Göffringmann
svn-id: r8875
2003-07-09script 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-08this 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-08another fix for the swing seqsRobert Göffringmann
svn-id: r8869
2003-07-08fixed file loading bugs for v.0.0331, control panel works nowRobert Göffringmann
svn-id: r8868
2003-07-07button text for save and restore doesn't disappear anymore.Robert Göffringmann
+ fixed screen updates for swing seqs. svn-id: r8844
2003-07-07applied 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-07Fixed warning.Torbjörn Andersson
svn-id: r8842
2003-07-07applied 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-07This seems to fix the inventory sprite for the glass, and is moreTorbjörn Andersson
consistent with the rest of the loadFixedItems() function. svn-id: r8832
2003-07-07fixed 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-07another fix kudos to LavosSpawnMax Horn
svn-id: r8829
2003-07-07endian fix by LavosSpawn (helps a lot :-)Max Horn
svn-id: r8828
2003-07-07undo this change after discussion with LavosSpawn (doesn't work in either ↵Max Horn
case anyway :-) svn-id: r8827
2003-07-07naother dataFileHeader changeMax Horn
svn-id: r8826
2003-07-07don't convert to LE, dataFileHeader is in native endianessMax Horn
svn-id: r8825
2003-07-07use our standard cast styleMax Horn
svn-id: r8824
2003-07-06cleanup 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-06run mouse script on BE systems (not that it works)Max Horn
svn-id: r8822
2003-07-06don't use FROM_LE_16 here since loadFile already convertes the header to the ↵Max Horn
correct endianess svn-id: r8820
2003-07-06endian fix, cleanupMax Horn
svn-id: r8819
2003-07-06add const qualifierMax Horn
svn-id: r8818
2003-07-06fix bug #766744 (BASS: Crash when quitting while quitting)Robert Göffringmann
svn-id: r8817
2003-07-06fixed decoding for special characters. 0.0303 is still incorrect, need ↵Robert Göffringmann
joost's help for that. svn-id: r8815
2003-07-06This fixes the drawing order of the pillow and magazine in Reich'sTorbjörn Andersson
apartment. Look out for regressions, though I haven't seen any yet myself. svn-id: r8804
2003-07-05fixed bug #765892 (bottom bar in F5 menu not used)Robert Göffringmann
svn-id: r8783
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-05updated code to use type MutexRef; added class StackLock (from sdl backend, ↵Max Horn
now in util.*) svn-id: r8777
2003-07-05fix warningJoost Peters
svn-id: r8774
2003-07-05Fix sky fullscreen from launcherJames Brown
svn-id: r8766
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-05applied eriktorbjorn's floppy-intro-with-cd-version patch (#765885)Joost Peters
svn-id: r8753
2003-07-05fixed warningJoost Peters
svn-id: r8752