Age | Commit message (Expand) | Author |
2009-10-01 | Fix Common::String::printf in MSVC | Willem Jan Palenstijn |
2009-10-01 | Removed the STRICT_SEND, STRICT_READ and ASSERT_ARITHMETIC defines | Filippos Karapetis |
2009-10-01 | Fix a regression in the first part of the intro (gitches when the paper and t... | Arnaud Boutonné |
2009-10-01 | Reworked of code line in changeExtension that was giving a cppcheck warning | Paul Gilbert |
2009-10-01 | Fixed some potential memory leaks, reported by salty-horse | Filippos Karapetis |
2009-10-01 | Replaced delete operator with delete[] | Paul Gilbert |
2009-10-01 | SCI: Add some fixmes noted by salty-horse. | Willem Jan Palenstijn |
2009-10-01 | Fix free/delete/delete[] mismatches. Patch by salty-horse | Willem Jan Palenstijn |
2009-10-01 | - Removed the toggle for "weak" validations, as there are cases where they fa... | Filippos Karapetis |
2009-10-01 | SCI: Remove outdated debugging hack. | Willem Jan Palenstijn |
2009-10-01 | Clean up room changing code and support returning from the map. | Robert Špalek |
2009-09-30 | Removed an old (and now obsolete) workaround for KQ5 | Filippos Karapetis |
2009-09-30 | Fixed the warning message shown when dummy functions are invoked | Filippos Karapetis |
2009-09-30 | Added a new special reg_t, SIGNAL_REG, for signaling when an error occurs (us... | Filippos Karapetis |
2009-09-30 | Fascination - Suppress some warnings | Arnaud Boutonné |
2009-09-30 | Changed the list sanity checks to return warnings instead of errors in case o... | Filippos Karapetis |
2009-09-30 | - Removed some leftover 16/32bpp color code, as we're always using palette mo... | Filippos Karapetis |
2009-09-30 | LOL/PC-98: - fixed TIM dialogue button text colors | Florian Kagerer |
2009-09-30 | oops | Max Horn |
2009-09-30 | Fix 2 ValGrind warnings. | Robert Špalek |
2009-09-30 | LOL/PC-98: - fix spell effect colors | Florian Kagerer |
2009-09-30 | SCI: Make kFile error messages slightly more verbose | Willem Jan Palenstijn |
2009-09-30 | Fascination - Fix a regression in intro (fix of R42171) | Arnaud Boutonné |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-09-30 | SCI: Some palette code cleanup | Max Horn |
2009-09-30 | Remove trailing whitespaces | Max Horn |
2009-09-30 | SCI: Replace magic '-42' by an enum | Max Horn |
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 | Update SJIS code to read SJIS.FNT version 2 data (no support for drawing ASCI... | Johannes Schickel |
2009-09-30 | - Moved the list of synonyms and parser nodes inside the vocabulary class | Filippos Karapetis |
2009-09-30 | Check readline+termcap if linking with readline failed | Willem Jan Palenstijn |
2009-09-30 | fix bug #2869491: "PSP make problem after 44348" | Joost Peters |
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 |