Age | Commit message (Expand) | Author |
2010-06-25 | Some more info on kText(), removed dead code | Filippos Karapetis |
2010-06-25 | Added the SCI2.1 kText kernel function (subop 0, kTextSize for now) | Filippos Karapetis |
2010-06-18 | SCI: Rewrap some overlong comments | Max Horn |
2010-06-17 | Don't translate both x and y of the rect in kOnMe if only one of the variable... | Matthew Hoops |
2010-06-17 | Moved kMulDiv together with the rest of the math functions, and kPlayVMD toge... | Filippos Karapetis |
2010-06-17 | Only hide/show cursor when playing a VMD if it was visible in the first place. | Matthew Hoops |
2010-06-16 | Hooked the VMD player in kPlayVMD. The VMD videos in the demo of Phantasmagor... | Filippos Karapetis |
2010-06-16 | Added a sanity check inside kMulDiv | Filippos Karapetis |
2010-06-16 | Implemented the SCI2.1 kMulDiv kernel function. Walking in Torin's Passage is... | Filippos Karapetis |
2010-06-15 | Don't adjust the object's coordinates if the object does not belong to a plan... | Filippos Karapetis |
2010-06-15 | SCI: SciGui/SciGui32 gone for good... | Martin Kiewitz |
2010-06-15 | Fixed comments | Filippos Karapetis |
2010-06-15 | Fixed detective Mosely's hotspot in GK1 (day 1) | Filippos Karapetis |
2010-06-14 | Fixed GK1 again, including the inventory screen | Filippos Karapetis |
2010-06-14 | Hopefully fixed kOnMe (SCI2) and implemented kIsOnMe (SCI2.1). GK1 and the de... | Filippos Karapetis |
2010-06-09 | Fixed crash in SCI2.1 games | Filippos Karapetis |
2010-06-07 | SCI: Relax signature of kCreateTextBitmap. | Walter van Niftrik |
2010-06-07 | Change some kString subops to use the raw string directly instead of through ... | Matthew Hoops |
2010-06-06 | Throw a warning in kString(At) if the index is out-of-bounds instead of havin... | Matthew Hoops |
2010-06-01 | SCI: Fix malloc<->new mismatch in SysStrings, try to increase readability | Max Horn |
2010-06-01 | The system strings segment is a fixed segment of the segment manager, which d... | Filippos Karapetis |
2010-05-29 | Mass renaming of selector-related functions, and removed some defines which w... | Filippos Karapetis |
2010-05-18 | - Moved determine_reg_type() and kernel_matches_signature() inside the Kernel... | Filippos Karapetis |
2010-03-22 | Patch #2973290: Semicolon cleanup | Max Horn |
2010-03-18 | COMMON: Get rid of Common::StringList | Max Horn |
2010-02-17 | SCI: Cleanup resource.h | Max Horn |
2010-02-13 | SCI: Move GameFeatures from EngineState to SciEngine | Max Horn |
2010-02-13 | SCI: Move Gui/Gfx related permanent objects from EngineState to SciEngine | Max Horn |
2010-02-08 | Search through arrays for outgoing references to fix possible garbage collect... | Matthew Hoops |
2010-02-05 | SCI: Add a 'SELECTOR' macro | Max Horn |
2010-02-05 | SCI: frameout sci32 stuff now gets called directly w/o SciGui/32 | Martin Kiewitz |
2010-02-03 | Placed all the game feature detection code in a separate class | Filippos Karapetis |
2010-02-03 | Initial implementation of text drawing for SCI2 (it's a hack for now, done th... | Filippos Karapetis |
2010-02-02 | Add support in kString(Cpy) for copying to system strings. Also, stubbing kFi... | Matthew Hoops |
2010-02-02 | Try to make drmccoy happy again (is that even possible? :P ) | Filippos Karapetis |
2010-02-02 | Added a stub for kCreateTextBitmap, which shows the text that should be drawn... | Filippos Karapetis |
2010-02-01 | Added an initial implementation of kGetHighPlanePri | Filippos Karapetis |
2010-02-01 | Fix bug in kString(Printf) | Lars Skovlund |
2010-01-30 | Implement kString(Printf) and resizing of SCI32 strings in kFormat(). | Matthew Hoops |
2010-01-30 | Added support for String types to kFormat (seems to work but needs testing...) | Filippos Karapetis |
2010-01-30 | Ignore kString(printBuf) calls with more parameters than 3 - a list is probab... | Filippos Karapetis |
2010-01-30 | Implemented kString case 12 - it was really kFormat in disguise :) | Filippos Karapetis |
2010-01-29 | SCI: added new SciGui32 class, Gfx class needs some work though and hopefully... | Martin Kiewitz |
2010-01-29 | SCI: Move selector stuff to new header; reorder k_argc & k_argp param of invo... | Max Horn |
2010-01-28 | SCI2.1: Added a dummy function for kRobot (with some info on its parameters),... | Filippos Karapetis |
2010-01-28 | Detect whether to use the modified SCI2 or SCI2.1 kernel table based on the k... | Matthew Hoops |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-10 | Silenced warnings ("this" isn't defined on object instantiation, and commente... | Filippos Karapetis |
2010-01-06 | SCI: making most of the variables in screen class private (some of it was nee... | Martin Kiewitz |
2010-01-05 | Fix walking in SCI32. Gabriel now will walk and DrMcCoy can now hear his prec... | Matthew Hoops |