aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-01-21Added some new HashMap methods: lookupAndCreateIfMissing (internal only), ↵Max Horn
setVal and getVal (which actually is just the old queryVal renamed for consistency) svn-id: r25135
2007-01-20First phase of detection-related plugins interface improvements. Now pluginsEugene 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-20Prepare Parallaction support (not working for now)Chris Apers
svn-id: r25133
2007-01-20Prepare Parallaction support (not working for now)Chris Apers
svn-id: r25132
2007-01-20Added support fir hi-res games to standard PalmOS 5 devices (BS, TOuche, ...)Chris Apers
Added aspect ratio selection too svn-id: r25131
2007-01-20Fixed mouse redraw with ToucheChris Apers
svn-id: r25130
2007-01-20Ported changes from branch-0-9-0 to fix grabRawScreen(), and palette corruption.Neil Millstone
svn-id: r25129
2007-01-20Completed implementation of o1_restoreAllObjectBackgrounds.Johannes Schickel
svn-id: r25127
2007-01-19Added copy constructor and assignment operator to class HashMapMax Horn
svn-id: r25125
2007-01-19Adding libcartreset, fixing CD audio bug, adding DLDI support (defined out ↵Neil Millstone
all other fat drivers) svn-id: r25124
2007-01-19Changed to ARM7 for libcartresetNeil Millstone
svn-id: r25123
2007-01-19Adding libcartreset to ARM7 binaryNeil Millstone
svn-id: r25122
2007-01-18Hopefully fixed the SAN seeking (used by Full Throttle's bike fighting) that ITorbjörn Andersson
accidentally broke when removing the timer callback from the SMUSH player. svn-id: r25120
2007-01-18Make use of Surface::getBasePtrMax Horn
svn-id: r25119
2007-01-18Patch #1596959 (SH and MIPS need memalign too)Max Horn
svn-id: r25118
2007-01-18fixed walk bug: characters now walk along complex pathsNicola Mettifogo
svn-id: r25117
2007-01-17Fixed a warning.Torbjörn Andersson
svn-id: r25112
2007-01-17fixed broken tab widthsNicola Mettifogo
svn-id: r25111
2007-01-16svn-id: r25110Travis Howell
2007-01-16Update details of several French HE demos.Travis Howell
svn-id: r25108
2007-01-16Update details for German version of Elvira 2Travis Howell
svn-id: r25107
2007-01-16added first debug messagesNicola Mettifogo
svn-id: r25106
2007-01-16Fix a minor compiler warning.David Symonds
svn-id: r25105
2007-01-16Restore missing svn:keyword attributes.David Symonds
svn-id: r25104
2007-01-16Remove #include "agi/text.h"; fixes build. Pointyhat to aquadran.David Symonds
svn-id: r25103
2007-01-16update project filesPaweł Kołodziejski
svn-id: r25102
2007-01-16Formating names in source codePaweł Kołodziejski
svn-id: r25101
2007-01-16Finish restructuring font data header for const correctness.David Symonds
svn-id: r25100
2007-01-16Start restructuring font data header for const correctness.David Symonds
svn-id: r25099
2007-01-15removed detection for two hacked titles (Gold Rush and Manhunter I)Stuart George
svn-id: r25098
2007-01-15removed definition of _glyphWidthsNicola Mettifogo
svn-id: r25097
2007-01-15made _glyphWidths only referenced into graphics.cppNicola Mettifogo
svn-id: r25096
2007-01-15Fixing const related warnings in the parallaction engineMax Horn
svn-id: r25095
2007-01-15enforced MemoryReadStream usage instead of custom byte swapping in ↵Nicola Mettifogo
background loading svn-id: r25094
2007-01-15fixed pointer casting in InputData managementNicola Mettifogo
svn-id: r25093
2007-01-15Fixed warning.Torbjörn Andersson
svn-id: r25092
2007-01-15Made Nippon Safes start from the regular splash screenNicola Mettifogo
svn-id: r25091
2007-01-15update project filesPaweł Kołodziejski
svn-id: r25090
2007-01-15fix warningPaweł Kołodziejski
svn-id: r25089
2007-01-15keep warnings off like this ones:Paweł Kołodziejski
- warning C4610: struct 'Agi::AGIGameDescription' can never be instantiated - user defined constructor required - warning C4510: 'Saga::SAGAGameDescription' : default constructor could not be generated Can someone help me how to fix this ? svn-id: r25088
2007-01-14Zone 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-14Be more flexible w.r.t. interpreter version being emulated.David Symonds
svn-id: r25086
2007-01-14Oops. Parallaction should be disabled now.Eugene Sandulenko
svn-id: r25085
2007-01-14mark 64bit issuesWillem Jan Palenstijn
svn-id: r25084
2007-01-14Initial import of Parallaction engineEugene Sandulenko
svn-id: r25083
2007-01-14Add few more fanmade games. But they all will go away soon to an externalEugene Sandulenko
file. svn-id: r25082
2007-01-14Added missing grabRawScreen to OS5 backendChris Apers
svn-id: r25081
2007-01-14Added:Chris Apers
- engines location auto-detection - Apple IIgs platform svn-id: r25080
2007-01-14Still doesn't work with PalmOS compilerChris Apers
svn-id: r25079
2007-01-14Added static initializers to handle global objects allocationChris Apers
svn-id: r25078