summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* fix synonyms problem + add restrictionsStar Rauchenberger2024-01-072-7/+27
|
* Cache chain generationStar Rauchenberger2024-01-071-32/+58
|
* Pilgrim Room randomizedStar Rauchenberger2024-01-061-0/+22
|
* oops extra bracketStar Rauchenberger2024-01-061-1/+1
|
* Combo generationStar Rauchenberger2024-01-063-1/+137
|
* Transform pilgrim roomStar Rauchenberger2024-01-061-0/+103
|
* Mod side of randomizing green colorfulStar Rauchenberger2024-01-062-1/+49
|
* chains and palindromes (+39)Star Rauchenberger2024-01-061-2/+120
|
* Real watermelon painting is misspelledStar Rauchenberger2024-01-061-1/+1
|
* Copy panel proxying from APStar Rauchenberger2024-01-053-0/+120
|
* Merge branch 'rewrite' of fourisland.com:/srv/git/lingo-randomizer into rewriteStar Rauchenberger2024-01-041-0/+7
|\
| * Fixed orange additionStar Rauchenberger2023-12-131-0/+7
| |
* | Randomization progress is displayed nowStar Rauchenberger2024-01-041-1/+7
|/
* Create The WandererStar Rauchenberger2023-12-122-2/+53
| | | | Also added my painting to Champion's Rest.
* Added painting puzzlesStar Rauchenberger2023-12-121-0/+29
|
* Merge branch 'rewrite' of fourisland.com:/srv/git/lingo-randomizer into rewriteStar Rauchenberger2023-12-123-2/+110
|\
| * Generate wanderlust and paintingsStar Rauchenberger2023-12-122-1/+96
| |
| * Removed some trivial puzzlesStar Rauchenberger2023-12-122-1/+14
| |
* | Added orange puzzles (the addition data is bad btw)Star Rauchenberger2023-12-121-1/+71
|/
* Add more paintingsStar Rauchenberger2023-12-121-29/+88
|
* More panelsStar Rauchenberger2023-12-122-42/+284
|
* Starting to workStar Rauchenberger2023-12-0911-0/+1014
|
* Moved hkutil into generator folderStar Rauchenberger2023-12-022-1/+1
|
* Output, and puzzle reductionStar Rauchenberger2023-12-024-15/+99
|
* Red/blue top and middle, purple middleStar Rauchenberger2023-12-021-0/+134
|
* Red/blue bottom, purple topStar Rauchenberger2023-12-022-0/+143
|
* Add black bottom and double black bottomStar Rauchenberger2023-12-022-25/+105
|
* Filter out profane wordsStar Rauchenberger2023-12-024-8/+1193
|
* Starting to get some puzzles randomizedStar Rauchenberger2023-12-027-0/+774
|
* Cleared out old stuffStar Rauchenberger2023-12-027-1772/+0
|
* Switched to self-hosted verbly HEAD mainStar Rauchenberger2023-10-032-1/+1
|
* Added painting room randomisationStar Rauchenberger2023-02-224-1/+139
|
* Added version string panelStar Rauchenberger2023-02-201-3/+5
| | | | The random seed / set seed distinction is pretty meaningless considering how the maps are generated, so that has been removed.
* Less difficult bottoms in art galleryStar Rauchenberger2023-02-201-3/+3
|
* Static GOOD LUCK in second roomStar Rauchenberger2023-02-201-3/+5
| | | | Traveled HI to open hallways should be an early reuse.
* allow_top_expansionStar Rauchenberger2023-02-173-41/+53
| | | | | | When this flag is unset (which is in most cases), top clues must be distinct from middle clues. also we forgot to have the common word filter lol
* many changes (should stop doing this)Star Rauchenberger2023-02-174-121/+297
| | | | | | | | | | | | | | | | | | | | | | | | | | max_len_diff is an attempt to make mid blue and mid purple more reasonable. It maybe works for blue, but it is not good enough for purple. what we will need to do is limit on how much of the word can be removed, and that's going to require a change to verbly to allow that kind of query. copy_hidden was added for the champion's rest colour pairs. The solution to the pair is found at champion's rest, and the corresponding colour pair has a hint that is just question marks. must_be_broad forces a generated word to be targettable by bottom white/red/blue. this + reusing solution for most bottom white/red/blue puzzles makes those puzzles much more reasonable (though still hard). an attempt to randomise cross tower was made, but I'm not happy with it. hyphens in obscured hints will no longer be obscured. I think obscured hints tend to be too obscured sometimes though, especially when it comes to the number hunt and uncommon words. middle red triviality check: middle red two word puzzles should not just remove one of the words middle yellow triviality check: middle yellow two word puzzles should not just swap the words top yellow triviality check: top yellow should not be able to swap two phonemes that are identical other than stress and say that it rearranged the word. the colorful is partially randomised. champion's rest is as randomsied as it could be (it is likely not reasonable to randomise the red/blue/yellow panels behind the walls. the fearless is partially randomised (besides the chain puzzles). the challenge is partially randomised.
* Did a buncha workStar Rauchenberger2023-02-157-0/+1473