Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-12 | add newline at end of file to make gcc happy | Oliver Kiehl | |
svn-id: r8933 | |||
2003-07-12 | fix Swedish quit message | Robert Göffringmann | |
svn-id: r8932 | |||
2003-07-12 | fixed mt32 key velocities | Robert Göffringmann | |
svn-id: r8931 | |||
2003-07-12 | get music volume from command line | Robert Göffringmann | |
svn-id: r8930 | |||
2003-07-12 | one more small fix | Robert Göffringmann | |
svn-id: r8929 | |||
2003-07-12 | keep virgin logo from flashing up when using -x | Robert Göffringmann | |
svn-id: r8928 | |||
2003-07-12 | floppy versions don't seem to have all languages in their datafiles. | Robert Göffringmann | |
svn-id: r8927 | |||
2003-07-12 | implemented -x command line option | Robert Göffringmann | |
svn-id: r8926 | |||
2003-07-12 | removed useless _backScreen from SkyScreen | Robert Göffringmann | |
svn-id: r8923 | |||
2003-07-12 | added support for different languages and fixed memory leak and screen ↵ | Robert Göffringmann | |
refreshes in load/save dialogs svn-id: r8921 | |||
2003-07-12 | added dialog skipping by pressing '.' | Robert Göffringmann | |
svn-id: r8920 | |||
2003-07-12 | implemented dialog skipping and cleaned up mouse code | Robert Göffringmann | |
svn-id: r8919 | |||
2003-07-11 | fix endian specific color palette bugs. | Robert Göffringmann | |
svn-id: r8917 | |||
2003-07-11 | fixed screen blit during fnDrawScreen | Robert Göffringmann | |
svn-id: r8916 | |||
2003-07-11 | added autosaving every 5 minutes | Robert Göffringmann | |
svn-id: r8915 | |||
2003-07-11 | removed useless additional mapping tables and fixed crash in LINC section | Robert Göffringmann | |
svn-id: r8914 | |||
2003-07-11 | fixed item descriptions | Robert Göffringmann | |
svn-id: r8913 | |||
2003-07-11 | big endian fix | Robert Göffringmann | |
svn-id: r8912 | |||
2003-07-11 | Avoid deadlock | Nicolas Bacca | |
svn-id: r8911 | |||
2003-07-11 | Post FMOPL-reversion cleanup. | Jamieson Christian | |
svn-id: r8906 | |||
2003-07-11 | Reverted to "old" YM3812 (FMOPL) emulator code. | Jamieson Christian | |
Until specific information regarding the benefits of migrating to the new emulator can be made available, the "old" code will remain in effect for the benefit of slower hardware platforms such as some WinCE-based devices. svn-id: r8903 | |||
2003-07-10 | fix compile | Oliver Kiehl | |
svn-id: r8901 | |||
2003-07-10 | forgot a #endif | Robert Göffringmann | |
svn-id: r8900 | |||
2003-07-10 | fixed endian specific palette bugs for restarting game and control panel | Robert Göffringmann | |
svn-id: r8899 | |||
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 |