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
2005-09-09
After saving, return to the game instead of the main control panel. This is
Torbjörn Andersson
2005-09-03
Avoid putting non-ASCII chars into source files
Max Horn
2005-08-25
Added keyboard repeating.
Torbjörn Andersson
2005-08-24
The dialog windows now react to "Enter" and "Escape" in what I hope is a
Torbjörn Andersson
2005-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-05-10
Moved (In/Out)SaveFile(Manager) and Timer to namespace Common
Max Horn
2005-05-10
Moved class File and the MD5 stuff to namespace Common
Max Horn
2005-04-10
split SaveFileManager::openSavefile and class SaveFile into two, each, one fo...
Max Horn
2005-04-09
Remove usage of vsprintf in favour of vsnprintf and make
Jonathan Gray
2005-04-07
Missed these.
Torbjörn Andersson
2005-01-10
Reduce dependencies on common/savefile.h from 88 to 14
Max Horn
2005-01-10
system.h was being included in tons of places, without any good reason; reduc...
Max Horn
2005-01-01
Updated copyright
Max Horn
2004-12-20
Speedup a bit PalmOS port
Chris Apers
2004-12-10
PalmOS stuffs
Chris Apers
2004-12-05
Clean up OSystem::Event
Max Horn
2004-11-27
Moved Engine::getSavePath() to class SaveFileManager; removed the 'directory'...
Max Horn
2004-11-15
BS1 demo is basically fully supported now.
Robert Göffringmann
2004-11-09
Cleanup
Chris Apers
2004-11-09
free memory on quit.
Robert Göffringmann
2004-10-21
enable czech control panel. should work.
Robert Göffringmann
2004-09-28
Rename remaining OSystem methods to match our coding guidelines
Max Horn
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
[next]