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
/
engines
/
wage
/
gui-console.cpp
Age
Commit message (
Expand
)
Author
2016-04-28
WAGE: Move rest of console-related functionality to gui-console.cpp
Eugene Sandulenko
2016-04-28
WAGE: Moved pattern and palette to WM
Eugene Sandulenko
2016-04-28
WAGE: Renamed menu.* to macmenu.*
Eugene Sandulenko
2016-04-28
WAGE: Moved font loading to WM. wage.dat is now classicmacfonts.dat
Eugene Sandulenko
2016-04-25
WAGE: Made Menu subclass of BaseMacWindow
Eugene Sandulenko
2016-04-24
WAGE: Implemented window resizing
Eugene Sandulenko
2016-04-21
WAGE: Cleanup
Eugene Sandulenko
2016-04-15
WAGE: Draw console via MacWindow
Eugene Sandulenko
2016-04-15
WAGE: Benefit from ManagedSurface methods
Eugene Sandulenko
2016-04-15
WAGE: Switch to ManagedSurface
Eugene Sandulenko
2016-02-25
WAGE: Implemented cropping in cosole. That fixes crashes in Bug Hunt
Eugene Sandulenko
2016-02-16
WAGE: Enable required menu items to allow game restart
Eugene Sandulenko
2016-02-16
WAGE: Started post-gameover code implementation
Eugene Sandulenko
2016-02-14
WAGE: Consistently use .empty() instead of .size() == 0
Eugene Sandulenko
2016-02-14
WAGE: Use String::clear() for emptying stings
Eugene Sandulenko
2016-02-14
WAGE: Implement Cut and Clear actions
Eugene Sandulenko
2016-02-14
WAGE: Disable Undo action after command exectution
Eugene Sandulenko
2016-02-14
WAGE: Fix behavior of the multiline paste
Eugene Sandulenko
2016-02-14
WAGE: Move all console-related stuff to gui-console.cpp
Eugene Sandulenko