Age | Commit message (Expand) | Author |
2007-07-29 | Refactored allegedly ugly code. | Nicola Mettifogo |
2007-07-29 | Added callables stubs for Big Red Adventure. | Nicola Mettifogo |
2007-07-29 | Made current callable routines members of Parallaction_ns, and moved them to ... | Nicola Mettifogo |
2007-07-29 | Moved all callable routines and related data into callables.cpp. | Nicola Mettifogo |
2007-07-29 | - Added parser strings for Big Red Adventure | Nicola Mettifogo |
2007-07-29 | Removed direct references to callable functions (opcodes). They are now only ... | Nicola Mettifogo |
2007-07-29 | Moved specialized initialization code into subclasses. | Nicola Mettifogo |
2007-07-27 | Added detection target for Big Red Adventure, and derived new engine classes ... | Nicola Mettifogo |
2007-07-26 | Made screen size parameters properties of engine instead of compile-time cons... | Nicola Mettifogo |
2007-07-13 | Full screen updates aren't automatic after palette changes anymore now. Trade... | Nicola Mettifogo |
2007-07-08 | Location background sound (different from music) now implemented. | Nicola Mettifogo |
2007-07-07 | Moved SaveLoadChooser class to saveload.cpp and adjusted dependencies. | Nicola Mettifogo |
2007-07-01 | Wrapped dialogue functions into a new DialogueManager, and some basic refacto... | Nicola Mettifogo |
2007-06-18 | Mouse is now properly hidden during dialogues, and is restored after load/sav... | Nicola Mettifogo |
2007-06-16 | Add GF_LANG_MULT game flag, for detecting differences between the two Amiga v... | Travis Howell |
2007-06-13 | Added full version of Nippon Safes for Amiga (EN/FR/DE) to detector. | Nicola Mettifogo |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-05-13 | cleanup | Nicola Mettifogo |
2007-05-13 | New debug messages. | Nicola Mettifogo |
2007-05-12 | Added Audio debug level and fixed a bug when freeing music streams. | Nicola Mettifogo |
2007-05-06 | Fixed compilation. | Torbjörn Andersson |
2007-05-06 | Added embryonic debugger, and some adjustments to make basic commands work. | Nicola Mettifogo |
2007-04-27 | Refactored music code for dos version and added music to Amiga versions. | Nicola Mettifogo |
2007-04-11 | - Moved Zone and Animation to List<>. | Nicola Mettifogo |
2007-04-10 | Moved Jobs to ManagedList. Since Jobs must be ordered according to their prio... | Nicola Mettifogo |
2007-04-09 | Cleanup of Zone/Animation removal code. Only the good god of void pointers kn... | Nicola Mettifogo |
2007-04-09 | - moved walk code to List<> | Nicola Mettifogo |
2007-04-07 | Added new ManagedList class to handle Instruction and Command lists. The same... | Nicola Mettifogo |
2007-04-07 | cleanup | Nicola Mettifogo |
2007-04-07 | Changed Commands to use List<> | Nicola Mettifogo |
2007-04-07 | Implemented destructors for Question and Answer. | Nicola Mettifogo |
2007-04-07 | Reduced dependency between project files, and prepared defs.h for deletion as... | Nicola Mettifogo |
2007-04-07 | Turned free___() routines into proper destructors for Zone, Animation and Pro... | Nicola Mettifogo |
2007-04-04 | Characters now only store the set of frames they actually need. Basically, mi... | Nicola Mettifogo |
2007-03-29 | - implemented destructor for Cnv, thus removing calls to Gfx::freeCnv() | Nicola Mettifogo |
2007-03-24 | Added new class Table, and updated Disk accordingly. Tables can be populated ... | Nicola Mettifogo |
2007-03-24 | made more functions members of Parallaction | Nicola Mettifogo |
2007-03-21 | - moved buildWalkPath inner loop into a new function | Nicola Mettifogo |
2007-03-20 | replaced some x,y/left,top pairs with Common::Point | 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 | - Made global Node's (_zones, _animations, _helperNode) and the functions usi... | 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-17 | renamed structures to be more general | Nicola Mettifogo |
2007-03-17 | split Zone::_oldPosition in two members | Nicola Mettifogo |