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
/
gui
/
eval.cpp
Age
Commit message (
Expand
)
Author
2008-06-04
- Removed -Wconversion from compiler options for g++ 4.3, it's behavior has f...
Johannes Schickel
2007-11-01
warning, minor simplification
Gregory Montoir
2007-11-01
use mod operator directly
Gregory Montoir
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2006-09-30
Get rid of CharStar_BaseNode and consorts -- using a simple String is more ef...
Max Horn
2006-07-14
More whitespace changes.
Torbjörn Andersson
2006-06-06
Move whole theme ini file to evaluator. Next step is caching. Also now it is
Eugene Sandulenko
2006-06-05
Some more string usage tweaks
Max Horn
2006-06-05
cleanup
Max Horn
2006-06-03
*Loads* of Common::String related optimizations. Woa, *tons* of methods were ...
Max Horn
2006-06-02
Turn AliasesMap and VariablesMap keys from String to const char *.
Eugene Sandulenko
2006-06-01
small optimization in evaluator variable lookup
Willem Jan Palenstijn
2006-05-26
Use Courier 12pt (free one) for 2x and 3x console. Looks much more useable now.
Eugene Sandulenko
2006-04-14
- implements .bdf font loader based on convbdf (sure could have some clean up)
Johannes Schickel
2006-03-31
Hide eval debug output deeper to level 5. Report total number of defined
Eugene Sandulenko
2006-03-24
- moved type aa_ref_t into AssocArray, improving code readability a bit
Max Horn
2006-03-24
Reduce (indirect) dependencies on gui/eval.h (and thus common/assocarray.h) t...
Max Horn
2006-03-24
o Move built-in evaluator constants to AssocArray to speed it up
Eugene Sandulenko
2006-03-18
Remove trailing whitespaces
Eugene Sandulenko
2006-03-09
Converted all scumm dialogs to new scheme
Eugene Sandulenko
2006-03-08
o Converted most (all?) widgets to new scheme.
Eugene Sandulenko
2006-03-07
GUI widget positions:
Eugene Sandulenko
2006-03-07
More work on customizable GUI.
Eugene Sandulenko
2006-03-07
WIP for arbitrary widget positions. See
Eugene Sandulenko