Age | Commit message (Expand) | Author |
2003-12-21 | fix mouse bugs (fixes chess puzzle) | Robert Göffringmann |
2003-12-21 | Highlight the correct (I hope!) menu icon during conversation, and do the | Torbjörn Andersson |
2003-12-21 | fixed scrolling | Robert Göffringmann |
2003-12-21 | fixed parallax drawing for room 54 | Robert Göffringmann |
2003-12-21 | warning fix | Torbjörn Andersson |
2003-12-21 | now two inventory items can be combined | Robert Göffringmann |
2003-12-21 | changed speech code, should now play all waves correctly | Robert Göffringmann |
2003-12-21 | stdafx.h first, please. | Marcus Comstedt |
2003-12-21 | Make it possible for game detection functions to detect language/platform (no... | Max Horn |
2003-12-20 | fix warning | Max Horn |
2003-12-20 | fixed crashes after restoring a savegame, added fnSetPaletteToFade and change... | Robert Göffringmann |
2003-12-20 | fix memory leak | Robert Göffringmann |
2003-12-20 | fix recently introduced mouse bugs. | Robert Göffringmann |
2003-12-20 | I hope this fixes the control panel for other BS1 versions. | Robert Göffringmann |
2003-12-20 | sprites should now be rendered correctly. | Robert Göffringmann |
2003-12-20 | Modified the calculation of where to draw parallaxes to be more like the | Torbjörn Andersson |
2003-12-20 | A comment in decompressRLE0() said that the images are vertically flipped, | Torbjörn Andersson |
2003-12-20 | Add new object | Travis Howell |
2003-12-20 | forgot these. :) | Robert Göffringmann |
2003-12-20 | added SwordControl (the control panel). Not yet finished. | Robert Göffringmann |
2003-12-19 | Changed abs() to ABS(), and changed a sorting function to use SWAP() | Torbjörn Andersson |
2003-12-19 | Whitespace changes | Torbjörn Andersson |
2003-12-19 | Make sure that playSample() gets a pointer to the original QueueElement | Torbjörn Andersson |
2003-12-19 | unregister the premix proc when you go away | Max Horn |
2003-12-18 | fix mouse cursor animations | Robert Göffringmann |
2003-12-18 | fixed endian bug in animDriver() | Robert Göffringmann |
2003-12-18 | endian conversion for music system | Robert Göffringmann |
2003-12-18 | another big endian | Robert Göffringmann |
2003-12-18 | SwordText big endian fixes | Robert Göffringmann |
2003-12-18 | endian fix for router. | Robert Göffringmann |
2003-12-18 | pack WalkData struct to fix some endian issues | Jonathan Gray |
2003-12-18 | changed endian conversion for compact data | Robert Göffringmann |
2003-12-18 | big endian typecasts for FROM_LE_xx | Robert Göffringmann |
2003-12-18 | one more big endian fix | Robert Göffringmann |
2003-12-18 | fixed stupid palette bugs | Robert Göffringmann |
2003-12-17 | changed fnEnterSection to fix crash at startup. | Robert Göffringmann |
2003-12-17 | add the rest of the boot params | Jonathan Gray |
2003-12-17 | add boot params for ireland, everyone's favourite puzzle can be found via 24 | Jonathan Gray |
2003-12-17 | Enable subtitles if the "subtitles" option is set in the config manager. | Torbjörn Andersson |
2003-12-17 | add all of the paris boot params, 80 in particular is quite useful as it acti... | Jonathan Gray |
2003-12-17 | initial boot param support, will do the rest of the bootparams next | Jonathan Gray |
2003-12-17 | big endian fix | Robert Göffringmann |
2003-12-17 | big endian fix | Robert Göffringmann |
2003-12-17 | big endian fix | Robert Göffringmann |
2003-12-17 | enable music | Oliver Kiehl |
2003-12-17 | fixed text output and logic bug. changed scrolling code. | Robert Göffringmann |
2003-12-17 | menu, sound and mouse fixes. | Robert Göffringmann |
2003-12-17 | fixed warning | Max Horn |
2003-12-17 | fixed resMan bug about closing of sections and started adding menu support | Robert Göffringmann |
2003-12-17 | fix various warnings; whatTarget()'s paramters shadowed member vars, but it c... | Max Horn |