aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-27TINSEL: cleanupMax Horn
2009-09-27Fix renumbering of animation indexesRobert Špalek
2009-09-27Remove memory leak in animation manager. Get rid of 1 non-const reference par...Robert Špalek
2009-09-27Properly return values on functions with non-void return types.Andre Heider
2009-09-27SCI: Add workaround for file mask used by QfG3Willem Jan Palenstijn
2009-09-27Fixed compilation of the NDS port.Andre Heider
2009-09-27make -> $(MAKE)Andre Heider
2009-09-27makefile -> NakefileAndre Heider
2009-09-27make -> $(MAKE)Andre Heider
2009-09-27makefile -> NakefileAndre Heider
2009-09-27Use _port_mk for the PSP port; some psp.mk cleanup.Andre Heider
2009-09-27Use _port_mk for the WinCE port.Andre Heider
2009-09-27Use _port_mk for the motoezx and motomagx ports.Andre Heider
2009-09-27Use _port_mk for the Wii and Gamecube port.Andre Heider
2009-09-27New configure var "_port_mk", set to "ports.mk" per default. Ports can overwr...Andre Heider
2009-09-27SCI: turn assert into warning, as it used in QfG2 char importWillem Jan Palenstijn
2009-09-27added missing soundVladimir Menshakov
2009-09-27SCI: Fix crash when opening menu'sWillem Jan Palenstijn
2009-09-27SCI: clear strcpy's dest string if src is invalid.Willem Jan Palenstijn
2009-09-27SCI: change segment offsets in reg segments to be in half reg_t.Willem Jan Palenstijn
2009-09-27SCI: clean up kStrAtWillem Jan Palenstijn
2009-09-27TUCKER: add clipping for text drawingGregory Montoir
2009-09-27TUCKER: add missing compressed file close when version doesn't matchGregory Montoir
2009-09-27replace spaces with tabsVladimir Menshakov
2009-09-27added save()'s where neededVladimir Menshakov
2009-09-27SCI: Major string handling update.Willem Jan Palenstijn
2009-09-27SCI: Add utility functions for copying data between raw/non-raw segmentsWillem Jan Palenstijn
2009-09-27SCI: Add warning when dereferencing non-aligned stack pointerWillem Jan Palenstijn
2009-09-26SCI: Ignore size argument to FILEIO_WRITE_STRING.Willem Jan Palenstijn
2009-09-26SCI: Fix compile error with DEBUG_AVOIDPATHWillem Jan Palenstijn
2009-09-26SCI: Fix regression in r44081 breaking walking in QfG2Willem Jan Palenstijn
2009-09-26SCI: Fix copy/paste errorWillem Jan Palenstijn
2009-09-26LOL/PC-98: fix menu colorsFlorian Kagerer
2009-09-26LOL/PC-98: more fixes for text displayer and character inventoryFlorian Kagerer
2009-09-26FLAC support had a typo in detection, fixedMartin Kiewitz
2009-09-26commented out walkbox debug code.Vladimir Menshakov
2009-09-26removed packed structs/direct read/writes, so the game should work on big-end...Vladimir Menshakov
2009-09-26draci: Fixed bug in Surface::centerOn{X,Y}() which made it return a negative ...Denis Kasak
2009-09-26LOL/PC-98: start fixing sequences (like broken arms inn and king richard gett...Florian Kagerer
2009-09-26added option to allow control digital imuse tempo callback. it's related to v...Paweł Kołodziejski
2009-09-26Bugfix for the dirty rects for drawn sprites when the sprite is partially off...Paul Gilbert
2009-09-26Dirty rects fix for pixels remaining on screen changesPaul Gilbert
2009-09-25LOL/PC-98: fixed gui colors (money stash, live and magic bars, scroll)Florian Kagerer
2009-09-25LOL/PC-98: fixed dialoge box sizesFlorian Kagerer
2009-09-25Remove redundant -Wno-multichar and -fno-exceptions from configure (they are ...Max Horn
2009-09-25LOL/PC-98: start fixing text displayerFlorian Kagerer
2009-09-25Added some more const's to the interface of Dragon HistoryRobert Špalek
2009-09-25Create a define for the special "signal" offset used throughout the engine, a...Filippos Karapetis
2009-09-25SCI: Remove EngineState::game_version, it was only used for saving anyway. Al...Max Horn
2009-09-25SCI: Fix a memory leakMax Horn