Age | Commit message (Expand) | Author |
2009-10-10 | Started rewriting the Object struct into a class | Filippos Karapetis |
2009-10-10 | SCI: Fixed bug in new Message() code | Walter van Niftrik |
2009-10-10 | SCI: Fix warnings | Willem Jan Palenstijn |
2009-10-10 | Fixed loading again - a regression from commit #44803 | Filippos Karapetis |
2009-10-10 | Merged _k_base_setter() inside kBaseSetter() | Filippos Karapetis |
2009-10-10 | Replaced make_reg(0, -1) with SIGNAL_REG and fixed a warning (MessageRecord i... | Filippos Karapetis |
2009-10-10 | SCI: kMessage() rewrite | Walter van Niftrik |
2009-10-09 | Removed the unused _flags variable from EngineState | Filippos Karapetis |
2009-10-09 | Removed the wrong code for kGetTime case 1 in some SCI0 games - that case has... | Filippos Karapetis |
2009-10-09 | Some const correctness changes; cleanup | Max Horn |
2009-10-09 | SCI/newgui: calling process_sound_events now directly within kAnimate(), fixe... | Martin Kiewitz |
2009-10-09 | SCI: drawMenuBar/clearMenuBar now using gui class, currently unimplemented in... | Martin Kiewitz |
2009-10-09 | Moved actor movement detection in state.cpp, together with the other detectio... | Filippos Karapetis |
2009-10-09 | SCI: kgraphics.cpp cleanup (no code changes) | Martin Kiewitz |
2009-10-09 | SCI/newgui: kCanBeHere partially implemented, little corrections | Martin Kiewitz |
2009-10-09 | Oops... | Filippos Karapetis |
2009-10-09 | Fixed an issue when examining callk calls in the new graphics functions detec... | Filippos Karapetis |
2009-10-09 | Finished the automatic detection of the graphics functions used in SCI0 games... | Filippos Karapetis |
2009-10-09 | SCI/newgui: support for priority bands, kCoordPri kPriCoord implemented, prio... | Martin Kiewitz |
2009-10-08 | SCI: Turn reconstruct_scripts into SegManager::reconstructScripts | Max Horn |
2009-10-08 | SCI: Remove outdated comment | Willem Jan Palenstijn |
2009-10-08 | SCI: Removed obsolete stringfrags code | Max Horn |
2009-10-08 | Change doxygen inline comments from "//!" to "///" as proposed on -devel | Max Horn |
2009-10-08 | SCI: Removed SegManager::getDescription | Max Horn |
2009-10-08 | Introduce a new struct TimeDate, replacing struct tm in client code. May lead... | Max Horn |
2009-10-08 | Started rewriting the check for the graphics functions type (still not finis... | Filippos Karapetis |
2009-10-08 | Restore the engine state stored within SciGui during loading once more, since... | Filippos Karapetis |
2009-10-08 | Removed the unused game_time variable, and fixed the incorrect calculation of... | Filippos Karapetis |
2009-10-07 | SCI: Turn lookup_node & lookup_list into SegManager::lookupNode & SegManager:... | Max Horn |
2009-10-07 | SCI: Fix warning, cleanup | Max Horn |
2009-10-07 | - Cleaned up the cursor code | Filippos Karapetis |
2009-10-07 | SCI: kDrawPic / had an error in previous revision | Martin Kiewitz |
2009-10-07 | SCI: changed kDrawPic to use oldGfxFuncs() | Martin Kiewitz |
2009-10-07 | SCI/newgui: kDrawPic cleanup, addToFlag inverse detection currently not worki... | Martin Kiewitz |
2009-10-07 | SCI: set default EGA palette to 0, if no parameter is actually given us. Fixe... | Martin Kiewitz |
2009-10-07 | Fixed a potential buffer overflow in kFormat, which occurs in the "About" scr... | Filippos Karapetis |
2009-10-07 | SCI/newgui: kSetCursor (show, hide, pos, shape) implemented | Martin Kiewitz |
2009-10-07 | SCI: SciGuiCursor class added, cleanup, OSystem removed from SciGui constructor | Martin Kiewitz |
2009-10-07 | SCI: removed r44595, sierra sci really does behave like Common::Rect, no need... | Martin Kiewitz |
2009-10-06 | - Fixed kGetTime() again | Filippos Karapetis |
2009-10-06 | SCI: Minor cleanup | Willem Jan Palenstijn |
2009-10-06 | SCI/newgui: kHiLite support | Martin Kiewitz |
2009-10-05 | SCI/newgui: changed the way dithering works on ega games, also default value ... | Martin Kiewitz |
2009-10-05 | SCI: kDrawStatus changed, dont call gui if no text received | Martin Kiewitz |
2009-10-05 | SCI: kDrawStatus now calls s->gui->drawStatus with NULL if no text given | Martin Kiewitz |
2009-10-05 | Fixed crash when starting games with the stable GUI | Filippos Karapetis |
2009-10-05 | SVN/newgui: kDrawStatus implemented | Martin Kiewitz |
2009-10-05 | Moved the cursor movement code in the GUI | Filippos Karapetis |
2009-10-05 | Lines are no longer treated as fake rectangles and are shown correctly again | Filippos Karapetis |
2009-10-05 | SCI/newgui: kDrawControl on icon implemented | Martin Kiewitz |