Directory src/menu/

Directory Created:
2007-09-08 12:04
Directory Deleted:
2011-11-29 11:15
Total Files:
0
Deleted Files:
78
Lines of Code:
0

[root]/src/menu

Lines of Code

src/menu/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 1661 (100.0%) 26916 (100.0%) 16.2
juvinious 674 (40.6%) 15832 (58.8%) 23.4
kazzmir 987 (59.4%) 11084 (41.2%) 11.2

Most Recent Commits

kazzmir 2011-11-29 11:15 Rev.: 6615

erase menu directory

0 lines of code changed in 78 files:

  • src/menu: action_speed.cpp (del), action_speed.h (del), actionfactory.cpp (del), actionfactory.h (del), font-info.cpp (del), font-info.h (del), item_speed.cpp (del), item_speed.h (del), itemfactory.cpp (del), itemfactory.h (del), menu-exception.h (del), menu.cpp (del), menu.h (del), menu_action.cpp (del), menu_action.h (del), menu_animation.cpp (del), menu_animation.h (del), menu_global.cpp (del), menu_global.h (del), menu_item.cpp (del), menu_item.h (del), menu_option.cpp (del), menu_option.h (del), menutest.cpp (del), option_adventure.cpp (del), option_adventure.h (del), option_adventure_cpu.cpp (del), option_adventure_cpu.h (del), option_background.cpp (del), option_background.h (del), option_change_mod.cpp (del), option_change_mod.h (del), option_credits.cpp (del), option_credits.h (del), option_dummy.cpp (del), option_dummy.h (del), option_fullscreen.cpp (del), option_fullscreen.h (del), option_invincible.cpp (del), option_invincible.h (del), option_joystick.cpp (del), option_joystick.h (del), option_key.cpp (del), option_key.h (del), option_level.cpp (del), option_level.h (del), option_lives.cpp (del), option_lives.h (del), option_menu.cpp (del), option_menu.h (del), option_mugen_menu.cpp (del), option_mugen_menu.h (del), option_network_host.cpp (del), option_network_host.h (del), option_network_join.cpp (del), option_network_join.h (del), option_npc_buddies.cpp (del), option_npc_buddies.h (del), option_playmode.cpp (del), option_playmode.h (del), option_quit.cpp (del), option_quit.h (del), option_screen_size.cpp (del), option_screen_size.h (del), option_select_font.cpp (del), option_select_font.h (del), option_speed.cpp (del), option_speed.h (del), option_tabmenu.cpp (del), option_tabmenu.h (del), option_versus.cpp (del), option_versus.h (del), optionfactory.cpp (del), optionfactory.h (del), options.cpp (del), options.h (del), tab_menu.cpp (del), tab_menu.h (del)
kazzmir 2011-11-29 10:51 Rev.: 6613

remove unused references to the paintown engine

0 lines of code changed in 1 file:

  • src/menu: options.cpp (-13)
kazzmir 2011-11-20 14:53 Rev.: 6591

create a new structure for the loader to break the link between the loader and the paintown engine. mugen is now isolated from paintown

4 lines of code changed in 1 file:

  • src/menu: options.cpp (+4 -4)
kazzmir 2011-11-02 16:07 Rev.: 6503

remove public deprecated constructors from tokenreader

4 lines of code changed in 1 file:

  • src/menu: menu.cpp (+4 -4)
juvinious 2011-10-28 06:42 Rev.: 6463

Moved radius out of coordinate parsing in widget. Begin to add rounded corners to TabbedBox.

6 lines of code changed in 1 file:

  • src/menu: menu.cpp (+6)
juvinious 2011-10-21 11:57 Rev.: 6422

Remove Background class from menu and generalize it into AnimationManager for re-use. Replace pointers in Animation with ReferenceCount. Use AnimationManager in CharacterSelect and CutScene.

29 lines of code changed in 2 files:

  • src/menu: menu.cpp (+24 -71), menu.h (+5 -23)
kazzmir 2011-10-20 14:26 Rev.: 6415

make thhe reference count constructor explicit

9 lines of code changed in 2 files:

  • src/menu: menu.cpp (+4 -4), options.cpp (+5 -5)
kazzmir 2011-10-16 09:37 Rev.: 6393

show version in the credits

1 lines of code changed in 1 file:

  • src/menu: options.cpp (+1)
kazzmir 2011-10-01 14:07 Rev.: 6324

put the available languages in the menu context

34 lines of code changed in 4 files:

  • src/menu: menu.cpp (+25 -1), menu.h (+5), options.cpp (+4), options.h (-2)
kazzmir 2011-09-26 16:31 Rev.: 6294

promote miguel

0 lines of code changed in 1 file:

  • src/menu: options.cpp (-2)
juvinious 2011-09-25 14:43 Rev.: 6285

Utilize Menu::Context in credits.

21 lines of code changed in 2 files:

  • src/menu: options.cpp (+20 -10), options.h (+1 -1)
juvinious 2011-09-25 14:15 Rev.: 6284

Remove old comments.

4 lines of code changed in 1 file:

  • src/menu: menu.cpp (+4 -390)
juvinious 2011-09-25 14:03 Rev.: 6283

Correct token typo.

1 lines of code changed in 1 file:

  • src/menu: menu.cpp (+1 -1)
juvinious 2011-09-25 13:55 Rev.: 6281

Place list settings under display-list. Move space settings under space.

33 lines of code changed in 1 file:

  • src/menu: menu.cpp (+33 -4)
kazzmir 2011-09-24 17:36 Rev.: 6273

get languages from an explicit node in the menu data

28 lines of code changed in 2 files:

  • src/menu: menu.cpp (+24), menu.h (+4)
juvinious 2011-09-23 12:37 Rev.: 6254

Clean up ContextBox and allow max gradient (interpolation) to be modified.

1 lines of code changed in 1 file:

  • src/menu: menu.cpp (+1 -1)
kazzmir 2011-09-22 14:45 Rev.: 6244

partially revert 6243: make MenuOption subclass from Gui::ContextItem, but keep all the list value stuff

13 lines of code changed in 3 files:

  • src/menu: menu.cpp (+5 -6), menu_option.cpp (+4), menu_option.h (+4 -9)
juvinious 2011-09-22 14:01 Rev.: 6243

Make MenuOption export as ScrollItem instead of subclassing it. Add ListValues to handle colors in ContextBox.

23 lines of code changed in 3 files:

  • src/menu: menu.cpp (+15 -5), menu_option.cpp (-1), menu_option.h (+8 -1)
juvinious 2011-09-21 11:33 Rev.: 6241

Allow tabbed menus to set scroll-type and scroll-wrap.

12 lines of code changed in 1 file:

  • src/menu: menu.cpp (+12)
kazzmir 2011-09-18 15:18 Rev.: 6206

[paintown] make some menus use normal lists

4 lines of code changed in 1 file:

  • src/menu: menu.h (+4)
juvinious 2011-09-18 13:24 Rev.: 6203

Add ability to change menu types (scrolling or normal) and wrapping.

12 lines of code changed in 1 file:

  • src/menu: menu.cpp (+12)
kazzmir 2011-09-17 15:23 Rev.: 6196

combine configuration index with the input source

5 lines of code changed in 2 files:

  • src/menu: menu.cpp (+2 -2), options.cpp (+3 -3)
kazzmir 2011-09-13 16:03 Rev.: 6172

pass option factory to tabbed menus as well. always try to join the future thread

6 lines of code changed in 3 files:

  • src/menu: optionfactory.cpp (+2 -2), options.cpp (+3 -3), options.h (+1 -1)
kazzmir 2011-09-13 12:45 Rev.: 6170

pass current option factory to sub-menus

10 lines of code changed in 3 files:

  • src/menu: optionfactory.cpp (+1 -1), options.cpp (+4 -3), options.h (+5 -1)
kazzmir 2011-09-11 14:15 Rev.: 6147

[paintown] show all players in the move list as separate tabs

4 lines of code changed in 1 file:

  • src/menu: menu.cpp (+4 -1)
kazzmir 2011-09-11 11:03 Rev.: 6146

start to handle all current players in the move list

38 lines of code changed in 2 files:

  • src/menu: menu.cpp (+21 -13), menu.h (+17 -13)
juvinious 2011-09-11 10:13 Rev.: 6145

Fix indentation in tabbed-box.cpp and make inactive tabs gray. Restructure source tree for platformer.

1 lines of code changed in 1 file:

  • src/menu: options.cpp (+1 -1)
kazzmir 2011-09-07 11:11 Rev.: 6130

use the original translations for the sound and music options

6 lines of code changed in 2 files:

  • src/menu: options.cpp (+4 -2), options.h (+2)
kazzmir 2011-09-05 20:28 Rev.: 6114

use keyboard attack1 as select in the menu

1 lines of code changed in 1 file:

  • src/menu: menu.cpp (+1)
kazzmir 2011-08-29 14:28 Rev.: 6019

start an abstraction over input sources

5 lines of code changed in 2 files:

  • src/menu: menu.cpp (+2 -1), options.cpp (+3 -2)
kazzmir 2011-08-22 16:50 Rev.: 5962

handle buttons 4, 5, 6

11 lines of code changed in 1 file:

  • src/menu: options.cpp (+11)
kazzmir 2011-08-13 08:50 Rev.: 5874

fix joystick screen

59 lines of code changed in 1 file:

  • src/menu: options.cpp (+59 -9)
kazzmir 2011-08-13 08:01 Rev.: 5873

get the right font in the keyboard/joystick menus

3 lines of code changed in 2 files:

  • src/menu: menu.cpp (-2), options.cpp (+3 -2)
kazzmir 2011-08-02 21:28 Rev.: 5806

only the joystick quit button should be cancel. other buttons can select stuff

3 lines of code changed in 1 file:

  • src/menu: menu.cpp (+3 -1)
kazzmir 2011-08-01 14:42 Rev.: 5804

handle f11 in the event loop

2 lines of code changed in 2 files:

  • src/menu: menu.cpp (+1 -12), menu.h (+1 -2)
juvinious 2011-07-29 08:54 Rev.: 5795

More tabulation.

2 lines of code changed in 1 file:

  • src/menu: menu.cpp (+2 -2)
juvinious 2011-07-29 08:51 Rev.: 5794

Fix tabulation.

199 lines of code changed in 2 files:

  • src/menu: menu.cpp (+154 -154), menu.h (+45 -45)
juvinious 2011-07-29 08:41 Rev.: 5791

Move override to be an addition to options instead of globally in the menu space.

55 lines of code changed in 2 files:

  • src/menu: menu.cpp (+37 -7), menu.h (+18 -2)
juvinious 2011-07-27 19:59 Rev.: 5789

Add override for menu.

145 lines of code changed in 2 files:

  • src/menu: menu.cpp (+138 -1), menu.h (+7)
kazzmir 2011-07-15 22:21 Rev.: 5753

[nacl] cache the existence of files. use a separate path to check for files in the manager

2 lines of code changed in 1 file:

  • src/menu: options.cpp (+2)

(551 more)

Generated by StatSVN 0.7.0