Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2003-12-17 | big endian fix | Robert Göffringmann | |
svn-id: r11710 | |||
2003-12-17 | big endian fix | Robert Göffringmann | |
svn-id: r11709 | |||
2003-12-17 | big endian fix | Robert Göffringmann | |
svn-id: r11708 | |||
2003-12-17 | enable music | Oliver Kiehl | |
svn-id: r11706 | |||
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 | menu, sound and mouse fixes. | Robert Göffringmann | |
svn-id: r11701 | |||
2003-12-17 | fixed warning | Max Horn | |
svn-id: r11698 | |||
2003-12-17 | fixed resMan bug about closing of sections and started adding menu support | Robert Göffringmann | |
svn-id: r11695 | |||
2003-12-17 | fix various warnings; whatTarget()'s paramters shadowed member vars, but it ↵ | Max Horn | |
can just b e turned into a pure function (sidenote: the chaotic mix of spaces and tabs in router.cpp doesn't help readability :-) svn-id: r11693 | |||
2003-12-17 | simplified game detection code etc. | Max Horn | |
svn-id: r11692 | |||
2003-12-16 | fix speech animations | Robert Göffringmann | |
svn-id: r11690 | |||
2003-12-16 | fix speech logic bug (policeman scene works now...) | Robert Göffringmann | |
svn-id: r11689 | |||
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 | fix compilation on BE systems | Max Horn | |
svn-id: r11685 | |||
2003-12-16 | Look in MUSIC folder, not MUSIC1, there should be no conflicting music files. | Travis Howell | |
svn-id: r11683 | |||
2003-12-16 | check speech subdirectory for speech.clu as well | Jonathan Gray | |
svn-id: r11682 | |||
2003-12-16 | use specified language setting instead of hardcoding german | Jonathan Gray | |
svn-id: r11681 | |||
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 | ignore deps | Travis Howell | |
svn-id: r11672 | |||
2003-12-16 | revert one of kirben's changes | Robert Göffringmann | |
svn-id: r11669 | |||
2003-12-16 | newlines | Travis Howell | |
svn-id: r11668 | |||
2003-12-16 | Add sworrd 1 makefile changes | Travis Howell | |
svn-id: r11667 | |||
2003-12-16 | Add sword1 makefile changes | Travis Howell | |
svn-id: r11666 | |||
2003-12-16 | Broken Sword 1: initial import | Robert Göffringmann | |
svn-id: r11664 |