Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-23 | Microsoft Compilers : Which part of the standard do you want to break today ? | Nicolas Bacca | |
svn-id: r11866 | |||
2003-12-23 | cleanup | Max Horn | |
svn-id: r11865 | |||
2003-12-23 | must use pauseHandle, not pauseID | Max Horn | |
svn-id: r11864 | |||
2003-12-22 | fix warnings | Max Horn | |
svn-id: r11863 | |||
2003-12-22 | fixed some animation bugs | Robert Göffringmann | |
svn-id: r11862 | |||
2003-12-22 | fixed screen and music fading | Robert Göffringmann | |
svn-id: r11861 | |||
2003-12-22 | some changes in imuse digital (synced with local sources) | Paweł Kołodziejski | |
svn-id: r11860 | |||
2003-12-22 | actually, converting a sound handle to a sound index is an evil hack, too... :-) | Max Horn | |
svn-id: r11859 | |||
2003-12-22 | Fix warning generated by the incomprehensibly picky MinGW GCC compiler. | Torbjörn Andersson | |
svn-id: r11858 | |||
2003-12-22 | o Got rid of Channel::destroy() method (no more evil 'delete this', plus | Max Horn | |
slightly more efficient) o Fixed potential memory leak in SoundMixer::playRaw o Channel not anymore friend class of SoundMixer o misc cleanup svn-id: r11857 | |||
2003-12-22 | Subtitles in the FT/Dig intros should be working again. At least until | Torbjörn Andersson | |
INSANE is enabled. Could anyone explain to me what's supposed to happen in the "if (_insanity)" case? svn-id: r11856 | |||
2003-12-22 | fix for bug #864478 (Smush audio streaming); cleanup | Max Horn | |
svn-id: r11855 | |||
2003-12-22 | Change to arrow cursor when displaying the inventory menu | Torbjörn Andersson | |
svn-id: r11854 | |||
2003-12-22 | another change to verticalMask(). this should fix the remaining sprite ↵ | Robert Göffringmann | |
priority issues svn-id: r11853 | |||
2003-12-22 | Preliminary support for queen in the old codebase ... | Nicolas Bacca | |
svn-id: r11852 | |||
2003-12-22 | added fnSetPaletteToFade/fnSetPaletteToCut | Robert Göffringmann | |
svn-id: r11851 | |||
2003-12-22 | Added abort | Nicolas Bacca | |
svn-id: r11850 | |||
2003-12-22 | Namespace fix | Nicolas Bacca | |
svn-id: r11849 | |||
2003-12-22 | Add queen | Nicolas Bacca | |
svn-id: r11848 | |||
2003-12-22 | Switch back to older method (Used in Hebrew version) of combined speech and ↵ | Travis Howell | |
subtitles for Simon2. svn-id: r11847 | |||
2003-12-22 | Moved bundle music code from class Sound to IMuseDigital (seems more ↵ | Max Horn | |
natural; and allows for various cleanup) svn-id: r11846 | |||
2003-12-22 | added code for non-looping music and implemented fading | Robert Göffringmann | |
svn-id: r11845 | |||
2003-12-22 | changed the way the control panel is started | Robert Göffringmann | |
svn-id: r11844 | |||
2003-12-22 | work around a GCC bug. | Robert Göffringmann | |
svn-id: r11843 | |||
2003-12-22 | changed some stuff with track_flags param in IACT handle smush code | Paweł Kołodziejski | |
svn-id: r11842 | |||
2003-12-21 | added workaround for scriptbug (fixes ending sequence). | Robert Göffringmann | |
Sword1 is completable now with some graphical glitches left to fix. svn-id: r11841 | |||
2003-12-21 | Invisible mouse pointer fix. | Marcus Comstedt | |
svn-id: r11840 | |||
2003-12-21 | disable custom new/delete/free by default (only keep it around in case it ↵ | Max Horn | |
comes in handy again in the future) svn-id: r11839 | |||
2003-12-21 | Avoid Loom dupes. | Marcus Comstedt | |
svn-id: r11838 | |||
2003-12-21 | tiny cleanup | Max Horn | |
svn-id: r11837 | |||
2003-12-21 | Avoid duplicate entries due to case. | Marcus Comstedt | |
svn-id: r11836 | |||
2003-12-21 | cleanup; fix endian bug which caused the dreaded Simon1 hang on MacOS ↵ | Max Horn | |
(_palette_color_count was treated as a 32 bit int when it is only 16 bit -> once again proves that one should be really really carefully with pointer cast hacks!) svn-id: r11835 | |||
2003-12-21 | fix mouse bugs (fixes chess puzzle) | Robert Göffringmann | |
svn-id: r11834 | |||
2003-12-21 | The rewritten Timer class actually allows us to get rid of several evil ↵ | Max Horn | |
hacks in the SMUSH code (which were previously needed to avoid various race conditions/crashes/hangups) svn-id: r11833 | |||
2003-12-21 | Make sure plugins are loaded when the selector is running. | Marcus Comstedt | |
svn-id: r11832 | |||
2003-12-21 | Highlight the correct (I hope!) menu icon during conversation, and do the | Torbjörn Andersson | |
cheesy menu fade-in/fade-out. svn-id: r11831 | |||
2003-12-21 | fixed scrolling | Robert Göffringmann | |
svn-id: r11830 | |||
2003-12-21 | include stdafx.h | Max Horn | |
svn-id: r11829 | |||
2003-12-21 | fixed parallax drawing for room 54 | Robert Göffringmann | |
svn-id: r11828 | |||
2003-12-21 | warning fix | Torbjörn Andersson | |
svn-id: r11827 | |||
2003-12-21 | Add header | Travis Howell | |
svn-id: r11826 | |||
2003-12-21 | Add music_mute config option to Simon 1/2 | Travis Howell | |
svn-id: r11825 | |||
2003-12-21 | Add sfx_mute to simon | Travis Howell | |
svn-id: r11824 | |||
2003-12-21 | now two inventory items can be combined | Robert Göffringmann | |
svn-id: r11823 | |||
2003-12-21 | Require stdafx.h to have been included. | Marcus Comstedt | |
svn-id: r11822 | |||
2003-12-21 | Add fotaq config options | Travis Howell | |
svn-id: r11821 | |||
2003-12-21 | stdafx.h first, please. | Marcus Comstedt | |
svn-id: r11820 | |||
2003-12-21 | Leave set to false for now, due to Simon2. | Travis Howell | |
svn-id: r11819 | |||
2003-12-21 | Renames. | Marcus Comstedt | |
svn-id: r11818 | |||
2003-12-21 | cleanup | Max Horn | |
svn-id: r11817 |