[root]/tools/mugen-converter/src
test
(3 files, 413 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 155 (100.0%) | 6099 (100.0%) | 39.3 |
juvinious | 151 (97.4%) | 5893 (96.6%) | 39.0 |
kazzmir | 4 (2.6%) | 206 (3.4%) | 51.5 |
start an abstraction over input sources
4 lines of code changed in 1 file:
Convert more state keywords.
58 lines of code changed in 1 file:
Add more conversions. Add members to mugen.Character.
10 lines of code changed in 1 file:
Fix errors from state transitions 5900 -> 190 -> 191 -> 0
3 lines of code changed in 2 files:
Handle more state transitions.
3 lines of code changed in 2 files:
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.
5 lines of code changed in 2 files:
Created World class and added more members to Character in mugen.py. Initialize mugen.World in Character and pass to state handler.
10 lines of code changed in 2 files:
Move negative state initialization to the end of __init__.
18 lines of code changed in 1 file:
Add in allegro for test to facilitate flow of states.
6 lines of code changed in 1 file:
Add negative states and act function to mugen.py. Initialized negative states in Generator. Prepare test application to initialize character and step through states.
18 lines of code changed in 1 file:
Pass self to controller calls.
1 lines of code changed in 1 file:
Add more line information. Handle hitdef attribute and attack attribute.
36 lines of code changed in 2 files:
Handle statedef init values.
36 lines of code changed in 2 files:
Restore accidentally removed controller calls.
5 lines of code changed in 1 file:
Added changeState to character and removed ifelse function in mugen.py. Begin to add controller actions. Added append to Content.
229 lines of code changed in 4 files:
Use functions instead of new classes for each controller.
31 lines of code changed in 2 files:
Fix substr.
1 lines of code changed in 1 file:
Handle functions and ifelse appropriately.
50 lines of code changed in 1 file:
Use lambda's where possible. Handle valuelist.
42 lines of code changed in 3 files:
Check for state types.
12 lines of code changed in 1 file:
Handle functions and begin to convert keywords.
123 lines of code changed in 3 files:
Fix trigger evaluation. Correct && || conversion to python.
19 lines of code changed in 2 files:
Use classes for each controller for evaluation in state.
43 lines of code changed in 2 files:
Evaluate triggers in controller.
31 lines of code changed in 1 file:
Return builders.
4 lines of code changed in 1 file:
Begin creating functions to handle state triggers.
289 lines of code changed in 5 files:
Remove bool.
3 lines of code changed in 1 file:
Fixed ExpressionBuilder crawler to output items in correct sequence.
11 lines of code changed in 1 file:
Updated crawler.
27 lines of code changed in 2 files:
Correct issue with right side expressions.
183 lines of code changed in 2 files:
Correct spacing in character class.
85 lines of code changed in 1 file:
Make some corrections to convert and ExpressionBuilder.
67 lines of code changed in 3 files:
Refactoring trigger handling.
204 lines of code changed in 5 files:
Added functions to handle ifelse and ln to mugen.py. Begin to piece together expressions and output to console.
312 lines of code changed in 3 files:
Moved match to tools for reuse. Added keyword handling.
166 lines of code changed in 4 files:
Make convert use Value instead. Parse other Value types.
45 lines of code changed in 3 files:
Walk Values instead.
10 lines of code changed in 1 file:
No need to copy/delete.
8 lines of code changed in 1 file:
Begin to parse expressions.
63 lines of code changed in 3 files:
Begin to add trigger conversion utility.
155 lines of code changed in 2 files:
(39 more)