Directory src/mugen/

Directory Created:
2009-01-11 19:08
Total Files:
89
Deleted Files:
75
Lines of Code:
60894

[root]/src/mugen
            directory in repo ast (32 files, 4714 lines)
            directory in repo docs (12 files, 6195 lines)
            directory in repo parser (31 files, 9777 lines)
                directory in repo doc (2 files, 315 lines)
                directory in repo example (6 files, 325 lines)
                directory in repo tests (10 files, 19 lines)
            directory in repo state (5 files, 1223 lines)

Lines of Code

src/mugen/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 5815 (100.0%) 152106 (100.0%) 26.1
kazzmir 3999 (68.8%) 85470 (56.2%) 21.3
juvinious 1813 (31.2%) 66468 (43.7%) 36.6
drafkind 3 (0.1%) 168 (0.1%) 56.0

Most Recent Commits

kazzmir 2014-11-01 13:42 Rev.: 8245

[mugen] handle non-existent files in the parse cache. use parse cache in more places. allow multiple parse caches to exist

28 lines of code changed in 5 files:

  • src/mugen: game.cpp (+3), menu.cpp (+1), option-options.cpp (+1), parse-cache.cpp (+22 -18), stage.cpp (+1)
kazzmir 2014-07-22 22:01 Rev.: 8232

handle missing palette gracefully

7 lines of code changed in 1 file:

  • src/mugen: util.cpp (+7 -5)
kazzmir 2014-03-18 22:21 Rev.: 8218

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

33 lines of code changed in 6 files:

  • src/mugen: character-select.cpp (+3 -5), network.cpp (+9 -9), option-options.cpp (+10 -10), options.h (+2 -2), sff.cpp (+7 -7), versus.cpp (+2 -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

9 lines of code changed in 7 files:

  • src/mugen: character-select.cpp (+2 -2), menu.cpp (+1 -1), option-options.cpp (+2 -2), run-match.cpp (+1 -1), stage.cpp (+1 -1), storyboard.cpp (+1 -1), versus.cpp (+1 -1)
kazzmir 2013-11-05 23:05 Rev.: 8058

[mugen] replay network mode from the last set of input ticks from the opponent

52 lines of code changed in 2 files:

  • src/mugen: character-state.h (+2 -1), network.cpp (+50 -17)
kazzmir 2013-11-03 23:05 Rev.: 8057

[mugen] deserialize state controller persistent values. fix deserialization of maps. use an integer for the random index value instead of a char

41 lines of code changed in 4 files:

  • src/mugen: random.h (+1 -1), serialize-auto.cpp (+14 -14), world.cpp (+25 -2), world.h (+1 -1)
kazzmir 2013-11-03 15:31 Rev.: 8056

[mugen] set player behavior for time over and win states. save win state

19 lines of code changed in 1 file:

  • src/mugen: characterhud.cpp (+19 -1)
kazzmir 2013-11-03 15:17 Rev.: 8055

[mugen] serialize ko and dko fight elements

34 lines of code changed in 3 files:

  • src/mugen: animation.cpp (+9), animation.h (+3), characterhud.cpp (+22)
kazzmir 2013-11-03 14:59 Rev.: 8054

[mugen] set player behavior for roundover depending on what the ticker is

3 lines of code changed in 1 file:

  • src/mugen: characterhud.cpp (+3)
kazzmir 2013-11-03 01:00 Rev.: 8053

[mugen] dont use stage ticks to keep track of the current logic cycle

49 lines of code changed in 1 file:

  • src/mugen: characterhud.cpp (+49 -41)
kazzmir 2013-10-22 22:08 Rev.: 8049

[mugen] add game rate to the world state. keep track of which inputs occured on which ticks for the replay test

28 lines of code changed in 7 files:

  • src/mugen: character-state.h (+4 -2), characterhud.cpp (+2), characterhud.h (+11 -11), serialize-auto.cpp (+5), stage.cpp (+5 -5), stage.h (-3), world.cpp (+1 -1)
kazzmir 2013-10-13 22:20 Rev.: 8047

[mugen] serialize constraint buffer time and emitted state

3 lines of code changed in 1 file:

  • src/mugen: constraint.cpp (+3)
kazzmir 2013-10-12 21:39 Rev.: 8046

[mugen] serialize player info in the stage

151 lines of code changed in 6 files:

  • src/mugen: character-state.h (+27 -2), serialize-auto.cpp (+55), stage.cpp (+18), stage.h (+2), world.cpp (+46 -4), world.h (+3)
kazzmir 2013-10-10 09:42 Rev.: 8044

[vembyr] show alternatives in rule trace

4 lines of code changed in 2 files:

  • src/mugen: menu.cpp (+1), network.cpp (+3)
kazzmir 2013-09-30 08:26 Rev.: 8041

[mugen] serialize every field. timer info serializes itself. use dummy behavior for the replay test for now

273 lines of code changed in 4 files:

  • src/mugen: characterhud.cpp (+50 -7), characterhud.h (+10), serialize-auto.cpp (+211 -645), stage.cpp (+2)
kazzmir 2013-09-27 08:17 Rev.: 8040

[mugen] implement serialization for FightElement and seralize the current round

50 lines of code changed in 2 files:

  • src/mugen: characterhud.cpp (+47), characterhud.h (+3)
kazzmir 2013-09-26 21:42 Rev.: 8039

[mugen] serialize round information

107 lines of code changed in 7 files:

  • src/mugen: character.cpp (+23), character.h (+1 -3), characterhud.cpp (+42), characterhud.h (+9), stage.cpp (+2 -2), world.cpp (+26 -17), world.h (+4 -4)
kazzmir 2013-09-18 17:54 Rev.: 8038

[mugen] serialize constraints in a deterministic order. add constraint serialization to the world

121 lines of code changed in 5 files:

  • src/mugen: character.cpp (+4), character.h (+2), constraint.cpp (+85 -45), constraint.h (+20 -3), world.cpp (+10)
kazzmir 2013-09-10 22:12 Rev.: 8037

[mugen] test command serialization

3 lines of code changed in 1 file:

  • src/mugen: constraint.cpp (+3 -3)
kazzmir 2013-09-09 22:19 Rev.: 8034

[mugen] deserialize constraints

48 lines of code changed in 2 files:

  • src/mugen: constraint.cpp (+44 -2), constraint.h (+4)
kazzmir 2013-08-31 22:49 Rev.: 8008

[mugen] start map entries with a simple name

21 lines of code changed in 1 file:

  • src/mugen: serialize-auto.cpp (+21 -21)
kazzmir 2013-08-31 19:09 Rev.: 8007

[mugen] fix RuntimeValue operator== and finish serialization tests for it

39 lines of code changed in 1 file:

  • src/mugen: compiler.cpp (+39)
kazzmir 2013-08-31 14:23 Rev.: 8006

[mugen] fix serialization for RuntimeValue::Double

1 lines of code changed in 1 file:

  • src/mugen: serialize.cpp (+1)
kazzmir 2013-08-31 12:45 Rev.: 8005

[mugen] more serialization tests

44 lines of code changed in 3 files:

  • src/mugen: compiler.cpp (+5), compiler.h (+1), serialize.cpp (+38 -12)
kazzmir 2013-08-29 22:37 Rev.: 8002

[mugen] implement the needed deserialization routines

87 lines of code changed in 1 file:

  • src/mugen: serialize.cpp (+87 -5)
kazzmir 2013-08-28 21:35 Rev.: 8001

[mugen] start to implement deserialization for std::map

119 lines of code changed in 4 files:

  • src/mugen: character-state.h (+3 -2), serialize-auto.cpp (+72 -6), serialize.cpp (+29), serialize.h (+15 -2)
kazzmir 2013-08-18 12:42 Rev.: 7997

[mugen] serialize constraints

38 lines of code changed in 2 files:

  • src/mugen: constraint.cpp (+33), constraint.h (+5)
kazzmir 2013-08-13 08:59 Rev.: 7991

[mugen] reset command if input is empty

53 lines of code changed in 2 files:

  • src/mugen: constraint.cpp (+52 -13), constraint.h (+1)
kazzmir 2013-08-12 08:43 Rev.: 7990

[mugen] reset constraints when needed

47 lines of code changed in 2 files:

  • src/mugen: constraint.cpp (+40 -1), constraint.h (+7 -3)
kazzmir 2013-08-11 21:51 Rev.: 7989

[mugen] use new commands in characters

90 lines of code changed in 9 files:

  • src/mugen: behavior.cpp (+13 -12), behavior.h (+8 -8), character.cpp (+11 -6), character.h (+3 -3), constraint.cpp (+30 -10), constraint.h (+9 -1), network-behavior.cpp (+3 -3), network-behavior.h (+3 -3), network.cpp (+10 -9)
kazzmir 2013-08-11 14:32 Rev.: 7987

[mugen] add constraint-based command system

933 lines of code changed in 3 files:

  • src/mugen: CMakeLists.txt (+1), constraint.cpp (new 821), constraint.h (new 111)
kazzmir 2013-07-07 21:48 Rev.: 7966

more int32/uint32 fixes

18 lines of code changed in 4 files:

  • src/mugen: character.cpp (+7 -7), character.h (+2 -2), world.cpp (+7 -7), world.h (+2 -2)
kazzmir 2013-07-05 22:32 Rev.: 7964

[mugen] simplify testing keys

2 lines of code changed in 1 file:

  • src/mugen: command.cpp (+2 -2)
kazzmir 2013-07-04 16:09 Rev.: 7961

[mugen] add a key released event

259 lines of code changed in 4 files:

  • src/mugen: behavior.cpp (+43 -14), command.cpp (+156 -115), command.h (+34 -23), network.cpp (+26 -26)
kazzmir 2013-06-30 13:27 Rev.: 7960

[mugen] loop through as many states as possible

11 lines of code changed in 1 file:

  • src/mugen: command.cpp (+11 -2)
kazzmir 2013-06-30 13:19 Rev.: 7959

[mugen] use a state machine for checking key inputs on a command. not fully functional

204 lines of code changed in 2 files:

  • src/mugen: command.cpp (+156 -1), command.h (+48)
kazzmir 2013-06-29 11:22 Rev.: 7953

[mugen] two more initialization order fixes

5 lines of code changed in 1 file:

  • src/mugen: character-select.cpp (+5 -2)
kazzmir 2013-06-29 11:03 Rev.: 7952

[mugen] fix order of initialization for thread objects

3 lines of code changed in 1 file:

  • src/mugen: search.h (+3 -1)
kazzmir 2013-06-29 10:58 Rev.: 7951

fix issues found by clangs -fsanitize=undefined: wrong initialization order of class members, and invalid use of pointer cast

1 lines of code changed in 1 file:

  • src/mugen: search.h (+1 -1)
kazzmir 2013-06-25 21:55 Rev.: 7950

[mugen] store recorded inputs in a file. record one game

7 lines of code changed in 2 files:

  • src/mugen: stage.cpp (+4), stage.h (+3)

(2240 more)

Generated by StatSVN 0.7.0