Custom Query (14000 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (67 - 69 of 14000)

Ticket Resolution Summary Owner Reporter
#67 worksforme DOTT Music SF/ender SF/nemesisdragon
Description

DOTT runs perfekt at the beginnning with full voice and sound , but I miss the music from DOTT? What must I do to hear Music in game ?

Ticket imported from: #513757. Ticket imported from: bugs/67.

#68 worksforme Monkey Island Bug SF/ender SF/mcleod2032
Description

Monkey Island I (CD Version) hang after Guybrush is launched fron cannon of Fettuccini Brothers Circus.

Ticket imported from: #513845. Ticket imported from: bugs/68.

#69 patch for backward-compatbiliity with sdl 1.0.x SF/ender SF/grigorig
Description

this small patch against sdl.cpp should give backwards compatibility for sdl 1.0.x

----------schnipp---------------------------- 139c139 < if (event.button.button==SDL_BUTTON(1)) --- > if (event.button.button==SDL_BUTTON_LEFT) 141c141 < else if (event.button.button==SDL_BUTTON(3)) --- > else if (event.button.button==SDL_BUTTON_RIGHT) 145c145 < if (event.button.button==SDL_BUTTON(1)) --- > if (event.button.button==SDL_BUTTON_LEFT) 147c147 < else if (event.button.button==SDL_BUTTON(3)) --- > else if (event.button.button==SDL_BUTTON_RIGHT) 509c509 < SDL_ShowCursor(0); --- > SDL_ShowCursor(SDL_DISABLE); --------------------schnapp------------------

works nicely for me under freebsd 4.5

Ticket imported from: #514390. Ticket imported from: bugs/69.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.