Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-18 | BS1 cutscene support. Also bugfixes (don't crash if cutscene ogg unavailable) | James Brown | |
svn-id: r12465 | |||
2004-01-11 | Introduced new namespace, Sword1, removing the "Sword" and "Bs" prefixes in | Torbjörn Andersson | |
the process, except for SwordEngine. Some minor cleanups along the wa, e.g. stdafx.h already includes <stdio.h>, <stdlib.h> and <math.h> so there shouldn't be any need to do it elsewhere. svn-id: r12320 | |||
2004-01-09 | fix for bug #872916: BS1 scrolling glitch | Robert Göffringmann | |
svn-id: r12271 | |||
2004-01-07 | implemented drawing of additional scrolling frames | Robert Göffringmann | |
svn-id: r12223 | |||
2004-01-07 | Tried to make the menus behave a bit more like the original. Perhaps most | Torbjörn Andersson | |
noticeably: * It no longer matters where you release the mouse button when talking to someone. It uses whatever topic you selected on mouse-down. * The inventory menu doesn't vanish if you're holding an object, even if you move the pointer away from it. * When using an object on a character (to talk to him about it), the top menu fades away, rather than vanishing instantly. Ok, that last change is rather non-obvious, but it does obsolete the clearMenu() function, which has therefore been removed. svn-id: r12222 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2004-01-04 | fixed screen updating | Robert Göffringmann | |
svn-id: r12146 | |||
2004-01-04 | removed speed button from control panel and made the game do a full screen ↵ | Robert Göffringmann | |
refresh after leaving the control panel svn-id: r12127 | |||
2004-01-03 | changed screen drawing code to only redraw blocks that changed. | Robert Göffringmann | |
svn-id: r12109 | |||
2004-01-03 | eriktorbjorn's fix for a crash when sprite were completely outside of the screen | Robert Göffringmann | |
svn-id: r12106 | |||
2003-12-28 | this fixes the remaining glitches | Robert Göffringmann | |
svn-id: r12004 | |||
2003-12-23 | Microsoft Compilers : Which part of the standard do you want to break today ? | Nicolas Bacca | |
svn-id: r11866 | |||
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 | 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 | 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 | 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-20 | fixed crashes after restoring a savegame, added fnSetPaletteToFade and ↵ | Robert Göffringmann | |
changed speech code to distinguish between CD1 and CD2. (now needs SPEECH1.CLU and SPEECH2.CLU) svn-id: r11789 | |||
2003-12-20 | sprites should now be rendered correctly. | Robert Göffringmann | |
svn-id: r11784 | |||
2003-12-20 | Modified the calculation of where to draw parallaxes to be more like the | Torbjörn Andersson | |
one in Broken Sword II. At least the first room appears to behave like the original now. (Except for a masking bug, which is almost certainly unrelated to parallaxes.) svn-id: r11781 | |||
2003-12-20 | A comment in decompressRLE0() said that the images are vertically flipped, | Torbjörn Andersson | |
but I'm not so sure. I've changed the code to assume that they're not, and this fixes both the drawing of the worker in the background of the first room, and of the fan at the police station. svn-id: r11780 | |||
2003-12-19 | Changed abs() to ABS(), and changed a sorting function to use SWAP() | Torbjörn Andersson | |
svn-id: r11761 | |||
2003-12-19 | Whitespace changes | Torbjörn Andersson | |
svn-id: r11760 | |||
2003-12-18 | big endian typecasts for FROM_LE_xx | Robert Göffringmann | |
svn-id: r11727 | |||
2003-12-18 | one more big endian fix | Robert Göffringmann | |
svn-id: r11725 | |||
2003-12-17 | fixed text output and logic bug. changed scrolling code. | Robert Göffringmann | |
hey, sword is running really nice already. :) svn-id: r11703 | |||
2003-12-17 | fixed resMan bug about closing of sections and started adding menu support | Robert Göffringmann | |
svn-id: r11695 | |||
2003-12-16 | fix sprite drawing bugs | Robert Göffringmann | |
svn-id: r11688 | |||
2003-12-16 | copied the SwordRouter from the original BS1 sources. | Robert Göffringmann | |
It doesn't fit to our coding guidelines but at least it's working, so please bear with it for now. :) svn-id: r11687 | |||
2003-12-16 | compilation fixes | Jonathan Gray | |
svn-id: r11679 | |||
2003-12-16 | there is allready definitions for MIN/MAX | Paweł Kołodziejski | |
svn-id: r11676 | |||
2003-12-16 | o FreeBSD specifix fix. I am not sure it is applicable to every Unix | Eugene Sandulenko | |
svn-id: r11675 | |||
2003-12-16 | Broken Sword 1: initial import | Robert Göffringmann | |
svn-id: r11664 |