aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/parallaction.cpp
AgeCommit message (Collapse)Author
2007-03-17renamed freeCharacterFrames() to freeCharacter() for consistencyNicola Mettifogo
svn-id: r26160
2007-03-17some renaming to shorten linesNicola Mettifogo
svn-id: r26159
2007-03-17gathered character related stuff into a new struct Character, and modified ↵Nicola Mettifogo
calling code accordingly svn-id: r26158
2007-03-17Force all code to use EventManager::pollEvent instead of OSystem::pollEventMax Horn
svn-id: r26156
2007-03-15moved remaining background related functions to disk.cpp, and changed Gfx ↵Nicola Mettifogo
accordingly svn-id: r26145
2007-03-12moved background path buffer management into walk.cppNicola Mettifogo
svn-id: r26117
2007-03-12renamed Graphics class to Gfx and Parallaction::_graphics to ↵Nicola Mettifogo
Parallaction::_gfx to shorten lines and avoid aliasing with framework's Graphics svn-id: r26111
2007-03-12The only uses for StaticCnv::_data2 were by Get and Door zones, so a new ↵Nicola Mettifogo
field has been added to those structure and _data2 has been deleted. Some graphic routines has been renamed to better reflect this change, too. svn-id: r26107
2007-03-11removed some dead code and formattingNicola Mettifogo
svn-id: r26089
2007-03-11wrapped active location data into a new structureNicola Mettifogo
svn-id: r26085
2007-03-11some simplification for changeLocationNicola Mettifogo
svn-id: r26083
2007-03-11some refactoring for music managementNicola Mettifogo
svn-id: r26080
2007-03-11more refactoringNicola Mettifogo
svn-id: r26076
2007-03-10changed kEngineMiniDonna to a more appropriate kEngineTransformedDonnaNicola Mettifogo
svn-id: r26075
2007-03-10simplified character mode handlingNicola Mettifogo
svn-id: r26074
2007-03-10some refactoringNicola Mettifogo
svn-id: r26072
2007-03-10character loading/freeing routines now also handle Heads and Talks, instead ↵Nicola Mettifogo
of having scattered code around svn-id: r26059
2007-03-04wrapped loader routines into a new class named Disk. The new class is also ↵Nicola Mettifogo
responsible for handling Archives in place of the Parallaction engine. svn-id: r25972
2007-03-04replaced memAlloc/memFree with standard malloc/freeNicola Mettifogo
svn-id: r25962
2007-03-02added loaders for static images like pickable items and for characters framesNicola Mettifogo
svn-id: r25940
2007-02-25wrapped archive routines into a new class named Archive. File-level static ↵Nicola Mettifogo
variables have been made members of the new class. svn-id: r25866
2007-02-21Add support for MIDI music. THough the music is not yet heard sinceEugene Sandulenko
there are no instrument assignments yet. svn-id: r25774
2007-02-20cleanup and small fixesNicola Mettifogo
svn-id: r25738
2007-02-19first step in parser simplificationNicola Mettifogo
svn-id: r25733
2007-02-19table routines merged with common engine codeNicola Mettifogo
svn-id: r25721
2007-02-18change in debug levelNicola Mettifogo
svn-id: r25678
2007-02-18new special debug levelsNicola Mettifogo
svn-id: r25674
2007-02-17Changed spaces to tabs again.Torbjörn Andersson
svn-id: r25656
2007-02-17more conventional termination handling. Event loops are going to get merged ↵Nicola Mettifogo
soon, so there are FIXME remainders around there. svn-id: r25655
2007-02-17Some indentation and format changes. Mostly replacing spaces with tabs.Torbjörn Andersson
svn-id: r25654
2007-02-17changed some debug levelsNicola Mettifogo
svn-id: r25653
2007-02-04applied 2nd workaround to avoid crashes caused by labels when switching locationNicola Mettifogo
svn-id: r25388
2007-02-04added more debug levels and commentsNicola Mettifogo
svn-id: r25386
2007-02-04Implemented workaround to avoid crashes on location switches, using ↵Nicola Mettifogo
knowledge from Big Red Adventure. svn-id: r25378
2007-02-04changed handling of zone labels to match original engineNicola Mettifogo
svn-id: r25376
2007-01-26added more debug messagesNicola Mettifogo
svn-id: r25214
2007-01-21fixed ordering of engine jobs: no more known graphics glitchesNicola Mettifogo
svn-id: r25146
2007-01-17fixed broken tab widthsNicola Mettifogo
svn-id: r25111
2007-01-16added first debug messagesNicola Mettifogo
svn-id: r25106
2007-01-15Fixing const related warnings in the parallaction engineMax Horn
svn-id: r25095
2007-01-15fixed pointer casting in InputData managementNicola Mettifogo
svn-id: r25093
2007-01-15Made Nippon Safes start from the regular splash screenNicola Mettifogo
svn-id: r25091
2007-01-14Zone names get free'd, so don't assign a static string to it (it causes a ↵Max Horn
const warning, too) svn-id: r25087
2007-01-14mark 64bit issuesWillem Jan Palenstijn
svn-id: r25084
2007-01-14Initial import of Parallaction engineEugene Sandulenko
svn-id: r25083