Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2003-12-20 | fix warning | Max Horn | |
svn-id: r11790 | |||
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 | fix memory leak | Robert Göffringmann | |
svn-id: r11788 | |||
2003-12-20 | fix recently introduced mouse bugs. | Robert Göffringmann | |
svn-id: r11787 | |||
2003-12-20 | I hope this fixes the control panel for other BS1 versions. | Robert Göffringmann | |
svn-id: r11785 | |||
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-20 | Add new object | Travis Howell | |
svn-id: r11777 | |||
2003-12-20 | forgot these. :) | Robert Göffringmann | |
svn-id: r11776 | |||
2003-12-20 | added SwordControl (the control panel). Not yet finished. | Robert Göffringmann | |
svn-id: r11775 | |||
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-19 | Make sure that playSample() gets a pointer to the original QueueElement | Torbjörn Andersson | |
instead of a copy of it. Otherwise the sound engine will never notice when a sample finishes playing since it's looking at the wrong sound handle. For whatever reason, this also seems to fix the "game crashes occasionally on startup with completely useless stack trace" bug for me. The crash was easily repeatable in Valgrind for me, but the messages it produced were just as unhelpful as the stack trace. These messages are also gone now. svn-id: r11757 | |||
2003-12-19 | unregister the premix proc when you go away | Max Horn | |
svn-id: r11755 | |||
2003-12-18 | fix mouse cursor animations | Robert Göffringmann | |
svn-id: r11748 | |||
2003-12-18 | fixed endian bug in animDriver() | Robert Göffringmann | |
svn-id: r11747 | |||
2003-12-18 | endian conversion for music system | Robert Göffringmann | |
svn-id: r11746 | |||
2003-12-18 | another big endian | Robert Göffringmann | |
svn-id: r11745 | |||
2003-12-18 | SwordText big endian fixes | Robert Göffringmann | |
svn-id: r11744 | |||
2003-12-18 | endian fix for router. | Robert Göffringmann | |
svn-id: r11743 | |||
2003-12-18 | pack WalkData struct to fix some endian issues | Jonathan Gray | |
svn-id: r11732 | |||
2003-12-18 | changed endian conversion for compact data | Robert Göffringmann | |
svn-id: r11728 | |||
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-18 | fixed stupid palette bugs | Robert Göffringmann | |
svn-id: r11724 | |||
2003-12-17 | changed fnEnterSection to fix crash at startup. | Robert Göffringmann | |
svn-id: r11722 | |||
2003-12-17 | add the rest of the boot params | Jonathan Gray | |
svn-id: r11721 | |||
2003-12-17 | add boot params for ireland, everyone's favourite puzzle can be found via 24 | Jonathan Gray | |
svn-id: r11715 | |||
2003-12-17 | Enable subtitles if the "subtitles" option is set in the config manager. | Torbjörn Andersson | |
svn-id: r11714 | |||
2003-12-17 | add all of the paris boot params, 80 in particular is quite useful as it ↵ | Jonathan Gray | |
activates all sections of the map including the ability to travel outside of paris svn-id: r11713 | |||
2003-12-17 | initial boot param support, will do the rest of the bootparams next | Jonathan Gray | |
svn-id: r11712 |