index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sword1
/
sword1.cpp
Age
Commit message (
Expand
)
Author
2004-01-11
Introduced new namespace, Sword1, removing the "Sword" and "Bs" prefixes in
Torbjörn Andersson
2004-01-08
Changed spaces to tabs.
Torbjörn Andersson
2004-01-07
implemented drawing of additional scrolling frames
Robert Göffringmann
2004-01-07
implemented volume control panel
Robert Göffringmann
2004-01-06
updated copyright notice
Max Horn
2004-01-06
start work on czech subtitle support, not finished
Jonathan Gray
2004-01-06
fixed cd changing code
Robert Göffringmann
2004-01-06
get volume from gamedetector
Robert Göffringmann
2004-01-04
fixed cd changing code
Robert Göffringmann
2004-01-04
renamed global var _debugLevel to g_debugLevel; let Engine constructor init i...
Max Horn
2004-01-04
removed speed button from control panel and made the game do a full screen re...
Robert Göffringmann
2004-01-01
Rewrote the music code. It now follows the same basic idea as the one in
Torbjörn Andersson
2003-12-30
cd changing code and checking for savegames on startup
Robert Göffringmann
2003-12-28
this fixes the remaining glitches
Robert Göffringmann
2003-12-28
Indentation fixes: changed spaces to tabs. (These tend to really stick out
Torbjörn Andersson
2003-12-24
o Added SoundMixer::isReady()
Max Horn
2003-12-22
fixed screen and music fading
Robert Göffringmann
2003-12-22
added fnSetPaletteToFade/fnSetPaletteToCut
Robert Göffringmann
2003-12-22
changed the way the control panel is started
Robert Göffringmann
2003-12-21
fixed parallax drawing for room 54
Robert Göffringmann
2003-12-21
now two inventory items can be combined
Robert Göffringmann
2003-12-21
Make it possible for game detection functions to detect language/platform (no...
Max Horn
2003-12-20
fixed crashes after restoring a savegame, added fnSetPaletteToFade and change...
Robert Göffringmann
2003-12-20
added SwordControl (the control panel). Not yet finished.
Robert Göffringmann
2003-12-19
Whitespace changes
Torbjörn Andersson
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
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 resMan bug about closing of sections and started adding menu support
Robert Göffringmann
2003-12-17
simplified game detection code etc.
Max Horn
2003-12-16
copied the SwordRouter from the original BS1 sources.
Robert Göffringmann
2003-12-16
use specified language setting instead of hardcoding german
Jonathan Gray
2003-12-16
Broken Sword 1: initial import
Robert Göffringmann