aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-05-11match restMax Horn
svn-id: r7461
2003-05-11The new (Jornada 820 inspired) GDI rendering crashes on a Jornada 680 - ↵Nicolas Bacca
further investigation needed. For the moment I'll leave both, define NEW_GAPI_CODE if you want to compile a version (HPC ARM) for the Jornada 820 svn-id: r7460
2003-05-11correct versionJonathan Gray
svn-id: r7457
2003-05-11Fix key mapping bug (hello SF mail server)Nicolas Bacca
svn-id: r7456
2003-05-11Fix icon pathNicolas Bacca
svn-id: r7455
2003-05-11COMI and Jornada 820 fixesNicolas Bacca
svn-id: r7454
2003-05-11Update build revision and help fileNicolas Bacca
svn-id: r7453
2003-05-11Rewrite GDI rendering for Jornada 820, COMI fxesNicolas Bacca
svn-id: r7451
2003-05-11Update missing functions for HPC buildsNicolas Bacca
svn-id: r7450
2003-05-11got permission from Endy ;)Oliver Kiehl
svn-id: r7449
2003-05-11no tabs pleaseMax Horn
svn-id: r7440
2003-05-11clarificationMax Horn
svn-id: r7438
2003-05-11missing periodMax Horn
svn-id: r7436
2003-05-11Alt is the save-key, not shiftTore Anderson
svn-id: r7435
2003-05-11correction: V2 mask decompression works 100% correct. We just ignore it.Max Horn
svn-id: r7430
2003-05-11cleanup / tweaks (V2 masking, at least in Zakdemo, seems not to work ↵Max Horn
properly, though) svn-id: r7429
2003-05-11cleanupMax Horn
svn-id: r7428
2003-05-11more V2 'char coord' fixesMax Horn
svn-id: r7427
2003-05-10walkbox & putActor coords in V2 are in 'character coordinates' - x has to ↵Max Horn
multiplied by 8 and y by 2 svn-id: r7426
2003-05-10work around some illegal var access' in COMI/V8 - there are more, but I am ↵Max Horn
not always sure if avoiding the access is the proper fix; maybe in some cases we should just define that var for V8 to the proper value? svn-id: r7425
2003-05-10fixed object drawing state handling for V2 games (this shouldn't cause any ↵Max Horn
regressions in newer games) svn-id: r7424
2003-05-10renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and ↵Max Horn
_realWidth/_realHeight -> _screenWidth/_screenHeight (inspired by MadMoose, but I'll take the blame - still this seems much more logical & intuitive) svn-id: r7423
2003-05-10cleaned up / fixed some V2 state stuffMax Horn
svn-id: r7422
2003-05-10fixed the way redrawBGStrip invokes drawBitmap -> this makes the office ↵Max Horn
scene in the Zak intro show up correctly (again thanks to MadMoose for the clue that lead to the right solution :-) svn-id: r7421
2003-05-10fixed operator precedence (thanks MadMoose)Max Horn
svn-id: r7420
2003-05-10fixed script dumping for flobject script in V6/V7 gamesMax Horn
svn-id: r7419
2003-05-10removed obsolete checkMax Horn
svn-id: r7418
2003-05-10oopsMax Horn
svn-id: r7417
2003-05-10removed obsolete code; cleanup for my V2 drawBitmap 'hack', which got rid of ↵Max Horn
most of the duplicate code svn-id: r7416
2003-05-10implemented v2 masking (at least I get no negative effects, but anybody feel ↵Max Horn
free to valgrind this :-) svn-id: r7415
2003-05-10fix variable accesJonathan Gray
svn-id: r7414
2003-05-10new V2 drawBitmap implementation which handles object drawing, too; no ↵Max Horn
masking implemented yet. Once it fully works, will remove all the _egaStrip* stuff svn-id: r7413
2003-05-10added a 'width' parameter to drawBitmap (contrary to 'numstrips', it ↵Max Horn
specifies the full width of the image passed in, not how much we shoul draw of it) - this will be used for the new V2 drawBitmap code; renamed drawBitmap parameter 'h' to 'height' svn-id: r7412
2003-05-10cleanupMax Horn
svn-id: r7411
2003-05-10Rename two unknown functionTravis Howell
svn-id: r7410
2003-05-09Patch #735294: AdvMame3x scalerMax Horn
svn-id: r7409
2003-05-09super hackish mouse click support for Zak (doesn't do anything useful in MM ↵Max Horn
yet; and in Zak, all clicks are for the scene, i.e. no verb clicks etc.) svn-id: r7408
2003-05-09no need for inheritance anymoreOliver Kiehl
svn-id: r7407
2003-05-09implemented v2 walkboxes (at least the debugger output looks right now, ↵Max Horn
though I might have overlooked something) svn-id: r7406
2003-05-09use huffman trees instead of that spaghetti codeOliver Kiehl
svn-id: r7405
2003-05-09V2 Vars FixJames Brown
svn-id: r7404
2003-05-09Fix intro room transition. Seems correct, so the fixme is really just ↵James Brown
explanitory. svn-id: r7403
2003-05-09zakstdemo now finishes properly and loops etc, this check seems to be wrong ↵Jonathan Gray
for v2 games at least svn-id: r7402
2003-05-09updated my FIXME commentMax Horn
svn-id: r7401
2003-05-09fixed V2 drawObjectMax Horn
svn-id: r7400
2003-05-09cleanupMax Horn
svn-id: r7399
2003-05-08added a v2 charset rendered (with a hardcoded font take from german zak); ↵Max Horn
enabled verbs in zak (well, they are drawn at least :-) svn-id: r7398
2003-05-08yet more v2 var fixesMax Horn
svn-id: r7397
2003-05-08more v2 var fixesMax Horn
svn-id: r7396
2003-05-08more v2 var access fixesMax Horn
svn-id: r7395