aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-08-21don't use OS X rules by default for SDL backend; use cp instead of ln to ↵Max Horn
create the local build.rules file svn-id: r4797
2002-08-21first go at modularizing the build systemMax Horn
svn-id: r4796
2002-08-21fixed one-off-error (I hope this fix is right?); use calloc instead of ↵Max Horn
malloc to ensure struct is zeroed svn-id: r4795
2002-08-21engine.* moved to common (where it belongs); added distclean target which ↵Max Horn
gets rid of the .deps dirs, too; removed -Isound svn-id: r4794
2002-08-21really fixed dependency checking this time (I hope :-)Max Horn
svn-id: r4793
2002-08-21refixed #includeMax Horn
svn-id: r4792
2002-08-21oops, accidentally checked in a hacked up version of this :-)Max Horn
svn-id: r4791
2002-08-21fixed the 'intelligent' GCC build rules; added .cvsignore filesMax Horn
svn-id: r4790
2002-08-21fixed clean targetMax Horn
svn-id: r4789
2002-08-21Initial revisionMax Horn
svn-id: r4785
2002-08-21Add missing iMUSE midi effectJames Brown
svn-id: r4784
2002-08-21oopsMax Horn
svn-id: r4783
2002-08-20wrong bug tracker idMax Horn
svn-id: r4782
2002-08-20applied patch #588501; enhanced comments on palManipulateMax Horn
svn-id: r4781
2002-08-20Re-add MI2 fixmeJames Brown
svn-id: r4780
2002-08-20Fix lighting on actors in V6+ games (eg, Sam and Max)James Brown
Move boxflags debug to debug level 2 (we default to 1) Apply patches: 595414: Simon 2 lockup workarounds 595875: Simon 2 save/load dialog fix 597422: Preliminary support for CREA sound format (for FT) 597627: Use savedir for save/load-string opcodes svn-id: r4779
2002-08-20applied patch 597414, thanks XavierPaweł Kołodziejski
svn-id: r4778
2002-08-20implemented the flashlight (TODO: use rounded corners. Left as an exercise ↵Max Horn
to the reader) svn-id: r4777
2002-08-20cleanupMax Horn
svn-id: r4776
2002-08-19more o5_lights work; the only thing missing should be the flashlight nowMax Horn
svn-id: r4775
2002-08-19added lights support to the costume renderer; begun work on flashlight ↵Max Horn
support (no real code yet :-) svn-id: r4774
2002-08-19sampled sound in MI1&2 (patch #557109)Max Horn
svn-id: r4773
2002-08-19promoting myself (Endy said I can :-)Max Horn
svn-id: r4772
2002-08-18added getBool and set(bool) to the Config class; made GameDetector take ↵Max Horn
advantage of these; also, -A/-F/-N will turn OFF amiga/fullscreen/nosubtitles modes (so you can override the config file for these settings if desired) svn-id: r4771
2002-08-18more code unification; as a side effect, simon can take advantage of the ↵Max Horn
save path settings in the config file (inspired by patch #587694) svn-id: r4770
2002-08-18added comparision operators to class StringMax Horn
svn-id: r4769
2002-08-18get rid of g_simon; get rid of unused _last_mouse_event memberMax Horn
svn-id: r4768
2002-08-18don't use g_mixer, it's only there due to the MIDIEMU hackMax Horn
svn-id: r4767
2002-08-18fixed (I hope) compilation with VisualCMax Horn
svn-id: r4766
2002-08-18cleanupMax Horn
svn-id: r4765
2002-08-18move _volume_table creation into constructor, and discard it in destructorMax Horn
svn-id: r4764
2002-08-18added engine.cppMax Horn
svn-id: r4763
2002-08-18fix for bug #596743, from patch #596801Max Horn
svn-id: r4762
2002-08-18some more cleanupMax Horn
svn-id: r4761
2002-08-18fixed simon crasherMax Horn
svn-id: r4760
2002-08-18oops forget to ci engine.cppMax Horn
svn-id: r4759
2002-08-18MAJOR change to the way how Engine objects are instantiatedMax Horn
svn-id: r4758
2002-08-18print out actor class bitsMax Horn
svn-id: r4757
2002-08-18trying to clean up the Simon code - gee this is a *BIG* mess! Argh!Max Horn
svn-id: r4756
2002-08-18pedantic #define rename :-)Max Horn
svn-id: r4755
2002-08-18Fix for #580762 (MI2: Guybrush facing wrong direction); some code cleanupMax Horn
svn-id: r4754
2002-08-18partial fix for #596018: add fade mode 4 (used in Zak256), we alread had it ↵Max Horn
in the data table, just weren't using it svn-id: r4753
2002-08-15A (partial) fix for #549402Max Horn
svn-id: r4752
2002-08-15this seems to fix #591678 (again :-) while not causing problems for the ↵Max Horn
counter or in the airplane svn-id: r4751
2002-08-15mididrv.h -> sound/mididrv.h (so that we can get rid of -Isound/)Max Horn
svn-id: r4750
2002-08-15fix for bug #595701Max Horn
svn-id: r4749
2002-08-15fix for bug #590067 (similar to a recent fix in script_v2) - but I am not ↵Max Horn
sure that this will really break nothing... we'll see. Note that just the setCameraAt doesn't work correctly either; also some general clenaup svn-id: r4748
2002-08-15cleanupMax Horn
svn-id: r4747
2002-08-15fix for bug #595023 (based on patch #595180)Max Horn
svn-id: r4746
2002-08-15first attempt to implement the difference between the box lock and box ↵Max Horn
invisible flag. fixes the counter bug and all of the bugs introduced to my fix for the bus bug; but the bus bug is back, will look into that next svn-id: r4745