Age | Commit message (Expand) | Author |
2009-09-27 | TUCKER: add clipping for text drawing | Gregory Montoir |
2009-09-27 | TUCKER: add missing compressed file close when version doesn't match | Gregory Montoir |
2009-09-27 | replace spaces with tabs | Vladimir Menshakov |
2009-09-27 | added save()'s where needed | Vladimir Menshakov |
2009-09-27 | SCI: Major string handling update. | Willem Jan Palenstijn |
2009-09-27 | SCI: Add utility functions for copying data between raw/non-raw segments | Willem Jan Palenstijn |
2009-09-27 | SCI: Add warning when dereferencing non-aligned stack pointer | Willem Jan Palenstijn |
2009-09-26 | SCI: Ignore size argument to FILEIO_WRITE_STRING. | Willem Jan Palenstijn |
2009-09-26 | SCI: Fix compile error with DEBUG_AVOIDPATH | Willem Jan Palenstijn |
2009-09-26 | SCI: Fix regression in r44081 breaking walking in QfG2 | Willem Jan Palenstijn |
2009-09-26 | SCI: Fix copy/paste error | Willem Jan Palenstijn |
2009-09-26 | LOL/PC-98: fix menu colors | Florian Kagerer |
2009-09-26 | LOL/PC-98: more fixes for text displayer and character inventory | Florian Kagerer |
2009-09-26 | FLAC support had a typo in detection, fixed | Martin Kiewitz |
2009-09-26 | commented out walkbox debug code. | Vladimir Menshakov |
2009-09-26 | removed packed structs/direct read/writes, so the game should work on big-end... | Vladimir Menshakov |
2009-09-26 | draci: Fixed bug in Surface::centerOn{X,Y}() which made it return a negative ... | Denis Kasak |
2009-09-26 | LOL/PC-98: start fixing sequences (like broken arms inn and king richard gett... | Florian Kagerer |
2009-09-26 | added option to allow control digital imuse tempo callback. it's related to v... | Paweł Kołodziejski |
2009-09-26 | Bugfix for the dirty rects for drawn sprites when the sprite is partially off... | Paul Gilbert |
2009-09-26 | Dirty rects fix for pixels remaining on screen changes | Paul Gilbert |
2009-09-25 | LOL/PC-98: fixed gui colors (money stash, live and magic bars, scroll) | Florian Kagerer |
2009-09-25 | LOL/PC-98: fixed dialoge box sizes | Florian Kagerer |
2009-09-25 | LOL/PC-98: start fixing text displayer | Florian Kagerer |
2009-09-25 | Added some more const's to the interface of Dragon History | Robert Špalek |
2009-09-25 | Create a define for the special "signal" offset used throughout the engine, a... | Filippos Karapetis |
2009-09-25 | SCI: Remove EngineState::game_version, it was only used for saving anyway. Al... | Max Horn |
2009-09-25 | SCI: Fix a memory leak | Max Horn |
2009-09-25 | SCI: Pedantic cleanup | Max Horn |
2009-09-25 | Patch #2858137 and fix for bug #2855359: fmt_fnt.rom font loading failure is ... | Max Horn |
2009-09-25 | Reverted commit #44316, as colors show up correctly now without dithering. Di... | Filippos Karapetis |
2009-09-25 | Created a macro for lround(), for non-C99 compilers, and used that in places ... | Filippos Karapetis |
2009-09-25 | SCUMM: Rename _bitDepth to _bytesPerPixel | Max Horn |
2009-09-25 | Add const's to many interfaces of engines/draci/ | Robert Špalek |
2009-09-25 | Silenced some warnings | Filippos Karapetis |
2009-09-25 | Replaced the C99 lround() with floor(), to get draci to compile under non-C99... | Filippos Karapetis |
2009-09-25 | Make engines/draci/ compilable after merging from a branch | Robert Špalek |
2009-09-25 | MERGE branch gsoc2009-draci 41388:44325 into trunk | Robert Špalek |
2009-09-25 | Add comment about why r44322 was needed. | Johannes Schickel |
2009-09-25 | Implement proper overflow handling in Gdi::writeRoomColor for Indy4 Amiga as ... | Johannes Schickel |
2009-09-25 | Attempt to fix bug #2838205 "MONKEY: Palette glitches in Amiga version" as de... | Johannes Schickel |
2009-09-24 | SCI: When setting global palette, map all unused colours to index 0. | Willem Jan Palenstijn |
2009-09-24 | SCI: Delete unused function declaration | Willem Jan Palenstijn |
2009-09-24 | SCI: Fix spelling | Max Horn |
2009-09-24 | SCI: Fix flat dithering by permuting the blended palette so that the EGA colo... | Willem Jan Palenstijn |
2009-09-24 | Set dithering to the FreeSCI "enhanced" style by default for SCI0 games, as d... | Filippos Karapetis |
2009-09-24 | Oops, DoNextFrame() is supposed to return a value | Filippos Karapetis |
2009-09-24 | Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings an... | Filippos Karapetis |
2009-09-24 | Turn an error into a warning. | Johannes Schickel |
2009-09-24 | Reverted parts of revisions #44292, #44293, #44295 and #44296, to prevent war... | Filippos Karapetis |