aboutsummaryrefslogtreecommitdiff
path: root/sky
AgeCommit message (Collapse)Author
2003-07-29Partial fix for bug #779013. It no longer crashes, but the config fileTorbjörn Andersson
setting still overrides the command-line option. svn-id: r9283
2003-07-28checkin for LavosSpawn: 'work around bug #778105 (line width exceeded)'Max Horn
svn-id: r9262
2003-07-23applied eriktorbjorn's patch (#776225 - 'BASS CD intro fixes')Joost Peters
svn-id: r9150
2003-07-18Add game specific scaler override to skyTravis Howell
Add game specific scaler and full screen override to simon svn-id: r9067
2003-07-17fix additional array readRobert Göffringmann
svn-id: r9054
2003-07-17reprogrammed sky intros.Robert Göffringmann
svn-id: r9053
2003-07-16Quick-Fix for the OOB access in RNC decoder.Joost Peters
Obviously this should be fixed in the decoder itself, but for some reason I couldn't get it to work in a short period of time. (before every offending READ_UINT16(), I had a call to function that was like this: "if ((_srcPtr - _startPtr) >= _packLen) { _srcPtr -= 2; }", note that _srcPtr is the current position in the buffer, _startPos is the starting position of the buffer and _packLen is the (supposed?) size. but I would still get "Invalid Read of 2" with this in Valgrind ..maybe someone knows what I did wrong?) svn-id: r9050
2003-07-15Use debug output instead of warnings for simonTravis Howell
Fix debug output in sky svn-id: r9039
2003-07-14maybe this fixed those random crashes...Robert Göffringmann
svn-id: r9021
2003-07-14fix bug #770784: Talking characters stay at last frameRobert Göffringmann
svn-id: r9010
2003-07-14fixed toggling music on/off after savegame restoreRobert Göffringmann
svn-id: r9007
2003-07-14fixed text drawing bug and made sure autosave doesn't save if engine is in ↵Robert Göffringmann
logic_choose mode svn-id: r9006
2003-07-13debug/warning/error all automatically output a newlineMax Horn
svn-id: r8991
2003-07-13changed "sprite not loaded" printfs to debug()s.Robert Göffringmann
svn-id: r8989
2003-07-13sound support for v.0.0109Robert Göffringmann
svn-id: r8967
2003-07-13music support for BASS floppy demo v.0.0109.Robert Göffringmann
adlib doesn't really work, but the rest of the game doesn't either... so who cares, anyway. svn-id: r8966
2003-07-13fix set-volume crash.Robert Göffringmann
svn-id: r8964
2003-07-12fix introOliver Kiehl
svn-id: r8960
2003-07-12Didn't helpTravis Howell
svn-id: r8950
2003-07-12A few mino changes for pc gamer demoTravis Howell
svn-id: r8949
2003-07-12try all languages, if selected one can't be found.Robert Göffringmann
svn-id: r8946
2003-07-12added khalek's huffman tree for 0.0109Robert Göffringmann
svn-id: r8945
2003-07-12Add WinCE virtual keyboardNicolas Bacca
svn-id: r8944
2003-07-12add some stuff for v0.0109Jonathan Gray
svn-id: r8936
2003-07-12add newline at end of file to make gcc happyOliver Kiehl
svn-id: r8933
2003-07-12fix Swedish quit messageRobert Göffringmann
svn-id: r8932
2003-07-12fixed mt32 key velocitiesRobert Göffringmann
svn-id: r8931
2003-07-12get music volume from command lineRobert Göffringmann
svn-id: r8930
2003-07-12one more small fixRobert Göffringmann
svn-id: r8929
2003-07-12keep virgin logo from flashing up when using -xRobert Göffringmann
svn-id: r8928
2003-07-12floppy versions don't seem to have all languages in their datafiles.Robert Göffringmann
svn-id: r8927
2003-07-12implemented -x command line optionRobert Göffringmann
svn-id: r8926
2003-07-12removed useless _backScreen from SkyScreenRobert Göffringmann
svn-id: r8923
2003-07-12added support for different languages and fixed memory leak and screen ↵Robert Göffringmann
refreshes in load/save dialogs svn-id: r8921
2003-07-12added dialog skipping by pressing '.'Robert Göffringmann
svn-id: r8920
2003-07-12implemented dialog skipping and cleaned up mouse codeRobert Göffringmann
svn-id: r8919
2003-07-11fix endian specific color palette bugs.Robert Göffringmann
svn-id: r8917
2003-07-11fixed screen blit during fnDrawScreenRobert Göffringmann
svn-id: r8916
2003-07-11added autosaving every 5 minutesRobert Göffringmann
svn-id: r8915
2003-07-11removed useless additional mapping tables and fixed crash in LINC sectionRobert Göffringmann
svn-id: r8914
2003-07-11fixed item descriptionsRobert Göffringmann
svn-id: r8913
2003-07-11big endian fixRobert Göffringmann
svn-id: r8912
2003-07-11Avoid deadlockNicolas Bacca
svn-id: r8911
2003-07-11Post FMOPL-reversion cleanup.Jamieson Christian
svn-id: r8906
2003-07-11Reverted 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-10fix compileOliver Kiehl
svn-id: r8901
2003-07-10forgot a #endifRobert Göffringmann
svn-id: r8900
2003-07-10fixed endian specific palette bugs for restarting game and control panelRobert Göffringmann
svn-id: r8899
2003-07-10abide by command line request for no subtitles if running the cd versionJonathan Gray
svn-id: r8898
2003-07-10implemented fnOpenHand/fnCloseHand, added debug cheatsRobert Göffringmann
svn-id: r8896