about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* Painting names are loaded from the game nowStar Rauchenberger2023-05-272-193/+28
| | | | This makes us update-resistant because we automatically get access to new paintings, and also it prevents issues where the names in the mod do not line up with the game's names, which have caused crashes in at least one MW.
* Suppress "AP_Paintings not found" error when no painting shuffleStar Rauchenberger2023-05-271-1/+1
|
* Queue Iceland Traps for later in map loadStar Rauchenberger2023-05-222-0/+24
| | | | This way they don't get overridden by the environment being set naturally.
* Announce when you get your win conditionStar Rauchenberger2023-05-211-0/+3
|
* Report achievements to AP using data storage (for tracker)Star Rauchenberger2023-05-215-1/+58
|
* Fix blank death link reason messageStar Rauchenberger2023-05-191-1/+1
|
* Bump version v0.5.0Star Rauchenberger2023-05-181-1/+1
|
* Progressive FearlessStar Rauchenberger2023-05-172-0/+12
|
* Bump version v0.4.2Star Rauchenberger2023-05-111-1/+1
|
* Disable panel uncompletionStar Rauchenberger2023-05-112-0/+6
|
* Bump version v0.4.1Star Rauchenberger2023-05-111-1/+1
|
* Use base game messages nodeStar Rauchenberger2023-05-113-72/+4
| | | | Now that it's been integrated into the game itself.
* Added paintings from updateStar Rauchenberger2023-05-111-0/+101
|
* Expiring messages now fade outStar Rauchenberger2023-05-061-1/+3
|
* Create LICENSEStar Rauchenberger2023-05-051-0/+21
|
* Added wss supportStar Rauchenberger2023-05-051-7/+23
|
* Bump version v0.4.0Star Rauchenberger2023-05-051-1/+1
|
* THE MASTER requirement can now be set by the playerStar Rauchenberger2023-05-052-0/+16
|
* Create "The Wanderer"Star Rauchenberger2023-05-052-1/+60
|
* Bump version v0.3.1Star Rauchenberger2023-04-291-1/+1
|
* Increased max in buffer sizeStar Rauchenberger2023-04-292-11/+6
| | | | Horray! We don't have to hardcode games not to download.
* Provide status updates on the connection processStar Rauchenberger2023-04-292-0/+18
|
* Don't download datapackages for big gamesStar Rauchenberger2023-04-291-2/+11
| | | | Godot's websocket packet size limit can't be changed in 3.5, which is annoying.
* Bump version v0.3.0Star Rauchenberger2023-04-281-1/+1
|
* Iceland Trap now lasts 60 secondsStar Rauchenberger2023-04-281-1/+1
|
* Progressive Art Gallery and Hallway RoomStar Rauchenberger2023-04-284-15/+84
| | | | Also, Art Gallery is now changed a little in doors mode. The backroom is always available so that you have access to the previous floors at all times. The paintings in the backroom do not appear until you have the floor unlocked. ORDER is also blocked off until you get the fifth floor.
* Increased settings screen field font sizeStar Rauchenberger2023-04-281-0/+9
|
* Fixed README typoStar Rauchenberger2023-04-281-1/+1
|
* Item names are colored by type in messagesStar Rauchenberger2023-04-282-40/+70
| | | | The messages node is now a vertical box container with individual RichTextLabels for each line.
* Bump version v0.2.3Star Rauchenberger2023-04-261-1/+1
|
* Fixed handshake failure from too-large data packagesStar Rauchenberger2023-04-262-6/+13
| | | | The needed datapackages are requested one-by-one, now.
* Bump version v0.2.2Star Rauchenberger2023-04-241-1/+1
|
* Create .gitignoreStar Rauchenberger2023-04-241-0/+1
|
* Renamed cache directoryStar Rauchenberger2023-04-241-2/+2
| | | | When it was just "archipelago", the names showed up in the file load list if you clicked load game, which gave people the impression that they were actual save files.
* Fix THE END locationStar Rauchenberger2023-04-231-1/+6
| | | | The THE END location did not function properly before. Because THE END is not in Panels (it's in Decorations), node lookup did not work right before and the THE END location ended up using the panel from the previous location, which was ENTER (fifth floor orange). This fixes that lookup so that the location works correctly.
* Updated README to say not wall sniping FOURTH is in logicStar Rauchenberger2023-04-231-2/+2
|
* Bump version v0.2.1Star Rauchenberger2023-04-221-1/+1
|
* Fixed effects timer not disappearingStar Rauchenberger2023-04-221-0/+1
|
* Bump version v0.2.0Star Rauchenberger2023-04-221-1/+1
|
* Added trapsStar Rauchenberger2023-04-223-1/+102
|
* Added Hide and Seek to READMEStar Rauchenberger2023-04-221-0/+1
|
* Added info about features and location checks to the READMEStar Rauchenberger2023-04-211-1/+27
|
* Added frequently asked questions to the READMEStar Rauchenberger2023-04-211-0/+42
|
* Added instructions on running from source v0.1.0Star Rauchenberger2023-04-211-0/+4
|
* Added setup instructions to READMEStar Rauchenberger2023-04-211-0/+27
|
* ZERO was still marked as blackStar Rauchenberger2023-04-211-1/+1
|
* Never mind, we are not shuffling the mandatory wall snipesStar Rauchenberger2023-04-212-15/+6
| | | | It would complicate logic too much because of ZERO needing to become a black puzzle. We can still shuffle the puzzles near these, though.
* Client now shows a version numberStar Rauchenberger2023-04-213-8/+13
|
* OPEN and FOURTH are now displaced as wellStar Rauchenberger2023-04-212-11/+15
| | | | Now all three mandatory wall-snipes (and their adjacent panels) can be shuffled in panel shuffle mode.
* Messages get queued up now if there are too manyStar Rauchenberger2023-04-201-7/+26
|