Directory src/util/menu/

Total Files:
13
Deleted Files:
0
Lines of Code:
6660

[root]/src/util/menu

Lines of Code

src/util/menu/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 163 (100.0%) 5077 (100.0%) 31.1
kazzmir 129 (79.1%) 3836 (75.6%) 29.7
juvinious 34 (20.9%) 1241 (24.4%) 36.5

Most Recent Commits

kazzmir 2014-04-05 19:06 Rev.: 8221

[paintown] pass the current drawer to the esc menu as the background

5 lines of code changed in 2 files:

  • src/util/menu: menu.cpp (+4), menu.h (+1)
kazzmir 2014-03-18 22:21 Rev.: 8218

use normal c++ cast operator instead of an explicit function for the pointer class

6 lines of code changed in 2 files:

  • src/util/menu: menu.cpp (+3 -3), options.cpp (+3 -3)
kazzmir 2014-03-16 16:03 Rev.: 8214

5 second timeout for the joystick configuration menu

56 lines of code changed in 1 file:

  • src/util/menu: options.cpp (+56 -2)
kazzmir 2014-03-15 21:13 Rev.: 8213

timeout waiting for a key after 5 seconds, show a little animation for how much time is left

40 lines of code changed in 1 file:

  • src/util/menu: options.cpp (+40 -1)
kazzmir 2014-03-11 23:15 Rev.: 8211

reimplement the keyboard configuration menu

111 lines of code changed in 1 file:

  • src/util/menu: options.cpp (+111 -2)
kazzmir 2014-02-17 14:15 Rev.: 8201

[paintown] avoid sub-bitmaps in the character selection screen. lower the fps of the simple circle animation loading screen

4 lines of code changed in 2 files:

  • src/util/menu: menu.cpp (+1 -1), options.cpp (+3 -3)
kazzmir 2013-08-11 14:00 Rev.: 7986

fix birthday message

1 lines of code changed in 1 file:

  • src/util/menu: options.cpp (+1 -1)
kazzmir 2013-05-13 16:02 Rev.: 7917

move paintown options out of util/menu

0 lines of code changed in 3 files:

  • src/util/menu: optionfactory.cpp (-12), options.cpp (-242), options.h (-126)
kazzmir 2013-04-06 11:56 Rev.: 7851

display custom axis

17 lines of code changed in 1 file:

  • src/util/menu: options.cpp (+17 -5)
kazzmir 2013-04-03 22:09 Rev.: 7850

use current joystick axis values as starting point to sense the axis motion

22 lines of code changed in 1 file:

  • src/util/menu: options.cpp (+22 -3)
kazzmir 2013-04-01 13:06 Rev.: 7848

allow input source to specify multiple keyboards/joysticks

8 lines of code changed in 2 files:

  • src/util/menu: menu.cpp (+4 -3), options.cpp (+4 -4)
kazzmir 2013-04-01 09:33 Rev.: 7847

set custom joystick axis motions

54 lines of code changed in 1 file:

  • src/util/menu: options.cpp (+54 -5)
kazzmir 2013-03-31 15:39 Rev.: 7846

move local type to top level

37 lines of code changed in 1 file:

  • src/util/menu: options.cpp (+37 -35)
kazzmir 2013-03-31 14:59 Rev.: 7845

joystick motions that are above a threshold are considered pressed

148 lines of code changed in 1 file:

  • src/util/menu: options.cpp (+148 -6)
kazzmir 2013-03-27 20:45 Rev.: 7844

show list of joystick buttons on the left. pressing a button appears in a box on the right

37 lines of code changed in 3 files:

  • src/util/menu: menu.cpp (+16 -2), menu.h (+9 -1), options.cpp (+12 -6)
kazzmir 2013-03-26 22:36 Rev.: 7843

show the current menu behind the joystick keys. handle window X button in a5

34 lines of code changed in 3 files:

  • src/util/menu: menu.cpp (+2 -2), menu.h (+2 -2), options.cpp (+30 -16)
kazzmir 2013-03-17 12:12 Rev.: 7841

show which button is being pressed

108 lines of code changed in 1 file:

  • src/util/menu: options.cpp (+108 -27)
kazzmir 2013-03-17 11:22 Rev.: 7840

implement custom joystick buttons and joystick menu

112 lines of code changed in 1 file:

  • src/util/menu: options.cpp (+112 -16)
kazzmir 2013-03-14 11:33 Rev.: 7836

change screen size without recreating the display

3 lines of code changed in 1 file:

  • src/util/menu: options.cpp (+3 -3)
kazzmir 2013-03-14 10:45 Rev.: 7835

create new temporary bitmap

4 lines of code changed in 1 file:

  • src/util/menu: options.cpp (+4 -4)
kazzmir 2013-03-10 23:24 Rev.: 7832

start new joystick menu

76 lines of code changed in 1 file:

  • src/util/menu: options.cpp (+76 -28)
kazzmir 2013-01-17 16:39 Rev.: 7751

dont force a window size. instead, draw black bars

3 lines of code changed in 2 files:

  • src/util/menu: menu.cpp (+1 -1), options.cpp (+2 -2)
kazzmir 2012-12-27 22:44 Rev.: 7702

silence compiler warnings

1 lines of code changed in 1 file:

  • src/util/menu: options.cpp (+1 -1)
kazzmir 2012-12-22 13:33 Rev.: 7691

make the Resource object stand-alone

1 lines of code changed in 1 file:

  • src/util/menu: menu.cpp (+1 -1)
kazzmir 2012-12-22 13:13 Rev.: 7688

move font factory to src/util. make new file for version stuff

9 lines of code changed in 3 files:

  • src/util/menu: menu.cpp (+4 -4), menutest.cpp (-1), options.cpp (+5 -8)
kazzmir 2012-12-22 12:51 Rev.: 7687

move configuration to src/util

4 lines of code changed in 5 files:

  • src/util/menu: action_speed.cpp (+1 -1), font-info.cpp (+1 -1), menu.cpp (+1 -1), options.cpp (+1 -1)
kazzmir 2012-12-22 12:29 Rev.: 7686

move more stuff out of globals.h

2 lines of code changed in 1 file:

  • src/util/menu: options.cpp (+2 -2)
kazzmir 2012-12-22 11:42 Rev.: 7685

remove dependancy from utils on globals.h

4 lines of code changed in 2 files:

  • src/util/menu: menu.cpp (+3 -1), options.cpp (+1 -1)
kazzmir 2012-12-20 16:24 Rev.: 7682

remove dependancy on non-base exceptions from the thread stuff

2 lines of code changed in 2 files:

  • src/util/menu: menu_option.cpp (+1), options.cpp (+1)
kazzmir 2012-12-14 23:28 Rev.: 7663

move load_exception to util/exceptions

1 lines of code changed in 9 files:

  • src/util/menu: action_speed.h (-1), menu.h (-1), menu_option.h (-1), menutest.cpp (new), optionfactory.cpp (-1), optionfactory.h (-2)
kazzmir 2012-12-14 22:32 Rev.: 7661

move fire.cpp to util/graphics

0 lines of code changed in 1 file:

  • src/util/menu: options.cpp (-1)
kazzmir 2012-12-14 11:45 Rev.: 7657

move gradient to util/graphics

2 lines of code changed in 2 files:

  • src/util/menu: menu.cpp (+1 -1), menu.h (+1 -1)
kazzmir 2012-12-13 11:49 Rev.: 7651

remove old headers

0 lines of code changed in 2 files:

  • src/util/menu: menu.cpp (-2), options.cpp (-2)
kazzmir 2012-12-12 00:00 Rev.: 7642

move bitmap files to util/graphics

7 lines of code changed in 3 files:

  • src/util/menu: menu.cpp (+3 -3), menu_option.cpp (+1 -1), options.cpp (+3 -3)
kazzmir 2012-12-09 12:44 Rev.: 7629

fix up references

3 lines of code changed in 2 files:

  • src/util/menu: menu.cpp (+2 -2), options.cpp (+1 -1)
juvinious 2012-10-06 13:26 Rev.: 7576

[Util] Check if sprites/paintown.png exists.

5 lines of code changed in 1 file:

  • src/util/menu: options.cpp (+5 -1)
kazzmir 2012-10-02 22:38 Rev.: 7569

draw joystick button labels

58 lines of code changed in 3 files:

  • src/util/menu: menu.cpp (+15 -7), menu.h (+3), options.cpp (+40 -3)
kazzmir 2012-09-30 19:12 Rev.: 7568

select joystick. handle esc in the configuration screen

50 lines of code changed in 1 file:

  • src/util/menu: options.cpp (+50 -9)
kazzmir 2012-09-30 18:10 Rev.: 7567

add helper class to fill reference count objects with data

2 lines of code changed in 1 file:

  • src/util/menu: options.cpp (+2 -5)
kazzmir 2012-09-30 15:52 Rev.: 7565

explicitly pass Renderer object to Menu constructor. refcount the Renderer

87 lines of code changed in 3 files:

  • src/util/menu: menu.cpp (+50 -35), menu.h (+27 -20), options.cpp (+10 -9)

(43 more)

Generated by StatSVN 0.7.0