Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-08-21 | don'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-21 | first go at modularizing the build system | Max Horn | |
svn-id: r4796 | |||
2002-08-21 | fixed 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-21 | engine.* 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-21 | really fixed dependency checking this time (I hope :-) | Max Horn | |
svn-id: r4793 | |||
2002-08-21 | refixed #include | Max Horn | |
svn-id: r4792 | |||
2002-08-21 | oops, accidentally checked in a hacked up version of this :-) | Max Horn | |
svn-id: r4791 | |||
2002-08-21 | fixed the 'intelligent' GCC build rules; added .cvsignore files | Max Horn | |
svn-id: r4790 | |||
2002-08-21 | fixed clean target | Max Horn | |
svn-id: r4789 | |||
2002-08-21 | Initial revision | Max Horn | |
svn-id: r4785 | |||
2002-08-21 | Add missing iMUSE midi effect | James Brown | |
svn-id: r4784 | |||
2002-08-21 | oops | Max Horn | |
svn-id: r4783 | |||
2002-08-20 | wrong bug tracker id | Max Horn | |
svn-id: r4782 | |||
2002-08-20 | applied patch #588501; enhanced comments on palManipulate | Max Horn | |
svn-id: r4781 | |||
2002-08-20 | Re-add MI2 fixme | James Brown | |
svn-id: r4780 | |||
2002-08-20 | Fix 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-20 | applied patch 597414, thanks Xavier | Paweł Kołodziejski | |
svn-id: r4778 | |||
2002-08-20 | implemented the flashlight (TODO: use rounded corners. Left as an exercise ↵ | Max Horn | |
to the reader) svn-id: r4777 | |||
2002-08-20 | cleanup | Max Horn | |
svn-id: r4776 | |||
2002-08-19 | more o5_lights work; the only thing missing should be the flashlight now | Max Horn | |
svn-id: r4775 | |||
2002-08-19 | added lights support to the costume renderer; begun work on flashlight ↵ | Max Horn | |
support (no real code yet :-) svn-id: r4774 | |||
2002-08-19 | sampled sound in MI1&2 (patch #557109) | Max Horn | |
svn-id: r4773 | |||
2002-08-19 | promoting myself (Endy said I can :-) | Max Horn | |
svn-id: r4772 | |||
2002-08-18 | added 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-18 | more 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-18 | added comparision operators to class String | Max Horn | |
svn-id: r4769 | |||
2002-08-18 | get rid of g_simon; get rid of unused _last_mouse_event member | Max Horn | |
svn-id: r4768 | |||
2002-08-18 | don't use g_mixer, it's only there due to the MIDIEMU hack | Max Horn | |
svn-id: r4767 | |||
2002-08-18 | fixed (I hope) compilation with VisualC | Max Horn | |
svn-id: r4766 | |||
2002-08-18 | cleanup | Max Horn | |
svn-id: r4765 | |||
2002-08-18 | move _volume_table creation into constructor, and discard it in destructor | Max Horn | |
svn-id: r4764 | |||
2002-08-18 | added engine.cpp | Max Horn | |
svn-id: r4763 | |||
2002-08-18 | fix for bug #596743, from patch #596801 | Max Horn | |
svn-id: r4762 | |||
2002-08-18 | some more cleanup | Max Horn | |
svn-id: r4761 | |||
2002-08-18 | fixed simon crasher | Max Horn | |
svn-id: r4760 | |||
2002-08-18 | oops forget to ci engine.cpp | Max Horn | |
svn-id: r4759 | |||
2002-08-18 | MAJOR change to the way how Engine objects are instantiated | Max Horn | |
svn-id: r4758 | |||
2002-08-18 | print out actor class bits | Max Horn | |
svn-id: r4757 | |||
2002-08-18 | trying to clean up the Simon code - gee this is a *BIG* mess! Argh! | Max Horn | |
svn-id: r4756 | |||
2002-08-18 | pedantic #define rename :-) | Max Horn | |
svn-id: r4755 | |||
2002-08-18 | Fix for #580762 (MI2: Guybrush facing wrong direction); some code cleanup | Max Horn | |
svn-id: r4754 | |||
2002-08-18 | partial 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-15 | A (partial) fix for #549402 | Max Horn | |
svn-id: r4752 | |||
2002-08-15 | this seems to fix #591678 (again :-) while not causing problems for the ↵ | Max Horn | |
counter or in the airplane svn-id: r4751 | |||
2002-08-15 | mididrv.h -> sound/mididrv.h (so that we can get rid of -Isound/) | Max Horn | |
svn-id: r4750 | |||
2002-08-15 | fix for bug #595701 | Max Horn | |
svn-id: r4749 | |||
2002-08-15 | fix 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-15 | cleanup | Max Horn | |
svn-id: r4747 | |||
2002-08-15 | fix for bug #595023 (based on patch #595180) | Max Horn | |
svn-id: r4746 | |||
2002-08-15 | first 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 |