aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/scene.cpp
AgeCommit message (Expand)Author
2008-12-22logicalWidth -> widthFilippos Karapetis
2008-12-22- Split the SAGA resource manager in 3 different ones, depending on the resou...Filippos Karapetis
2008-12-21Added some more stubs for FTA2Filippos Karapetis
2008-12-21- Added some stubs for the SAGA2 games dino and fta2Filippos Karapetis
2008-12-21Cleaned up the mess with game IDs and game types: removed game types, reduced...Filippos Karapetis
2008-12-12- Stop passing the scene clip rectangle around for no reasonFilippos Karapetis
2008-12-08Some more dirty rectangle changes (still incomplete)Filippos Karapetis
2008-12-07More dirty rectangle related changes (dirty rectangle handling is still broken)Filippos Karapetis
2008-12-07Disabled more debug codeFilippos Karapetis
2008-12-06- Prevented direct reference to the back buffer in many cases (apart from a f...Filippos Karapetis
2008-12-06Also remove explicit surface passing to IsoMap::draw()Filippos Karapetis
2008-12-06All the screen drawing functions draw to the back buffer, so there is no poin...Filippos Karapetis
2008-12-06CleanupFilippos Karapetis
2008-09-30SAGA: Some code cleanupMax Horn
2008-07-11SAGA works with new GMM implementationChristopher Page
2008-05-26Code cleanup:Filippos Karapetis
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
2007-12-20Removed clamp() and used the common CLIP template insteadFilippos Karapetis
2007-11-08Slight fix for off screen path calculationFilippos Karapetis
2007-09-23Moved MemoryStreamEndian from Saga to Common.Eugene Sandulenko
2007-09-18Fixed some glitches which occured when closing the psychic profile in IHNMFilippos Karapetis
2007-09-16Script modules are now unloaded correctly when changing chapters in IHNMFilippos Karapetis
2007-09-15Stop the intro music after the intro in ITE/IHNM is finishedFilippos Karapetis
2007-09-15Palette fade in when a cutaway starts in IHNM is working now. Also, the fade ...Filippos Karapetis
2007-09-14Removed the RF_PLACARD flag. Also, simplified sfPlaceActor and removed a non ...Filippos Karapetis
2007-08-31Initialise _chapterNumber to fix Valgrind warning.Torbjörn Andersson
2007-08-31The IHNM credits sequence is shown now. However, only half of the sequence is...Filippos Karapetis
2007-08-27Added some skeleton code for the IHNM credits movie. Also, changed the locati...Filippos Karapetis
2007-08-25Removed the showactors flag and substituted it with RF_DISABLE_ACTORSFilippos Karapetis
2007-08-25Reset the protagonist's portrait when a chapter endsFilippos Karapetis
2007-08-25Stop showing actors before a scene's background is shown. Removed a relevant ...Filippos Karapetis
2007-08-24Code cleanup for the IHNM demoFilippos Karapetis
2007-08-20Cleanup: Removed obsolete TODOsFilippos Karapetis
2007-08-17Several bugfixes:Filippos Karapetis
2007-08-02The help screen in the IHNM demo is shown correctly nowFilippos Karapetis
2007-08-02The help screens in the IHNM demo are shown a bit more correctly now, though ...Filippos Karapetis
2007-08-02Partially implemented opcodes 87, 88 and 89, used in the help system of the I...Filippos Karapetis
2007-07-31Some updates to the psychic profile in IHNM. sfPsychicProfileOff has been ena...Filippos Karapetis
2007-07-31It's now possible to return to the chapter selection screen correctly in IHNMFilippos Karapetis
2007-07-30The interactive part of the IHNM demo fully works now. Also, made the options...Filippos Karapetis
2007-07-30It's now possible to exit from the psychic profile screen in IHNMFilippos Karapetis
2007-07-28The IHNM demo uses the NULL panelFilippos Karapetis
2007-07-11IHNM: Narrowed down the places where the actors stop being drawn when changin...Filippos Karapetis
2007-07-07When loading a scene, start showing actors only after the scene background ha...Filippos Karapetis
2007-06-19When saving the game in IHNM after a chapter point change, the chapter point ...Filippos Karapetis
2007-06-19The correct music track is now played when loading a game in IHNM. The save/l...Filippos Karapetis
2007-06-13IHNM: Fixed sfSetSpeechBox, now the dialog of Nimdok and Mengele will show up...Filippos Karapetis
2007-06-11Implemented Scene::RestoreScene and fixed some animation bugs. Animations and...Filippos Karapetis
2007-06-06Implemented the sfGetMouseClicks and sfResetMouseClicks opcodes and created t...Filippos Karapetis