aboutsummaryrefslogtreecommitdiff
path: root/sky/sky.cpp
AgeCommit message (Collapse)Author
2003-09-10added refCon parameter to timer classMax Horn
svn-id: r10156
2003-09-08renamed VersionSettings -> TargetSettings and also renamed some of its ↵Max Horn
members; added GameDetector::findTarget; made launcher use that new method; some initial preparations for Plugin code svn-id: r10092
2003-08-20copied some fixes which only were in 0.5.1 branch.Robert Göffringmann
svn-id: r9799
2003-08-18added MDT_PREFER_NATIVE flag to BASS VersionSettingsRobert Göffringmann
svn-id: r9772
2003-08-15Replaced ADLIB_ALWAYS and ADLIB_PREFERRED with a more flexibleJamieson Christian
list of music types supported. This was done because now PC speaker support must be treated separately, along with Adlib and native (GM/MT32) support. This fixes a problem with games that don't support PC speaker (including V5 games that don't parse SPK resources yet) being run with -epcspk or -epcjr. Those games now properly switch to -enull so that music resources still get parsed and music/script synchronization mechanisms don't break. svn-id: r9703
2003-08-03Added "fast mode" (Ctrl-F/Ctrl-G) like the one we have for SCUMM and Simon.Torbjörn Andersson
It does not change the game speed setting, because the most likely use (I think) is to toggle it on briefly, e.g. while travelling the walkways. svn-id: r9434
2003-08-02removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I ↵Max Horn
did it should be trivial to get them working again) svn-id: r9391
2003-07-31deactivated loading/(auto-)saving at places where it's not allowedRobert Göffringmann
svn-id: r9315
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-18Add game specific scaler override to skyTravis Howell
Add game specific scaler and full screen override to simon svn-id: r9067
2003-07-17reprogrammed sky intros.Robert Göffringmann
svn-id: r9053
2003-07-15Use debug output instead of warnings for simonTravis Howell
Fix debug output in sky svn-id: r9039
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-12fix introOliver Kiehl
svn-id: r8960
2003-07-12try all languages, if selected one can't be found.Robert Göffringmann
svn-id: r8946
2003-07-12add some stuff for v0.0109Jonathan Gray
svn-id: r8936
2003-07-12get music volume from command lineRobert Göffringmann
svn-id: r8930
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-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-11added autosaving every 5 minutesRobert Göffringmann
svn-id: r8915
2003-07-11fixed item descriptionsRobert Göffringmann
svn-id: r8913
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
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-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-07use our standard cast styleMax Horn
svn-id: r8824
2003-07-06fix bug #766744 (BASS: Crash when quitting while quitting)Robert Göffringmann
svn-id: r8817
2003-07-05Fix sky fullscreen from launcherJames Brown
svn-id: r8766
2003-07-05applied eriktorbjorn's floppy-intro-with-cd-version patch (#765885)Joost Peters
svn-id: r8753
2003-07-04make sky detect v.0.0348 (even though not existing ;)Robert Göffringmann
svn-id: r8751
2003-07-04support text and speech at the same timeRobert Göffringmann
svn-id: r8750
2003-07-04SFX is working correctly now. also implemented queued fx and fx saving.Robert Göffringmann
The bass version is now included in the savegames, too. svn-id: r8747
2003-07-04Make 80 column people happy. Sheesh, it's only an egg.James Brown
svn-id: r8745
2003-07-04Remove homage to original's misspelling of pseudo. Honest.James Brown
svn-id: r8744
2003-07-04Because I can.James Brown
svn-id: r8743
2003-07-03Compact data for v. 0.0288, works as well as 0.0368 now.Robert Göffringmann
svn-id: r8723
2003-07-02fixed save/restore grid problemsRobert Göffringmann
svn-id: r8703
2003-07-01bass is completable now.Robert Göffringmann
svn-id: r8691
2003-07-01bypassed copy protection, fixed crash when disconnecting from link space, ↵Robert Göffringmann
fixed logix swing seqs svn-id: r8686
2003-07-01finished loading and saving, fixed grid bugs (some debugging code not yet ↵Robert Göffringmann
removed), implemented fnLincTextModule svn-id: r8682
2003-06-27fixed warningsMax Horn
svn-id: r8669
2003-06-27some more loading & saving work (still unfinished)Robert Göffringmann
svn-id: r8663
2003-06-22native mt32 support and basic control panel (incomplete)Robert Göffringmann
doesn't work with all versions, probably file numbers were changed svn-id: r8632
2003-06-15moved GameId declaration to common/engine.h (more logical); moved scumm ↵Max Horn
specific stuff from gameDetector.h to scumm.h; cleaned up some #includes (ideally, never #include something in a header file if you can avoid it - this cuts down interdepencies) svn-id: r8496
2003-06-09mouse-fixes, note that: buttonPressed() keeping track of a repeated push ↵Joost Peters
DOES NOT WORK YET, _bMouseB gets cleared elsewhere, so we obviously need to come up with something else. and we still need a wait_relative equivalent to have a proper fnLookAt() ...hmm...this commit message is starting to look like a todo list. oh, well. :) svn-id: r8419
2003-06-08added quit eventMax Horn
svn-id: r8398