Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-18 | changed remaining stuff to Common::Point and got rid of custom Point and Rect | Nicola Mettifogo | |
svn-id: r26216 | |||
2007-03-18 | removed unused parameter from Gfx::flatBlitCnv | Nicola Mettifogo | |
svn-id: r26195 | |||
2007-03-15 | moved remaining background related functions to disk.cpp, and changed Gfx ↵ | Nicola Mettifogo | |
accordingly svn-id: r26145 | |||
2007-03-13 | enforced use of Common::Rect on all graphic routines | Nicola Mettifogo | |
svn-id: r26128 | |||
2007-03-13 | removed pointless dependencies | Nicola Mettifogo | |
svn-id: r26124 | |||
2007-03-13 | cleanup | Nicola Mettifogo | |
svn-id: r26122 | |||
2007-03-12 | renamed 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-12 | got rid of remaining uses of kBit3 in Menu | Nicola Mettifogo | |
svn-id: r26108 | |||
2007-03-12 | overall revision of selectCharacter (protection code) to remove usage of ↵ | Nicola Mettifogo | |
StaticCnv::_data2 and some slight bug fixing svn-id: r26099 | |||
2007-03-11 | Disk is now completely responsible for retrieving localized location scripts | Nicola Mettifogo | |
svn-id: r26094 | |||
2007-03-11 | wrapped active location data into a new structure | Nicola Mettifogo | |
svn-id: r26085 | |||
2007-03-11 | cleanup | Nicola Mettifogo | |
svn-id: r26077 | |||
2007-03-11 | more refactoring | Nicola Mettifogo | |
svn-id: r26076 | |||
2007-03-10 | some refactoring | Nicola Mettifogo | |
svn-id: r26072 | |||
2007-03-10 | fixed old reimplementation bug | Nicola Mettifogo | |
svn-id: r26070 | |||
2007-03-04 | wrapped 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-04 | no more overloading for loadBackground | Nicola Mettifogo | |
svn-id: r25971 | |||
2007-03-04 | separated slide from scenery loading to take care of filename aliases | Nicola Mettifogo | |
svn-id: r25969 | |||
2007-03-04 | moved background loading into disk.cpp | Nicola Mettifogo | |
svn-id: r25968 | |||
2007-03-04 | replaced memAlloc/memFree with standard malloc/free | Nicola Mettifogo | |
svn-id: r25962 | |||
2007-03-02 | changed every font name to be platform independent, added font loader routine | Nicola Mettifogo | |
svn-id: r25935 | |||
2007-02-27 | changed font handling: | Nicola Mettifogo | |
- engine doesn't see font as a low-level Cnv anymore - the Graphics class takes care of freeing memory on font changes svn-id: r25900 | |||
2007-02-25 | wrapped 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-21 | Add support for MIDI music. THough the music is not yet heard since | Eugene Sandulenko | |
there are no instrument assignments yet. svn-id: r25774 | |||
2007-02-17 | Some indentation and format changes. Mostly replacing spaces with tabs. | Torbjörn Andersson | |
svn-id: r25654 | |||
2007-02-11 | added load/save support | Nicola Mettifogo | |
svn-id: r25496 | |||
2007-01-14 | Initial import of Parallaction engine | Eugene Sandulenko | |
svn-id: r25083 |