Custom Query (13997 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 13997)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Resolution Summary Owner Reporter
#8045 unkRoomFunc3 (bug #588501) fingolfin SF/jamieson630
Description

The included patch file makes corrections to the partial patch supplied with bug report #588501. The patch was a partial implementation of unkRoomFunc3. After considerable trial and error, I discovered that the shadow palette had to be constructed using the room's default (CLUT) palette, rather than the current palette (which was darkened almost to black in one case study). This is true for both the palette that is scaled by the supplied factors, AND for the palette against which to compare the scaled color for a closest-match.

In addition, the start and end palette locations ARE significant in that they bound the area of the palette that can be used to search for closest-match colors. For example, FOA Room 48 (subway crashing into Atlantis entrance area) restricts the palette entries to be used for the headlight beam to be in the range of 160 - 191.

This patch has been tested with all four FOA rooms that have been identified as using this opcode (23, 48, 53 and 82). Everything looks good, although close pixel scrutiny revealed occassional and very subtle difference in the resulting palette entries used, compared to the output of the LEC executable.

Finally, I left the function name as is because I'm not sure what we want to call this operation. shadowManipulate?

Ticket imported from: #608543. Ticket imported from: patches/150.

#11522 fixed ultima4 - problem compiling with makeMP3Stream not being known dreammaster rubyFeedback
Description

make

C++ engines/ultima/ultima4/sound/music.o

/home/Temp/rbt/scummvm-22.06.2020/engines/ultima/ultima4/sound/music.cpp: In member function ‘bool Ultima::Ultima4::Music::startMusic(const Common::String&)’: /home/Temp/rbt/scummvm-22.06.2020/engines/ultima/ultima4/sound/music.cpp:134:52: error: ‘makeMP3Stream’ is not a member of ‘Audio’; did you mean ‘makeModXmS3mStream’?

134 | Audio::SeekableAudioStream *audioStream = Audio::makeMP3Stream(

| | makeModXmS3mStream

make: * engines/ultima/ultima4/sound/music.o Error 1

This was a git clone checkout from 22nd June 2020.

Perhaps that bug is already known or fixed. I report it anyway. (I actually managed to compile this on my slackware system, but on my current fedora system that failed, which surprised me. May be the gcc in fedora?)

#12698 invalid ultima 6 scaler problems sev- michas0602
Description

Not sure whats going on here as I have not done an accurate test, with SDL and AdvMame 3 scaler the game seems to be fine, when I try it with OpenGL, there is just a backgronnd visible and the game is unplayable.

So the scaler-options of ScummVM definately need to be checked, there is a problem somewhere

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.