aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-09-19Fixed fallout from keycode being made an enum.Marcus Comstedt
svn-id: r28970
2007-09-19Include <graphics/surface.h> for Graphics::Surface.Marcus Comstedt
svn-id: r28969
2007-09-19Modified patch #1738058: "Action recorder".Eugene Sandulenko
svn-id: r28968
2007-09-19Merge several choice-related functionsEugene Sandulenko
svn-id: r28967
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-09-19Moved some keyboard code from Winnie together with the other keyboard functionsFilippos Karapetis
svn-id: r28965
2007-09-19Don't free the picture buffer inside decodePicture(). The buffer should (and ↵Filippos Karapetis
is) freed from the functions that decodePicture() is being called from svn-id: r28964
2007-09-19rename psp_fs.cpp to psp-fs.cpp (as per the naming convention)Joost Peters
svn-id: r28963
2007-09-19_displayName now contains the last path component, not the full pathJoost Peters
svn-id: r28962
2007-09-19Updated information about some global flags in IHNMFilippos Karapetis
svn-id: r28961
2007-09-19Updated the MSVC8 AGI project file with the latest changes to the engineFilippos Karapetis
svn-id: r28960
2007-09-19Removed a variable initialization out of a while loopFilippos Karapetis
svn-id: r28959
2007-09-19Fixed regression: The ITE intro is shown correctly againFilippos Karapetis
svn-id: r28958
2007-09-18More comment fixing :PSven Hesse
svn-id: r28957
2007-09-18Fixed a typo. (Thanks to our Doctor for spotting it)Johannes Schickel
svn-id: r28956
2007-09-18Updated the MSVC8 SCUMMVM project file with the latest changes to fsnodeFilippos Karapetis
svn-id: r28955
2007-09-18Clarified the FIXME in Common::File::exists a bit.Johannes Schickel
svn-id: r28954
2007-09-18Fixed some glitches which occured when closing the psychic profile in IHNMFilippos Karapetis
svn-id: r28953
2007-09-18Fixes Common::File::exists. Please see the added FIXME comment about the ↵Johannes Schickel
real problem. svn-id: r28952
2007-09-18Fixed compilation under MSVC8Filippos Karapetis
svn-id: r28951
2007-09-18Fix linker issues when doing a plugin build, and (hopefully) also on WindowsMax Horn
svn-id: r28950
2007-09-18Must include stdafx.h before scummsys.hMax Horn
svn-id: r28949
2007-09-18Fixed some more warningsMax Horn
svn-id: r28948
2007-09-18Fix some warningsMax Horn
svn-id: r28947
2007-09-18Fix picture drawing in Troll's Tale. Implement room navigation.Eugene Sandulenko
svn-id: r28946
2007-09-18Code formatting fixesMax Horn
svn-id: r28945
2007-09-18Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break ↵Max Horn
compilation on some ports) svn-id: r28944
2007-09-18Fix compiler warningMax Horn
svn-id: r28943
2007-09-18First room is shown.Eugene Sandulenko
svn-id: r28942
2007-09-18Fix menu and tutorial it Troll's TaleEugene Sandulenko
svn-id: r28941
2007-09-18Fixed the font height of the text in the help screens of the IHNM demo. ↵Filippos Karapetis
Clean-up of some opcodes svn-id: r28940
2007-09-18WIP for Troll's TaleEugene Sandulenko
svn-id: r28939
2007-09-18Fixed Ellen's state when loading a saved game in her chapterFilippos Karapetis
svn-id: r28938
2007-09-18Gfx::palFade is implemented properly nowFilippos Karapetis
svn-id: r28937
2007-09-18Fix for bug #1796045 - "IHNM: Spanish font wrong"Filippos Karapetis
svn-id: r28936
2007-09-17Added a debug command for font mappingFilippos Karapetis
svn-id: r28935
2007-09-17Character with ASCII code 9 is tabFilippos Karapetis
svn-id: r28934
2007-09-17* moved Table handling to objects.cpp Nicola Mettifogo
* added helper functions to load tables from files * fixed occasional lock-ups on location change because of broken Table deallocation svn-id: r28933
2007-09-16Fixed a little graphics glitch, where sometimes parts of the interface were ↵Johannes Schickel
cleared. svn-id: r28932
2007-09-16Yet again another update for Italian CD fan translation.Johannes Schickel
svn-id: r28927
2007-09-16Save games from the character selection screen are loaded correctly from the ↵Filippos Karapetis
command line now svn-id: r28926
2007-09-16Turn off unused code (fixing a compiler warning)Max Horn
svn-id: r28925
2007-09-16Fix bug when some animations were playing too fast.Eugene Sandulenko
svn-id: r28924
2007-09-16Fix warningEugene Sandulenko
svn-id: r28923
2007-09-16Split code from parseZoneTypeBlock in specialized parser functions.Nicola Mettifogo
svn-id: r28922
2007-09-16Revised debug levels and added many debug strings for parsers.Nicola Mettifogo
svn-id: r28921
2007-09-16Fix to make characters face upwards initially, and to stand straight when ↵Paul Gilbert
not actively moving svn-id: r28920
2007-09-16Bugfix to prevent actions being paused sometimesPaul Gilbert
svn-id: r28919
2007-09-16Script modules are now unloaded correctly when changing chapters in IHNMFilippos Karapetis
svn-id: r28918
2007-09-16Initial sound implementationPaul Gilbert
svn-id: r28917