Age | Commit message (Expand) | Author |
2007-03-24 | Added new class Table, and updated Disk accordingly. Tables can be populated ... | Nicola Mettifogo |
2007-03-24 | started infrastructure for amiga demo: | Nicola Mettifogo |
2007-03-19 | made Animation a subclass of Zone (finally!) | Nicola Mettifogo |
2007-03-18 | Made loadFrames return a new Cnv instead of accepting a parameter. | Nicola Mettifogo |
2007-03-18 | changed Animation::_cnv to be a pointer, in view of changes to Disk::loadFram... | Nicola Mettifogo |
2007-03-18 | - added constructors for most structs | Nicola Mettifogo |
2007-03-18 | changed remaining stuff to Common::Point and got rid of custom Point and Rect | Nicola Mettifogo |
2007-03-18 | converted DoorData and Zone to Common::Point | Nicola Mettifogo |
2007-03-18 | converted input and labels to Common::Point | Nicola Mettifogo |
2007-03-18 | Made loadObjects return a new Cnv instead of accepting a parameter. | Nicola Mettifogo |
2007-03-18 | Made loadHead return a new Cnv instead of accepting a parameter. | Nicola Mettifogo |
2007-03-18 | Made loadTalk return a new Cnv instead of accepting a parameter. | Nicola Mettifogo |
2007-03-18 | Bug fixed: inventory wasn't refreshed when loading a savegame if character wa... | Nicola Mettifogo |
2007-03-18 | fixed usage of reference operator | Nicola Mettifogo |
2007-03-17 | Flattened anonymous union in Zone. Its members have been partially merged. | Nicola Mettifogo |
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst... | Max Horn |
2007-03-17 | cleanup | Nicola Mettifogo |
2007-03-17 | - Made Node a superclass for Zone, WalkNode, Command, Instruction, Program an... | Nicola Mettifogo |
2007-03-17 | minor cleanup | Nicola Mettifogo |
2007-03-17 | renamed freeCharacterFrames() to freeCharacter() for consistency | Nicola Mettifogo |
2007-03-17 | some renaming to shorten lines | Nicola Mettifogo |
2007-03-17 | gathered character related stuff into a new struct Character, and modified ca... | Nicola Mettifogo |
2007-03-17 | Force all code to use EventManager::pollEvent instead of OSystem::pollEvent | Max Horn |
2007-03-15 | moved remaining background related functions to disk.cpp, and changed Gfx acc... | Nicola Mettifogo |
2007-03-12 | moved background path buffer management into walk.cpp | Nicola Mettifogo |
2007-03-12 | renamed Graphics class to Gfx and Parallaction::_graphics to Parallaction::_g... | Nicola Mettifogo |
2007-03-12 | The only uses for StaticCnv::_data2 were by Get and Door zones, so a new fiel... | Nicola Mettifogo |
2007-03-11 | removed some dead code and formatting | Nicola Mettifogo |
2007-03-11 | wrapped active location data into a new structure | Nicola Mettifogo |
2007-03-11 | some simplification for changeLocation | Nicola Mettifogo |
2007-03-11 | some refactoring for music management | Nicola Mettifogo |
2007-03-11 | more refactoring | Nicola Mettifogo |
2007-03-10 | changed kEngineMiniDonna to a more appropriate kEngineTransformedDonna | Nicola Mettifogo |
2007-03-10 | simplified character mode handling | Nicola Mettifogo |
2007-03-10 | some refactoring | Nicola Mettifogo |
2007-03-10 | character loading/freeing routines now also handle Heads and Talks, instead o... | Nicola Mettifogo |
2007-03-04 | wrapped loader routines into a new class named Disk. The new class is also re... | Nicola Mettifogo |
2007-03-04 | replaced memAlloc/memFree with standard malloc/free | Nicola Mettifogo |
2007-03-02 | added loaders for static images like pickable items and for characters frames | Nicola Mettifogo |
2007-02-25 | wrapped archive routines into a new class named Archive. File-level static va... | Nicola Mettifogo |
2007-02-21 | Add support for MIDI music. THough the music is not yet heard since | Eugene Sandulenko |
2007-02-20 | cleanup and small fixes | Nicola Mettifogo |
2007-02-19 | first step in parser simplification | Nicola Mettifogo |
2007-02-19 | table routines merged with common engine code | Nicola Mettifogo |
2007-02-18 | change in debug level | Nicola Mettifogo |
2007-02-18 | new special debug levels | Nicola Mettifogo |
2007-02-17 | Changed spaces to tabs again. | Torbjörn Andersson |
2007-02-17 | more conventional termination handling. Event loops are going to get merged s... | Nicola Mettifogo |
2007-02-17 | Some indentation and format changes. Mostly replacing spaces with tabs. | Torbjörn Andersson |
2007-02-17 | changed some debug levels | Nicola Mettifogo |