aboutsummaryrefslogtreecommitdiff
path: root/engines/agi
AgeCommit message (Collapse)Author
2007-01-28Add more paramteres to AdvancedDetector. Not used yet.Eugene Sandulenko
svn-id: r25241
2007-01-27Moved the setupPremix() calls to initSound() and deinitSound(), instead of theTorbjörn Andersson
sound manager's constructor/destructor. Maybe this will fix the rare crashes on startup? svn-id: r25225
2007-01-27Fixed picture drawing bug in pattern data (should only affect v3 + sq1 games ↵Stuart George
only). Fixes Goldrush intro. Does not seem to break any other v3 game or SQ2 svn-id: r25222
2007-01-25Lots of cleanup in the AdvancedDetectorMax Horn
svn-id: r25194
2007-01-24Add optional size parameter to ADGameFileDescription. Not used now.Eugene Sandulenko
svn-id: r25164
2007-01-21Reduce dependency from common/advancedDetector.hEugene Sandulenko
svn-id: r25156
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-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-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-14Be more flexible w.r.t. interpreter version being emulated.David Symonds
svn-id: r25086
2007-01-14Add few more fanmade games. But they all will go away soon to an externalEugene Sandulenko
file. svn-id: r25082
2007-01-12Fixed version number printing in alt-d dialogue boxStuart George
svn-id: r25070
2007-01-12Slighty modified patch #1631229: "Revamp of AGI savegame system"Eugene Sandulenko
svn-id: r25069
2007-01-12Patch #1632505: "AGI: Typo in detection code"Eugene Sandulenko
svn-id: r25068
2007-01-09Specify language for some fan made games.Eugene Sandulenko
svn-id: r25061
2007-01-09Add... ahem... 188 AGI fanmade games to detector.Eugene Sandulenko
svn-id: r25060
2007-01-08Disable duplicate detection entry for AGI game MUMG.David Symonds
svn-id: r25052
2007-01-07Renamed amiga -> amigaMode and agds -> agdsMode; also some minor cleanupMax Horn
svn-id: r25047
2007-01-07Fix 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-07Add KQ2 2.1 (PC version) to AGI detection list.David Symonds
svn-id: r25045
2007-01-07Add a PQ1 (2.0G) detection entry.David Symonds
svn-id: r25044
2007-01-06Removed almost all the remaining hires code.David Symonds
svn-id: r25037
2007-01-06Another set of unused hires code bites the dust.David Symonds
svn-id: r25036
2007-01-06More hires removal, this time from sprites.David Symonds
svn-id: r25035
2007-01-06Start removing hires code from AGI engine.David Symonds
svn-id: r25033
2007-01-06Extended text rendering code to allow "checkerboarding", and switch menu codeDavid Symonds
to using this checkerboard effect for disabled menu items (this is how Sierra's interpreter works). svn-id: r25024
2007-01-06Menus should wrap around at top and bottom.David Symonds
svn-id: r25023
2006-12-31Added loads of Sierra titles (mac/pc/amiga/2gs/st/coco)Stuart George
svn-id: r24959
2006-12-29Make ADGameFileDescription is built in directly into ADGameDescription.Eugene Sandulenko
svn-id: r24947
2006-12-28Add a few AGI md5sums (sq1, pq1, lsl1)James Brown
svn-id: r24940
2006-12-21Fix copyright and svn properties.Eugene Sandulenko
svn-id: r24909
2006-12-20Added some extra game versions, KQ2, KQ3, KQ4, Groza, DDPStuart George
svn-id: r24908
2006-12-19Renamed real_ADVANCED_DETECTOR_DETECT_GAMES_FUNCTION to ↵Max Horn
ADVANCED_DETECTOR_DETECT_GAMES_FUNCTION, and real_ADVANCED_DETECTOR_DETECT_INIT_GAME to ADVANCED_DETECTOR_DETECT_INIT_GAME svn-id: r24896
2006-12-19Get rif od ARRAYSIZE in ADGameDescriptionEugene Sandulenko
svn-id: r24882
2006-12-19Got rid of ARRAYSIZE in advanceDetector callsEugene Sandulenko
svn-id: r24881
2006-12-19Changed game id's back to agi. Added some KQ2 entriesStuart George
svn-id: r24880
2006-12-19oopsEugene Sandulenko
svn-id: r24879
2006-12-19Update makefileEugene Sandulenko
svn-id: r24878
2006-12-19Added AdvancedDetection to AGI engine. Only added KQ1 for testingStuart George
svn-id: r24877
2006-12-07Fixed button renderingStuart George
svn-id: r24814
2006-12-06Fixing some compiler warningsMax Horn
svn-id: r24812
2006-12-06Fixed compile errors (for me at least). Still plenty of warnings, though.Torbjörn Andersson
svn-id: r24809
2006-12-06first phase of objectisation of agi enginePaweł Kołodziejski
svn-id: r24808
2006-12-06Enable yet unfinished IIgs sound, but this prevents IIgs games from crashing.Eugene Sandulenko
svn-id: r24807
2006-11-23Only bring up the predictive dialog on left clicks, not just any event. (I.e.Torbjörn Andersson
now we can still type commands, even if the mouse cursor is hovering over the text input area.) I hope this is the desired behaviour. svn-id: r24774