Age | Commit message (Expand) | Author |
2007-03-18 | Made loadFont return a new Cnv instead of accepting a parameter. | Nicola Mettifogo |
2007-03-18 | Made loadObjects 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 | 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 | Removed old and commented hack code for Dino in the museum location. | Nicola Mettifogo |
2007-03-18 | extracted more code from runDialogue and renamed some key variables | Nicola Mettifogo |
2007-03-18 | removed unused parameter from Gfx::flatBlitCnv | Nicola Mettifogo |
2007-03-18 | more formatting | Nicola Mettifogo |
2007-03-18 | formatting | Nicola Mettifogo |
2007-03-18 | broke down huge runDialogue in more manageable chunks | 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 | added getRect() to Zone to slightly simplify hitZone condition check | Nicola Mettifogo |
2007-03-17 | added translate() to Zone | Nicola Mettifogo |
2007-03-17 | renamed structures to be more general | Nicola Mettifogo |
2007-03-17 | added getters for width and height in Zone and Animation | Nicola Mettifogo |
2007-03-17 | split Zone::_oldPosition in two members | 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 | cleanup | Nicola Mettifogo |
2007-03-17 | oops forgot to commit changes for Command | 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-16 | removed a leftover extern statement causing link errors on some platforms | 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 | removed pointless dependencies | Nicola Mettifogo |
2007-03-13 | Moved inventory surface management into inventory.cpp, thus removing Graphics... | Nicola Mettifogo |
2007-03-13 | cleanup | 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 | oops forgot to add a file | 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 | got rid of remaining uses of kBit3 in Menu | 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-12 | overall revision of selectCharacter (protection code) to remove usage of Stat... | Nicola Mettifogo |
2007-03-11 | oops | Nicola Mettifogo |
2007-03-11 | fixed bug: loading a game from the start menu doesn't lead to a crash anymore | Nicola Mettifogo |