Age | Commit message (Expand) | Author |
2008-08-15 | Made coordinates and frame number protected into Zone and Animation, and chan... | Nicola Mettifogo |
2008-07-28 | Enforcing use of nullZonePtr only for nulling out pointers, as it is useless ... | Nicola Mettifogo |
2008-07-27 | Added rudimental support for location changes when walking through doors. The... | Nicola Mettifogo |
2008-07-27 | Doug from BRA can now walk in his hotel room. He still stops in bizarre poses... | Nicola Mettifogo |
2008-07-26 | More cleanup. | Nicola Mettifogo |
2008-07-26 | Cleanup. | Nicola Mettifogo |
2008-07-26 | * Added walk calculations to BRA (doesn't walk yet, though). | Nicola Mettifogo |
2008-07-25 | Changed the remaining references to Nodes into Points. | Nicola Mettifogo |
2008-07-25 | * Changed walk code to use Common::Point instead of the clumsy WalkNode. | Nicola Mettifogo |
2008-07-14 | Fixed regression in walk code. Now standing frames are correctly selected whe... | Nicola Mettifogo |
2008-07-13 | More refactoring of walk code. | Nicola Mettifogo |
2008-07-13 | Cleanup of walk code. | Nicola Mettifogo |
2008-07-11 | Moved program and command execution code out of the engine, into their own br... | Nicola Mettifogo |
2008-05-05 | - Moved some members from the engine class to Location, since they belong there. | Nicola Mettifogo |
2008-04-17 | Fixed usage of SharedPtr, so that reference counting is proper and there are ... | Nicola Mettifogo |
2008-04-06 | Replaced custom ManagedList with Common::SharedPtr. | Nicola Mettifogo |
2008-01-28 | Removed all job routines. Stubs have been left for future reference in the co... | Nicola Mettifogo |
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |
2007-11-19 | Walk and script handling are now directly handled by the main loop, instead o... | Nicola Mettifogo |
2007-11-14 | * centralized kEngineChangeLocation flag handling | Nicola Mettifogo |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-09-02 | Cleanup: removed unneeded references to engine (_vm). | Nicola Mettifogo |
2007-09-02 | Jobs are now members of the engine and are handled with a table, instead of b... | Nicola Mettifogo |
2007-08-28 | Enforced use of character's feet coordinates throughout the walk code. | Nicola Mettifogo |
2007-08-11 | Cleanup. | Nicola Mettifogo |
2007-08-11 | Overhaul of background/mask/path handling: | Nicola Mettifogo |
2007-08-07 | MaskBuffer and PathBuffer are now correctly freed before they are deallocated... | Nicola Mettifogo |
2007-08-06 | - Renamed BitBuffer to MaskBuffer | Nicola Mettifogo |
2007-07-29 | Cleanup. | Nicola Mettifogo |
2007-07-27 | - Moved disk code for Nippon Safes in new file disk_ns.cpp, adding _ns suffix... | Nicola Mettifogo |
2007-07-26 | Made screen size parameters properties of engine instead of compile-time cons... | 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-04-23 | Fixed paths. (Short comment for big achievement). | Nicola Mettifogo |
2007-04-23 | Fixed walking bug: random nodes aren't inserted in the walk path anymore. | Nicola Mettifogo |
2007-04-15 | Fixed some memory leaks. | Nicola Mettifogo |
2007-04-11 | - Moved Zone and Animation to List<>. | Nicola Mettifogo |
2007-04-09 | - moved walk code to List<> | Nicola Mettifogo |
2007-04-07 | Explicit constructor invoked when instancing WalkNode. | 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-03-24 | made more functions members of Parallaction | Nicola Mettifogo |
2007-03-22 | unrolled loop in buildWalkPath and renamed some variables | Nicola Mettifogo |
2007-03-21 | - moved buildWalkPath inner loop into a new function | Nicola Mettifogo |
2007-03-21 | got rid of cryptic pseudo-boolean variable in buildWalkPath | Nicola Mettifogo |
2007-03-20 | replaced some x,y/left,top pairs with Common::Point | Nicola Mettifogo |
2007-03-20 | some refactoring for walking code | Nicola Mettifogo |
2007-03-19 | made Animation a subclass of Zone (finally!) | Nicola Mettifogo |
2007-03-18 | - added constructors for most structs | Nicola Mettifogo |
2007-03-18 | changed code to use WalkNode constructors | Nicola Mettifogo |