Age | Commit message (Expand) | Author |
2009-09-30 | Fixed a crash in KQ1SCI, when the user types something wrong - the game tries... | Filippos Karapetis |
2009-09-30 | Fixed regression in r44417, found by waltervn. The score in KQ1SCI should be ... | Filippos Karapetis |
2009-09-30 | Got rid of old workaround, which was only needed because our SJIS font did no... | Johannes Schickel |
2009-09-30 | Adapt KYRA engine to use the ASCII and half-width katakana support of the SJI... | Johannes Schickel |
2009-09-30 | Cleanup: got rid of Screen::ShadeType. | Johannes Schickel |
2009-09-30 | Implemented support for drawing 8x16 chars from our custom SJIS font. | Johannes Schickel |
2009-09-30 | Simplified inventory handling (too much information hiding will kill you). | Nicola Mettifogo |
2009-09-30 | Fixed a crash when starting KQ1SCI | Filippos Karapetis |
2009-09-30 | - Moved the list of synonyms and parser nodes inside the vocabulary class | Filippos Karapetis |
2009-09-30 | - Adapt parts of the Draci code to match our code formatting guidelines | Johannes Schickel |
2009-09-30 | Converted _color_equals() into respective equality operators within the gfx_c... | Filippos Karapetis |
2009-09-30 | * Added secondary inventories for BRA. | Nicola Mettifogo |
2009-09-30 | Provide only the data that is strictly needed when creating a new Inventory. | Nicola Mettifogo |
2009-09-30 | Implemented the map room, entered when 'm' is pressed. | Robert Špalek |
2009-09-30 | SCI: Add callk stackframe directly in run_vm | Willem Jan Palenstijn |
2009-09-29 | Playtoons - implement some functions related to hotspot texts | Arnaud Boutonné |
2009-09-29 | Fixed Valgrind warnings about invalid memory access. Hopefully without breaking | Torbjörn Andersson |
2009-09-29 | Gob - Silence a Valgrind warning by initializing a variable | Arnaud Boutonné |
2009-09-29 | Added a FIXME comment for the removed functionality in the script debugger | Filippos Karapetis |
2009-09-29 | Remove unused variable. | Johannes Schickel |
2009-09-29 | Add newline after "Available debug channels" in Cmd_Debug, now all debug chan... | Johannes Schickel |
2009-09-29 | Oops - don't attempt to print the sought kernel function name when its empty | Filippos Karapetis |
2009-09-29 | - Changed the unimplemented debug SCI kernel functions (InspectObj, ShowSends... | Filippos Karapetis |
2009-09-29 | Fixed bug #2868938 | Benjamin Haisch |
2009-09-29 | QFG3 clears clones with underbits set, so disable the warning for this behavior | Filippos Karapetis |
2009-09-29 | Rewrite from scratch drawReScaled() and cropping now works well. | Robert Špalek |
2009-09-29 | Clean up and unify positioning dragon's animations | Robert Špalek |
2009-09-29 | draci: | Denis Kasak |
2009-09-28 | draci: Inverted a logical check to make it more obvious. | Denis Kasak |
2009-09-28 | draci: Added methods Game::positionAnimAsHero(), Game::getHeroX() and Game::g... | Denis Kasak |
2009-09-28 | Made AnimationManager::sortAnimations() do multiple passes, if necessary, and... | Denis Kasak |
2009-09-28 | Fix for bug #2868581 "KYRA1: Invisible Brandon". | Johannes Schickel |
2009-09-28 | SCI: Remove unsafe unmarkDeleted function. | Willem Jan Palenstijn |
2009-09-28 | SCI: When merging palettes, map all unused colours to index 0. | Willem Jan Palenstijn |
2009-09-28 | Fix a memory leak | Robert Špalek |
2009-09-28 | Script workaround for partially off-screen text in DW1 GRA | Paul Gilbert |
2009-09-28 | Added topString to the list of static selectors, for commit #44429 | Filippos Karapetis |
2009-09-28 | Fixed clipping-related bug (bug #2826036) | Benjamin Haisch |
2009-09-28 | Added const's to getPalette() and several uses of getObject() | Robert Špalek |
2009-09-28 | Make getFile() return a const pointer and clean-up all uses of it. | Robert Špalek |
2009-09-28 | get rid of static Common::String's | Robert Špalek |
2009-09-28 | get rid of static Common::String's | Robert Špalek |
2009-09-27 | Fix rounding coordinates at the edge of the screen. | Robert Špalek |
2009-09-27 | SCI: Fix scrolling in SCI1 list controls. | Walter van Niftrik |
2009-09-27 | SCI: Remove directory prefix added by QfG3's char import | Willem Jan Palenstijn |
2009-09-27 | Reduce code duplication when cleaning animations | Robert Špalek |
2009-09-27 | SCI: Adjust isValidOffset to match changes from r44396, | Willem Jan Palenstijn |
2009-09-27 | Improved the interface of Sprite and Animation concerning relative coordinate... | Robert Špalek |
2009-09-27 | Simplify kFormat slightly | Max Horn |
2009-09-27 | TINSEL: cleanup | Max Horn |