Commit Graph

349 Commits

Author SHA1 Message Date
Oliver Kiehl
85ef932330 fix compile
svn-id: r8901
2003-07-10 20:22:26 +00:00
Robert Göffringmann
49cd3bdfff forgot a #endif
svn-id: r8900
2003-07-10 20:15:11 +00:00
Robert Göffringmann
b3247c5e5f fixed endian specific palette bugs for restarting game and control panel
svn-id: r8899
2003-07-10 20:09:19 +00:00
Jonathan Gray
71ca768c67 abide by command line request for no subtitles if running the cd version
svn-id: r8898
2003-07-10 10:36:24 +00:00
Robert Göffringmann
a9ae95a64e implemented fnOpenHand/fnCloseHand, added debug cheats
svn-id: r8896
2003-07-10 08:24:16 +00:00
Robert Göffringmann
6ae8144929 whoops.
svn-id: r8895
2003-07-10 07:56:35 +00:00
Torbjörn Andersson
989b155044 Slight cleanup. Fixes a few minor memory leaks, I believe.
svn-id: r8894
2003-07-10 07:09:25 +00:00
Robert Göffringmann
1bedb9ebbf forgot to allow restarting from control panel
svn-id: r8887
2003-07-10 02:13:53 +00:00
Robert Göffringmann
5aba29ae2d this fixes bug #768724 (text width exceeded in LINC terminal).
I wonder though, if this isn't in fact a bug in the huffman tree.

svn-id: r8886
2003-07-10 01:55:48 +00:00
Robert Göffringmann
96f442923c implemented fnRestartGame() and skipping of 2nd intro part
svn-id: r8885
2003-07-10 00:08:07 +00:00
Robert Göffringmann
5f9845b2cb added toggling music on/off
svn-id: r8884
2003-07-09 18:12:58 +00:00
Robert Göffringmann
2c065bcffe activated speed slider in SkyControl, fixed different charsets in control panel when entering from LINC terminal, etc.
svn-id: r8883
2003-07-09 17:50:57 +00:00
Robert Göffringmann
a8b9b2a180 SoundMixer::setMusicVolume() doesn't seem to do anything, so set music volume manually....
svn-id: r8882
2003-07-09 17:22:45 +00:00
Torbjörn Andersson
f3a1aa73b3 Fix character spacing for LINC terminals in v0.0288 as well. I've only
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 16:54:34 +00:00
Torbjörn Andersson
2b127e74af The charSpacing values for _controlCharacterSet and _linkCharacterSet
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 07:02:57 +00:00
Jonathan Gray
345c368cf0 revert to last revision of musicbase that doesn't cause a segfault here anymore
svn-id: r8876
2003-07-09 04:31:24 +00:00
Robert Göffringmann
6d84c67906 /me slaps himself
svn-id: r8875
2003-07-09 00:35:41 +00:00
Robert Göffringmann
bae011dbd6 script data is the same for 0.0365, 0.0368 and 0.0372, so allow switching saved games.
svn-id: r8874
2003-07-09 00:31:49 +00:00
Robert Göffringmann
6c66bf2ee4 this is for letting BASS wait for the end of the ending theme before 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 23:25:51 +00:00
Robert Göffringmann
4fb3e9a448 another fix for the swing seqs
svn-id: r8869
2003-07-08 22:27:17 +00:00
Robert Göffringmann
3d9b20bb86 fixed file loading bugs for v.0.0331, control panel works now
svn-id: r8868
2003-07-08 22:08:29 +00:00
Robert Göffringmann
d33d562ce5 button text for save and restore doesn't disappear anymore.
+ fixed screen updates for swing seqs.

svn-id: r8844
2003-07-07 17:00:55 +00:00
Robert Göffringmann
b53435dfce applied patch #766751 (BASS: Waiting for floppy intro music to finish) and fixed music bug (jukebox at St. James didn't stop playing)
svn-id: r8843
2003-07-07 16:40:27 +00:00
Torbjörn Andersson
2e35b6b330 Fixed warning.
svn-id: r8842
2003-07-07 15:21:37 +00:00
Robert Göffringmann
2ad7b1e796 applied patch #766979 (BASS: Possible fix for problem with cut-off speech).
added small change to SFX samplerate, sparky doesn't sound like a bird now, either.

svn-id: r8840
2003-07-07 14:58:53 +00:00
Torbjörn Andersson
c3150fea58 This seems to fix the inventory sprite for the glass, and is more
consistent with the rest of the loadFixedItems() function.

svn-id: r8832
2003-07-07 06:45:33 +00:00
Robert Göffringmann
2a334f176c fixed M$VC++ warnings in text.cpp and added code to disk.cpp which may or may not fix graphics problems in hobbins' room on big endian systems (can't test that).
svn-id: r8830
2003-07-07 02:54:59 +00:00
Max Horn
001e7bb717 another fix kudos to LavosSpawn
svn-id: r8829
2003-07-07 02:32:20 +00:00
Max Horn
e72f9e813b endian fix by LavosSpawn (helps a lot :-)
svn-id: r8828
2003-07-07 01:36:24 +00:00
Max Horn
37ec2a14bb undo this change after discussion with LavosSpawn (doesn't work in either case anyway :-)
svn-id: r8827
2003-07-07 00:39:22 +00:00
Max Horn
0a51114708 naother dataFileHeader change
svn-id: r8826
2003-07-07 00:27:31 +00:00
Max Horn
9091a516a2 don't convert to LE, dataFileHeader is in native endianess
svn-id: r8825
2003-07-07 00:22:41 +00:00
Max Horn
41912bc685 use our standard cast style
svn-id: r8824
2003-07-07 00:14:16 +00:00
Max Horn
3dca18c935 cleanup this doxygen comment (li and arg are the same; we are using 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 23:48:17 +00:00
Max Horn
70973f69be run mouse script on BE systems (not that it works)
svn-id: r8822
2003-07-06 23:47:25 +00:00
Max Horn
297aaa9f4e don't use FROM_LE_16 here since loadFile already convertes the header to the correct endianess
svn-id: r8820
2003-07-06 23:06:53 +00:00
Max Horn
4e373ffb8e endian fix, cleanup
svn-id: r8819
2003-07-06 22:52:15 +00:00
Max Horn
68ee2e9051 add const qualifier
svn-id: r8818
2003-07-06 22:50:37 +00:00
Robert Göffringmann
2061741bd5 fix bug #766744 (BASS: Crash when quitting while quitting)
svn-id: r8817
2003-07-06 21:33:22 +00:00
Robert Göffringmann
f13b228ac4 fixed decoding for special characters. 0.0303 is still incorrect, need joost's help for that.
svn-id: r8815
2003-07-06 21:03:39 +00:00
Torbjörn Andersson
7de3870c13 This fixes the drawing order of the pillow and magazine in Reich's
apartment. Look out for regressions, though I haven't seen any yet myself.

svn-id: r8804
2003-07-06 15:56:13 +00:00
Robert Göffringmann
bd160e09cf fixed bug #765892 (bottom bar in F5 menu not used)
svn-id: r8783
2003-07-05 16:40:12 +00:00
Robert Göffringmann
d3bdb565fc Dont show cursor when restoring game
+ warn user when he tries loading an old savegame (not that pretty, yet)

svn-id: r8781
2003-07-05 15:47:45 +00:00
Max Horn
d098334fe6 updated code to use type MutexRef; added class StackLock (from sdl backend, now in util.*)
svn-id: r8777
2003-07-05 15:19:11 +00:00
Joost Peters
455eb4ea44 fix warning
svn-id: r8774
2003-07-05 11:47:15 +00:00
James Brown
d5aa3bd41c Fix sky fullscreen from launcher
svn-id: r8766
2003-07-05 09:08:53 +00:00
Robert Göffringmann
e22e3438e2 fixed cursor and allowed pressing enter for loading and saving, too.
svn-id: r8760
2003-07-05 03:32:41 +00:00
Robert Göffringmann
9f277f1ed0 hope this fixes problems about cut-off speech.
svn-id: r8759
2003-07-05 03:05:54 +00:00
Joost Peters
2abe6a9126 better mouse hotspot, seems the same as in the original now...only tested on first few scenes & control panel though
svn-id: r8758
2003-07-05 03:00:26 +00:00
Joost Peters
a476409d81 added hufftext.o
svn-id: r8757
2003-07-05 02:52:11 +00:00