diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2021-08-21 17:18:02 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2021-08-21 17:18:02 -0400 |
| commit | ba04ac934dea549497e2e89fa7a9e5bc8723f5f8 (patch) | |
| tree | f852810377bfe663dfd73bedfaaf4dca8c657f37 /Source/Randomizer.h | |
| parent | c60df0e75e63f488d94fd744ad70df8124dc7724 (diff) | |
| download | witness-tutorializer-ba04ac934dea549497e2e89fa7a9e5bc8723f5f8.tar.gz witness-tutorializer-ba04ac934dea549497e2e89fa7a9e5bc8723f5f8.tar.bz2 witness-tutorializer-ba04ac934dea549497e2e89fa7a9e5bc8723f5f8.zip | |
Cleaned up a bunch of stuff I'm not using
Diffstat (limited to 'Source/Randomizer.h')
| -rw-r--r-- | Source/Randomizer.h | 31 |
1 files changed, 0 insertions, 31 deletions
| diff --git a/Source/Randomizer.h b/Source/Randomizer.h index ae89dc9..a26acab 100644 --- a/Source/Randomizer.h +++ b/Source/Randomizer.h | |||
| @@ -4,42 +4,11 @@ class Randomizer { | |||
| 4 | public: | 4 | public: |
| 5 | Randomizer(const std::shared_ptr<Memory>& memory); | 5 | Randomizer(const std::shared_ptr<Memory>& memory); |
| 6 | void Randomize(); | 6 | void Randomize(); |
| 7 | void RandomizeChallenge(); | ||
| 8 | |||
| 9 | void AdjustSpeed(); | ||
| 10 | void RandomizeLasers(); | ||
| 11 | void PreventSnipes(); | ||
| 12 | |||
| 13 | enum SWAP { | ||
| 14 | NONE = 0, | ||
| 15 | TARGETS = 1, | ||
| 16 | LINES = 2, | ||
| 17 | AUDIO_NAMES = 4, | ||
| 18 | COLORS = 8, | ||
| 19 | }; | ||
| 20 | 7 | ||
| 21 | private: | 8 | private: |
| 22 | int _lastRandomizedFrame = 1 << 30; | 9 | int _lastRandomizedFrame = 1 << 30; |
| 23 | void RandomizeTutorial(); | ||
| 24 | void RandomizeSymmetry(); | ||
| 25 | void RandomizeDesert(); | ||
| 26 | void RandomizeQuarry(); | ||
| 27 | void RandomizeTreehouse(); | ||
| 28 | void RandomizeKeep(); | ||
| 29 | void RandomizeShadows(); | ||
| 30 | void RandomizeTown(); | ||
| 31 | void RandomizeMonastery(); | ||
| 32 | void RandomizeBunker(); | ||
| 33 | void RandomizeJungle(); | ||
| 34 | void RandomizeSwamp(); | ||
| 35 | void RandomizeMountain(); | ||
| 36 | void RandomizeAudioLogs(); | ||
| 37 | 10 | ||
| 38 | void Randomize(std::vector<int>& panels, int flags); | ||
| 39 | void RandomizeRange(std::vector<int> &panels, int flags, size_t startIndex, size_t endIndex); | ||
| 40 | void Tutorialise(int panel1, int copyFrom); | 11 | void Tutorialise(int panel1, int copyFrom); |
| 41 | void ReassignTargets(const std::vector<int>& panels, const std::vector<int>& order, std::vector<int> targets = {}); | ||
| 42 | void ReassignNames(const std::vector<int>& panels, const std::vector<int>& order); | ||
| 43 | 12 | ||
| 44 | std::shared_ptr<Memory> _memory; | 13 | std::shared_ptr<Memory> _memory; |
| 45 | 14 | ||
