Directory tools/mugen-converter/

Directory Created:
2011-01-24 15:17
Total Files:
3
Deleted Files:
0
Lines of Code:
460

[root]/tools/mugen-converter
            directory in repo src (11 files, 3319 lines)
                directory in repo test (3 files, 413 lines)

Lines of Code

tools/mugen-converter/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 45 (100.0%) 567 (100.0%) 12.6
juvinious 39 (86.7%) 513 (90.5%) 13.1
kazzmir 6 (13.3%) 54 (9.5%) 9.0

Most Recent Commits

juvinious 2011-08-29 13:16 Rev.: 6017

Convert more state keywords.

42 lines of code changed in 1 file:

  • tools/mugen-converter: mugen.py (+42 -2)
juvinious 2011-08-29 10:12 Rev.: 6016

Add more conversions. Add members to mugen.Character.

22 lines of code changed in 1 file:

  • tools/mugen-converter: mugen.py (+22)
juvinious 2011-08-28 21:27 Rev.: 6010

Add ability to list states.

6 lines of code changed in 1 file:

  • tools/mugen-converter: mugen.py (+6)
juvinious 2011-08-28 20:35 Rev.: 6009

Add prompt. Fix typo in mugen.py.

1 lines of code changed in 1 file:

  • tools/mugen-converter: mugen.py (+1 -1)
juvinious 2011-08-28 20:22 Rev.: 6008

Drop allegro in favor for pthreads and use cin to capture input.

10 lines of code changed in 1 file:

  • tools/mugen-converter: SConstruct (+10 -11)
juvinious 2011-08-28 12:23 Rev.: 6005

Fix errors from state transitions 5900 -> 190 -> 191 -> 0

9 lines of code changed in 1 file:

  • tools/mugen-converter: mugen.py (+9 -1)
juvinious 2011-08-28 11:36 Rev.: 6004

Handle more state transitions.

9 lines of code changed in 1 file:

  • tools/mugen-converter: mugen.py (+9 -4)
juvinious 2011-08-27 21:12 Rev.: 6001

Add more functions to Character and World in mugen.py. Added latter functions conversions in trigger handler. Make test print character name and current state. Provide test with the ability to input new states to change to.

26 lines of code changed in 1 file:

  • tools/mugen-converter: mugen.py (+26 -2)
juvinious 2011-08-24 14:01 Rev.: 5979

Created World class and added more members to Character in mugen.py. Initialize mugen.World in Character and pass to state handler.

28 lines of code changed in 1 file:

  • tools/mugen-converter: mugen.py (+28)
juvinious 2011-08-24 09:49 Rev.: 5976

Add in allegro for test to facilitate flow of states.

36 lines of code changed in 2 files:

  • tools/mugen-converter: SConstruct (+31 -2), mugen.py (+5 -5)
juvinious 2011-08-23 20:22 Rev.: 5975

Add negative states and act function to mugen.py. Initialized negative states in Generator. Prepare test application to initialize character and step through states.

17 lines of code changed in 1 file:

  • tools/mugen-converter: mugen.py (+17 -3)
juvinious 2011-08-23 15:39 Rev.: 5974

Add some extra state and exception handling.

15 lines of code changed in 1 file:

  • tools/mugen-converter: mugen.py (+15 -1)
juvinious 2011-08-23 09:16 Rev.: 5964

Added changeState to character and removed ifelse function in mugen.py. Begin to add controller actions. Added append to Content.

10 lines of code changed in 1 file:

  • tools/mugen-converter: mugen.py (+10 -9)
juvinious 2011-08-20 08:32 Rev.: 5945

Print time it takes to load module.

4 lines of code changed in 1 file:

  • tools/mugen-converter: SConstruct (+4)
juvinious 2011-08-17 09:34 Rev.: 5915

Added functions to handle ifelse and ln to mugen.py. Begin to piece together expressions and output to console.

13 lines of code changed in 1 file:

  • tools/mugen-converter: mugen.py (+13 -2)
juvinious 2011-08-16 09:17 Rev.: 5905

Begin to add trigger conversion utility.

1 lines of code changed in 1 file:

  • tools/mugen-converter: SConstruct (+1)
juvinious 2011-08-16 08:27 Rev.: 5903

Updated StateDef class in mugen.py. Moved all StateDef classes outside of Character class and moved state function inside StateDef class as evaluate. Corrected PythonClass copy constructor and operator=.

3 lines of code changed in 1 file:

  • tools/mugen-converter: mugen.py (+3 -4)
juvinious 2011-08-15 22:01 Rev.: 5901

Expand on StateDef in mugen.py. Create new classes per statedef in generator.

16 lines of code changed in 1 file:

  • tools/mugen-converter: mugen.py (+16 -7)
juvinious 2011-08-15 12:46 Rev.: 5895

Place commands in array instead of a single string.

22 lines of code changed in 1 file:

  • tools/mugen-converter: mugen.py (+22 -3)
juvinious 2011-08-15 11:13 Rev.: 5893

Created Character class to test generated python scripts.

1 lines of code changed in 1 file:

  • tools/mugen-converter: SConstruct (+1)
juvinious 2011-08-12 12:39 Rev.: 5870

Begin to add character test. Added Null controller. Added self and world to state definition.

51 lines of code changed in 1 file:

  • tools/mugen-converter: SConstruct (+51)
juvinious 2011-08-11 15:16 Rev.: 5861

Moved Content, PythonDefinition, and PythonClass over to tools. Added content to begin adding state controller handlers to output python.

2 lines of code changed in 2 files:

  • tools/mugen-converter: SConstruct (+1), mugen.py (+1 -1)
juvinious 2011-08-09 21:18 Rev.: 5854

Remove extra {} in params of state class in mugen.py. Created StateCollection. Parse more state data creating relative python code.

1 lines of code changed in 1 file:

  • tools/mugen-converter: mugen.py (+1 -1)
juvinious 2011-08-09 07:13 Rev.: 5851

Implement more state details.

18 lines of code changed in 1 file:

  • tools/mugen-converter: mugen.py (+18 -4)
juvinious 2011-08-08 12:32 Rev.: 5848

Parse the remaining constants for a character and clean up mugen.py declarations.

9 lines of code changed in 1 file:

  • tools/mugen-converter: mugen.py (+9 -3)
juvinious 2011-08-08 09:31 Rev.: 5845

Correct variables in mugen.py. Parse more of cns files.

13 lines of code changed in 1 file:

  • tools/mugen-converter: mugen.py (+13 -13)
juvinious 2011-08-08 08:41 Rev.: 5844

Begin to parse state files. Added functions to mugen.py.

10 lines of code changed in 1 file:

  • tools/mugen-converter: mugen.py (+10 -2)
juvinious 2011-08-08 07:36 Rev.: 5843

Removed redundant filename for constants and added to other state files.

0 lines of code changed in 1 file:

  • tools/mugen-converter: mugen.py (-1)
juvinious 2011-08-08 07:31 Rev.: 5842

Added clean target to Makefile. Add additional comments and line numbers to generated python code. Cleaned up command output from .cmd file.

5 lines of code changed in 1 file:

  • tools/mugen-converter: Makefile (+5 -1)
juvinious 2011-08-06 23:35 Rev.: 5831

Added more constants to mugen.py. Parse additional constants. Added debug libs if DEBUG is enabled in environment.

66 lines of code changed in 2 files:

  • tools/mugen-converter: SConstruct (+10), mugen.py (+56)
juvinious 2011-08-06 20:39 Rev.: 5828

Include pcre into build to handle more complex searches.

10 lines of code changed in 1 file:

  • tools/mugen-converter: SConstruct (+10)
juvinious 2011-08-06 15:53 Rev.: 5827

Fix mugen.py declarations. Parse more of character definition file.

2 lines of code changed in 1 file:

  • tools/mugen-converter: mugen.py (+2 -3)
juvinious 2011-08-06 15:22 Rev.: 5826

Begin to parse character definition file.

3 lines of code changed in 1 file:

  • tools/mugen-converter: mugen.py (+3 -3)
kazzmir 2011-08-05 12:18 Rev.: 5818

typo

1 lines of code changed in 1 file:

  • tools/mugen-converter: Makefile (+1 -1)
kazzmir 2011-08-05 12:18 Rev.: 5817

add simple makefile

2 lines of code changed in 1 file:

  • tools/mugen-converter: Makefile (new 2)
juvinious 2011-08-04 21:45 Rev.: 5815

Add mugen.py and created generator class to handle conversion of mugen character to python.

30 lines of code changed in 2 files:

  • tools/mugen-converter: SConstruct (+2 -1), mugen.py (new 28)
juvinious 2011-08-04 07:03 Rev.: 5810

Move example and utilities to other files to lay ground work for converter.

2 lines of code changed in 1 file:

  • tools/mugen-converter: SConstruct (+2)
kazzmir 2011-08-01 11:13 Rev.: 5803

update usage of the peg generator

2 lines of code changed in 1 file:

  • tools/mugen-converter: SConstruct (+2 -2)
kazzmir 2011-01-25 21:11 Rev.: 5311

build the pegs

3 lines of code changed in 1 file:

  • tools/mugen-converter: SConstruct (+3 -3)
kazzmir 2011-01-24 15:21 Rev.: 5306

change build directories

11 lines of code changed in 1 file:

  • tools/mugen-converter: SConstruct (+11 -11)

(1 more)

Generated by StatSVN 0.7.0