Age | Commit message (Expand) | Author |
2007-10-21 | Now stopping music when loading a game in Amiga versions of Nippon Safes. | Nicola Mettifogo |
2007-10-21 | Relaxed freeZones policy for deciding which zones to preserve across location... | Nicola Mettifogo |
2007-10-21 | Fixed parseLocation, so that it only tries to parse scripts when they aren't ... | Nicola Mettifogo |
2007-10-21 | Added new debug level for inventory routines. | Nicola Mettifogo |
2007-10-21 | Cleanup. | Nicola Mettifogo |
2007-10-19 | Fixed formatting of debug command output. | Nicola Mettifogo |
2007-10-19 | Fixed loadgame bug: old game state wasn't fully wiped out before loading, thu... | Nicola Mettifogo |
2007-10-19 | Added new debugger command 'localflags' and changed Table object to provide d... | Nicola Mettifogo |
2007-10-15 | * Changed IFF/8SVX audio to use signed data (int8), and modified Parallaction... | Nicola Mettifogo |
2007-10-15 | Cut down screen updates when palette is not animated: should lead to performa... | Nicola Mettifogo |
2007-10-15 | Fixed bug #1814061. Special effect routine was overflowing palette size. | Nicola Mettifogo |
2007-10-15 | Now correctly disposing of audio data only when it was allocated on the heap,... | Nicola Mettifogo |
2007-10-14 | Turned the 'unexpected keyword' warning into a debug message and added a nift... | Nicola Mettifogo |
2007-10-14 | Integrated low-level routines into the Script class, turning it into a self-c... | Nicola Mettifogo |
2007-10-14 | Made location parser more fault-tolerant, in that it prints out a warning mes... | Nicola Mettifogo |
2007-10-13 | Decoupled password request from actual rendering of the dialogue screen, thus... | Nicola Mettifogo |
2007-10-07 | Added beep sound to Nippon Safes for Amiga. | Nicola Mettifogo |
2007-10-07 | Fixed bug #1808529. One must use memmove() when copying overlapping blocks of... | Nicola Mettifogo |
2007-10-06 | Fixed bug #1808615. An unexpected (but harmless) 'ENDCOMMANDS' statement was ... | Nicola Mettifogo |
2007-10-06 | Fixed bug #1808620. The original Inventory::addItem routine relied on a trick... | Nicola Mettifogo |
2007-10-04 | Fixed bug #1803287. The inner block was changing the test condition causing u... | Nicola Mettifogo |
2007-09-25 | Changed InventoryRenderer to draw inventory over a Surface, thus removing use... | Nicola Mettifogo |
2007-09-24 | Fixed inventory regression introduced with yesterday's commit. | Nicola Mettifogo |
2007-09-23 | Oops. Some debug code was committed. | Nicola Mettifogo |
2007-09-23 | Moved most of inventory-related code inside classes Inventory and InventoryRe... | Nicola Mettifogo |
2007-09-22 | Fixed broken compile on MSVC. | Nicola Mettifogo |
2007-09-22 | Refactored a lot of Character-related code and put it into the Character class. | Nicola Mettifogo |
2007-09-19 | Added copyright notice to existing files. | Nicola Mettifogo |
2007-09-19 | Modified patch #1738058: "Action recorder". | Eugene Sandulenko |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-09-17 | * moved Table handling to objects.cpp | Nicola Mettifogo |
2007-09-16 | Split code from parseZoneTypeBlock in specialized parser functions. | Nicola Mettifogo |
2007-09-16 | Revised debug levels and added many debug strings for parsers. | Nicola Mettifogo |
2007-09-15 | Fixed BRA parser table for scripts. | Nicola Mettifogo |
2007-09-11 | Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ... | Max Horn |
2007-09-10 | Lots of source code formatting corrections | Max Horn |
2007-09-02 | More support for subtitles in BRA. | Nicola Mettifogo |
2007-09-02 | Simplified global label management and added subtitles for BRA. | Nicola Mettifogo |
2007-09-02 | fixed some warnings | Max Horn |
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-31 | Pushed current save/load code from Parallaction down to Parallaction_ns. | Nicola Mettifogo |
2007-08-28 | Enforced use of character's feet coordinates throughout the walk code. | Nicola Mettifogo |
2007-08-26 | Implemented more opcodes. | Nicola Mettifogo |
2007-08-25 | Added implementation for most parser and exec opcodes in BRA. | Nicola Mettifogo |
2007-08-25 | Added an abstract base class for representing multiple-frames for animations.... | Nicola Mettifogo |
2007-08-25 | Fix build. | Nicola Mettifogo |
2007-08-25 | Merged most parser contexts into a single structure, added some new fields to... | Nicola Mettifogo |
2007-08-25 | Cleanup script routines. | Nicola Mettifogo |
2007-08-24 | First step in restructuring engine code: | Nicola Mettifogo |