Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-03 | ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" ↵ | Johannes Schickel | |
logic. All uses of the old target scale API actually wanted to disallow scaling of the mouse cursor. This commit adapts our API to this and thus simplifies backend implementations. Some backends, most notable the Wii and Android, did some implementation of the cursor target scale, which I didn't adapt yet. I added a TODO for the porters there. | |||
2012-05-28 | MOHAWK: Use video volume control in Riven | Matthew Hoops | |
2012-05-14 | GRAPHICS: Hide the WinCursor implementation | Matthew Hoops | |
2012-05-12 | VIDEO: Change getElapsedTime() into getTime() | Matthew Hoops | |
This name change accompanies a slight meaning change; now it means the current time position from the beginning of the video and not from starting the video. | |||
2012-04-08 | MOHAWK: Enable the SVQ1 intro for Myst ME Mac | Matthew Hoops | |
2012-03-20 | GRAPHICS: Convert JPEG to the ImageDecoder API | Matthew Hoops | |
2012-03-20 | GRAPHICS: Convert PictDecoder to the ImageDecoder API | Matthew Hoops | |
2012-03-20 | MOHAWK: Make MystBitmap use BitmapDecoder | Matthew Hoops | |
2012-03-20 | MOHAWK: Use Surface::convertTo() for video 8bpp->true color conversion | Matthew Hoops | |
2012-03-19 | MOHAWK: Properly initialize the Riven tdomeelev variable | Matthew Hoops | |
Thanks to Robot_Maker20 for noticing the bug | |||
2012-03-16 | MOHAWK: Disable Riven demo save/load GUI buttons | Matthew Hoops | |
2012-03-16 | MOHAWK: Improve Riven save/load error messages | Matthew Hoops | |
2012-03-13 | JANITORIAL: Avoid the ugly operator invocation syntax. | Christoph Mallon | |
2012-03-10 | MOHAWK: Split the graphics classes into their own files | Matthew Hoops | |
2012-02-21 | Merge pull request #182 from fingolfin/forbid-ctype | Willem Jan Palenstijn | |
ALL: Avoid using is* macros from ctype.h | |||
2012-02-20 | COMMON: Move isFoo functions to namespace Common, add doxygen comments | Max Horn | |
2012-02-16 | MOHAWK: Correct detection md5sum for Tortoise and the Hare Hebrew. | D G Turner | |
md5sum was for datafiles modified by bug submitter to access hidden content. New md5sum is for unmodified standard release. | |||
2012-02-16 | MOHAWK: Add Detection Entry for "Tortoise and the Hare" Hebrew Variant. | D G Turner | |
Parameter from bug #3441928 - "MOHAWK: Hebrew Tortoise and Hare not detected". | |||
2012-02-15 | MOHAWK: Add Detection Entries For 3 LB Mac Games. | D G Turner | |
Parameters taken from bug #3461368 - "MOHAWK: Living Books Mac Versions Not Recognized". | |||
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman | |
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g' This seems to have caught some params as well which is not undesirable IMO. It also caught some strings containing this which is undesirable so I excluded them manually. (engines/sci/engine/kernel_tables.h) | |||
2012-02-15 | JANITORIAL: Fix whitespace in pointer template arg | Tarek Soliman | |
2012-02-15 | ALL: Avoid using is* macros from ctype.h | Max Horn | |
On some systems, passing signed chars to macros like isspace() etc. lead to a runtime error. Hence, mark these macros as forbidden by default, and introduce otherwise equivalent alternatives for them. | |||
2012-02-11 | MOHAWK: Avoid warning | Willem Jan Palenstijn | |
2011-12-19 | MOHAWK: Add another lilmonster demo | Matthew Hoops | |
2011-12-13 | COMMON: Make more members of Archive constant. | Andrea Corna | |
2011-12-12 | MOHAWK: Display the weight up after resetting the clock puzzle in Myst ME | Bastien Bouclet | |
2011-12-12 | MOHAWK: Fix Myst ME Mac picture file names | Matthew Hoops | |
2011-12-12 | MOHAWK: Fix Stoneship's hologram projector | Matthew Hoops | |
2011-12-08 | MOHAWK: Stub LB clone command. | Alyssa Milburn | |
2011-12-08 | MOHAWK: Fix LBCode goto notify. | Alyssa Milburn | |
2011-12-08 | MOHAWK: Implement LB getProperty/setProperty. | Alyssa Milburn | |
2011-12-08 | MOHAWK: LB variables are case-insensitive. | Alyssa Milburn | |
2011-12-08 | MOHAWK: Name the LB phases, and default to kLBPhaseLoad for v3+. | Alyssa Milburn | |
2011-12-02 | MOHAWK: Implement LB exec,return. | Alyssa Milburn | |
2011-12-02 | MOHAWK: Implement LB add,addAt,setAt. | Alyssa Milburn | |
2011-12-02 | MOHAWK: Implement LBCode::itemIsLoaded. | Alyssa Milburn | |
2011-12-02 | MOHAWK: LB list improvements, implement &= operator. | Alyssa Milburn | |
2011-12-01 | MOHAWK: Implement LB move/moveTo. | Alyssa Milburn | |
2011-12-01 | MOHAWK: Handle LB conversion from string to point/rect. | Alyssa Milburn | |
2011-12-01 | MOHAWK: Fix kLBOpBreakExpression. | Alyssa Milburn | |
2011-12-01 | MOHAWK: Run LB load-time scripts properly. | Alyssa Milburn | |
2011-12-01 | MOHAWK: Implement LBCode::cmdMousePos. | Alyssa Milburn | |
2011-12-01 | MOHAWK: Fix parameterless calls when parsing LB scripts. | Alyssa Milburn | |
2011-11-27 | MOHAWK: Fix LBCode seek/seekToFrame. | Alyssa Milburn | |
2011-11-27 | MOHAWK: Stub LB's min/max/abs. | Alyssa Milburn | |
2011-11-26 | MOHAWK: Add the start of support for LBXDataFile. | Alyssa Milburn | |
2011-11-26 | MOHAWK: Add some basic LB list support. | Alyssa Milburn | |
2011-11-26 | MOHAWK: Add Rugrats subfolders to the path too. | Alyssa Milburn | |
2011-11-26 | MOHAWK: Run kLBEventInit at init time. | Alyssa Milburn | |
2011-11-26 | MOHAWK: Handle globals from the LB book info file. | Alyssa Milburn | |