Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-11-21 | now this was an *EVIL* typo | Max Horn | |
svn-id: r5668 | |||
2002-11-21 | operator < and > for String now ignore case | Max Horn | |
svn-id: r5649 | |||
2002-11-15 | fix operator == and != | Max Horn | |
svn-id: r5570 | |||
2002-10-08 | added methods to String class that convert a string to upper/lower case; ↵ | Max Horn | |
changed config class to keep all domains as lower case (fixes bug #scummvm) svn-id: r5104 | |||
2002-09-28 | patch #612722: MI2 NewGui title fix | Max Horn | |
svn-id: r5030 | |||
2002-09-26 | some fixes for the message dialog; added some comments | Max Horn | |
svn-id: r5021 | |||
2002-09-26 | added simple message dialog | Max Horn | |
svn-id: r5020 | |||
2002-09-22 | 2002-09-21 Matt Hargett <matt@use.net> | Matt Hargett | |
* scumm.dsp, scummvm.dsp, simon.dsp: Turn on warning as errors. Generate PDBs on all builds. * gameDetector.cpp, newgui.cpp, widget.cpp, actor.cpp, dialogs.cpp, resource.cpp, saveload.cpp, scumm_renderer.cpp: Fix warnings where possible. One pragma added to eliminate warning of unknown pragmas. * string.cpp: If unknown escape sequence, print warning. svn-id: r4998 | |||
2002-09-15 | apply patch #609508 real fix for MI2 Dialog Box crash, by CCCP at Endy's request | Jonathan Gray | |
svn-id: r4943 | |||
2002-09-09 | added String constructor which takes (and clones) a ConstString | Max Horn | |
svn-id: r4918 | |||
2002-09-08 | Added ConstString class; not yet used, but will allow us to reduce the ↵ | Max Horn | |
overhead involved when passing in string constants as parameters taking a String ref right now svn-id: r4904 | |||
2002-09-08 | rewrote config class; cleanup; code restructuring | Max Horn | |
svn-id: r4903 |