Custom Query (14000 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (49 - 51 of 14000)

Ticket Resolution Summary Owner Reporter
#321 Ctrl-Z <> Ctrl-Y SF/ender SF/madshi
Description

On a german keyboard the keys "Y" and "Z" are swapped. On a german PC ScummVM win32 can't be stopped with Ctrl-Z, but with Ctrl-Y. That's a bit strange, because normally only DOS programs have this problem. Win32 programs normally handle Y and Z correctly, regardless for which language they are written...

Ticket imported from: #574634. Ticket imported from: bugs/321.

#329 Error on Monkey Island addMessageToStack SF/ender anonymous
Description

On the Monkey Island monkeyvga exits when you enter the Place with the Monkey Head, the attached diff will handle this:

--- string.cpp.orig Sun Jun 30 14:56:02 2002 +++ string.cpp Sun Jun 30 14:34:00 2002 @@ -624,7 +624,8 @@ error("Message stack not allocated");

if (msg == NULL) - error("Bad message in addMessageToStack"); + return NULL;
+// error("Bad message in addMessageToStack");

while ((chr = *msg++) != 0) { if (num > 500)

best regards Hans Freitag <macrotron@president.eu.org>

Ticket imported from: #575677. Ticket imported from: bugs/329.

#334 ALL: Mouse too sensitive in OpenGL mode SF/phanlord
Description

In CVS GL Version it is very hard to use mouse it is so sensitive that with almost every movment goes out of the screen (Win32)

Ticket imported from: #579575. Ticket imported from: bugs/334.

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