aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/function.cpp
AgeCommit message (Collapse)Author
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
svn-id: r40867
2009-05-16Fixed incorrect pathfinding data entry being deleted when a temporary actor ↵Paul Gilbert
animation is removed svn-id: r40615
2009-05-15Converted various printf statements to use debug, warning, and error.Paul Gilbert
svn-id: r40588
2009-04-18Added support for the global menu save/loading, and changed the savegame ↵Paul Gilbert
format to store the savegame name and thumbnail svn-id: r39979
2009-04-05Apart from a "const", the volume() and getVolume() function were identical.Torbjörn Andersson
Removed the volume() function. svn-id: r39868
2009-04-05Implemented many of the remaining library functionsPaul Gilbert
svn-id: r39857
2009-04-04Replaced all occurrences of the constant '257' with the existing constant ↵Paul Gilbert
'NUM_FILE_ENTRIES' svn-id: r39824
2009-04-03Fixed incorrect palette range usage so room fade-ins happen correctlyPaul Gilbert
svn-id: r39822
2009-04-01Fix compilation via manually implementing strToUpper, instead of relying on ↵Johannes Schickel
strupr. svn-id: r39791
2009-04-01Laid the basics for music handlingPaul Gilbert
svn-id: r39786
2009-03-26Corrected the positions of two library functions in the library function listPaul Gilbert
svn-id: r39699
2009-03-16Code formatting, added further constant references, and corrected method ↵Paul Gilbert
signatures svn-id: r39445
2009-03-02Formatting fixes, and added extra constants and function name correctionsPaul Gilbert
svn-id: r39063
2009-03-01Added an explicit clearing of all animation fields for new animations - this ↵Paul Gilbert
fixes a problem where the player could disappear if he had to rotate to face a selected object svn-id: r39019
2009-03-01Implemented proper support for the Pause 'p' key Paul Gilbert
svn-id: r38995
2009-02-19Moved a set of static arrays into the staticres.cpp filePaul Gilbert
svn-id: r38539
2009-01-25Minor cleanup and changed g_cruise to _vm for consistencyPaul Gilbert
svn-id: r36050
2009-01-16Code formatting fixes, automatically performed by astyleMax Horn
svn-id: r35870
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2007-12-27Nearly working pathfinderVincent Hamm
svn-id: r30015
2007-12-27Early pathfindingVincent Hamm
svn-id: r30012
2007-12-25Fix inputVincent Hamm
Fix timming svn-id: r29990
2007-12-25Fix palette issuesVincent Hamm
svn-id: r29989
2007-12-25Fix title screen regressionVincent Hamm
svn-id: r29988
2007-12-24Fix background save/restoreVincent Hamm
svn-id: r29979
2007-12-24-Fade in/fade outVincent Hamm
-Implement background mode 5 svn-id: r29968
2007-12-20Fix palette manipulation codeVincent Hamm
Add one missing opcode svn-id: r29928
2007-12-20Fixed compiler warning, and a potential (but very unlikely) out-of-bounds read.Torbjörn Andersson
svn-id: r29926
2007-12-20Fix title screen line drawing codeVincent Hamm
svn-id: r29925
2007-12-20Multiple fix/cleanupVincent Hamm
One bug remains before the game is completable without hack svn-id: r29920
2007-12-18Fix loading savegame from original interpreterVincent Hamm
svn-id: r29901
2007-12-17Fix dangling pointerVincent Hamm
Fix low color background Fix input svn-id: r29897
2007-11-11Menu display fixVincent Hamm
Linked objects implementation (barman) The gameplay is now kind of working and it is possible to play at least the first part of the game svn-id: r29478
2007-11-11Implement dialoguesVincent Hamm
Detect french 256 colors version svn-id: r29473
2007-11-10Fix relocation of objects relationsVincent Hamm
svn-id: r29472
2007-11-10-Cleanup stringsVincent Hamm
-Fix load saves from original interpreter -Add all background merge functions svn-id: r29467
2007-11-04Muting the compilerSven Hesse
svn-id: r29410
2007-11-04Some code formating fixesSven Hesse
svn-id: r29409
2007-11-04Some more script functionsVincent Hamm
svn-id: r29408
2007-11-04Fix a few script issuesVincent Hamm
svn-id: r29397
2007-10-29Implement more object inputVincent Hamm
svn-id: r29317
2007-10-29Add more object menu controlsVincent Hamm
svn-id: r29312
2007-10-28Find object fixVincent Hamm
Walk fix svn-id: r29291
2007-10-28Implement cursorsVincent Hamm
svn-id: r29286
2007-09-19Modified patch #1738058: "Action recorder".Eugene Sandulenko
svn-id: r28968
2007-09-18Code formatting fixesMax Horn
svn-id: r28945
2007-09-10Lots of source code formatting correctionsMax Horn
svn-id: r28887
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-05-16Figured out the bug that was causing the animations to glitchVincent Hamm
svn-id: r26856
2007-05-12Don't cast pointers to int, this (potentially) breaks 64 bit systemsMax Horn
svn-id: r26806