aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-29MOHAWK: Start implementing opcodes using the animated update featureBastien Bouclet
svn-id: r54627
2010-11-29MOHAWK: Changed sliders to restore the main background instead of doing ↵Bastien Bouclet
their own background caching. It is possible now there is the image cache. svn-id: r54626
2010-11-29MOHAWK: Added dirty rects support for MystBastien Bouclet
svn-id: r54625
2010-11-29Revert "MOHAWK: Revert the screen cache since it has a huge performance hit, ↵Bastien Bouclet
and is not needed as is." This reverts commit 291bea1858c12b8557aeb46e6f57dc701293c956. svn-id: r54624
2010-11-29MOHAWK: Implement opcode 3 "take / drop page", and the corresponding getters ↵Bastien Bouclet
and setters for selenitic svn-id: r54623
2010-11-29MOHAWK: Fix flag values used to dertermine if an area can become active.Bastien Bouclet
svn-id: r54622
2010-11-29MOHAWK: Implement / fix Myst opcode 4.Bastien Bouclet
svn-id: r54621
2010-11-29MOHAWK: Only draw a resource conditional subimages if it has the "subimages ↵Bastien Bouclet
enabled" flag set. svn-id: r54620
2010-11-29MOHAWK: More Myst common opcodes checking / renamingBastien Bouclet
svn-id: r54619
2010-11-29MOHAWK: Rename and fix / explain a few Myst opcodesBastien Bouclet
svn-id: r54618
2010-11-29MOHAWK: Describe Myst opcode 9Bastien Bouclet
svn-id: r54617
2010-11-29MOHAWK: Fix Myst opcode 14Bastien Bouclet
svn-id: r54616
2010-11-29MOHAWK: Disabled hotspots are now unclickable areas. Display blue rects for ↵Bastien Bouclet
unreachable zip destinations when drawing resource rects. svn-id: r54615
2010-11-29MOHAWK: Check / Fixed / Renamed some simple opcodes.Bastien Bouclet
svn-id: r54614
2010-11-29MOHAWK: Added helpher functions to redraw a resource. Do not redraw all the ↵Bastien Bouclet
resources on mouse up. svn-id: r54613
2010-11-29MOHAWK: Fixed some warningsBastien Bouclet
svn-id: r54612
2010-11-29MOHAWK: Completed the sound lock puzzleBastien Bouclet
svn-id: r54611
2010-11-29MOHAWK : Implemented selenitic sound lock slider opcodes and adjusted ↵Bastien Bouclet
sliders behaviour. svn-id: r54610
2010-11-29MOHAWK: Implement value setters for the selenitic sound lock slidersBastien Bouclet
svn-id: r54609
2010-11-29MOHAWK: Implement slider value settingBastien Bouclet
svn-id: r54608
2010-11-29MOHAWK: Don't change current resource when draggingBastien Bouclet
svn-id: r54607
2010-11-29MOHAWK: Implement slidersBastien Bouclet
svn-id: r54606
2010-11-29MOHAWK: Revert the screen cache since it has a huge performance hit, and is ↵Bastien Bouclet
not needed as is. svn-id: r54605
2010-11-29MOHAWK; Post rebase fixes :Bastien Bouclet
- Restore invoking resource change - Update the screen after drawing a conditional image svn-id: r54604
2010-11-29MOHAWK: Start implementing type 10 areasBastien Bouclet
svn-id: r54603
2010-11-29MOHAWK: Update area type 11 position when the mouse movesBastien Bouclet
svn-id: r54602
2010-11-29MOHAWK: Fix selenitic sound receiver left buttonBastien Bouclet
svn-id: r54601
2010-11-29MOHAWK: Rename some fields for type 11 areasBastien Bouclet
svn-id: r54600
2010-11-29MOHAWK : Change areas inheritance to match the originalBastien Bouclet
svn-id: r54599
2010-11-29MOHAWK : Move area classes to their own fileBastien Bouclet
svn-id: r54598
2010-11-29MOHAWK: Add mouse move event for type 10 and 11 resourcesBastien Bouclet
svn-id: r54597
2010-11-29MOHAWK: Name selenitic opcodes, and implement opcode 204Bastien Bouclet
svn-id: r54596
2010-11-29MOHAWK: Keep resource type aroundBastien Bouclet
svn-id: r54595
2010-11-29MOHAWK : Cleanup selenium opcodesBastien Bouclet
svn-id: r54594
2010-11-29MOHAWK : Finished implementing Selenitic sound receiverBastien Bouclet
svn-id: r54593
2010-11-29MOHAWK: Start splitting Myst scripts into one class per Stack.Bastien Bouclet
svn-id: r54592
2010-11-29CONFIGURE: Improve OpenGL header + library detection.Johannes Schickel
svn-id: r54591
2010-11-29SYMBIAN : Forgot to init the SDL backendLars Persson
svn-id: r54590
2010-11-29SDL: Add Mac OS X log file supportMax Horn
svn-id: r54589
2010-11-29SYMBIAN : Updated so it builds with latest structures and add support to ↵Lars Persson
last express svn-id: r54588
2010-11-29NULL: Remove extra semicolons in null-graphics.hJohannes Schickel
svn-id: r54587
2010-11-29BUILD: Fix URL keyword in rules.mk.Johannes Schickel
svn-id: r54585
2010-11-29BACKENDS: Fix SVN keyword usage.Johannes Schickel
svn-id: r54584
2010-11-29SDL: Slight formatting fix.Johannes Schickel
svn-id: r54583
2010-11-29BACKEND: Assure that the correct destructor of FilesystemFactory is called.Johannes Schickel
svn-id: r54582
2010-11-29SDL: Move createLogFile implementions to the OSystem_SDL subclasses.Johannes Schickel
svn-id: r54581
2010-11-29BACKENDS: Improve safety of Modular Backend Destructor And Close _fsFactory ↵David Turner
Memory Leak Since the modular backend implements abstract modules to be written in the future which _may_ have interdependencies, they should be set to null pointers after deletion. This allows assert(_eventManager) type lines to work, which would have detected bug #3121841 without a segfault... Also, _fsFactory should be deleted to ensure it is not leaked though this causes a group of GCC warnings and probably should be done in a different manner. svn-id: r54580
2010-11-29BACKENDS: Close Memory Leak of Mouse Surfaces in SDL Graphics BackendDavid Turner
svn-id: r54579
2010-11-29HUGO: Fix a remaining warningArnaud Boutonné
svn-id: r54578
2010-11-29HUGO: Fix compilationArnaud Boutonné
svn-id: r54577