#101: Create new menu option screen
-------------------------+--------------------------------------------------
Reporter: Buginator | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: 2.2
Component: other | Version: svn/trunk
Keywords: | Operating_system: None
-------------------------+--------------------------------------------------
Moved all mouse releated options/toggles to a new menu.
We would have had 3 different menus to deal with the mouse, and that isn't
something that seems logical.
----
Mouse options menu now has:
Mouse flipped (was in game options)
Trap cursor (was in video options)
Hardware/software toggle (would have been in ???)
'''NOTE'''
Why are mac users forced to using the very small cursor (16) instead of
32?
{{{
static const enum CURSOR_TYPE cursor_type =
#if defined(WZ_OS_MAC)
CURSOR_16;
#else
CURSOR_32;
#endif
}}}
----
Killed most all #defines in frontend.h, and made it into enum to simplify
adding/removing/changing things. We have allot of things we don't use,
and can be seen by the patch. If no objections, will remove those.
(looks like some stuff was leftover from PSX)
--
Ticket URL: <http://developer.wz2100.net/ticket/101>
Warzone 2100 Trac <http://wz2100.net/>
The Warzone 2100 Resurrection Project
_______________________________________________
Warzone-dev mailing list
[email protected]
https://mail.gna.org/listinfo/warzone-dev