aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-07VIDEO: Fix getNextFramePacket() to actually be efficientMatthew Hoops
2011-10-06PEGASUS: Add the Full TSA neighborhoodMatthew Hoops
2011-10-05PEGASUS: Add the Tiny TSA neighborhoodMatthew Hoops
2011-10-05PEGASUS: Implement basic jump console commandMatthew Hoops
2011-10-04PEGASUS: Fix playSpotSoundSync playSoundSegment callMatthew Hoops
2011-10-04PEGASUS: Fix turningMatthew Hoops
2011-10-03PEGASUS: Fix moving forwardMatthew Hoops
You know, actually initialize some variables :P
2011-10-03VIDEO: Fix the first AI calibration videoMatthew Hoops
2011-10-02PEGASUS: Fix idlers freeing themselvesMatthew Hoops
Our idler handling is more like the original now
2011-10-02PEGASUS: Remove a change I made for testingMatthew Hoops
2011-10-02PEGASUS: Fix Caldoria wake up video 2Matthew Hoops
2011-10-02PEGASUS: Fix energy monitor calibrationMatthew Hoops
Minus a quick flicker
2011-10-02PEGASUS: Fix extra syncMatthew Hoops
Caldoria now starts up
2011-10-02PEGASUS: Fix Caldoria::updateCursorMatthew Hoops
This actually looks like an original game bug... The original does no checking for null here, but Neighborhood::updateCursor() clearly does
2011-10-02PEGASUS: Add a hack to skip energy bar calibration for nowMatthew Hoops
2011-10-02PEGASUS: Fix draw sync functionsMatthew Hoops
2011-10-02PEGASUS: Add the basic Caldoria neighborhoodMatthew Hoops
Does not include the end-of-game timers and sequence yet. It's currently hooked up to the full game, but does not go beyond the first frame of the wake-up sequence right now.
2011-10-01PEGASUS: Fix time forward callbacksMatthew Hoops
2011-10-01PEGASUS: Fix neighborhood callbacksMatthew Hoops
2011-10-01PEGASUS: Fix AI movies playing in the wrong boxMatthew Hoops
2011-09-30PEGASUS: Fix pausing normal TimeBasesMatthew Hoops
2011-09-30PEGASUS: Resolve a couple AI TODO'sMatthew Hoops
2011-09-30PEGASUS: Ease off the CPUMatthew Hoops
2011-09-30PEGASUS: Fix inventory looping positionsMatthew Hoops
2011-09-30PEGASUS: Fix movie segment loopingMatthew Hoops
Not the best way to handle it, but it works for now
2011-09-30VIDEO: Ensure audio paused status remains after a QuickTime seekMatthew Hoops
2011-09-30PEGASUS: Actually pause the game nowMatthew Hoops
2011-09-30PEGASUS: Fix auto draggingMatthew Hoops
2011-09-30PEGASUS: Fix typos in autoDragItemIntoInventory/RoomMatthew Hoops
2011-09-30GRAPHICS: Add support for true 32bpp DirectBits imagesMatthew Hoops
2011-09-30PEGASUS: Introduce better cursor update codeMatthew Hoops
2011-09-30PEGASUS: Fix AI videos not updatingMatthew Hoops
2011-09-29PEGASUS: Fix drag sprite transparencyMatthew Hoops
2011-09-29PEGASUS: Fix cursor not showing upMatthew Hoops
2011-09-29PEGASUS: Fix stupid typo stopping the current biochip from being foundMatthew Hoops
2011-09-29PEGASUS: Allow saving/loading of AI rulesMatthew Hoops
2011-09-29PEGASUS: Resolve some TODO's and cleanupMatthew Hoops
2011-09-29PEGASUS: Update save/load code a bitMatthew Hoops
2011-09-29PEGASUS: Add the auto dragger codeMatthew Hoops
2011-09-29PEGASUS: Fix use of Common::List::eraseMatthew Hoops
2011-09-29PEGASUS: Returning from the pause menu works nowMatthew Hoops
2011-09-29COMMON: Ensure numTypes is set to 0 on closeMatthew Hoops
2011-09-29PEGASUS: Fix compass not showingMatthew Hoops
2011-09-29PEGASUS: Fix sprites being drawn incorrectlyMatthew Hoops
2011-09-29PEGASUS: Fix energy monitor not showing upMatthew Hoops
2011-09-29PEGASUS: Allow getting frames from videosMatthew Hoops
2011-09-29PEGASUS: Fix TimeBase::setTimeMatthew Hoops
Need to reset _lastMillis or checkCallBacks won't work properly
2011-09-29PEGASUS: Add the PauseMenu codeMatthew Hoops
2011-09-29PEGASUS: Fix a typo in the SoundLevel codeMatthew Hoops
2011-09-29PEGASUS: Add the SoundLevel classMatthew Hoops