Directory src/test/mugen/

Directory Created:
2010-01-14 23:31
Total Files:
27
Deleted Files:
3
Lines of Code:
9103

[root]/src/test/mugen

Lines of Code

src/test/mugen/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 440 (100.0%) 20048 (100.0%) 45.5
kazzmir 310 (70.5%) 12367 (61.7%) 39.8
juvinious 130 (29.5%) 7681 (38.3%) 59.0

Most Recent Commits

kazzmir 2014-01-31 00:08 Rev.: 8194

remove common/init.cpp and fix tests

9 lines of code changed in 4 files:

  • src/test/mugen: SConstruct (+1 -10), replay.cpp (+6 -1), widgets.cpp (-2), world.cpp (+2 -1)
kazzmir 2014-01-30 23:50 Rev.: 8193

use normal init instead of test/common

34 lines of code changed in 9 files:

  • src/test/mugen: chat.cpp (+4 -11), load-full.cpp (+4 -9), load-select.cpp (+4 -11), load-sff.cpp (+4 -5), load-stage.cpp (+4 -4), load.cpp (+4 -8), select-main.cpp (+3 -11), state.cpp (+4 -11), versus.cpp (+3 -11)
kazzmir 2014-01-29 00:01 Rev.: 8192

remove common/timer.cpp

0 lines of code changed in 1 file:

  • src/test/mugen: SConstruct (-3)
kazzmir 2014-01-28 23:57 Rev.: 8191

use global init for tests instead of an adhoc version in common

24 lines of code changed in 10 files:

  • src/test/mugen: chat.cpp (+2 -2), replay.cpp (+2 -1), run-match.cpp (+3 -1), select-main.cpp (+2 -2), sffv2.cpp (+2 -1), states.cpp (+3 -1), versus.cpp (+2 -2), view.cpp (+2 -1), widgets.cpp (+3 -7), world.cpp (+3 -1)
kazzmir 2014-01-14 23:58 Rev.: 8174

start a new mugen command design

167 lines of code changed in 2 files:

  • src/test/mugen: SConstruct (+5), command2.cpp (new 162)
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

14 lines of code changed in 1 file:

  • src/test/mugen: replay.cpp (+14 -3)
kazzmir 2013-11-03 14:59 Rev.: 8054

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

4 lines of code changed in 1 file:

  • src/test/mugen: replay.cpp (+4 -5)
kazzmir 2013-11-03 01:00 Rev.: 8053

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

13 lines of code changed in 1 file:

  • src/test/mugen: replay.cpp (+13 -5)
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

1396 lines of code changed in 2 files:

  • src/test/mugen: replay.cpp (+27 -9), replay.txt (+1369 -1799)
kazzmir 2013-10-13 22:20 Rev.: 8047

[mugen] serialize constraint buffer time and emitted state

2 lines of code changed in 1 file:

  • src/test/mugen: replay.cpp (+2 -2)
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

4 lines of code changed in 1 file:

  • src/test/mugen: replay.cpp (+4 -1)
kazzmir 2013-09-26 21:42 Rev.: 8039

[mugen] serialize round information

90 lines of code changed in 1 file:

  • src/test/mugen: replay.cpp (+90 -1)
kazzmir 2013-09-18 17:54 Rev.: 8038

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

41 lines of code changed in 1 file:

  • src/test/mugen: replay.cpp (+41)
kazzmir 2013-09-10 22:12 Rev.: 8037

[mugen] test command serialization

50 lines of code changed in 1 file:

  • src/test/mugen: command.cpp (+50)
kazzmir 2013-08-31 19:09 Rev.: 8007

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

19 lines of code changed in 1 file:

  • src/test/mugen: serialize-data.cpp (+19 -1)
kazzmir 2013-08-31 14:23 Rev.: 8006

[mugen] fix serialization for RuntimeValue::Double

17 lines of code changed in 1 file:

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

[mugen] more serialization tests

80 lines of code changed in 1 file:

  • src/test/mugen: serialize-data.cpp (+80)
kazzmir 2013-08-31 10:29 Rev.: 8004

[mugen] start unit test for serializing individual objects

56 lines of code changed in 2 files:

  • src/test/mugen: SConstruct (+7), serialize-data.cpp (new 49)
kazzmir 2013-08-13 22:31 Rev.: 7993

[mugen] update replay test

1144 lines of code changed in 2 files:

  • src/test/mugen: replay.cpp (+94 -27), replay.txt (+1050 -948)
kazzmir 2013-08-11 21:51 Rev.: 7989

[mugen] use new commands in characters

1 lines of code changed in 1 file:

  • src/test/mugen: command.cpp (+1 -1)
kazzmir 2013-08-11 21:16 Rev.: 7988

[mugen] use mugen version of the new command in the test

3 lines of code changed in 1 file:

  • src/test/mugen: command.cpp (+3 -1)
kazzmir 2013-08-11 12:54 Rev.: 7985

[mugen] treat >x keys as just x for now

9 lines of code changed in 1 file:

  • src/test/mugen: command.cpp (+9)
kazzmir 2013-08-11 09:44 Rev.: 7984

[mugen] implement hold keys

136 lines of code changed in 1 file:

  • src/test/mugen: command.cpp (+136 -6)
kazzmir 2013-07-28 21:47 Rev.: 7976

[mugen] add all the keys

408 lines of code changed in 1 file:

  • src/test/mugen: command.cpp (+408 -58)
kazzmir 2013-07-28 09:07 Rev.: 7975

[mugen] make sure the key is always held for delay constraints

13 lines of code changed in 1 file:

  • src/test/mugen: command.cpp (+13)
kazzmir 2013-07-27 22:42 Rev.: 7974

[mugen] topologically sort the constraints so a fixed point computation is not needed. handle timed-release keys with a single constraint

168 lines of code changed in 1 file:

  • src/test/mugen: command.cpp (+168 -7)
kazzmir 2013-07-24 21:47 Rev.: 7973

[mugen] implement the key combined constraint

137 lines of code changed in 1 file:

  • src/test/mugen: command.cpp (+137 -14)
kazzmir 2013-07-21 19:44 Rev.: 7972

dont leak the reference count during convert(). fix pthreads for sdl

12 lines of code changed in 1 file:

  • src/test/mugen: command.cpp (+12)
kazzmir 2013-07-19 21:29 Rev.: 7971

[mugen] more tests for keys

43 lines of code changed in 1 file:

  • src/test/mugen: command.cpp (+43 -32)
kazzmir 2013-07-19 13:21 Rev.: 7969

[mugen] handle release modifier for key constraints. use constraints in a new command class

123 lines of code changed in 1 file:

  • src/test/mugen: command.cpp (+123 -66)
kazzmir 2013-07-19 10:36 Rev.: 7967

[mugen] add constraint key class

193 lines of code changed in 1 file:

  • src/test/mugen: command.cpp (+193)
kazzmir 2013-07-05 22:32 Rev.: 7964

[mugen] simplify testing keys

192 lines of code changed in 1 file:

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

[mugen] add a key released event

34 lines of code changed in 1 file:

  • src/test/mugen: command.cpp (+34 -7)
kazzmir 2013-06-30 13:27 Rev.: 7960

[mugen] loop through as many states as possible

48 lines of code changed in 1 file:

  • src/test/mugen: command.cpp (+48 -1)
kazzmir 2013-06-30 12:53 Rev.: 7958

[mugen] add test for commands

40 lines of code changed in 2 files:

  • src/test/mugen: SConstruct (+7), command.cpp (new 33)
kazzmir 2013-06-29 20:51 Rev.: 7957

[mugen] rewind the replay game and check for equal states

53 lines of code changed in 1 file:

  • src/test/mugen: replay.cpp (+53 -10)
kazzmir 2013-06-29 19:05 Rev.: 7956

[mugen] run replay match

108 lines of code changed in 1 file:

  • src/test/mugen: replay.cpp (+108)
kazzmir 2013-06-25 21:55 Rev.: 7950

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

1709 lines of code changed in 2 files:

  • src/test/mugen: replay.cpp (+12 -2), replay.txt (new 1697)
kazzmir 2013-06-19 21:56 Rev.: 7949

[mugen] print current inputs

65 lines of code changed in 1 file:

  • src/test/mugen: replay.cpp (+65 -2)
kazzmir 2013-06-19 17:05 Rev.: 7948

[mugen] start test to record commands and replay states

189 lines of code changed in 2 files:

  • src/test/mugen: SConstruct (+1), replay.cpp (new 188)

(221 more)

Generated by StatSVN 0.7.0