Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-25 | more -pedantic warnings fixed | Max Horn | |
svn-id: r6109 | |||
2002-12-21 | fixed save again, stupid me | Max Horn | |
svn-id: r6036 | |||
2002-12-21 | cleanup | Max Horn | |
svn-id: r6035 | |||
2002-12-17 | New savefile backend system (bye bye NONSTANDARD_SAVE...) | Marcus Comstedt | |
svn-id: r6007 | |||
2002-12-14 | moved the console code to gui/console.cpp; make it actually printout ↵ | Max Horn | |
something. Note that this is WORK IN PROGRESS! I know it is incomplete, no need to tell me that svn-id: r5952 | |||
2002-12-14 | Commit some junk in-case I don't get time to finish this tonight and ↵ | James Brown | |
Fingolfin starts working on it :) svn-id: r5949 | |||
2002-12-04 | Patch #648254: INDY3: 'Save' button text | Max Horn | |
svn-id: r5824 | |||
2002-11-29 | cleanup | Max Horn | |
svn-id: r5747 | |||
2002-11-22 | changed the key input system in NewGUI: pass both the keycode and the ascii ↵ | Max Horn | |
value to handleKeyUp/Down. Also, use this to fix the key repeat code (see bug #626225) svn-id: r5691 | |||
2002-11-17 | Fixes to Master/SFX/Music volumes: | Jamieson Christian | |
- All are in 0-255 range now. No 0-127 mismatches. - Master volume now affects SFX and Music, consistent with LEC behavior. - The [ and ] keys now affect Music volume, not Master. Consistent with LEC behavior. Also changed [ and ] increment to 16, for 256/16 = 16 volume increments outside the GUI. svn-id: r5592 | |||
2002-11-14 | removed obsolete TODO | Max Horn | |
svn-id: r5544 | |||
2002-11-06 | fix options dialog | Max Horn | |
svn-id: r5447 | |||
2002-11-06 | removed more typecasts | Max Horn | |
svn-id: r5438 | |||
2002-11-05 | change save/load dialog layout a bit - no need to restrain our height so ↵ | Max Horn | |
much, is there? svn-id: r5429 | |||
2002-11-05 | clip text drawing | Max Horn | |
svn-id: r5416 | |||
2002-10-27 | patch #628574: Implementing unkMessage2 | Max Horn | |
svn-id: r5334 | |||
2002-10-27 | check if _imuse is initialized | Paweł Kołodziejski | |
svn-id: r5331 | |||
2002-10-24 | reduce volume label size, so that it fits into the dialog | Max Horn | |
svn-id: r5294 | |||
2002-10-23 | refer to the new domain, www.scummvm.net | Max Horn | |
svn-id: r5288 | |||
2002-10-23 | Add new command lime switch to readme and correct default volumes. | Travis Howell | |
Change volume limits in gui to 255 svn-id: r5281 | |||
2002-10-22 | Always check your merges :) | Nicolas Bacca | |
svn-id: r5254 | |||
2002-10-22 | Added key selection dialog for WinCE | Nicolas Bacca | |
svn-id: r5253 | |||
2002-10-21 | patch #626226 with some mods of my own | Max Horn | |
svn-id: r5209 | |||
2002-10-19 | reworked the way the save/load dialog works. yup, still not perfect, but ↵ | Max Horn | |
we're hopefully getting closer. Feedback welcome svn-id: r5189 | |||
2002-10-16 | dialogs now can be run 'modal' | Max Horn | |
svn-id: r5168 | |||
2002-10-13 | Patch 32990: Options fix for Amiga Palette checkbox | James Brown | |
svn-id: r5140 | |||
2002-10-12 | Fixed warning on VC++ 6.0 | Jamieson Christian | |
svn-id: r5133 | |||
2002-10-12 | revised options dialog | Max Horn | |
svn-id: r5130 | |||
2002-10-01 | updated to match ListWidget changes | Max Horn | |
svn-id: r5069 | |||
2002-09-28 | patch #612722: MI2 NewGui title fix | Max Horn | |
svn-id: r5030 | |||
2002-09-27 | added (currently completly useless) launcher dialog | Max Horn | |
svn-id: r5024 | |||
2002-09-26 | some fixes for the message dialog; added some comments | Max Horn | |
svn-id: r5021 | |||
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-19 | removed even more scumm dependencies from NewGUI; fixed some redraw issues ↵ | Max Horn | |
(this might help the inventory-display issue in The Dig, and definitly fixes the 'vanishing volcanoe' in the FOA extro) svn-id: r4974 | |||
2002-09-19 | moved the Scumm specific dialogs to scumm/dialogs.* | Max Horn | |
svn-id: r4973 |