Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Manifold Garden] Split on planting god cube | Star Rauchenberger | 2022-09-11 | 1 | -0/+14 |
| | |||||
* | [Manifold Garden] Added load removal | Star Rauchenberger | 2022-09-05 | 1 | -0/+4 |
| | |||||
* | [Manifold Garden] Ignore gravity changes during Mandala scenes | Star Rauchenberger | 2022-09-04 | 1 | -1/+5 |
| | | | | Gravity changes a couple of times during Purple and Orange mandalas (maybe others as well), and those don't count for MGC so we will ignore them. | ||||
* | [Manifold Garden] Gravity change tracking for Minimum Gravity Changes | Star Rauchenberger | 2022-08-28 | 1 | -0/+36 |
| | |||||
* | [Manifold Garden] Added logging to file | Star Rauchenberger | 2022-08-22 | 1 | -26/+36 |
| | | | | I had to move stuff back into "start" because it was breaking in "onStart" for some reason. | ||||
* | [Manifold Garden] Add config file feature | Star Rauchenberger | 2022-08-21 | 1 | -21/+79 |
| | |||||
* | [Manifold Garden] Rewrote using ASLHelper | Star Rauchenberger | 2022-08-18 | 1 | -51/+155 |
| | | | | This version no longer relies on pointer paths, and should thus be pretty version independent. I tested it on both 14704 and 15769. The priority is still 14704, but version independence is nice. | ||||
* | [Manifold Garden] Update level pointer path | Star Rauchenberger | 2022-08-16 | 1 | -1/+1 |
| | | | | This pointer path is based on the LevelLoader::currentLevelSystem pointer to a LevelSystems instance with a m_levelIndex member variable. It should hopefully be more stable than the other path, because I technically do not know what that was pointing at, and on rare occasion it seemed to not work. | ||||
* | [Manifold Garden] Fix typo | Star Rauchenberger | 2022-08-15 | 1 | -1/+1 |
| | |||||
* | [Manifold Garden] Fixed extra split for first room | Star Rauchenberger | 2022-08-15 | 1 | -0/+1 |
| | |||||
* | [Manifold Garden] Fixed waypoint splitting | Star Rauchenberger | 2022-08-15 | 1 | -7/+0 |
| | |||||
* | [Manifold Garden] Reset on quit to start screen | Star Rauchenberger | 2022-08-15 | 1 | -0/+5 |
| | |||||
* | [Manifold Garden] Added some more settings | Star Rauchenberger | 2022-08-15 | 1 | -17/+20 |
| | |||||
* | [Manifold Garden] Timer starts on new game instead of first scene change | Star Rauchenberger | 2022-08-14 | 1 | -30/+26 |
| | |||||
* | Create Manifold Garden.asl | Star Rauchenberger | 2022-08-14 | 1 | -0/+143 |