Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update TR logic to have no softlocks * allow csrf token * Change to different way to mute audio that should work for even injected spc roms * allow reverse * upgrade deps laravel 5.6 -> 5.7 many npm packages some unit tests are failing right now, but will be corrected in a later commit * WIP * WIP * updating dependencies * fix unit tests * adding updates for sub releases small fix for customizer and small keys and small typo * Start of logic moving to flag based * continuing consolidating logic 2 more regions got static analysis below 400 issues added more rom unit tests created true random filler (not for production use) * stan updates down to under 100 errors on normal level * More logic consolidation * more unit tests around Rom class * composer.json updates * static analysis cleanup * many more unit tests around rom.php * whoops * Cleaning up about 300 stan issues * consolidated logic in 2 files * Adding more unit tests to Rom class * further work on static analysis fixes * static analysis cleanup * remaining static analysis * fixes * deps updates * WIP * Initial support for world bound items * removed vanilla generation for simplification of code. * let's not muddy memory * Further multi-world prep adjustments * playthrough is horked * cleanup from master merge * fix for customizer * playthrough issue might be TenBombs fix for spoiler, might want to create a UncleBombs special item to deal with this. * Change Randomizer to construct with an array of worlds WIP * WIP the code is in a big mess, partially generates on multi-world. most tests are failing. * update unit tests to passing now * better handling of fill for multiworld I think it’s not rescanning worlds like I would hope so the fill might be off, will verify later * better vue showing of locations and items * fix for filler to actually collect all items * proper check of each worlds beatability * switch to index 1 of first world * small update for sprites and new ER * Update composer.lock * update to laravel 5.8 * update all js packages * cleanup old unused packages from PHP * update outdated PHP packages * update tests to match new phpunit 8.x style * further decoupling * push global config into world specific configs * remove old push patches to disk * remove patch table in favor of just using seeds table * remove dependency of ER on IR class * update item randomizer controller to write all rom’s for multi-world * randomizer no longer references rom class * update tests * WIP (frontend updates) new UX, partially complete * further work on new options layout * code cleanup, and starting to move palette shuffle to front end * code cleanup and features * stubbed frontend new UI * fixed multi-world different configs * got palette shuffle into frontend * get Palette shuffle working on front end * Get customizer loading, but still needs a lot of localization work to load more efficiently * add preset for beginner * WIP start of new pot shuffle front end code * connect up all front end selects to backend config * sort of fixed play-through for single world. * need to hack rom for tower vs. ganon crystal requirement * copy fix * UI updates to make it cleaner * small fixes to controller * updates for bow and mushroom * Update hint.txt * Update hint.txt Adding another on a friend's behalf. * Update hint.txt * A few good Blind puns, Ganon text, and Triforce text from the spoiler tournament * Typo in Ether tablet item description * Incorrect docstring and logic bug in canExtendMagic (sporchia#631) * Incorrect docstring for canExtendMagic * Fixed canExtendMagic Changed canExtendMagic to check for Half Magic and Quarter Magic in the same statement, as opposed to multiplying them together, to account for that both can be in the item pool. * Update Randomizer.php (sporchia#638) * now allow 1 heart in customizer again * add item placement and dungeon items remove difficulty * removed varation goals cannot be counter intuitive * entrance randomizer works again * BK hint only when hints are enabled * sprite names to i18n * Retro is now a World type * corrections * fix hints as text * added signs and text for ganon/tower requirements * fix starting with sword bug * fix credits bug * progressive bow * nearly got enemizer working (EN needs an update) * package updates remove properties from World for config's * package updates cleanup of some no longer needed front end code * Futher front end cleanup * small cleanups * further updates * work on Restricted/Advanced Item placement * health moved to advancement * skull woods key still sucks * new has armor function * cleanup * removed unused functions from World * updated packages * consolidated TurtleRock logic * initial draft of multiworld file format * remove logic grouped initalize functions in favor of of single function with flagged logic * updates * fix boss shuffle * better non-100% fill alg * item pool/functionality connected up * dead config cleanup * further cleanup * package update * options page updates will need to look into all the translations * fix to spoiler don't show who's item when it's yours * putting customizer on life support * customizer updates working better now, not perfect added logic section * options fixes from playtesting * fixed bug with "Not Guaranteed" placement * implemented single world 100% locations * fixed bug with beginner preset * Get Retro working again * Added fast Ganon * enemizer bosses fix * shuffle bug * customizer now has prizes as starting eq * package updates * fix for prizepacks * also better dungeon shuffle boxes * free item menu * get ER workign with new options * presets are part of rando settings api * QS and ER adjustments * fix permalinks * fix for spoiler on meta * rom update * Fix for player NaN in spoiler * fix shuffle in info * get console command working again * copy updates * fix saving rom from permalink * updates initial front end unit tests small fixes based on getting unit testing working * updates per beta feedback * fix standard vanilla swords * fix customizer item pool and naming * get daily working again * ganon sign and bow in escape * correct enemy health * Handle progressive bow hint at ganon * properly handle the bow hints * rom updates * bag o fixes for beta * bosses are tied to world * customizer spoiler issue * customizer name collision * swordless upgrade * ad sizing issue * static analysis fixes * convert code to psr-12 this is entirely a style change * further styling * switch to prettier for js based files * make customizing options more obvious * dupe key issue and unnessary warnings * fix item pool from customizer * small updates * rename dungeon shuffles * rename restricted to basic * update generate buttons * Spoiler fixes * GT preopened on 0 crystals * fix ER shops in spoilers * fix basic playthrough * updates to basic itemPlacement per doc * advanced itemPlacement updates * better ganon sign texts * small typo * updates to meta * no need to break here * update to ER * Most of crowd control put back * prep for bow limit in rom * hints and fix for dungeon counts * correct waterwalk logic where it makes sense * copy update * turning in triforces reuiqres NW lightworld now remove 50/70 upgrades from customizer * update for triforce turn in * fix extra sanc heart * "Spoilers on Generate" API functionality (sporchia#10) * adding 'generate on spoiler' API functionality * fixed indentations remove unneccessary condition in SendPatchToDisk cleaned up and reduced repeated code in CustomizerController and RandomizerController set default values for tournament, spoilers, and spoilers_ongen to be a boolean instead of a string * style fixes * fix seed number appearing in the meta for the entrance spoiler * Update MakeTranslation.php * update for triforce hunt * assure it's enabled * update rom for msu * fix small error in hash endpoint * sprite update 😄 * don't show bottle filled message * package updates * capture errors better * fixes to customizer and no logic bug * copy updates changing enemy health and damage back to default when off. * more copy updates * whoops * fixes * rom update to fix MSU crashes * strips daily of all spoiler data except meta (sporchia#11) fixes bug where a weight for "basic" entrance shuffle was specified, but not "restricted" * reports were these were backwards * removing weird format * Update sprites.php * renaming sprites can be hard * fix triforce dude text * updated presets and updates page * adds entry_crystals_ganon and entry_crystals_tower to spoiler meta for dailies customizer games, ensures the original crystals_ganon and crystals_tower values are removed from the meta for dailies (sporchia#12) * fix for text boxes and prog bow limit * update to prog bows * Reconciling i18n translations (sporchia#13) * reconciling i18n translation files * get translated entrance shuffle options from entrance.php * fix error.php for ES * package updates * stray comma * handle starting capacities in customizer * update logo * partial update of copy * more to come * remaining copy updates * Update vue-i18n-locales.generated.js * Fixed count bug * fixed typo * fixed customizer file load bug * fix small magic customizer bug
- Loading branch information