aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-07-02added saveload.h; moved some stuff out of scumm.h into saveload.h/.cpp (no ↵Max Horn
need why other code has to see this) svn-id: r4450
2002-07-02yes, yaz0r, there is a much better way to do this :-); also removed some ↵Max Horn
unused stuff svn-id: r4449
2002-07-02removed akos_findManyDirection, bit_table and many_direction_tab_2; no need ↵Max Horn
to export many_direction_tab svn-id: r4448
2002-07-02got rid of akos_findManyDirection; simplified akos_frameToAnim a lotMax Horn
svn-id: r4447
2002-07-02added comment that explains why return key seems to not work in save dialog; ↵Max Horn
some code cleanup svn-id: r4446
2002-07-02gee, why hardcode the ascii codes if we can use char constants? Also, volume ↵Max Horn
up was mapped to '=' not '+' despite the comment indicating otherwise svn-id: r4445
2002-07-02Add a few more shortcut keys to the documentation. Thanks for the reminder, ↵James Brown
NotHere. svn-id: r4444
2002-07-01Increase fault tolerence re: wrongly implemented parsing for String.cppJames Brown
svn-id: r4443
2002-06-30Add esc as an alias for 'play' in the GUI. Thanks to NotHereJames Brown
svn-id: r4442
2002-06-29Make it Work (tm)James Brown
svn-id: r4441
2002-06-29Update other makefilesJames Brown
svn-id: r4440
2002-06-29Updated Visual C project (for simon reorg)James Brown
svn-id: r4439
2002-06-29Large pointless commit #143: Start splitting Simon code into more managable ↵James Brown
and slightly understandable chunks svn-id: r4438
2002-06-29Remove extranous debug linesJames Brown
svn-id: r4437
2002-06-29Start of (non-functional) Simon2dos support.James Brown
Implement the holy (sic) cursor. svn-id: r4436
2002-06-27Fixed the gost animation background reset. Made a little tweak to draw the ↵Vincent Hamm
gui in vertical rooms (not 100% working) svn-id: r4435
2002-06-27Basic putt-putt game support.James Brown
svn-id: r4434
2002-06-27Satisfy CCCPs nazi tendicies (correct resolution values)James Brown
svn-id: r4433
2002-06-26Add Lucas-style alt-x quit shortcutJames Brown
svn-id: r4432
2002-06-26Add invalid variable checks for The DigJames Brown
svn-id: r4431
2002-06-26Add warning regarding MI1 and the bug in Windows 2000's cd accessJames Brown
svn-id: r4430
2002-06-26Hacks to make SMUSH mixer a bit more tollerable.James Brown
svn-id: r4429
2002-06-25Add keyboard mouse support, remove case sensitivity for resource filesJames Brown
svn-id: r4428
2002-06-25MadMoose's bugfix for 555890 - DOTT: Inventory items not changing nameJames Brown
svn-id: r4427
2002-06-24implement save/load-string ops (used only by Indy 4 IQ system it seems?)Max Horn
svn-id: r4426
2002-06-18Simon1 fixes, Readme updateJames Brown
svn-id: r4425
2002-06-18Check for trailing slash on pathnamesJames Brown
svn-id: r4424
2002-06-17Add boiler plateTravis Howell
svn-id: r4423
2002-06-17Add OpenGL support patch from Andre SouzaTravis Howell
svn-id: r4422
2002-06-16Fix Simon case sensitivity, work around Win32 SDL bug (hang on audio exit)James Brown
svn-id: r4421
2002-06-14*** empty log message ***Travis Howell
svn-id: r4420
2002-06-14Reverse patch as requested by EndyTravis Howell
svn-id: r4419
2002-06-14Add OpenGL support patch from Andre SouzaTravis Howell
svn-id: r4418
2002-06-12- added a .cvsignore for the debian dirBastien Nocera
svn-id: r4417
2002-06-09new BeIDE project file from patch tracker #553451Max Horn
svn-id: r4416
2002-06-07moved the code that enforces all actors to be redrawn on a full redraw to a ↵Max Horn
more appropriate location; fixed the rendering sort algorithm (it now uses a stable sort algorithm, namely bubble sort) - it used to produce a 'flicker' effect in some cases previously svn-id: r4415
2002-06-07removed useless (read: already done in other place) codeMax Horn
svn-id: r4414
2002-06-07merged Makefile.macosx into master MakefileMax Horn
svn-id: r4413
2002-06-06As long as I am fixing regression bug introduced by my streamingLionel Ulmer
patch, fix also the 'FLAG_FILE' stuff. Endy, you should be able to revert your patch to Simon as it should not be needed anymore now :-) svn-id: r4412
2002-06-06This should fix the regression introduced by my streaming changes (bugLionel Ulmer
#564756). Thanks Oliver Kiehl for the find :-) svn-id: r4411
2002-06-06Add stdc++ library for GCC 3.1 compileTravis Howell
svn-id: r4410
2002-06-06Fix copy/paste typo :)James Brown
svn-id: r4409
2002-06-06Remove Simons dependency on FLAG_FILE, as some dolt has broken that in the ↵James Brown
current mixer. svn-id: r4408
2002-06-05Added mutex functions to MorphOS interfaceRuediger Hanke
svn-id: r4407
2002-06-05Apply .VOC support for Simon, by olki.James Brown
svn-id: r4406
2002-06-04newDirToOldDir is now a class method of class Scumm)Max Horn
svn-id: r4405
2002-06-04more Actor class cleanup; renamed unkRoomFunc4 to palManipulate and added an ↵Max Horn
icky, wrong implementation for it - yes this is complete nonsense but I'll try to replace it with the right thing RSN :-) svn-id: r4404
2002-06-04Sorry for the mess.... Here is the mutex code :-)Lionel Ulmer
svn-id: r4403
2002-06-03fixed warningMax Horn
svn-id: r4402
2002-06-03cleaned up var names in darkenPalette a bit, making it easier to understandMax Horn
svn-id: r4401