Paweł Kołodziejski
|
924f47ccdd
|
there is no imuse in he engine
svn-id: r13470
|
2004-04-05 18:54:51 +00:00 |
|
Paweł Kołodziejski
|
74d902c62b
|
removed exception for no used nut font
svn-id: r13469
|
2004-04-05 18:45:40 +00:00 |
|
Paweł Kołodziejski
|
f141ad488b
|
added voice group volume to scumm engine for imuse digital and implemeted volume groups control
svn-id: r13468
|
2004-04-05 18:24:36 +00:00 |
|
Max Horn
|
781809ee2b
|
pedantic const correction
svn-id: r13467
|
2004-04-05 00:24:26 +00:00 |
|
Max Horn
|
18b35e57c8
|
these debug() calls look as if they should be debugC() calls
svn-id: r13466
|
2004-04-04 23:29:10 +00:00 |
|
Max Horn
|
21b81b9ef4
|
Fix signedness issue (lead to incorred address computations on 64 bit machines)
svn-id: r13465
|
2004-04-04 22:43:54 +00:00 |
|
Max Horn
|
71bbdbfae4
|
Removed CharsetRenderer::_mask (this was used to optimize charset mask handling). This shouldn't cause any noticable slowdowns, but allows us to get rid of two nasty hacks, and fixes bug #895355 (DIG: Subtitles sometimes stay on the screen), maybe also others
svn-id: r13464
|
2004-04-04 20:20:09 +00:00 |
|
Max Horn
|
749d75cdcb
|
Added TODO/FIXME comment
svn-id: r13463
|
2004-04-04 19:50:52 +00:00 |
|
Max Horn
|
4de4353c39
|
My recent change to _draw_bottom caused a regression in The Dig (and maybe elsewhere). Ah well, probably better to draw one line more than one line less anyway
svn-id: r13462
|
2004-04-04 19:41:02 +00:00 |
|
Max Horn
|
70237e74c9
|
Implement V8 queryQuit opcode
svn-id: r13461
|
2004-04-04 19:24:03 +00:00 |
|
Max Horn
|
d859bebb90
|
Fix for last part of bug #766749 (COMI: Text should not always have a shadow): do not draw shadow for charset 3
svn-id: r13460
|
2004-04-04 19:17:28 +00:00 |
|
Max Horn
|
5858a919a2
|
allow disabling of text shadow in NUT font renderer
svn-id: r13459
|
2004-04-04 18:07:26 +00:00 |
|
Max Horn
|
f1ee3c0163
|
let compiler optimize code better <g>
svn-id: r13458
|
2004-04-04 17:56:30 +00:00 |
|
Max Horn
|
55bbd875db
|
Exit quietly if we just told the user we are going to exit; no need to call error() (which pops up the console etc.)
svn-id: r13456
|
2004-04-04 12:36:50 +00:00 |
|
Max Horn
|
e3e9ba99ee
|
Fix for bug #885466 (FT: Text gets drawn under moving bits), by making AKOS codec 16 honor the charset mask
svn-id: r13455
|
2004-04-04 01:11:27 +00:00 |
|
Max Horn
|
a4e424a4fe
|
got rid of _msgPtrToAdd; slightly improved error checking in addMessageToStack()
svn-id: r13454
|
2004-04-04 00:29:13 +00:00 |
|
Max Horn
|
a2413dad38
|
Fix for bugs #915586, #905856, part of bug #766749 (COMI: Bug with text being printed on the edge of the screen)
svn-id: r13452
|
2004-04-03 23:44:06 +00:00 |
|
Max Horn
|
3f2fc3e8be
|
cleanup
svn-id: r13450
|
2004-04-03 22:52:36 +00:00 |
|
Max Horn
|
90dd9af577
|
fixed hypothetical off-by-one error when computing _draw_bottom (a semantical problem: _draw_bottom is supposed to be the bottom most pixel which is actually drawn; in the other case, it's top+height, i.e. one pixel *below* that last drawn pixel row. In addition, some cleanup
svn-id: r13449
|
2004-04-03 20:56:19 +00:00 |
|
Max Horn
|
6aa6b49ed5
|
cleanup StringTab stuff
svn-id: r13448
|
2004-04-03 19:41:31 +00:00 |
|
Max Horn
|
330cf43383
|
Fix for bug #896844 (DIG: Missing subtitle at the lab console)
svn-id: r13446
|
2004-04-03 13:16:02 +00:00 |
|
Max Horn
|
3ae3eccac8
|
cleanup
svn-id: r13444
|
2004-04-03 00:56:55 +00:00 |
|
Max Horn
|
a47793c8e0
|
oops
svn-id: r13443
|
2004-04-02 22:01:25 +00:00 |
|
Max Horn
|
4a41973804
|
Got rid of _transText
svn-id: r13442
|
2004-04-02 21:56:27 +00:00 |
|
Max Horn
|
15aa7c3343
|
cleanup
svn-id: r13441
|
2004-04-02 21:55:30 +00:00 |
|
Max Horn
|
67c6df86d4
|
Remove obsolete code fragment (a good sign for a refactoring is if it allows you to remove crufty hacks you didn't even think of :-)
svn-id: r13440
|
2004-04-02 21:51:56 +00:00 |
|
Max Horn
|
a16a86d90f
|
simplify code by integrating a call to translateText() into addMessageToStack(); improved translateText() further
svn-id: r13438
|
2004-04-02 21:42:42 +00:00 |
|
Max Horn
|
d25da64937
|
Shouldn't be necessary to do a second translation run in this place (at least I couldn't find any place were it is)
svn-id: r13437
|
2004-04-02 20:35:04 +00:00 |
|
Max Horn
|
15922a5e61
|
Added support for %___ strings (used in localized version of The Dig)
svn-id: r13436
|
2004-04-02 20:31:39 +00:00 |
|
Max Horn
|
933aab3100
|
Use vsprintf instead of vsnprintf: more portable, less safe (but then again, vsnprinft isn't that safe either)
svn-id: r13434
|
2004-03-30 22:56:57 +00:00 |
|
Paweł Kołodziejski
|
70545f2c01
|
please fix
svn-id: r13433
|
2004-03-30 07:11:01 +00:00 |
|
Jonathan Gray
|
f12fbe1723
|
clean up FMUS handling, fix not being able to enable sound debug messages
svn-id: r13425
|
2004-03-29 11:02:45 +00:00 |
|
Travis Howell
|
ce7239115b
|
Should have been disabled for Mac. indy3/loom.
Fixes distaff position
svn-id: r13423
|
2004-03-29 07:12:14 +00:00 |
|
Max Horn
|
f5f3ee903d
|
Fix for bug #907174 (LOOM MAC: Crash after entering copy protection)
svn-id: r13420
|
2004-03-28 23:02:03 +00:00 |
|
Max Horn
|
0e36493349
|
Proper copy-protection bypass for Mac Loom (still crashes when entering the right code, though)
svn-id: r13419
|
2004-03-28 22:06:38 +00:00 |
|
Max Horn
|
39765b0d19
|
Remove explicit OSystem parameter from StackLock constructor; added OSystem::displayMessageOnOSD (not yet used; default implementation provided)
svn-id: r13413
|
2004-03-28 20:31:18 +00:00 |
|
Max Horn
|
14378cb56e
|
Renamed more OSystem methods
svn-id: r13410
|
2004-03-28 16:30:50 +00:00 |
|
Torbjörn Andersson
|
0fb1d56589
|
Format string fix.
svn-id: r13408
|
2004-03-28 15:04:48 +00:00 |
|
Torbjörn Andersson
|
165e6c5eb5
|
Fixed format string to match the number of arguments.
svn-id: r13404
|
2004-03-28 14:48:05 +00:00 |
|
Max Horn
|
a06c097408
|
rename displayError() to displayMessage(); fix slightly incorrect usage of that method
svn-id: r13402
|
2004-03-28 13:28:44 +00:00 |
|
Max Horn
|
da400a38ed
|
Small tweaks for MIPSPro compiler
svn-id: r13397
|
2004-03-28 13:02:28 +00:00 |
|
Max Horn
|
ce6e07db12
|
Fix bad array size (part of bug report #924685)
svn-id: r13394
|
2004-03-28 10:55:32 +00:00 |
|
Paweł Kołodziejski
|
fdd44a242d
|
forgot them
svn-id: r13393
|
2004-03-27 20:55:26 +00:00 |
|
Paweł Kołodziejski
|
7041ba3568
|
implemented priorites for imuse sounds
svn-id: r13392
|
2004-03-27 20:26:25 +00:00 |
|
Paweł Kołodziejski
|
0974887290
|
cleanup, and fix bug in table
svn-id: r13389
|
2004-03-27 18:12:18 +00:00 |
|
Paweł Kołodziejski
|
f6d131f6c6
|
some changes to imuse digital
svn-id: r13387
|
2004-03-27 17:03:42 +00:00 |
|
Max Horn
|
2c327348a6
|
Added some new MD5s
svn-id: r13379
|
2004-03-25 11:22:02 +00:00 |
|
Paweł Kołodziejski
|
dbf56846c9
|
changed a little hook id code
svn-id: r13374
|
2004-03-23 22:51:44 +00:00 |
|
Paweł Kołodziejski
|
e2a5b67e42
|
fixed fade out delay
svn-id: r13373
|
2004-03-23 21:42:47 +00:00 |
|
Travis Howell
|
e1a1f291aa
|
Move HE games together.
svn-id: r13370
|
2004-03-23 03:33:23 +00:00 |
|