-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Complete mode - allow to override track components for each lap (#50)
* Fix grlp.js * Add option to select bullet bill route (wip) * Implement bullet bill route IG * Small fixes in arena editor * wip * Start implementing lap override flow in editor * Fix aipoints + handle lap override persistance * Fix other special cases * Prepare map override data IG * Start implementing override mechanics IG * Small fixes (again) * Keep implementing lap overrides IG (still wip) * Fix TODOs (wip) * Keep fixing TODOs (still wip) * Fix shortcuts not reset properly * Implement map img override (wip) * Keep implementing image override flow * Finish implementing image override * Implement bg layer overrides * Fix local multiplayer issues * Fix online spectator mode * Add help * Don't apply override for sections * Revert "Don't apply override for sections" This reverts commit d0afb16. * Small fixes * Fix battle mode & multicups * Many fixes with challenges * Start allowing to override middle of lap * Start implementing middle lap override IG * Small fixes * Start implementing new imgData logic (wip) * Various fixes * Keep fixing stuff * Fix issue with ai autododge * Fix issue with decor assets * Minor UX/UI improvements in the editor * Other minor fixes * Fix TT replay * Fix issue with off road * Fix frame skip on lap change * ux fix * Clarify when override is disabled * Fix duplicateCircuit sometimes not working * Clear cache * Fix wording * Make cheat code for checkpoints more convenient * Cache clear (again)
- Loading branch information
Showing
22 changed files
with
3,222 additions
and
1,358 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<script async type="text/javascript" src="scripts/grlp.js"></script> | ||
<script async type="text/javascript" src="scripts/grlp.js?reload=1"></script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.