http://bugs.winehq.org/show_bug.cgi?id=7806
--- Comment #5 from Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> 2007-09-16 09:02:00 ---
Thanks for the great work, man! It improves the mouse movement issue, but it
still slows the game down quite a bit. And it causes the main menu drawing to
be incorrect: you have to hold the cursor a bit down from a menu item before it
is drawn as focused.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7842
Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |alex(a)thehandofagony.com
--- Comment #1 from Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> 2007-09-16 08:52:56 ---
Now it is possible to select the margins using the dialogue under 'Options ->
Paragraph . . .'. Adding a ruler is on my todo list.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7841
Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> 2007-09-16 08:51:22 ---
Implemented.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7840
Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> 2007-09-16 08:50:57 ---
It has been implemented now.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7806
Roderick Colenbrander <thunderbird2k(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |thunderbird2k(a)gmx.net
--- Comment #4 from Roderick Colenbrander <thunderbird2k(a)gmx.net> 2007-09-16 07:48:12 ---
The mouse movement will be fixed soon. I have a fix for it (already had it
before) 0.9.45 but wasn't sure if it is fully correct.
If you want to play it at full speed edit dlls/wined3d/surface.c (somewhere
around line 1360 in UnlockRect):
} else {
glDrawBuffer(GL_FRONT);
checkGLcall("glDrawBuffer(GL_FRONT)");
}
LEAVE_GL();
to
} else {
glDrawBuffer(GL_FRONT);
checkGLcall("glDrawBuffer(GL_FRONT)");
}
glFlush();
LEAVE_GL();
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2784
--- Comment #10 from Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> 2007-09-16 07:45:58 ---
I think those are different problems. Now a status update for Tiberiuan Sun:
It is now possible to play the game with the opengl renderer. Mouse movement
is still a problem, but the game runs much faster.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7806
Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #3 from Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> 2007-09-16 07:44:02 ---
This has been fixed in 0.9.45. The game is much faster now, but mouse movement
is still a problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6921
Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #5 from Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> 2007-09-16 07:43:28 ---
Sorry, I closed the wrong bug. I meant to close the bug where the game would
crash if using the opengl renderer. That bug has been fixed, and if you use
opengl the menu does not disappear after a save. But since that's not the
default option nor configurable with winecfg, I'll reopen this bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6921
Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #4 from Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> 2007-09-16 07:39:11 ---
Fixed in Wine 0.9.45. Great work, the game is much faster now!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7292
Vitaly Lipatov <lav(a)etersoft.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lav(a)etersoft.ru
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.