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
/
sword2
/
driver
/
menu.cpp
Age
Commit message (
Expand
)
Author
2003-10-28
bs2 -> sword2
Max Horn
2003-10-15
Dumped most of the remaining "driver" code into a new "Display" class. This
Torbjörn Andersson
2003-10-08
Some more cosmetic changes while I'm considering the next move. (Or maybe
Torbjörn Andersson
2003-10-04
Changed to use #include "bs2/..." and removed the inclusion of standard C
Torbjörn Andersson
2003-10-04
added namespace Sword2
Max Horn
2003-10-02
renamed namespace ScummVM to Common
Max Horn
2003-09-28
More cleanup, plus support for cutscene leadout music. For now, we only
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-21
Removed original ProcessMenu() code.
Torbjörn Andersson
2003-09-16
Removed some unnecessary #includes and #defines.
Torbjörn Andersson
2003-08-28
Removed the Surface class in favor of small struct specially made for the
Torbjörn Andersson
2003-08-26
The graphics detail settings partially work now. They only affect how
Torbjörn Andersson
2003-08-23
Unstubbed the Create/Draw/DeleteSurface() functions, and removed some
Torbjörn Andersson
2003-08-21
When a menu icon reaches its full size it can be drawn directly, without
Torbjörn Andersson
2003-08-20
Lots of cleanup.
Torbjörn Andersson
2003-08-20
fix warning (properly initialise 2 dimensional arrays)
Joost Peters
2003-08-20
SetMenuIcon(), other stubs in menu.cpp will have to be done for things to be ...
Jonathan Gray
2003-07-28
-Werror cleanup
Jonathan Gray
2003-07-28
Compiles on mingw now
Travis Howell
2003-07-28
bs2 driver
Jonathan Gray