aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2013-09-24ZVISION: Fix LeverControl 'mirrored' supportrichiesams
2013-09-24ZVISION: Create console method for parsing ALL .scr filesrichiesams
Useful for putting a breakpoint at certain ResultActions/Controls to test out different instances of them.
2013-09-24Merge branch 'master' into zvisionWillem Jan Palenstijn
Conflicts: video/avi_decoder.cpp
2013-08-28ZVISION: Increase background rotation speedrichiesams
This could probably still go higher. The DOS version is *very* sensitive, too sensitive. But this is still a bit slow.
2013-08-28ZVISION: Add LeverControl to scr file parsingrichiesams
2013-08-28ZVISION: Fix: Change infndef to correct constantrichiesams
2013-08-28ZVISION: Fix: Store what type of animation file is usedrichiesams
2013-08-28ZVISION: Fix: Signal a cursor changerichiesams
2013-08-28ZVISION: Remove RlfAnimation::getPreviousFrame()richiesams
I realized that RlfAnimations don't use B-frames, therefore, can not easily go backwards.
2013-08-28ZVISION: Add support for animation 'mirroring'richiesams
If an animation is 'mirrored', it doesn't have B-frames, only I-frames. However the animations are built so the last half of the animation is the reverse of the first half
2013-08-28ZVISION: Implement avi frame seekingrichiesams
2013-08-28ZVISION: Fix the quadrant numbers in angle calculationsrichiesams
Because y increases as you go down, not up
2013-08-28ZVISION: Round to int *after* converting to degreesrichiesams
2013-08-28ZVISION: Allow a angle buffer zone on *both* sides of the actual anglerichiesams
2013-08-28ZVISION: Fix comment spacingrichiesams
2013-08-28ZVISION: sscanf to ints before storing them in Rect coordsrichiesams
2013-08-28ZVISION: Prevent variable shadowingrichiesams
2013-08-28ZVISION: Remove ZVision::_mousEvents and all associated functionsrichiesams
Instead, pass all mouse events to ScriptManager
2013-08-28ZVISION: Add ScriptManager mouse event handlersrichiesams
This allows the main engine to pass mouse events to Controls
2013-08-28ZVISION: Remove ScriptManager::_activeNodes and change all iterators to ↵richiesams
iterate over _activeControls We also change _activeControls to a List instead of a HashMap because a List should have slightly better iteration time.
2013-08-28ZVISION: Update ScriptManager::enableControl()/disableControl() to fit new ↵richiesams
Control syntax
2013-08-28ZVISION: Fix signed/unsigned mismatchrichiesams
2013-08-28ZVISION: Remove extraneous semicolonrichiesams
2013-08-28ZVISION: Change PushToggleControl to comply with new Control base classrichiesams
2013-08-28ZVISION: Change LeverControl to comply with the new Control base classrichiesams
2013-08-28ZVISION: Modify TimerNode to use Control base classrichiesams
2013-08-28ZVISION: Create the default implementation for Control::enable()/disable()richiesams
2013-08-28ZVISION: Bake ActionNode and MouseEvent into Controlrichiesams
This makes memory management a lot easier as well as removes the need for multiple lists that point to the same objects. However, there will be quite a few Controls that don't need all the functionality of ActionNode and MouseEvent, so the default implementations are No Op.
2013-08-28ZVISION: Fixed signed/unsigned mismatchrichiesams
2013-08-27TSAGE: Renaming of spaceport working ship components subclassPaul Gilbert
2013-08-27TSAGE: Fix for R2R scene change crash getting into intact spaceshipPaul Gilbert
2013-08-28TSAGE: Some renaming in Scene600Strangerke
2013-08-28TSAGE: Remove SceneExt::loadScene() as the code is duplicate from ↵Strangerke
Scene::loadScene()
2013-08-27WINTERMUTE: Remove duplicate codeWillem Jan Palenstijn
2013-08-27WINTERMUTE: Simplify string matchingWillem Jan Palenstijn
2013-08-26WINTERMUTE: Fix and clean up BaseSurfaceOSystem::finishLoad()Willem Jan Palenstijn
This fixes a couple of cases which fell through the cracks of the previous chain of conditions, including 16bpp images and 32bpp images without alpha. The latter partially fixes bug #3600667.
2013-08-26SCUMM: Fix COMI regression, after commit ↵Kirben
84d1d28373d782464bd46b10abd6b092f7eb6367.
2013-08-25WINTERMUTE: Fix colormod with alpha blendingWillem Jan Palenstijn
Now apply colormod only to the src color instead of to the dst. The original code did this inconsistently depending on if the colormod was 0 or not.
2013-08-25WINTERMUTE: Fix alpha blending with colormodWillem Jan Palenstijn
This fixes numerous transparency effects in J.U.L.I.A.
2013-08-25TSAGE: Silence GCC warning about variable being shadowedTorbjörn Andersson
2013-08-25TSAGE: Silence GCC signed/unsigned warningTorbjörn Andersson
2013-08-25TSAGE: Fix to the R2R scene 1550 junk display loopPaul Gilbert
2013-08-25TSAGE: Further cleanup for spaceport scenePaul Gilbert
2013-08-25TSAGE: Fix cursor when leaving the scanner dialogPaul Gilbert
2013-08-24TSAGE: Added code to make newly added inventory items immediately visiblePaul Gilbert
2013-08-24TSAGE: Further R2R scene 1550 renaming, and fixing tracking junk statePaul Gilbert
2013-08-24TSAGE: Further R2R scene 1550 fields renamingPaul Gilbert
2013-08-24TSAGE: Variable renaming in R2R scene 1550Paul Gilbert
2013-08-24TSAGE: Clean up of R2R scene 1550 player position trackingPaul Gilbert
2013-08-24TSAGE: Corrected usage of quinn and speaker classes across scenesPaul Gilbert