Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-10-23 | cleaning up scummsys.h a bit (in preparation of using configure eventually). ↵ | Max Horn | |
Most notable, uint32 etc. will be 'unsigned int' not 'unsigned long'. Except for 16 bit systems that should be right, and configure will replace this by a proper check for data type sizes anyway svn-id: r5290 | |||
2002-10-23 | skiping translation if flag 'h' exist in language file | Paweł Kołodziejski | |
svn-id: r5274 | |||
2002-10-22 | get rid of obsolete variable | Max Horn | |
svn-id: r5245 | |||
2002-10-20 | Patch 625079: Loom Audio Sync Hack | James Brown | |
svn-id: r5200 | |||
2002-10-15 | cleanup sfx and music in imuse, changed talkdelay description(disable) in ↵ | Paweł Kołodziejski | |
the dig svn-id: r5148 | |||
2002-10-13 | Patch 622386: do_command(256) implementation, Sam and Max | James Brown | |
svn-id: r5134 | |||
2002-10-06 | Fix text drawing for pre-v7 games | James Brown | |
svn-id: r5100 | |||
2002-10-06 | Fix drawDescString - still needs centering corrections | James Brown | |
svn-id: r5094 | |||
2002-10-06 | fixed warnings :) | Paweł Kołodziejski | |
svn-id: r5092 | |||
2002-10-06 | Full Throttle / The Dig fixes. | James Brown | |
drawDescString (for Full Throttle object names, in the 'ring of fire') is still somewhat broken. Feel free to fix ;) svn-id: r5090 | |||
2002-10-03 | Patch 617937 / Bug 617939 + modifications: Fix FT text masking | James Brown | |
svn-id: r5081 | |||
2002-10-02 | Less specific version of eriktorbjorns FT dialog hack | James Brown | |
svn-id: r5074 | |||
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 | 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 | yet more warning fixes | Max Horn | |
svn-id: r4992 | |||
2002-09-21 | trivial cleanup | Max Horn | |
svn-id: r4988 | |||
2002-09-20 | Patch #612277: text rendering crash + spacing issue | Max Horn | |
svn-id: r4983 | |||
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-18 | fixed for and added comments | Paweł Kołodziejski | |
svn-id: r4967 | |||
2002-09-17 | added support for nonenglish the dig(dialogs, descriptions, warnings), not ↵ | Paweł Kołodziejski | |
gui yet svn-id: r4959 | |||
2002-09-17 | added framework for non-english version of the dig, not yet completed | Paweł Kołodziejski | |
svn-id: r4957 | |||
2002-09-16 | patch #609859: Some general patches for string.cpp | Max Horn | |
svn-id: r4954 | |||
2002-09-16 | 609791: Sam and Max 'phantom sound' (precaching) hack. | James Brown | |
svn-id: r4947 | |||
2002-09-13 | patch #608226 (Sam & Max sound fix) | Max Horn | |
svn-id: r4926 | |||
2002-09-11 | Commited the following patches | Travis Howell | |
[ 606595 ] Fix for Sam & Max animation glitch [ 607175 ] Possible fix for bug #590511 [ 607677 ] Partial workaround for bug #566062 [ 607713 ] patch for bug 580350 (MI2 F5 crash) svn-id: r4924 | |||
2002-08-31 | and more fixes | Paweł Kołodziejski | |
svn-id: r4889 | |||
2002-08-31 | more fixes | Paweł Kołodziejski | |
svn-id: r4888 | |||
2002-08-31 | fixes | Paweł Kołodziejski | |
svn-id: r4887 | |||
2002-08-31 | changed resolution values from static to dynamic, I hope I don't break something | Paweł Kołodziejski | |
svn-id: r4885 | |||
2002-08-31 | changed spacing - this is not based on the original game, but rather on ↵ | Max Horn | |
visual observations (with this changed, the spacing in the about dialog looks much better) svn-id: r4884 | |||
2002-08-31 | fixed text centering in GF_OLD256 games, e.g. during the Indy3 intro and in ↵ | Max Horn | |
the F7 dialog (bug #599598) svn-id: r4879 | |||
2002-08-31 | fixed compilation on Mac OS X; some cleanup; moved header file ↵ | Max Horn | |
scumm/smusH/rect.h to common/rect.h svn-id: r4877 | |||
2002-08-29 | sound system cleanup | Max Horn | |
svn-id: r4867 | |||
2002-08-21 | Initial revision | Max Horn | |
svn-id: r4785 |