Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added readme and license HEAD main | Star Rauchenberger | 2023-10-04 | 2 | -0/+35 |
| | |||||
* | [Lingo] Added logging to file | Star Rauchenberger | 2023-09-02 | 1 | -0/+5 |
| | |||||
* | [Lingo] Added Pumpkin Patch achievements | Star Rauchenberger | 2023-09-02 | 1 | -0/+9 |
| | |||||
* | [ToS] Created autosplitter | Star Rauchenberger | 2023-07-16 | 1 | -0/+93 |
| | | | | Manual starting is currently required. | ||||
* | [Lingo] Added The Earnest and The Right to LL2 achieves | Star Rauchenberger | 2023-03-26 | 1 | -1/+3 |
| | |||||
* | [Lingo] Added "split on LL2 achievements" | Star Rauchenberger | 2023-03-19 | 1 | -1/+56 |
| | |||||
* | [Lingo] Added splitting using a config file | Star Rauchenberger | 2023-01-29 | 1 | -14/+67 |
| | |||||
* | [Lingo] Added options for splitting on achieves/tower oranges | Star Rauchenberger | 2023-01-27 | 1 | -1/+44 |
| | |||||
* | [Lingo] Added an option to split on every solve | Star Rauchenberger | 2023-01-12 | 1 | -19/+31 |
| | |||||
* | [Lingo] Created autosplitter | Star Rauchenberger | 2023-01-11 | 1 | -0/+102 |
| | |||||
* | [Taiji] Rewrote using magic autosplitter array | Star Rauchenberger | 2022-09-17 | 1 | -24/+98 |
| | | | | Major thanks for mvandevander for adding this in! | ||||
* | [Taiji] Paths still work in v9.12.2022.6 | Star Rauchenberger | 2022-09-12 | 1 | -1/+1 |
| | |||||
* | [Taiji] Split on completing a world | Star Rauchenberger | 2022-09-12 | 1 | -1/+19 |
| | |||||
* | [Manifold Garden] Split on planting god cube | Star Rauchenberger | 2022-09-11 | 1 | -0/+14 |
| | |||||
* | [Taiji] Split when solving a puzzle for the first time | Star Rauchenberger | 2022-09-11 | 1 | -0/+28 |
| | |||||
* | [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 |
| | |||||
* | [The Looker] Load removal | Star Rauchenberger | 2022-08-21 | 1 | -1/+35 |
| | | | | It also now doesn't start the timer during the loading screen. | ||||
* | [The Looker] More stable pointer path for player location | Star Rauchenberger | 2022-08-21 | 1 | -3/+3 |
| | |||||
* | [The Looker] Time starts on player movement | Star Rauchenberger | 2022-08-21 | 1 | -1/+4 |
| | |||||
* | [The Looker] It can now start on entering solve mode | Star Rauchenberger | 2022-08-20 | 1 | -1/+7 |
| | |||||
* | [The Looker] You can now customise which achievements it splits on | Star Rauchenberger | 2022-08-20 | 1 | -2/+11 |
| | |||||
* | [The Looker] Create autosplitter | Star Rauchenberger | 2022-08-19 | 1 | -0/+203 |
| | | | | | | It uses code injection to get the game to report the most recently obtained achievement. By default it will only split on The Obelisk (the Any% ending), but there is a setting to have it split on all achievements. It does not auto-start yet. | ||||
* | [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 |