Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2007-01-09 | Specify language for some fan made games. | Eugene Sandulenko | |
svn-id: r25061 | |||
2007-01-09 | Add... ahem... 188 AGI fanmade games to detector. | Eugene Sandulenko | |
svn-id: r25060 | |||
2007-01-09 | Fix for bug #1631352 ("KYRA1: Graphics heavily broken and ScummVM crash"), I ↵ | Johannes Schickel | |
tried memmove here, but it also crashed on Win32 with memmove, so I reverted it back to how it was. svn-id: r25059 | |||
2007-01-09 | Little fix. | Johannes Schickel | |
svn-id: r25058 | |||
2007-01-08 | Fix for bug #1586735 ("KYRA1: Sprite not redrawn") | Johannes Schickel | |
svn-id: r25057 | |||
2007-01-08 | renamed an opcode, fixed an assert condition | Gregory Montoir | |
svn-id: r25056 | |||
2007-01-08 | added missing reference to tracker item, indentation | Gregory Montoir | |
svn-id: r25054 | |||
2007-01-08 | added arrow keys mapping to match behavior of original interpreter (dialogue ↵ | Gregory Montoir | |
choices can still be selected using the mouse wheel) svn-id: r25053 | |||
2007-01-08 | Disable duplicate detection entry for AGI game MUMG. | David Symonds | |
svn-id: r25052 | |||
2007-01-07 | possible fix for bug #1193185 | Gregory Montoir | |
svn-id: r25051 | |||
2007-01-07 | Renamed amiga -> amigaMode and agds -> agdsMode; also some minor cleanup | Max Horn | |
svn-id: r25047 | |||
2007-01-07 | Fix interpretation of enable.item() and disable.item() AGI functions; they ↵ | David Symonds | |
affect *all* menu items with the given event code. This is most relevant to menu separators which are normally disabled, and often all share the same event code. svn-id: r25046 | |||
2007-01-07 | Add KQ2 2.1 (PC version) to AGI detection list. | David Symonds | |
svn-id: r25045 | |||
2007-01-07 | Add a PQ1 (2.0G) detection entry. | David Symonds | |
svn-id: r25044 | |||
2007-01-06 | Updated POD explanation link | Max Horn | |
svn-id: r25040 |