Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-07 | SCI: Add a new configuration option for SQ4 CD, "silver_cursors" | Filippos Karapetis | |
This allows the user to choose the alternate set of silver mouse cursors that is available in the game resources of the game, instead of the original golden ones | |||
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-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-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 | 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-13 | SCI: Fix the order of diagonal roll transitions in the old lookup table | Filippos Karapetis | |
This fixes several inverted transitions (like in SQ3, ICEMAN, Hoyle 1 etc) - bug #3485194 | |||
2012-02-13 | SCI: Fix bug #3487092: "SCI: LB1: Magnifying glass cursor is grey" | Filippos Karapetis | |
2012-01-15 | SCI: Properly handle negative coordinates in drawTextBitmap() | Filippos Karapetis | |
This fixes occasional crashes when going to the map in GK1. Many thanks to digitall for finding this through Valgrind | |||
2012-01-15 | SCI: Plug loads of memory leaks in the SCI32 graphics code | Filippos Karapetis | |
Many thanks to digitall for finding these | |||
2012-01-14 | SCI: Don't clip the plane rectangle in kernelDeletePlane() | Filippos Karapetis | |
The actual cause for this clipping has been fixed | |||
2012-01-14 | SCI: When deleting a plane, also delete the items in it | Filippos Karapetis | |
This fixes a crash in GK1 day 2, after using the thermostat outside Mosely's office | |||
2012-01-14 | SCI: Fix bug in fadeIn()/fadeOut() | Filippos Karapetis | |
This wasn't added in 4742b4d728ba772d47cc497681c9bfb0144475bc) | |||
2012-01-13 | SCI: Fixed some graphics corruption (black boxes) in the dialogs of GK1 | Filippos Karapetis | |
2012-01-01 | JANITORIAL: Remove SVN tags | Strangerke | |
2011-11-17 | SCI: Break the huge kernelFrameOut function into several smaller ones | Filippos Karapetis | |
Also, prefix more class variables with underscores | |||
2011-11-17 | SCI: Prefix class variables with underscores | Filippos Karapetis | |
2011-11-17 | SCI: Updated information regarding bug #3439240 | Filippos Karapetis | |
2011-11-17 | SCI: Fixed bug #3439240 - "QFG1VGA: Game Crashes While Sleeping at Erana's ↵ | Filippos Karapetis | |
Peace" | |||
2011-11-16 | SCI: Add support for slater mac | Matthew Hoops | |
2011-11-10 | SCI: Do not add 1 pixel to rect dimensions in SCI32 | Filippos Karapetis | |
2011-11-03 | SCI: Fixed typo in colorIsFromMacClut() | Filippos Karapetis | |
2011-10-30 | SCI: More work on kEditText | Filippos Karapetis | |
2011-10-29 | SCI: Bugfix for text alignment in SCI32 games | Filippos Karapetis | |
2011-10-29 | SCI: Silence GCC warning | Torbjörn Andersson | |
2011-10-29 | SCI: Fixed the up/down buttons in GK1 | Filippos Karapetis | |
2011-10-29 | SCI: Implemented text alignment for SCI32 | Filippos Karapetis | |
2011-10-29 | SCI: Fixed typo | Filippos Karapetis | |
2011-10-29 | SCI: Some fixes for text positioning in SCI32 games (still WIP) | Filippos Karapetis | |
Also, removed duplicate code | |||
2011-10-28 | SCI: Remove unneeded casts (thanks to wjp for pointing that out) | Filippos Karapetis | |
2011-10-28 | SCI: Added two files missing in commit 4ac2940 | Filippos Karapetis | |
2011-10-28 | SCI: Use the original text buffer width/height when drawing it | Filippos Karapetis | |
Fixes the display of overlay text | |||
2011-10-28 | SCI: Draw overlay text, if it exists (e.g. on buttons) | Filippos Karapetis | |
2011-10-28 | SCI: Fixed text background color and text transparency for SCI32 games | Filippos Karapetis | |
2011-10-26 | SCI: Renamed GfxControls to GfxControls16 | Filippos Karapetis | |
2011-10-20 | SCI: Added a hack to fix bug #3035693 - "SCI: QFG3 demo: Rope swinging more ↵ | Filippos Karapetis | |
heroic than ever" | |||
2011-10-19 | SCI: Moved the width adjustment outside getPlaneRect() | Filippos Karapetis | |
2011-10-19 | SCI: Move the palette merging checking code inside the GfxPalette class | Filippos Karapetis | |
2011-10-19 | SCI: Added a sanity check when drawing text. Older SCI32 saves work now | Filippos Karapetis | |
2011-10-19 | SCI: Merged all the code to get/set the NS rect | Filippos Karapetis | |
2011-10-19 | SCI: Removed unused includes | Filippos Karapetis | |
2011-10-19 | SCI: Wrapped some very long lines | Filippos Karapetis | |
2011-10-19 | SCI: Fixed script bug #3425276 - "SCI: PQ2: Game crashes when looking at file" | Filippos Karapetis | |
2011-10-19 | SCI: The draw_pic console command now works in SCI32 | Filippos Karapetis | |
Moreover, the overlay is temporarily hidden to show the picture | |||
2011-10-18 | SCI: Added some hacks related to new functionality in Phantasmagoria 2 | Filippos Karapetis | |
The game will now start (but won't do anything exciting - it'll display its main menu, which doesn't work yet) | |||
2011-10-15 | SCI: Fixed text length in upscaled SCI32 games | Filippos Karapetis | |
2011-10-14 | SCI: Fixed display of text surfaces in SCI21 | Filippos Karapetis | |
2011-10-14 | SCI: Silenced warnings | Filippos Karapetis | |