Age | Commit message (Expand) | Author |
2007-03-04 | Correct image offsets, for PC Engine version of Loom. | Travis Howell |
2007-03-04 | Fix regression in Commodore 64 version of Zak McKracken. | Travis Howell |
2007-03-04 | Fix script error in PC Engine version of Loom. | Travis Howell |
2007-03-04 | Fix regression in Commodore 64 version of Zak McKracken. | Travis Howell |
2007-03-03 | Fix level selection in PC Engine version of Loom. | Travis Howell |
2007-03-03 | Correct feature flags for the PC Engine version of Loom. | Travis Howell |
2007-03-03 | Allow PC Engine version of Loom to at least start up. | Travis Howell |
2007-03-03 | removed common-case code from loadBackground | Nicola Mettifogo |
2007-03-03 | loadBackground simplified: palette cycling is still broken, though | Nicola Mettifogo |
2007-03-03 | corrected parsing of LOCATION command | Nicola Mettifogo |
2007-03-03 | Removed obsolete code | Max Horn |
2007-03-02 | only request the user to update the queen.tbl if the game she/he's trying to ... | Gregory Montoir |
2007-03-02 | Updated the BS1 music code to use the new looping feature in our MP3/Ogg deco... | Max Horn |
2007-03-02 | added other code differences for Amiga FOTAQ versions, full game is now compl... | Gregory Montoir |
2007-03-02 | added loaders for static images like pickable items and for characters frames | Nicola Mettifogo |
2007-03-02 | fix broken build | Nicola Mettifogo |
2007-03-02 | added Script loader routine | Nicola Mettifogo |
2007-03-02 | enforced convention on loader names: load[ItemType] | Nicola Mettifogo |
2007-03-02 | added inventory objects loader routine | Nicola Mettifogo |
2007-03-02 | changed every font name to be platform independent, added font loader routine | Nicola Mettifogo |
2007-03-02 | replaced calls to loadExternalStaticCnv with separate loaders for Head and Po... | Nicola Mettifogo |
2007-03-02 | added openLocation as loader for location scripts resources | Nicola Mettifogo |
2007-03-02 | oops forgot to add file | Nicola Mettifogo |
2007-03-02 | added openTalk as loader for talk resources | Nicola Mettifogo |
2007-03-02 | corrected error message | Nicola Mettifogo |
2007-03-02 | Applied my own patch #1672572, after discussing it with Fingolfin. We no longer | Torbjörn Andersson |
2007-03-02 | cleanup | Max Horn |
2007-03-02 | Changed the order of the parameters of makeLinearInputStream to resemble Mixe... | Max Horn |
2007-03-02 | Fix bug #1667806: "GOB: wrong detection" | Eugene Sandulenko |
2007-03-02 | - Fixed the actor freeze issue in the garage in Bargon Attack | Sven Hesse |
2007-03-01 | Get rid of the last two usages of File::incRef/decRef | Max Horn |
2007-03-01 | Removed obsolete 'if' (resp. replaced it by an assert) | Max Horn |
2007-03-01 | Got rid of another use of File::incRef/decRef | Max Horn |
2007-03-01 | Simplify code a bit -- got rid of File::incRef usage, an unnecessary member v... | Max Horn |
2007-03-01 | Repaired the pathfinding in Bargon Attack | Sven Hesse |
2007-02-28 | Clarified some comments and moved some asserts to hopefully answer Fingolfin's | Torbjörn Andersson |
2007-02-28 | cleanup | Max Horn |
2007-02-28 | Changed the AppendableAudioStream code to use a queue of buffers, instead of ... | Max Horn |
2007-02-28 | Fix for bug #1670081 -- SWORD1: game won't load (ogg compression) (regression) | Max Horn |
2007-02-27 | changed font handling: | Nicola Mettifogo |
2007-02-27 | Change the volume of music channel of mixer, when adjusting music volume too. | Travis Howell |
2007-02-26 | Close sky.dnr directly after reading it into memory. No need to keep it open | Torbjörn Andersson |
2007-02-26 | Added animation handler for standard characters that can be talked to | Paul Gilbert |
2007-02-26 | some fixes for FOTAQ Amiga versions, cleanup | Gregory Montoir |
2007-02-26 | More dead code; augmented note on PC speaker emulation | Max Horn |
2007-02-26 | 'Optimized' SquareWaveStream::readBuffer a bit, removed some dead code, and c... | Max Horn |
2007-02-26 | calling memset to zero a buffer you are about to fill with audio data is not ... | Max Horn |
2007-02-26 | stop audio streams before deleting them | Willem Jan Palenstijn |
2007-02-26 | Fix alignment issues in wince port. | Kostas Nakos |
2007-02-26 | Removing dead code | Max Horn |