Age | Commit message (Expand) | Author |
2011-02-08 | SCI: Add detection for Freddy Pharkas Mac | Matthew Hoops |
2011-02-08 | SCI: Do not flip clearKey for Mac SCI1.1+ views. | Walter van Niftrik |
2011-02-08 | SCI: Fix Mac SCI1.1+ view white/black/transparency | Matthew Hoops |
2011-02-07 | ALL: Fix whitespaces / indention | Max Horn |
2011-02-07 | SCI: Fixed compilation | Filippos Karapetis |
2011-02-07 | COMMON: OSystem now has a PaletteManager | Max Horn |
2011-02-07 | SCI: Converted the robot decoder into a regular video decoder, and decoupled ... | Filippos Karapetis |
2011-02-07 | SCI: v4 robots are only used in the PQ:SWAT demo, the full version uses v5. S... | Filippos Karapetis |
2011-02-07 | SCI: Add support for v4 robots | Matthew Hoops |
2011-02-07 | SCI: Add support for Mac robot files | Matthew Hoops |
2011-02-07 | SCI: Fix SCI1.1 Mac picture palettes further | Matthew Hoops |
2011-02-06 | SCI: Several changes related to robot files | Filippos Karapetis |
2011-02-06 | SCI: Improve Mac SCI1.1+ cursor support | Matthew Hoops |
2011-02-05 | SCI: Fix SCI32 Mac picture palettes | Matthew Hoops |
2011-02-05 | SCI: Throw a warning when trying to play a Mac robot file (big endian) | Matthew Hoops |
2011-02-04 | SCI: Properly initialize a Robot variable so we don't segfault on quitting | Matthew Hoops |
2011-02-04 | SCI: Rewrote the robot playing code in a way similar to other video decoders | Filippos Karapetis |
2011-02-03 | SCI: Robot v6 support. I _think_ this is complete. | Lars Skovlund |
2011-02-03 | SCI: updated comments concerning robot videos | Filippos Karapetis |
2011-02-03 | SCI: Robot related changes | Filippos Karapetis |
2011-02-03 | SCI: Add support for GK1 Mac high-res fonts | Matthew Hoops |
2011-02-03 | SCI: Fix a typo, the interpreter can handle robot video versions 3 - 5 | Filippos Karapetis |
2011-02-03 | SCI21: Some robot related changes | Filippos Karapetis |
2011-02-03 | SCI: Disable the special QFG1 Mac icon bar | Matthew Hoops |
2011-02-02 | SCI: Fix GK1 Mac scaling | Matthew Hoops |
2011-02-02 | SCI: Fix memory leaks in GfxRobot | Lars Skovlund |
2011-02-02 | SCI: Fix SCI32 Mac fonts | Matthew Hoops |
2011-02-02 | SCI: Fix SCI32 Mac pictures | Matthew Hoops |
2011-02-02 | SCI: Fix GK1 Mac views, the game now starts | Matthew Hoops |
2011-02-01 | SCI: Fix SCI1.1+ Mac views with uint16 rle lengths (thanks, Walter) | Matthew Hoops |
2011-01-31 | SCI: Add missing initializations | Sven Hesse |
2011-01-24 | SCI/Robot: Simplify ::setPalette() | Lars Skovlund |
2011-01-24 | SCI/Robot: Fix typo | Lars Skovlund |
2011-01-22 | SCI/Robot:Don't ifdef out ::playAudio, since it is only used for debugging | Lars Skovlund |
2011-01-22 | SCI: Moved the robot audio playing test code inside GfxRobot::playAudio() | Filippos Karapetis |
2011-01-22 | SCI/robot: Correct detection of null preload | Lars Skovlund |
2011-01-22 | SCI: Added stub for playing robot audio from the console | Lars Skovlund |
2011-01-22 | SCI21: Allow the game scripts to sync robot videos, like in SSCI. Also, refer... | Filippos Karapetis |
2011-01-22 | SCI: Changed the expensive and inaccurate floating-point divisions to integer... | Filippos Karapetis |
2011-01-22 | SCI: Code formatting | Filippos Karapetis |
2011-01-21 | SCI: Fix robot palette activation | Lars Skovlund |
2011-01-21 | SCI: Fix robot memory leak | Lars Skovlund |
2011-01-21 | SCI: Partial robot support, currently disabled since it does not run | Lars Skovlund |
2011-01-15 | SCI: Plugged 2 memory leaks, reported by digitall | Filippos Karapetis |
2011-01-09 | SCI2.1: Some further work on robot files | Filippos Karapetis |
2011-01-09 | SCI2: Implemented proper text splitting | Filippos Karapetis |
2011-01-09 | SCI: Cleanup | Filippos Karapetis |
2011-01-09 | SCI: Changed the bShow parameter of GfxText16:Box() into a bool | Filippos Karapetis |
2011-01-08 | SCI: Some function renaming | Filippos Karapetis |
2011-01-01 | SCI: debugC calls no longer require a debug level of 2 to show output | Filippos Karapetis |