aboutsummaryrefslogtreecommitdiff
path: root/saga
AgeCommit message (Expand)Author
2004-11-03Whitespace fixTorbjörn Andersson
2004-11-02Hacked Okk entry is not needed anymore.Eugene Sandulenko
2004-11-02Removed unknown part of IMAGE_HEADER struct since it wasn't used in theTorbjörn Andersson
2004-11-01Renamed the "unknown" parameters. I hope I didn't make too many errors.Torbjörn Andersson
2004-10-31UpdatesTorbjörn Andersson
2004-10-31Renamed an "unknown" variable.Torbjörn Andersson
2004-10-31Whitespace fixesTorbjörn Andersson
2004-10-30Turn some methods into functions (potentially gives better code, and we may w...Max Horn
2004-10-30Let Saga::SURFACE inherit from SURFACEMax Horn
2004-10-30Renaming of struct members.Torbjörn Andersson
2004-10-28Renamed some previously unknown variables.Torbjörn Andersson
2004-10-28Updated with my recent actor flag changes.Torbjörn Andersson
2004-10-28replaced printf usage in sagaPaweł Kołodziejski
2004-10-28Remove strayTravis Howell
2004-10-27Implement some script functions and report stubs.Eugene Sandulenko
2004-10-27removed R_ prefix with few r_ tooPaweł Kołodziejski
2004-10-27Started to rework script threads. Partially moved to thread flags.Eugene Sandulenko
2004-10-26Better test for if it's the protagonist who leaves the scene.Torbjörn Andersson
2004-10-26Note which entry corresponds to which actor in the actor table.Torbjörn Andersson
2004-10-26Rename fields in R_ACTORTABLE struct (I think this is what they mean), andTorbjörn Andersson
2004-10-22Properly nitialize _passThrough variable.Eugene Sandulenko
2004-10-22Made the usage of the Rect data type more consistent with the rest ofTorbjörn Andersson
2004-10-22Fixed two of my own stupid bugs:Torbjörn Andersson
2004-10-21Better support of MT-32.Eugene Sandulenko
2004-10-21A bunch of mostly panel-related fixes for the ITE intro. Apart from theTorbjörn Andersson
2004-10-21Fixed some clipping problems. I think there are more still in there, but ITorbjörn Andersson
2004-10-20FX_CROWD constants are correct.Eugene Sandulenko
2004-10-19Oops, now it plays the correct music again, I hope. The sound effects seemTorbjörn Andersson
2004-10-19Cleanup. No need to have a lookup table for something that can be expressedTorbjörn Andersson
2004-10-19Initial, and slightly buggy, support for sound effects.Torbjörn Andersson
2004-10-19Increased debug level in the name of sanity.Torbjörn Andersson
2004-10-16fixed warningsPaweł Kołodziejski
2004-10-16Introduced script events to fix the "actors appear before fade-out" bug.Torbjörn Andersson
2004-10-16Oops, forgot to remove these lines. Now all three forms of music (XMIDI,Torbjörn Andersson
2004-10-12Added support for digitized music, plus some other music-related fixes.Torbjörn Andersson
2004-10-10Added missing word in subtitle.Torbjörn Andersson
2004-10-10Fixed the nasty "pop" when playing the standalone VOC file in the intro.Torbjörn Andersson
2004-10-10The thread variables I added yesterdays will be accessed by scripts, soTorbjörn Andersson
2004-10-09Initial attempt at fixing the SData problem. I'm still not sure exactly howTorbjörn Andersson
2004-10-08pass arguments by reference-to-const rather than by value, it's usually more ...Gregory Montoir
2004-10-08Prevent double slash in pathChris Apers
2004-10-08Implement scene change via exits. You still cannot leave first sceneEugene Sandulenko
2004-10-07More de-C'fying. Pass Point object instead of direct reference.Eugene Sandulenko
2004-10-07Turn ObjectMap into real object.Eugene Sandulenko
2004-10-07Remove duplicated code in actor walk code.Eugene Sandulenko
2004-10-05o Convert some objectMap methods to more C++-like.Eugene Sandulenko
2004-10-04Fix button clicking. Now actor walks to correct spot and interface buttonsEugene Sandulenko
2004-10-04R_POINT -> Common::Point, R_RECT -> Common::Rect. Less R_ prefixes.Eugene Sandulenko
2004-10-03A few, mostly untested, fixes to the SAGA script engine:Torbjörn Andersson
2004-10-01Set up file paths to handle the differences between the file layout of theTorbjörn Andersson