Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-22 | ALL: Fix some signed/unsigned comparison warnings. | Johannes Schickel | |
2012-02-21 | ENGINES: Add error handling for GMM Gamestate Load/Save Usage. | D G Turner | |
As indicated by wjp, the Global Main Menu (GMM) did not check or report on the returned error state from saveGameState() and loadGameState() usage. This corrects this and adds a MessageDialog report of any failure. | |||
2012-02-21 | KYRA: (EOB) - make detection entries for EOB I more unique (bug #3488973) | athrxx | |
This makes sure that non English versions don't get detected as English. | |||
2012-02-21 | KYRA: (EOB) - implement EGA mode (hi res dithering) for EOB II | athrxx | |
(also fix various thing connected to CGA/EGA modes) | |||
2012-02-21 | KYRA: (EOB) - fix minor sprite drawing glitch in EOB1 | athrxx | |
(some sprites were drawn one pixel too far to the right) | |||
2012-02-21 | KYRA: (EOB) - fix minor text displayer glitch | athrxx | |
2012-02-21 | KYRA: (EOB) - implement EGA graphics mode for EOB1 | athrxx | |
2012-02-21 | KYRA: (EOB) - fix EOB1 door clipping | athrxx | |
(this was done in the same way as in EOB2 and LOL, but it has to be slightly different) | |||
2012-02-21 | KYRA: (EOB) - complete CGA graphics mode implementation | athrxx | |
2012-02-21 | KYRA: (EOB) - start work on CGA and EGA graphics modes | athrxx | |
2012-02-21 | KYRA: (EOB) - fix minor glitch in hp and food bar graphs | athrxx | |
2012-02-21 | KYRA: (EOB) - fix character hand icons | athrxx | |
(upper thumbs should point to the right, lower thumb to the left) | |||
2012-02-21 | KYRA: (EOB) - fix minor bug (wrongly initialized value) and some renaming | athrxx | |
2012-02-21 | KYRA: add new rendering mode gui options | athrxx | |
(EOB should support EGA and CGA mode, but this isn't implemented yet) | |||
2012-02-21 | KYRA: (EOB) - move EOB 1 intro code into separate class | athrxx | |
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-20 | TSAGE: Starting to implement animation player needed for R2R Title Screen | Paul Gilbert | |
2012-02-20 | TSAGE: Implemented method for getting a resource section entry | Paul Gilbert | |
This will be needed for streaming data directly from the resource file without fully loading the resource. | |||
2012-02-18 | DREAMWEB: Revert "Fix the detection entries for the French and Spanish CD ↵ | Willem Jan Palenstijn | |
versions" This reverts commit 0ff60284ce6e876ac895a13a45657afacddbd8e0. We do not want to encourage people to rename all files in their games. Instead, we should properly support the foreign versions. | |||
2012-02-18 | TSAGE: Disable right click in R2R Scene 1330 | Paul Gilbert | |
2012-02-18 | DREAMWEB: Fix the detection entries for the French and Spanish CD versions | Filippos Karapetis | |
2012-02-18 | TSAGE: Disabled Spanish Blue Force detection entry | Paul Gilbert | |
2012-02-17 | SCI: Added some sanity checks by digitall | Filippos Karapetis | |
- Limit the LB1 cursor workaround to LB1 only (so that fanmade games aren't affected) - Error our when bad cursor hotspots are found | |||
2012-02-17 | SCI: Fix and cleanup the monochrome cursor code | Filippos Karapetis | |
This makes the code like FreeSCI again, which is the correct way to fix bug #3487088. | |||
2012-02-17 | SCI: Fix bug #3487088 - "SCI: LB1: Missing Wait cursor" | Filippos Karapetis | |
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 | TSAGE: R2R - Fix various warnings | Strangerke | |
Thanks Digitall for reporting those | |||
2012-02-16 | AGOS: Cleanup | Max Horn | |
2012-02-16 | CGE: Change detector singleid to be all lowercase | Max Horn | |
2012-02-16 | TSAGE: Remove superfluous md5 bytes setting | Max Horn | |
2012-02-16 | DREAMWEB: Document some locations | Max Horn | |
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 | TSAGE: R2R - Implement scene 1850 | Strangerke | |
2012-02-15 | TSAGE: R2R - Scene 1337: rename a variable | Strangerke | |
2012-02-15 | TSAGE: R2R - Rename inventory enums, fix isInventoryIcon() | Strangerke | |
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 | COMPOSER: Add Detection Entries for 3 V1 Magic Tales Mac Variants. | D G Turner | |
Parameters given in bug #3466402 - "COMPOSER: Multiple Mac games not detected". | |||
2012-02-15 | COMPOSER: Add Detection Entry for Liam Finds a Story Mac. | D G Turner | |
Parameters from bug #3463201 - "COMPOSER: Liam Finds a Story (Mac) Not Detected". | |||
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 | COMPOSER: Add Detection Entry for Princess and the Crab Mac. | D G Turner | |
Parameters taken from bug #3461984 - "COMPOSER: Mac Princess and the Crab Not Detected". | |||
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-15 | COMPOSER: Add Detection Entry for Sleeping Cub Mac. | D G Turner | |
Parameters from bug #3461369 - "COMPOSER: Mac Sleeping Cub Not Detected". | |||
2012-02-15 | COMPOSER: Add detection entries for 3 V1 Magic Tales games. | D G Turner | |
These are listed in bug #3485018 - "COMPOSER: v1 undetected MD5's" | |||
2012-02-15 | TSAGE: R2R - Scene 1337: Fix a shadowed variable | Strangerke | |
2012-02-14 | TSAGE: R2R - Scene 1337: rename previously committed function | Strangerke | |
2012-02-14 | TSAGE: R2R - Scene 1337: Implement another AI related function | Strangerke | |
2012-02-14 | TSAGE: R2R - Scene 1337: Implement another large AI function (subCF979) | Strangerke | |
2012-02-14 | TSAGE: R2R - Scene 1337: Implement one more large AI function (subCDB90) | Strangerke | |