1 |
+ |
<!-- $Id$><--> |
2 |
|
Bugs: |
3 |
|
<UL> |
4 |
|
<LI>The restart button no longer works correctly. It quits the emulation, but |
6 |
|
<LI>In window mode, if the framerate is low (<I>e.g.</I> if you leave it at the |
7 |
|
default of 10fps), really fast mouse clicks are sometimes not picked up |
8 |
|
by the Emulator. For now, click more slowly</LI> |
9 |
< |
<LI>In full screen mode, when the mouse is first moved, the emulated pointer |
10 |
< |
jumps to the location that it was before fullscreen mode was entered. |
9 |
> |
<LI>In full screen mode after a restart, when the mouse is first moved, |
10 |
> |
the emulated pointer jumps to the location that it was before the restart. |
11 |
|
Disturbing, but not damaging.</LI> |
12 |
|
</UL> |
13 |
|
Untested: |
26 |
|
<LI>Window depth. It is currently stuck at 32bits, which Quartz dithers down |
27 |
|
to whatever the user's display is set to. This is mainly due to the fact |
28 |
|
that NSBitmapImageRep does not support any 16bit modes. The Core Graphics |
29 |
< |
primitives, or 10.2, may allow a workaround though</LI> |
29 |
> |
primitives may allow a workaround though</LI> |
30 |
|
<LI>'nogui' to disable GUI alerts (and maybe preferences, but I need to split |
31 |
|
MainMenu.nib to do that)</LI> |
32 |
|
<LI>Better documentation. There are README, ToDo and Versions in the help menu, |
53 |
|
<LI>Improve Objective-C object allocation. e.g. <A HREF="http://www.mulle-kybernetik.com/artikel/Optimisation/opti-5.html"> here</A>. </LI> |
54 |
|
<LI>Use automake instead of the current 1_prepare_files.sh ?</LI> |
55 |
|
<LI>Add JIT options to preferences.</LI> |
56 |
+ |
<LI>"Publish" at mac.emuscene.com http://www.emulation.net</LI> |
57 |
|
</UL> |