Age | Commit message (Expand) | Author |
2007-04-07 | Reduced dependency between project files, and prepared defs.h for deletion as... | Nicola Mettifogo |
2007-04-01 | Added code for resource loading and fixed the bug having Amiga demo crashing.... | Nicola Mettifogo |
2007-03-29 | - implemented destructor for Cnv, thus removing calls to Gfx::freeCnv() | Nicola Mettifogo |
2007-03-28 | Overhaul of palette management to bring it back to its original form. Gfx pal... | Nicola Mettifogo |
2007-03-27 | Fixed palette bug to allow proper display of splash screens, but dos palette ... | Nicola Mettifogo |
2007-03-19 | deleted some dead code | Nicola Mettifogo |
2007-03-18 | Made loadStatic return a new StaticCnv instead of accepting a parameter. All ... | Nicola Mettifogo |
2007-03-18 | changed DoorData::_cnv to be a pointer, in view of changes to Disk::loadFrames() | 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 input and labels to Common::Point | Nicola Mettifogo |
2007-03-18 | Made loadFont return a new Cnv instead of accepting a parameter. | Nicola Mettifogo |
2007-03-18 | - made loadPointer return a new StaticCnv instead of accepting a parameter. | Nicola Mettifogo |
2007-03-18 | removed unused parameter from Gfx::flatBlitCnv | Nicola Mettifogo |
2007-03-17 | renamed structures to be more general | Nicola Mettifogo |
2007-03-15 | moved remaining background related functions to disk.cpp, and changed Gfx acc... | Nicola Mettifogo |
2007-03-14 | removed explicit references to kMask0 since there is only 1 mask available | Nicola Mettifogo |
2007-03-14 | some slight refactoring | Nicola Mettifogo |
2007-03-14 | removed dead code | Nicola Mettifogo |
2007-03-14 | implemented clipping using Common::Rect::clip | Nicola Mettifogo |
2007-03-13 | enforced use of Common::Rect on all graphic routines | Nicola Mettifogo |
2007-03-13 | removed special case of Graphics::copyRect in favor of more general code | Nicola Mettifogo |
2007-03-13 | Moved inventory surface management into inventory.cpp, thus removing Graphics... | Nicola Mettifogo |
2007-03-13 | made hi-level graphics routine use Common::Rect instead of (x,y,w,h) t-uples | Nicola Mettifogo |
2007-03-12 | moved background path buffer management into walk.cpp | Nicola Mettifogo |
2007-03-12 | removed useless routines (maybe leftovers from the amiga conversion) | 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-10 | more robust font management | Nicola Mettifogo |
2007-03-10 | character loading/freeing routines now also handle Heads and Talks, instead o... | Nicola Mettifogo |
2007-03-04 | fixed regression: background used to get broken when items were picked up | 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 | moved background loading into disk.cpp | Nicola Mettifogo |
2007-03-04 | moved platform-dependant resource loading routines into disk.cpp | Nicola Mettifogo |
2007-03-04 | replaced memAlloc/memFree with standard malloc/free | Nicola Mettifogo |
2007-03-03 | removed common-case code from loadBackground | Nicola Mettifogo |
2007-03-03 | loadBackground simplified: palette cycling is still broken, though | Nicola Mettifogo |
2007-03-02 | changed every font name to be platform independent, added font loader routine | Nicola Mettifogo |
2007-03-02 | replaced calls to loadExternalStaticCnv with separate loaders for Head and Po... | Nicola Mettifogo |
2007-02-27 | changed font handling: | Nicola Mettifogo |
2007-02-25 | made Archive inherit from Common::File, added some methods to comply to inter... | Nicola Mettifogo |
2007-02-25 | made Archive behave more like Common::File, preparing for inheritance | Nicola Mettifogo |
2007-02-25 | wrapped archive routines into a new class named Archive. File-level static va... | Nicola Mettifogo |
2007-02-25 | got rid of ArchievedFile. Since only one single file is being read from the a... | Nicola Mettifogo |
2007-02-18 | more big-endianness fixes | Nicola Mettifogo |
2007-02-17 | fixed regression bug causing labels not to be aligned properly when near the ... | Nicola Mettifogo |
2007-02-17 | changed mapChar to use unsigned (byte) instead of char, to avoid possible sig... | Nicola Mettifogo |
2007-02-17 | changed CNV loading code to be endian-safe | Nicola Mettifogo |
2007-02-17 | Some indentation and format changes. Mostly replacing spaces with tabs. | Torbjörn Andersson |
2007-02-14 | More skip_whitespace -> Common::ltrim(). For real now. | Eugene Sandulenko |
2007-02-05 | solved 64 bit casting issue from BUG #1648325 | Nicola Mettifogo |