Travis Howell
|
eef7b30955
|
Remove mention of Windows GDI build
svn-id: r5005
|
2002-09-22 11:37:53 +00:00 |
|
Travis Howell
|
11aedcbed4
|
Add fix me
svn-id: r5004
|
2002-09-22 04:20:20 +00:00 |
|
Travis Howell
|
7b1a77b5b8
|
Add changes from Makefile
svn-id: r5003
|
2002-09-22 04:07:52 +00:00 |
|
Max Horn
|
68c14be9d4
|
taking out the -Werror again for now, till we have time to resolve some other build warnings
svn-id: r5002
|
2002-09-22 04:05:40 +00:00 |
|
Max Horn
|
6bb2e335c7
|
NewGUI now has its own event loop; this may cause some regression
svn-id: r5001
|
2002-09-22 04:03:45 +00:00 |
|
Travis Howell
|
c0855df382
|
Add hack from trin to make zak256 sfx/music work again.
Add Makefile changes to Makefile.mingw
svn-id: r5000
|
2002-09-22 03:58:53 +00:00 |
|
Max Horn
|
5d72701c06
|
fixed the non-POD warning for real this time
svn-id: r4999
|
2002-09-22 03:57:41 +00:00 |
|
Matt Hargett
|
8390b0cc53
|
2002-09-21 Matt Hargett <matt@use.net>
* 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 03:53:53 +00:00 |
|
Max Horn
|
fbe9c544de
|
tied to fix 'non-POD type' warning in some GCC versions; moved some common code to saveload.h
svn-id: r4997
|
2002-09-22 02:53:15 +00:00 |
|
Max Horn
|
5c74800450
|
added -Wno-unknown-pragmas to fix warnings related to #pragma mark
svn-id: r4996
|
2002-09-22 01:54:44 +00:00 |
|
Max Horn
|
a681eb029e
|
renamec string -> _string and sentence -> _sentence in class Scumm (I originally reworked StringTab, but then noticed the save game format depends on it <sigh>)
svn-id: r4995
|
2002-09-22 01:17:53 +00:00 |
|
Max Horn
|
45ce1d1113
|
don't tolerate warnings
svn-id: r4994
|
2002-09-22 00:38:02 +00:00 |
|
Max Horn
|
b5a4edf00c
|
guess what? riiight! more warning fixes :-)
svn-id: r4993
|
2002-09-22 00:20:23 +00:00 |
|
Max Horn
|
e886ba64d2
|
yet more warning fixes
svn-id: r4992
|
2002-09-22 00:04:04 +00:00 |
|
Max Horn
|
9dfb497d75
|
more warning fixes
svn-id: r4991
|
2002-09-21 23:46:32 +00:00 |
|
Max Horn
|
a5ae66e206
|
fixed warning
svn-id: r4990
|
2002-09-21 23:39:09 +00:00 |
|
Paweł Kołodziejski
|
bb8401ab24
|
DIG: added hack to allow turn on light bridge
svn-id: r4989
|
2002-09-21 17:51:52 +00:00 |
|
Max Horn
|
6cfcd04682
|
trivial cleanup
svn-id: r4988
|
2002-09-21 16:20:52 +00:00 |
|
Travis Howell
|
ae353fae18
|
Added the following patch:
[ 598121 ] Cursor cosmetics
svn-id: r4987
|
2002-09-21 14:17:13 +00:00 |
|
Travis Howell
|
f1a273e092
|
Add the following patches:
[ 609649 ] Sound patch for GF_OLD256 games
[ 611997 ] RFC: Timer-based CD audio sync
svn-id: r4986
|
2002-09-21 13:48:03 +00:00 |
|
Paweł Kołodziejski
|
a2a3fb5636
|
added support for sound volume for smush samples(IACT) in the dig (propably bad)
svn-id: r4985
|
2002-09-21 09:21:50 +00:00 |
|
Max Horn
|
24533e6e2d
|
partial fix for bug #605970
svn-id: r4984
|
2002-09-21 00:23:45 +00:00 |
|
Max Horn
|
b91da0e29f
|
Patch #612277: text rendering crash + spacing issue
svn-id: r4983
|
2002-09-20 23:40:55 +00:00 |
|
Paweł Kołodziejski
|
1917ea9a77
|
updated VC6 file
svn-id: r4982
|
2002-09-20 06:05:22 +00:00 |
|
Paweł Kołodziejski
|
c5feb37102
|
removed old smush player
svn-id: r4981
|
2002-09-20 05:57:07 +00:00 |
|
Paweł Kołodziejski
|
a4fc2c4174
|
fixed placement subtitles in smush(the dig)
svn-id: r4980
|
2002-09-20 05:46:03 +00:00 |
|
Max Horn
|
e0f11edf45
|
quit should not exit(1) but rather exit(0) (mabye we should add a paramter 'bool success' to it that flags whether this is a normal exit or one with an error?)
svn-id: r4979
|
2002-09-20 00:12:58 +00:00 |
|
Max Horn
|
fcfc72296c
|
based on my findings for guifont, I changed string.cpp to read the char 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 23:49:38 +00:00 |
|
Max Horn
|
f838473c25
|
NewGui now has its own mouse cursor code -> again one less dependency on Scumm; moved makeCursorColorTransparent to gfx.cpp where it belongs
svn-id: r4977
|
2002-09-19 23:06:54 +00:00 |
|
Max Horn
|
85aa2cd8e8
|
found out that guifont actually contains a char width table -> make use of it now
svn-id: r4976
|
2002-09-19 22:37:00 +00:00 |
|
Max Horn
|
5f716f54f0
|
removed obsolete font drawing code from old GUI to make CCCP happy :-)
svn-id: r4975
|
2002-09-19 22:07:46 +00:00 |
|
Max Horn
|
9939746022
|
removed even more scumm dependencies from NewGUI; fixed some redraw issues (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 21:45:56 +00:00 |
|
Max Horn
|
859ef578dc
|
moved the Scumm specific dialogs to scumm/dialogs.*
svn-id: r4973
|
2002-09-19 17:44:41 +00:00 |
|
Max Horn
|
f644bea112
|
improved the text display in a newgui a bit: make the font proportiona; 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 17:03:24 +00:00 |
|
Max Horn
|
bb57506d48
|
Added overlay to OSystem interface; implemented overlay in SDL backend (all 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
|
2002-09-19 16:06:51 +00:00 |
|
Max Horn
|
b46b35b544
|
renamed unk3/unk4 to scaleX/scaleY
svn-id: r4970
|
2002-09-19 11:06:10 +00:00 |
|
Max Horn
|
e80d5a866b
|
patch #611449: Workaround for bug #604398
svn-id: r4969
|
2002-09-19 10:42:10 +00:00 |
|
Max Horn
|
ab1cc774c8
|
patch #611450: Simon crash fix
svn-id: r4968
|
2002-09-19 10:22:32 +00:00 |
|
Paweł Kołodziejski
|
b22489cf97
|
fixed for and added comments
svn-id: r4967
|
2002-09-18 18:48:54 +00:00 |
|
Paweł Kołodziejski
|
953f7112e3
|
applied patch: #610954
svn-id: r4966
|
2002-09-18 11:48:00 +00:00 |
|
Paweł Kołodziejski
|
e6352e3a32
|
moved warning, debug, checkheap to engine
svn-id: r4965
|
2002-09-18 10:56:23 +00:00 |
|
Paweł Kołodziejski
|
462d26937c
|
Timer is handled in Engine now
svn-id: r4964
|
2002-09-18 10:22:36 +00:00 |
|
Paweł Kołodziejski
|
9280c6bfbd
|
oops, forgot braces :)
svn-id: r4963
|
2002-09-18 08:38:29 +00:00 |
|
Paweł Kołodziejski
|
c8a63096ad
|
fixed naming convention and added support 11khz for Smush sound channels
svn-id: r4962
|
2002-09-18 08:06:15 +00:00 |
|
Ruediger Hanke
|
068042781f
|
Appending a slash in all cases breaks some games on MOS
svn-id: r4961
|
2002-09-17 21:45:13 +00:00 |
|
Paweł Kołodziejski
|
bc81fc7aa1
|
added support for nonenglish the dig - for gui this time. now is completed :)
svn-id: r4960
|
2002-09-17 16:12:16 +00:00 |
|
Paweł Kołodziejski
|
c61b824942
|
added support for nonenglish the dig(dialogs, descriptions, warnings), not gui yet
svn-id: r4959
|
2002-09-17 15:33:31 +00:00 |
|
James Brown
|
978e879009
|
Fix newgui crash, and commit patch 600645: Loom flashlight fix
svn-id: r4958
|
2002-09-17 12:52:53 +00:00 |
|
Paweł Kołodziejski
|
ab2eb4d928
|
added framework for non-english version of the dig, not yet completed
svn-id: r4957
|
2002-09-17 09:18:47 +00:00 |
|
James Brown
|
79857fd7e8
|
Replace some exit()'s with a call to the OSystem quit method, as per 610251.
svn-id: r4956
|
2002-09-17 04:52:50 +00:00 |
|