Age | Commit message (Expand) | Author |
2007-08-21 | Simplified blackToPal | Filippos Karapetis |
2007-08-21 | Updated some comments | Filippos Karapetis |
2007-08-21 | Added note of clarification on enum AgiSoundType's different values. | Kari Salminen |
2007-08-20 | 64bit AGOS fix by Mark Weaver | Max Horn |
2007-08-20 | Cleanup: Removed obsolete TODOs | Filippos Karapetis |
2007-08-20 | Fix for bug #1776993 - "ITE: Cannot exit a room (regression)" | Filippos Karapetis |
2007-08-20 | Removed extra commas from lookup-tables' ends. | Kari Salminen |
2007-08-19 | Made Apple IIGS MIDI file parsing work (They aren't completely standard MIDI ... | Kari Salminen |
2007-08-19 | Removed superfluous variable checkings. Made it so that Apple IIGS mixing cod... | Kari Salminen |
2007-08-19 | Fixes previously crashing sound. Crash happened because of PCjr 4-channel mix... | Kari Salminen |
2007-08-19 | Some cleanup / const correctness / OOfication | Max Horn |
2007-08-19 | Small correction | Sven Hesse |
2007-08-19 | Fixed warning about global symbol 'chn' being shadowed by local declaration '... | Max Horn |
2007-08-19 | Always update the video's position, even if it's already been loaded, because | Torbjörn Andersson |
2007-08-19 | Fixed bug #1777058. | Nicola Mettifogo |
2007-08-19 | Fixing code formatting | Max Horn |
2007-08-19 | Checking in patch #1777241 by Uwe Ryssel (GOB: Some optimizations for slow co... | Sven Hesse |
2007-08-19 | Patch #1776858: README: some fixes | Max Horn |
2007-08-19 | Fixed two more warnings | Max Horn |
2007-08-19 | Fixed some - not all - warnings. | Torbjörn Andersson |
2007-08-18 | Changed Apple IIGS sample playing frequency multiplier from 1076.0 to C6 (i.e... | Kari Salminen |
2007-08-18 | Added support for playing Apple IIGS samples. The code's not very pretty at t... | Kari Salminen |
2007-08-18 | Making DS port build again | Neil Millstone |
2007-08-18 | Corrected some of the colors in the save/load dialogs in IHNM | Filippos Karapetis |
2007-08-17 | Added a definition for Apple IIGS sound emulation mode, made sound initializa... | Kari Salminen |
2007-08-17 | added two more parts | Paweł Kołodziejski |
2007-08-17 | Several bugfixes: | Filippos Karapetis |
2007-08-17 | Removed an obsolete TODO | Filippos Karapetis |
2007-08-16 | Now using stacks to keep track of multiple levels when parsing location scripts. | Nicola Mettifogo |
2007-08-16 | Fixed some warning | Max Horn |
2007-08-16 | Changed more parsing routines to use tables instead of switch statements. | Nicola Mettifogo |
2007-08-15 | Added rudimentary classes for different AGI sound resources (IIgsMidi, IIgsSa... | Kari Salminen |
2007-08-15 | Moved AgiSound definition around and also changed it from a struct to a class. | Kari Salminen |
2007-08-15 | Removed unneeded code from inside #if 0 ... #endif -clauses. | Kari Salminen |
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 |