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
/
control.cpp
Age
Commit message (
Expand
)
Author
2004-07-18
Let displayMessage() restore the mouse pointer to the standard BS1 arrow
Torbjörn Andersson
2004-06-25
Added Engine::_saveFileMan; thus was able to get rid of auto_ptr usage again
Max Horn
2004-06-25
Use auto_ptr to avoid leaks
Max Horn
2004-05-12
Some usability fixes to the control panel code:
Torbjörn Andersson
2004-03-30
Use vsprintf instead of vsnprintf: more portable, less safe (but then again, ...
Max Horn
2004-03-30
please fix
Paweł Kołodziejski
2004-03-28
Renamed more OSystem methods
Max Horn
2004-03-28
Fix bug #920491 (BS1: Game crashes when savepath is invalid)
Max Horn
2004-03-02
Display keyboard when saving
Nicolas Bacca
2004-02-28
renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor...
Max Horn
2004-02-01
help poor VC7
Max Horn
2004-01-11
Introduced new namespace, Sword1, removing the "Sword" and "Bs" prefixes in
Torbjörn Andersson
2004-01-07
some changes for Czech version
Robert Göffringmann
2004-01-07
implemented volume control panel
Robert Göffringmann
2004-01-06
updated copyright notice
Max Horn
2004-01-04
added control panel confirmation dialog.
Robert Göffringmann
2004-01-04
removed speed button from control panel and made the game do a full screen re...
Robert Göffringmann
2004-01-01
fixed savename drawing.
Robert Göffringmann
2004-01-01
Rewrote the music code. It now follows the same basic idea as the one in
Torbjörn Andersson
2004-01-01
compilation fix
Jonathan Gray
2003-12-31
Use uint8 instead of char to avoid crashes with some accented characters.
Torbjörn Andersson
2003-12-31
fixed language strings
Robert Göffringmann
2003-12-31
fix segfault
Jonathan Gray
2003-12-30
cd changing code and checking for savegames on startup
Robert Göffringmann
2003-12-29
use correct sprite for text-on/off
Robert Göffringmann
2003-12-29
made control panel use the correct fonts
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-28
I believe this is the evil bug that's been corrupting my SAVEGAME.INF. (I
Torbjörn Andersson
2003-12-23
fix control panel bug
Robert Göffringmann
2003-12-23
control panel changes
Robert Göffringmann
2003-12-23
Microsoft Compilers : Which part of the standard do you want to break today ?
Nicolas Bacca
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
forgot these. :)
Robert Göffringmann