Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 443 (100.0%) | 6026 (100.0%) | 13.6 |
kazzmir | 436 (98.4%) | 5753 (95.5%) | 13.1 |
drafkind | 6 (1.4%) | 272 (4.5%) | 45.3 |
juvinious | 1 (0.2%) | 1 (0.0%) | 1.0 |
[mugen] invert filename slashes in the ast
18 lines of code changed in 2 files:
[mugen] dont confuse sca hit attributes for resources. check if the hit attributes matches whats in the reversal attributes
1 lines of code changed in 1 file:
[mugen] search for a character def file in the directory specified for instant modes. allow clsn arrays to leave off the number of the clsn since its specified in the clsn declaration anyway
1 lines of code changed in 1 file:
[mugen] parse H as a hitflag
1 lines of code changed in 1 file:
[mugen] treat AppendToClipboard the same as DisplayToClipboard. allow projectile expressions to look like functions
1 lines of code changed in 1 file:
[mugen] add object ids and implement ID and PlayerIdExist triggers
1 lines of code changed in 1 file:
[mugen] dummy implementations for projguarded and projcontact
1 lines of code changed in 1 file:
[mugen] parse hitflags properly
1 lines of code changed in 1 file:
[mugen] add "front" as a possible word to ignore for resources
1 lines of code changed in 1 file:
[mugen] parse as#d# alpha values and start to figure out how the blend mode works
1 lines of code changed in 1 file:
[mugen] fix projhit hopefully
1 lines of code changed in 1 file:
[mugen] add argument ast class
122 lines of code changed in 5 files:
[mugen] implement projhit
1 lines of code changed in 1 file:
add source information to all mugen exceptions
2 lines of code changed in 1 file:
[mugen] add projhit as a function
1 lines of code changed in 1 file:
[mugen] prevent resources from being confused with other expressions. ignoreHitPause can be an expression
1 lines of code changed in 1 file:
[mugen] resources can accept expressions
18 lines of code changed in 2 files:
[mugen] use a new ast node to represent resources that come from different sff files
152 lines of code changed in 5 files:
[mugen] start to implement BindToTarget. add arguments to helper expressions
40 lines of code changed in 2 files:
[mugen] make the ast completely immutable. use views to extract data in a stateful manner
675 lines of code changed in 18 files:
[mugen] optimizations: compute the lowercase identifier name once. build the mapping of state controller names to types once
17 lines of code changed in 1 file:
[mugen] fix edge case for wrapping strings. allow commands to have trailing commas
5 lines of code changed in 2 files:
[mugen] the comparison operator for the second argument of an animelem defaults to equals if not given
1 lines of code changed in 1 file:
add line and column numbers to all mugen ast nodes
210 lines of code changed in 21 files:
add line numbers to ast::section
29 lines of code changed in 2 files:
[mugen] bump ast version
1 lines of code changed in 1 file:
give line numbers to functions
27 lines of code changed in 3 files:
get storyboard data only in the storyboard class. pass in all the data to backgrounds
4 lines of code changed in 1 file:
[mugen] add line numbers to value lists. dont strip directories for the intro file
45 lines of code changed in 3 files:
fix equality for value-attributes
9 lines of code changed in 1 file:
add value wrapper for attributes
87 lines of code changed in 4 files:
guards for parsing mugen menu stuff
7 lines of code changed in 1 file:
fix a couple of warnings related to unsigned variables
1 lines of code changed in 1 file:
add a view object to tokens so immutable tokens can still be parsed
94 lines of code changed in 20 files:
use parse cache more often
8 lines of code changed in 2 files:
add caches for air and def
60 lines of code changed in 4 files:
load cmd files from disk
13 lines of code changed in 1 file:
cache the identifier name
7 lines of code changed in 1 file:
add deserialize and equalitty for keys
122 lines of code changed in 3 files:
optimizations for serialization
83 lines of code changed in 18 files:
(106 more)