Age | Commit message (Collapse) | Author |
|
svn-id: r51641
|
|
fixes bug #3038367
svn-id: r51628
|
|
solves bug #3037594
svn-id: r51627
|
|
svn-id: r51626
|
|
when touching fence
svn-id: r51625
|
|
svn-id: r51617
|
|
should fix bug #3037003, i dont have english floppy, can't test.
svn-id: r51616
|
|
svn-id: r51614
|
|
- change directory button disabled
- showing message where to put characters, if saved from original sci interpreter
svn-id: r51613
|
|
call completely
svn-id: r51612
|
|
second-generation hybrid"
svn-id: r51611
|
|
together with 2 subsequent similar bugs
svn-id: r51609
|
|
svn-id: r51600
|
|
svn-id: r51584
|
|
used in GK1)
svn-id: r51583
|
|
removing space from previous name
svn-id: r51582
|
|
in room 23
svn-id: r51578
|
|
"fixes" bug #3037800
fixing warning in seg_manager
svn-id: r51576
|
|
fixes bug #3037694
svn-id: r51575
|
|
fixes bug #3037659
svn-id: r51573
|
|
conversation dialog with esc (doesn't affect gameplay in any manner)
svn-id: r51572
|
|
#3036291)
svn-id: r51565
|
|
makes polish lsl1 work (its game superclass name got translated, so no "Game" object available) - bug #3037194 thx to dam-soft for his patient help
svn-id: r51557
|
|
svn-id: r51543
|
|
fixes bug #3037410
svn-id: r51541
|
|
didn't cause any harm till now and it seems testers get irritated by it. Switching it to VM debug level 2.
svn-id: r51540
|
|
svn-id: r51539
|
|
fixes castle of dr. brain save issue in puzzle room, fixes island of dr. brain save issue when saving in first room
svn-id: r51538
|
|
svn-id: r51532
|
|
The Feature class uninit'd workaround needs to be extended to all levels of inheritance.
svn-id: r51527
|
|
and adding workaround for pq2 when showing windows with pictures
change to kAddToPic fixes bad coordinates of cels when restoring the game (should also fix lsl2)
svn-id: r51526
|
|
Since I got no response to my mail to -devel, I just assume that there is
no specific reason for using rand() in SCI.
As explained in my mail to -devel about why SCI uses rand, this might allow
SCI to work with our event recording, when that ever gets finished.
I adapted kRandom so that it also supports negative random numbers. And
furthermore that the toNumber argument is smaller than the fromNumber
argument. I am not sure whether that really happens though, but it should
be safer to have this. I marked that place with an TODO/CHECKME.
svn-id: r51521
|
|
svn-id: r51518
|
|
The SCI Studio function library incorrectly calls kDeviceInfo with one parameter to get the current device.
svn-id: r51514
|
|
adding comments as well
svn-id: r51510
|
|
svn-id: r51509
|
|
op_mod for SCI01 and newer games. Fixes the
battlecruiser mini-game in SQ5. Many thanks
to lskovlun, wjp and m_kiewitz for their
joined effort on this issue
svn-id: r51508
|
|
svn-id: r51506
|
|
bigger number, just in case
svn-id: r51505
|
|
changing the return value of the workarounds made for bugs #3036274 and #3035068. The game scripts perform lt on the uninitialized temp, and if it's smaller than expected they start removing journal entries
svn-id: r51504
|
|
adding primitive support to just set the cursor to the required view resource, nothing else implemented yet
svn-id: r51501
|
|
showing warning about unsupported mag-cursor when argc = 10 is used
removing argc = 9 support, must have been a script bug somewhere
svn-id: r51500
|
|
for kDoAudio subop 13
svn-id: r51499
|
|
crash from bug #3034973 - "PHARKAS: Crash early in game'
svn-id: r51497
|
|
svn-id: r51496
|
|
svn-id: r51494
|
|
console", along with a related bug after giving an answer through the hand code
svn-id: r51486
|
|
hoyle 3 is using kCanBeHere, but it has cantBeHere and canBeHere selectors so our auto detection would fail
it also has a cantBeHere stub in Actor, thus it won't set acc at all. We reset acc because of that before calling cantBeHere selector (!) of the actors (canBeHere isnt used) so that we wont get a collision otherwise because acc is non zero when calling kDoBresen (fixes all sorts of bugs, clone2727 should clean it up :P
svn-id: r51485
|
|
this properly should make credits etc. appear and solve all the other issues that clone submitted)
svn-id: r51484
|
|
use 'logkernel DoSound' on to log calls to all kDoSound subfunctions. use 'logkernel DoSoundPlay' to log calls to kDoSound(play)
svn-id: r51483
|