Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-23 | Added support for Infogrames/RobHubbard2 (amiga) music | Sven Hesse | |
svn-id: r25160 | |||
2007-01-21 | added handler for sfx sync (abc-slideshow.cup, bda-slideshow.cup) and sfx ↵ | Gregory Montoir | |
looping, cleanup svn-id: r25158 | |||
2007-01-21 | cleanup | Gregory Montoir | |
svn-id: r25157 | |||
2007-01-21 | Reduce dependency from common/advancedDetector.h | Eugene Sandulenko | |
svn-id: r25156 | |||
2007-01-21 | Applied my own patch #1635584 (after discussing with Fingolfin) to reduce the | Torbjörn Andersson | |
memory usage and number of allocations made by the NUT font renderer. svn-id: r25155 | |||
2007-01-21 | Removed common/advancedDetector.h from agos.h, thus reducing the number of ↵ | Max Horn | |
build deps on base/plugins.h and base/game.h from about 155 to 113 (and also reducing the deps on advancedDetector.h, of course). The same should be done to all other engines using the advanced detector (AGI, CINE, SAGA, Parallaction) svn-id: r25154 | |||
2007-01-21 | openForSaving can fail, so it should be handled gracefully -- but better to ↵ | Max Horn | |
assert out in a controlled manner than o invoke methods on a NULL pointer, right? :-) svn-id: r25151 | |||
2007-01-21 | Fixes implementation of o1_updateSceneAnimations. | Johannes Schickel | |
svn-id: r25149 | |||
2007-01-21 | fixed ordering of engine jobs: no more known graphics glitches | Nicola Mettifogo | |
svn-id: r25146 | |||
2007-01-21 | fixed occasional border issues in inventory | Nicola Mettifogo | |
svn-id: r25145 | |||
2007-01-21 | fixed out-of-bounds error causing premature crashes on some systems | Nicola Mettifogo | |
svn-id: r25140 | |||
2007-01-20 | First phase of detection-related plugins interface improvements. Now plugins | Eugene Sandulenko | |
return StringMap instead of fixed list of parameters. This adds great flexibility. Current patch should not alter any functionality, i.e. if there are regressions, submit a report. Phase 2 will benefit from these changes and will come later. svn-id: r25134 | |||
2007-01-20 | Completed implementation of o1_restoreAllObjectBackgrounds. | Johannes Schickel | |
svn-id: r25127 | |||
2007-01-18 | Hopefully fixed the SAN seeking (used by Full Throttle's bike fighting) that I | Torbjörn Andersson | |
accidentally broke when removing the timer callback from the SMUSH player. svn-id: r25120 | |||
2007-01-18 | Make use of Surface::getBasePtr | Max Horn | |
svn-id: r25119 | |||
2007-01-18 | fixed walk bug: characters now walk along complex paths | Nicola Mettifogo | |
svn-id: r25117 | |||
2007-01-17 | Fixed a warning. | Torbjörn Andersson | |
svn-id: r25112 | |||
2007-01-17 | fixed broken tab widths | Nicola Mettifogo | |
svn-id: r25111 | |||
2007-01-16 | Update details of several French HE demos. | Travis Howell | |
svn-id: r25108 | |||
2007-01-16 | Update details for German version of Elvira 2 | Travis Howell | |
svn-id: r25107 | |||
2007-01-16 | added first debug messages | Nicola Mettifogo | |
svn-id: r25106 | |||
2007-01-16 | Fix a minor compiler warning. | David Symonds | |
svn-id: r25105 | |||
2007-01-16 | Restore missing svn:keyword attributes. | David Symonds | |
svn-id: r25104 | |||
2007-01-16 | Remove #include "agi/text.h"; fixes build. Pointyhat to aquadran. | David Symonds | |
svn-id: r25103 | |||
2007-01-16 | Formating names in source code | Paweł Kołodziejski | |
svn-id: r25101 | |||
2007-01-16 | Finish restructuring font data header for const correctness. | David Symonds | |
svn-id: r25100 | |||
2007-01-16 | Start restructuring font data header for const correctness. | David Symonds | |
svn-id: r25099 | |||
2007-01-15 | removed detection for two hacked titles (Gold Rush and Manhunter I) | Stuart George | |
svn-id: r25098 | |||
2007-01-15 | removed definition of _glyphWidths | Nicola Mettifogo | |
svn-id: r25097 | |||
2007-01-15 | made _glyphWidths only referenced into graphics.cpp | Nicola Mettifogo | |
svn-id: r25096 | |||
2007-01-15 | Fixing const related warnings in the parallaction engine | Max Horn | |
svn-id: r25095 | |||
2007-01-15 | enforced MemoryReadStream usage instead of custom byte swapping in ↵ | Nicola Mettifogo | |
background loading svn-id: r25094 | |||
2007-01-15 | fixed pointer casting in InputData management | Nicola Mettifogo | |
svn-id: r25093 | |||
2007-01-15 | Fixed warning. | Torbjörn Andersson | |
svn-id: r25092 | |||
2007-01-15 | Made Nippon Safes start from the regular splash screen | Nicola Mettifogo | |
svn-id: r25091 | |||
2007-01-15 | fix warning | Paweł Kołodziejski | |
svn-id: r25089 | |||
2007-01-14 | Zone names get free'd, so don't assign a static string to it (it causes a ↵ | Max Horn | |
const warning, too) svn-id: r25087 | |||
2007-01-14 | Be more flexible w.r.t. interpreter version being emulated. | David Symonds | |
svn-id: r25086 | |||
2007-01-14 | mark 64bit issues | Willem Jan Palenstijn | |
svn-id: r25084 | |||
2007-01-14 | Initial import of Parallaction engine | Eugene Sandulenko | |
svn-id: r25083 | |||
2007-01-14 | Add few more fanmade games. But they all will go away soon to an external | Eugene Sandulenko | |
file. svn-id: r25082 | |||
2007-01-13 | Add French versions of several HE game demos | Travis Howell | |
svn-id: r25074 | |||
2007-01-13 | Rename special debug levels to conform our suggested naming scheme. | Eugene Sandulenko | |
svn-id: r25073 | |||
2007-01-13 | Fix for language selection. | Johannes Schickel | |
svn-id: r25071 | |||
2007-01-12 | Fixed version number printing in alt-d dialogue box | Stuart George | |
svn-id: r25070 | |||
2007-01-12 | Slighty modified patch #1631229: "Revamp of AGI savegame system" | Eugene Sandulenko | |
svn-id: r25069 | |||
2007-01-12 | Patch #1632505: "AGI: Typo in detection code" | Eugene Sandulenko | |
svn-id: r25068 | |||
2007-01-10 | Add Spanish version of Elvira 2 | Travis Howell | |
svn-id: r25066 | |||
2007-01-10 | Add German version of SPY Fox 3. | Travis Howell | |
svn-id: r25063 | |||
2007-01-10 | Add German version of Putt-Putt Joins the Circus. | Travis Howell | |
svn-id: r25062 |