Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-01 | added workaround for missing music file. | Robert Göffringmann | |
svn-id: r12072 | |||
2004-01-01 | changed music fading duration and made music system fade down the tracks on ↵ | Robert Göffringmann | |
startMusic(0) svn-id: r12071 | |||
2004-01-01 | Rewrote the music code. It now follows the same basic idea as the one in | Torbjörn Andersson | |
BS2, which has worked pretty well so far. I haven't implemented pausing and volume since the code I replaced didn't have it either, as far as I could tell. svn-id: r12070 | |||
2004-01-01 | compilation fix | Jonathan Gray | |
svn-id: r12066 | |||
2003-12-31 | Use uint8 instead of char to avoid crashes with some accented characters. | Torbjörn Andersson | |
svn-id: r12061 | |||
2003-12-31 | fixed language strings | Robert Göffringmann | |
svn-id: r12060 | |||
2003-12-31 | Don't lose the luggage when entering the inventory menu. | Torbjörn Andersson | |
svn-id: r12058 | |||
2003-12-31 | Draw the luggage first, then the mouse pointer. | Torbjörn Andersson | |
svn-id: r12057 | |||
2003-12-31 | fix segfault | Jonathan Gray | |
svn-id: r12049 | |||
2003-12-30 | removed old, useless stuff | Robert Göffringmann | |
svn-id: r12045 | |||
2003-12-30 | cd changing code and checking for savegames on startup | Robert Göffringmann | |
svn-id: r12043 | |||
2003-12-30 | forgot these... | Robert Göffringmann | |
svn-id: r12040 | |||
2003-12-30 | implemented mouse luggage stuff | Robert Göffringmann | |
svn-id: r12039 | |||
2003-12-30 | fixed fnFace() and added workaround for missing animation on train roof | Robert Göffringmann | |
svn-id: r12032 | |||
2003-12-29 | another reference fix for soldout version | Robert Göffringmann | |
svn-id: r12014 | |||
2003-12-29 | use correct sprite for text-on/off | Robert Göffringmann | |
svn-id: r12013 | |||
2003-12-29 | fix resource references for soldout version | Robert Göffringmann | |
svn-id: r12012 | |||
2003-12-29 | made control panel use the correct fonts | Robert Göffringmann | |
svn-id: r12010 | |||
2003-12-29 | Changed spaces to tabs | Torbjörn Andersson | |
svn-id: r12008 | |||
2003-12-28 | this fixes the remaining glitches | Robert Göffringmann | |
svn-id: r12004 | |||
2003-12-28 | Indentation fixes: changed spaces to tabs. (These tend to really stick out | Torbjörn Andersson | |
in my editor, since it shows tabs as eight spaces, not four.) svn-id: r12002 | |||
2003-12-28 | When showMenu() redraws the menu, redraw the empty slots as well. This | Torbjörn Andersson | |
fixes the "ghost" items left behind when combining two inventory objects in such a way that one of them is used up. svn-id: r12001 | |||
2003-12-28 | I believe this is the evil bug that's been corrupting my SAVEGAME.INF. (I | Torbjörn Andersson | |
can't reproduce the problem under Windows though.) svn-id: r11996 | |||
2003-12-28 | Not all sound effects are mono, so we need to check. | Torbjörn Andersson | |
svn-id: r11995 | |||
2003-12-27 | Search additional folder for BS1 | Travis Howell | |
svn-id: r11956 | |||
2003-12-26 | look for data/speech1/2.clu and data/speech/speech.clu, instead of ↵ | Jonathan Gray | |
data/speech1/2.clu and data/speech/speech1/2.clu fixes running from cd or using the same layout as the cd svn-id: r11934 | |||
2003-12-24 | o Added SoundMixer::isReady() | Max Horn | |
o Removed SoundMixer::bindToSystem() o In scumm, replaced _silentMixer, _silentDigitalImuse and _noDigitalSamples by SoundMixer::isReady() svn-id: r11893 | |||
2003-12-24 | turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, ↵ | Max Horn | |
mainly because people kept (accidentally and sometimes on purpose :-) misusing them svn-id: r11881 | |||
2003-12-23 | fix control panel bug | Robert Göffringmann | |
svn-id: r11878 | |||
2003-12-23 | control panel changes | Robert Göffringmann | |
svn-id: r11877 | |||
2003-12-23 | Microsoft Compilers : Which part of the standard do you want to break today ? | Nicolas Bacca | |
svn-id: r11866 | |||
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 | 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 | added fnSetPaletteToFade/fnSetPaletteToCut | Robert Göffringmann | |
svn-id: r11851 | |||
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-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 | fix mouse bugs (fixes chess puzzle) | Robert Göffringmann | |
svn-id: r11834 | |||
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 | 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 | now two inventory items can be combined | Robert Göffringmann | |
svn-id: r11823 | |||
2003-12-21 | changed speech code, should now play all waves correctly | Robert Göffringmann | |
svn-id: r11815 | |||
2003-12-21 | stdafx.h first, please. | Marcus Comstedt | |
svn-id: r11814 | |||
2003-12-21 | Make it possible for game detection functions to detect language/platform ↵ | Max Horn | |
(not yet done by any detector, but will come with the MD5 detection code) svn-id: r11811 |