Age | Commit message (Expand) | Author |
2003-09-25 | Reverted part of the previous change. Control panel music should work again | Torbjörn Andersson |
2003-09-25 | Some minor fixes. Unfortunately I've noticed that there is some major sound | Torbjörn Andersson |
2003-09-25 | added HE game | Paweł Kołodziejski |
2003-09-25 | Rewrote the music code to use a premix function instead of a timer. I'm | Torbjörn Andersson |
2003-09-25 | update vc7 file | Paweł Kołodziejski |
2003-09-25 | Small cleanup to reduce amount of game id checks. | Travis Howell |
2003-09-25 | Small cleanup to reduce amount of game id checks. | Travis Howell |
2003-09-25 | Can't delete a const pointer, duh | Jamieson Christian |
2003-09-24 | fix gcc compile | Oliver Kiehl |
2003-09-24 | Fix for Bug [805923] BASS: Notes left on when quitting game | Jamieson Christian |
2003-09-24 | Disable Palyer_V2A on PalmOS, since the source doesn't compile with it | Chris Apers |
2003-09-24 | Fixed corrupted line endings | Jamieson Christian |
2003-09-24 | Revert change that caused more problems | Travis Howell |
2003-09-24 | Revert change that caused more problems | Travis Howell |
2003-09-24 | Add simon1acorn target | Travis Howell |
2003-09-24 | More Amiga V2/V3 sound updates from _Q_: | Travis Howell |
2003-09-24 | Replaced abs() with ABS and BOOL with bool, plus some minor cleanups. | Torbjörn Andersson |
2003-09-24 | Whitespace changes | Torbjörn Andersson |
2003-09-24 | Add Acorn version of Simon the Sorcerer 1 Talkie | Travis Howell |
2003-09-24 | added HE game putt race | Paweł Kołodziejski |
2003-09-23 | added two HE games | Paweł Kołodziejski |
2003-09-23 | console.h from bs2/ is found before gui/ on PalmOS and cause compilation errors | Chris Apers |
2003-09-23 | Removed unused / replaced source code. This turned out to be most of the | Torbjörn Andersson |
2003-09-23 | Removed ancient version history. Much of it doesn't apply to us, and was | Torbjörn Andersson |
2003-09-23 | Must ... make ... space ... for ... FotAQ ... | Torbjörn Andersson |
2003-09-23 | Removed the screenshot code. (The SDL backend already has the ability to | Torbjörn Andersson |
2003-09-23 | ScummVM Headers were missing | Chris Apers |
2003-09-23 | Updated with new files | Chris Apers |
2003-09-23 | Added palmtform option | Chris Apers |
2003-09-23 | Options flag | Chris Apers |
2003-09-23 | Added support for DIA API compatible devices (Zodiac), fixed move_screen func... | Chris Apers |
2003-09-23 | Changed the keyboard handling to store "keyboard events", rather than just | Torbjörn Andersson |
2003-09-23 | Split palmstart.cpp into mutiple files | Chris Apers |
2003-09-23 | Moved PalmFatalError here | Chris Apers |
2003-09-23 | CD Audio track support via MP3 on PalmOS | Chris Apers |
2003-09-23 | correct description, are these demos in the correct section of version orderi... | Jonathan Gray |
2003-09-23 | added two different versions of HE demos | Paweł Kołodziejski |
2003-09-23 | fixed conversion warning under vc7 | Paweł Kołodziejski |
2003-09-23 | Fixed really brain-dead bug. (I made it myself - I can call it whatever I | Torbjörn Andersson |
2003-09-23 | Removed unused code | Torbjörn Andersson |
2003-09-23 | cleanup | Torbjörn Andersson |
2003-09-23 | Since we probably won't have anything like the original BS2 launcher menu, | Torbjörn Andersson |
2003-09-23 | whitespace fixes | Torbjörn Andersson |
2003-09-23 | Initialize the cutscene voice-over sound handle, in case you press Escape | Torbjörn Andersson |
2003-09-22 | use our own ABS instead of the math.h abs(); some tweaks | Max Horn |
2003-09-22 | Set the mixer to use the maximum volume. BS2 has its own volume settings, | Torbjörn Andersson |
2003-09-22 | Cleaned up the sound code enough to add cutscene voice-overs. I haven't had | Torbjörn Andersson |
2003-09-21 | remove -Wcast-align, it causes troubles and sparc and has no real benefit els... | Max Horn |
2003-09-21 | No need to do endian conversion if you check for 0, as BE 0 == LE 0 | Max Horn |
2003-09-21 | added WRITE_LE/BE_16/32 functions to match our current READ_ funcs - useful i... | Max Horn |