Christoph Oelckers
583cbd49a6
- try to encapsulate access to the player class's display name for printing purposes.
...
SVN r2839 (trunk)
2010-09-21 09:43:54 +00:00
Christoph Oelckers
e1de9f0633
- fixed: The newly accelerated mousewheel scrolling code did not check for the end of the list and could scroll one item too far. It also incremented VisBottom by 3 instead of 2.
...
- changed lock failsound lookup so that for each sound it tries to resolve it as a player sound before deciding if it is valid.
SVN r2830 (trunk)
2010-09-19 06:34:15 +00:00
Randy Heit
c4c69df6dc
- Fixed: FOptionMenuItemJoyMap::SetSelection() did not convert from menu selection number to joyaxis number.
...
SVN r2829 (trunk)
2010-09-19 04:04:34 +00:00
Randy Heit
503ae5a9ee
- Scroll two rows at a time with the mouse wheel in the options menu.
...
SVN r2828 (trunk)
2010-09-19 03:52:18 +00:00
Christoph Oelckers
3090ad7be6
- we don't need to include lists.h any longer.
...
SVN r2817 (trunk)
2010-09-17 22:57:04 +00:00
Christoph Oelckers
eeab5ba0e4
- reintegrate savegame menu changes back into trunk
...
SVN r2816 (trunk)
2010-09-17 22:48:55 +00:00
Christoph Oelckers
e385de010d
- fixed: FValueTextItem::MenuEvent must eat all MKEY_Enter events so that the menu doesn't try to activate the item which results in an attempt to create an invalid submenu.
...
SVN r2807 (trunk)
2010-09-17 10:11:39 +00:00
Christoph Oelckers
fa062aa141
- fixed: DPlayerMenu::ClassChanged needs to call PickPlayerClass before setting the playerclass CVAR.
...
SVN r2806 (trunk)
2010-09-17 08:19:02 +00:00
Christoph Oelckers
ae3c60454f
- fixed: M_Ticker should not run any code when the menu is off.
...
SVN r2805 (trunk)
2010-09-17 06:20:08 +00:00
Christoph Oelckers
35aa6e7847
- fixed: The player name input box did not 0-terminate the string when temporarily appending an underscore for the cursor display.
...
SVN r2804 (trunk)
2010-09-16 23:16:06 +00:00
Christoph Oelckers
6db772b4e5
- fixed the player class selection fix from r2798.
...
SVN r2800 (trunk)
2010-09-16 17:01:42 +00:00
Christoph Oelckers
4da5ce74ca
- fixed: The menu should not override the user's player class if there is no player class menu.
...
SVN r2798 (trunk)
2010-09-16 16:20:39 +00:00
Christoph Oelckers
ee87fdc58e
- some layout tweaks for the option menu system, in particular to shorten the sliders if the menu is too wide.
...
- allow specifying the fractional precision for the numbers behind the sliders.
- took all HUD related options out of the display options menu and created a seaparate one for them.
- added several more display and HUD options to the menu.
- created a new 'Miscellaneous options' menu for a few items that should be accessible but don't fit anywhere else.
SVN r2795 (trunk)
2010-09-16 10:59:40 +00:00
Christoph Oelckers
c948fd08f2
- fixed: GUI mouse events did not take letterboxing into account.
...
SVN r2788 (trunk)
2010-09-15 21:53:12 +00:00
Christoph Oelckers
5dfc57336e
- fixed: The class selection menu crashed when no item in the menu was selected.
...
SVN r2786 (trunk)
2010-09-15 20:11:32 +00:00
Christoph Oelckers
d5f9b0874e
- fixed: Lines in the option menu that covered the same vertical space as the back button rendered the back button inoperable.
...
SVN r2779 (trunk)
2010-09-15 10:22:38 +00:00
Christoph Oelckers
087979d6cc
- fixed: skipping the skill menu locked up the menu sequence for starting a game.
...
SVN r2777 (trunk)
2010-09-14 22:00:02 +00:00
Christoph Oelckers
ecb34b8302
- relaxed conditions for shortening the sliders so that they remain at full size at 800x600.
...
SVN r2771 (trunk)
2010-09-14 19:08:21 +00:00
Christoph Oelckers
579502ab74
- merged menu branch back into trunk.
...
SVN r2768 (trunk)
2010-09-14 17:28:18 +00:00