Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-14 | NEWS: Mention Winnie sound support | Matthew Hoops | |
2011-08-14 | AGI: Enable sound support for Winnie DOS | Matthew Hoops | |
2011-08-14 | AGI: Make the sound code use AgiBase instead of AgiEngine | Matthew Hoops | |
In preparation of using the sound code with Winnie | |||
2011-08-14 | Merge pull request #56 from zeldin/toon-path-dynamic | Eugene Sandulenko | |
TOON: Grow size of path finding heap dynamically | |||
2011-08-14 | RECORDER: Lower I/O in recorder | Eugene Sandulenko | |
2011-08-14 | Merge pull request #60 from tramboi/master | Eugene Sandulenko | |
DREAMWEB: Fixes, cleaning and more functions ported to C++ | |||
2011-08-14 | TSAGE: Separated Ringworld and Blue Force game logic into their own namespaces | Paul Gilbert | |
2011-08-14 | MAIN: Avoid adding the same extra path twice | eriktorbjorn | |
This doesn't make any practical difference, since the search manager already guards against duplicate paths, but it does get rid of a slightly confusing warning message when you have a global extra path configured. | |||
2011-08-14 | MOHAWK: Add a return to menu button to the dialog for the demo | Bastien Bouclet | |
2011-08-14 | MOHAWK: Implement remaining Myst demo sneak preview opcodes | Bastien Bouclet | |
2011-08-14 | MOHAWK: Implement remaining Myst demo menu opcodes | Bastien Bouclet | |
2011-08-14 | TSAGE: Completed Scene 109 of Blue Force (Bar-room Introduction scene) | Paul Gilbert | |
2011-08-14 | TSAGE: Change Blue Force detection entries to include GF_ALT_REGIONS flag | Paul Gilbert | |
This ensures it uses the correct walk region loading code | |||
2011-08-14 | TSAGE: Further changes to Blue Force scenes, and started implementing scene 109 | Paul Gilbert | |
2011-08-14 | TSAGE: Implemented changes in SequenceManager introduced by Blue Force | Paul Gilbert | |
2011-08-14 | TSAGE: Removed recently added preloadVisage method | Paul Gilbert | |
Method associated was actually the standard getVisage method | |||
2011-08-14 | TSAGE: Added new global variables for Blue Force | Paul Gilbert | |
2011-08-13 | AGI: Switched booters detection to AD | Eugene Sandulenko | |
2011-08-13 | AGI: Checked V1 instructions till 0x2c | Eugene Sandulenko | |
2011-08-13 | AGI: Checked V1 instructions till 0x20 | Eugene Sandulenko | |
2011-08-13 | AGI: Further work on v1 opcode difference | Eugene Sandulenko | |
2011-08-13 | AGI: Updates to V1 instruction table, plus an outcommented experiment | Jussi Pitkanen | |
The experiment tries to implement the program control of the V1 interpreter. Maybe it is better to add another method for doing that once the workings of it are more clear. | |||
2011-08-13 | AGI: Implement loader for V1 "object" file | Jussi Pitkanen | |
2011-08-13 | AGI: Fix warning messages about undefined opcodes | Jussi Pitkanen | |
2011-08-13 | AGI: Add last undefined V1 test command that tests if a bit of var is set | Jussi Pitkanen | |
Also fix skipInstruction() for V1. | |||
2011-08-13 | AGI: Rename cmd_what_ever to cmdWhatEver | Jussi Pitkanen | |
2011-08-13 | AGI: Fix and clarify IF expression handling | Jussi Pitkanen | |
2011-08-13 | AGI: Implement V1 SAID test commands | Jussi Pitkanen | |
Yes, V1 has three versions of SAID, for one, two and three arguments. Also add a few corrections to V1 instruction tables. | |||
2011-08-13 | AGI: Formatting (+ a few debug prints) | Jussi Pitkanen | |
2011-08-13 | AGI: Implement loader for V1 words.tok dictionary | Jussi Pitkanen | |
2011-08-13 | AGI: Implement common internal dictionary for different words.tok formats | Jussi Pitkanen | |
Preparations for V1 words.tok support. | |||
2011-08-13 | AGI: Add still incomplete V1 instruction tables | Jussi Pitkanen | |
2011-08-13 | AGI: Add loader and detection for Black Cauldron booter | Jussi Pitkanen | |
2011-08-13 | AGI: AgiLoader_v1: Precalculate final resource offsets | Jussi Pitkanen | |
That is, calculate the final offsets when loading the resource directories, and when loading the resource simply seek into the disk image file. | |||
2011-08-13 | AGI: Execute test commands only when needed | Jussi Pitkanen | |
2011-08-13 | AGI: Refactor interpreter core (somewhat akin to SCI) | Jussi Pitkanen | |
* Instruction tables are now defined in opcodes.{cpp,h}. * Move opcode handlers from Agi::AgiEngine to Agi * Opcode handlers take as parameter a pointer to AGI state (AgiGame) | |||
2011-08-13 | AGI: Comment cleanup | Jussi Pitkanen | |
2011-08-13 | AGI: Simplify handling of IF conditions | Jussi Pitkanen | |
Execute all test commands in a condition even when not strictly needed. | |||
2011-08-13 | AGI: Fix row duration in V1 SOUND resource player | Jussi Pitkanen | |
2011-08-13 | AGI: Fix detection of IIgs sample resources | Jussi Pitkanen | |
2011-08-13 | AGI: Use a jump table for test commands instead of switch/case | Jussi Pitkanen | |
Preparations for V1 support. | |||
2011-08-13 | AGI: Add a layer of abstraction between the sound chip and the two players | Jussi Pitkanen | |
2011-08-13 | AGI: Simplify sector offset calculation | Jussi Pitkanen | |
2011-08-13 | AGI: Cleanup | Jussi Pitkanen | |
2011-08-13 | AGI: Do not try to pass filenames of disk images from the detector to engine | Jussi Pitkanen | |
2011-08-13 | AGI: Detect the end of V1 sound resources correctly, fixing crashes | Jussi Pitkanen | |
2011-08-13 | AGI: Implement resource loader for the DDP booter game | Jussi Pitkanen | |
2011-08-13 | AGI: Detect the bootable floppy version of Donald Duck's Playground | Jussi Pitkanen | |
Also create a framework into which more booter games can be added. | |||
2011-08-13 | AGI: Implement note fetch routine for AGI v2.001 sound resources | Jussi Pitkanen | |
I suspect this is the format for AGI V1 sound resources as well. It is currently implemented by splitting getNextNote() to getNextNote_v2() and getNextNote_v1(). Since the V1 format consists of simple register values to the sound chip in PCjr, this could probably be made more cleanly by refactoring the code to resemble the chip more closely, so that its state is updated by writing to the registers. | |||
2011-08-13 | COMPOSER: Support reading V1 buttons. | Alyssa Milburn | |