summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix more names in the dataJesse Luehrs2014-05-251-4/+4
|
* failing tests for special fusionsJesse Luehrs2014-05-251-0/+84
|
* add data for special fusionsJesse Luehrs2014-05-251-1375/+1574
|
* error out hereJesse Luehrs2014-05-251-0/+1
|
* implement fusing elements for mitamaJesse Luehrs2014-05-252-1/+35
|
* avoid undef warningJesse Luehrs2014-05-251-1/+1
|
* implement element fusionJesse Luehrs2014-05-253-7/+41
|
* fix spelling of FlaemisJesse Luehrs2014-05-251-1/+1
|
* remove invalid testsJesse Luehrs2014-05-251-7/+0
| | | | | these were only undef because when i looked them up in the game, it was trying to fuse a demon with itself, which is always invalid
* add element fusion dataJesse Luehrs2014-05-251-32/+256
|
* refactor this dataJesse Luehrs2014-05-251-1026/+1090
|
* don't allow fusing bosses that haven't been beaten yetJesse Luehrs2014-05-254-11/+27
|
* refactorJesse Luehrs2014-05-252-7/+15
|
* add in boss dataJesse Luehrs2014-05-251-1/+44
|
* normal fusions should only result in normal fusion typesJesse Luehrs2014-05-252-5/+5
|
* arahabaki is an evolutionJesse Luehrs2014-05-251-1/+1
|
* start adding testsJesse Luehrs2014-05-252-0/+93
| | | | | not all of them pass yet, since not everything is implemented properly yet
* this should be +1Jesse Luehrs2014-05-251-1/+1
| | | | | see http://www.gamefaqs.com/ps2/582958-shin-megami-tensei-nocturne/faqs/23739
* handle invalid fusions properlyJesse Luehrs2014-05-251-0/+2
|
* really should fix that templateJesse Luehrs2014-05-251-2/+1
|
* refactor to support elemental and mitama fusionsJesse Luehrs2014-05-251-8/+61
|
* function to get possible demons that can be fused into a given demonJesse Luehrs2014-05-251-0/+21
|
* method to get all demons of a given typeJesse Luehrs2014-05-251-0/+8
|
* avoid undef warningJesse Luehrs2014-05-251-1/+1
|
* sort in alphabetical order (not reverse)Jesse Luehrs2014-05-251-1/+1
|
* forgot an accessorJesse Luehrs2014-05-251-0/+1
|
* stringificationJesse Luehrs2014-05-251-0/+6
|
* always return the same instance for a given demonJesse Luehrs2014-05-251-6/+7
|
* function to get possible types that can fuse to make a typeJesse Luehrs2014-05-251-0/+16
|
* there's only a single set of typesJesse Luehrs2014-05-251-1/+1
|
* rename some thingsJesse Luehrs2014-05-252-5/+5
|
* implement basic fusionsJesse Luehrs2014-05-253-0/+2104
|
* initial commitJesse Luehrs2014-05-245-0/+50