Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-26 | Patch 614223: _sfxMode fix | James Brown | |
svn-id: r5019 | |||
2002-09-25 | Fix annoying indentation of the CHECK_HEAP macro | James Brown | |
svn-id: r5018 | |||
2002-09-25 | Patch 613933: Return code for validateresource. | James Brown | |
svn-id: r5017 | |||
2002-09-24 | removed even the last traces of Scumm dependencies from NewGUI. Yes, you ↵ | Max Horn | |
heard right NewGUI is now 100% Scumm free and we can go for the launcher/message dialogs! svn-id: r5016 | |||
2002-09-24 | fix for bug #613369; added some files to .cvsignore | Max Horn | |
svn-id: r5015 | |||
2002-09-24 | Patch 609334: PalManip save/load/init fixes. | James Brown | |
Save/Load lines are commented out until the new save/load system is in place. svn-id: r5014 | |||
2002-09-24 | Patch 613597: Sam and Max object ordering fixme thingzie. | James Brown | |
svn-id: r5013 | |||
2002-09-24 | Add emergency patch for 'RFC: Timer-based CD audio sync' patch so monkeyvga ↵ | Travis Howell | |
works again. svn-id: r5012 | |||
2002-09-23 | Changed WBWINDOW arg/tooltype to WINDOW | Ruediger Hanke | |
svn-id: r5011 | |||
2002-09-23 | Scaler color fix for Radeon cards in 32 bit depth (and possibly other PC ↵ | Ruediger Hanke | |
graphics cards, too) svn-id: r5010 | |||
2002-09-23 | Compilation fixes. Overlay functions are stubs only at the moment. | Ruediger Hanke | |
svn-id: r5009 | |||
2002-09-23 | Patch #612847: Sam and Max painting subgame fix | James Brown | |
svn-id: r5008 | |||
2002-09-22 | fixed cursor trail | Max Horn | |
svn-id: r5007 | |||
2002-09-22 | Remove mention of Windows GDI build | Travis Howell | |
svn-id: r5005 | |||
2002-09-22 | Add fix me | Travis Howell | |
svn-id: r5004 | |||
2002-09-22 | Add changes from Makefile | Travis Howell | |
svn-id: r5003 | |||
2002-09-22 | taking out the -Werror again for now, till we have time to resolve some ↵ | Max Horn | |
other build warnings svn-id: r5002 | |||
2002-09-22 | NewGUI now has its own event loop; this may cause some regression | Max Horn | |
svn-id: r5001 | |||
2002-09-22 | Add hack from trin to make zak256 sfx/music work again. | Travis Howell | |
Add Makefile changes to Makefile.mingw svn-id: r5000 | |||
2002-09-22 | fixed the non-POD warning for real this time | Max Horn | |
svn-id: r4999 | |||
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-22 | tied to fix 'non-POD type' warning in some GCC versions; moved some common ↵ | Max Horn | |
code to saveload.h svn-id: r4997 | |||
2002-09-22 | added -Wno-unknown-pragmas to fix warnings related to #pragma mark | Max Horn | |
svn-id: r4996 | |||
2002-09-22 | renamec string -> _string and sentence -> _sentence in class Scumm (I ↵ | Max Horn | |
originally reworked StringTab, but then noticed the save game format depends on it <sigh>) svn-id: r4995 | |||
2002-09-22 | don't tolerate warnings | Max Horn | |
svn-id: r4994 | |||
2002-09-22 | guess what? riiight! more warning fixes :-) | Max Horn | |
svn-id: r4993 | |||
2002-09-22 | yet more warning fixes | Max Horn | |
svn-id: r4992 | |||
2002-09-21 | more warning fixes | Max Horn | |
svn-id: r4991 | |||
2002-09-21 | fixed warning | Max Horn | |
svn-id: r4990 | |||
2002-09-21 | DIG: added hack to allow turn on light bridge | Paweł Kołodziejski | |
svn-id: r4989 | |||
2002-09-21 | trivial cleanup | Max Horn | |
svn-id: r4988 | |||
2002-09-21 | Added the following patch: | Travis Howell | |
[ 598121 ] Cursor cosmetics svn-id: r4987 | |||
2002-09-21 | Add the following patches: | Travis Howell | |
[ 609649 ] Sound patch for GF_OLD256 games [ 611997 ] RFC: Timer-based CD audio sync svn-id: r4986 | |||
2002-09-21 | added support for sound volume for smush samples(IACT) in the dig (propably bad) | Paweł Kołodziejski | |
svn-id: r4985 | |||
2002-09-21 | partial fix for bug #605970 | Max Horn | |
svn-id: r4984 | |||
2002-09-20 | Patch #612277: text rendering crash + spacing issue | Max Horn | |
svn-id: r4983 | |||
2002-09-20 | updated VC6 file | Paweł Kołodziejski | |
svn-id: r4982 | |||
2002-09-20 | removed old smush player | Paweł Kołodziejski | |
svn-id: r4981 | |||
2002-09-20 | fixed placement subtitles in smush(the dig) | Paweł Kołodziejski | |
svn-id: r4980 | |||
2002-09-20 | quit should not exit(1) but rather exit(0) (mabye we should add a paramter ↵ | Max Horn | |
'bool success' to it that flags whether this is a normal exit or one with an error?) svn-id: r4979 | |||
2002-09-19 | based on my findings for guifont, I changed string.cpp to read the char ↵ | Max Horn | |
width table for OLD256 games! yippi! some more code cleanup, and marked two struct values as 'to be removed when savegame format changes' svn-id: r4978 | |||
2002-09-19 | NewGui now has its own mouse cursor code -> again one less dependency on ↵ | Max Horn | |
Scumm; moved makeCursorColorTransparent to gfx.cpp where it belongs svn-id: r4977 | |||
2002-09-19 | found out that guifont actually contains a char width table -> make use of ↵ | Max Horn | |
it now svn-id: r4976 | |||
2002-09-19 | removed obsolete font drawing code from old GUI to make CCCP happy :-) | Max Horn | |
svn-id: r4975 | |||
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 | |||
2002-09-19 | improved the text display in a newgui a bit: make the font proportiona; ↵ | Max Horn | |
implemented text alignment (left/right/center); alpha blending now not anymore at 50% but at 66%; moved some #defines to util.h svn-id: r4972 | |||
2002-09-19 | Added overlay to OSystem interface; implemented overlay in SDL backend (all ↵ | Max Horn | |
other backends, including SDL_gl, still need to implement this!); changed NewGUI to make use of the overlay; added Cmd-Q as a shortcut for Quit on MacOS X svn-id: r4971 |