Age | Commit message (Expand) | Author |
2007-08-15 | Removed use of decodeSound(int resnum). Not needed at the moment (Probably go... | Kari Salminen |
2007-08-15 | Removed use of USE_IIGS_SOUND (#define). | Kari Salminen |
2007-08-15 | Changed use of USE_CHORUS (#define) to g_useChorus (static boolean). | Kari Salminen |
2007-08-15 | Made AGI's 4-channel PCjr sound not need structure packing pragmas anymore. A... | Kari Salminen |
2007-08-14 | Oops oops. This fixes the bug fix. | Nicola Mettifogo |
2007-08-14 | Oops. Removed debug code. | Nicola Mettifogo |
2007-08-14 | Fixed bug (array-overflow) in NS introduction. This randomly caused the intro... | Nicola Mettifogo |
2007-08-14 | Defined new Table for location scripts level-0 statements, and changed parseL... | Nicola Mettifogo |
2007-08-14 | Fixed a couple of mistyped strings, solving a crash in the introduction of BS... | Nicola Mettifogo |
2007-08-14 | fix issues with parentheses | Matthew Hoops |
2007-08-14 | Limit loading external fonts, to required game versions. | Travis Howell |
2007-08-14 | Shuffled around AgiGameID's declaration and an include to get stuff hopefully... | Kari Salminen |
2007-08-14 | Added forward declaration for enum AgiGameID (Was breaking compilation on GCC). | Kari Salminen |
2007-08-14 | Moved Apple IIGS related structs' read & finalize functions' implementations ... | Kari Salminen |
2007-08-14 | Defined some functions in Agi::SoundMgr and moved stuff generally around betw... | Kari Salminen |
2007-08-14 | Unified intendation, purely visual changes. | Kari Salminen |
2007-08-14 | Not saving Apple IIGS instrument header's unneeded info anymore (Priority inc... | Kari Salminen |
2007-08-14 | Partially reverting commit 28568, so now engine is back in charge for parsing... | Nicola Mettifogo |
2007-08-14 | GCC doesn't like the extra qualifier when DECLARE_COMMAND_PARSER() etc. are | Torbjörn Andersson |
2007-08-14 | Making it work again for 16bit VMDs | Sven Hesse |
2007-08-14 | Fixed talking videos sync | Sven Hesse |
2007-08-14 | The talking videos work a bit better now. The sync and coordinates are still ... | Sven Hesse |
2007-08-13 | Added invalid opcode entries in slot 0 of opcode lists, and adjusted indices ... | Nicola Mettifogo |
2007-08-13 | Moved opcode initialization to new routine. | Nicola Mettifogo |
2007-08-13 | Changed instruction parsing to array of function pointers. | Nicola Mettifogo |
2007-08-13 | Changed Table to return 0 instead of -1 when lookup fails. Lookup already yie... | Nicola Mettifogo |
2007-08-13 | Changed Command parsing/execution and Instruction execution from switch state... | Nicola Mettifogo |
2007-08-13 | Added a couple of simple AgiSound stop, play, isPlaying-functions. | Kari Salminen |
2007-08-13 | Grouped wave lists together into oscillators (Oscillators always consists of ... | Kari Salminen |
2007-08-13 | Fix for some cases where the protagonist from some savegames in IHNM was not ... | Filippos Karapetis |
2007-08-13 | Made calcTrueSampleSize seek back to stream's start when ending the function. | Kari Salminen |
2007-08-13 | Moved read- and finalize-functions into corresponding structs and fixed calls... | Kari Salminen |
2007-08-13 | Add gob-engine's map_v4.cpp to gob.vcproj. Fixes compilation with msvc8. | Kari Salminen |
2007-08-13 | Added more functions to help with determining the Apple IIGS samples' real le... | Kari Salminen |
2007-08-13 | Woodruff is now controllable | Sven Hesse |
2007-08-13 | Add details for Japanese PCE version of Loom. | Travis Howell |
2007-08-13 | Add details for Japanese PCE version of Loom. | Travis Howell |
2007-08-13 | Fix linking errors. | Eugene Sandulenko |
2007-08-13 | Ooops, remove extra white space. | Travis Howell |
2007-08-13 | Switch Parallaction back to single gameid (to be compatible with 0.10.x), and | Eugene Sandulenko |
2007-08-13 | (At last) switched Kyra detection to AdvancedDetector | Eugene Sandulenko |
2007-08-13 | Use new AD code in AGOS detection. | Eugene Sandulenko |
2007-08-13 | Add possibility to serve engines with complex Engine class instantiation | Eugene Sandulenko |
2007-08-13 | When restarting an animation, make sure that the animation's current frame is... | Filippos Karapetis |
2007-08-13 | Add Lost In Time demo. | Travis Howell |
2007-08-13 | The sprite set by sfSetObjImage is assigned correctly now for IHNM. This fixe... | Filippos Karapetis |
2007-08-13 | Removed an obsolete TODO | Filippos Karapetis |
2007-08-12 | Fix build. | Nicola Mettifogo |
2007-08-12 | Added preliminary support for loading locations in BRA: | Nicola Mettifogo |
2007-08-12 | Clear _curFile in closeVideo(). This fixes a regression in Lost in Time, where | Torbjörn Andersson |