Update to EaglercraftX 1.8 u39

This commit is contained in:
eaglercraft 2024-09-26 22:49:45 -07:00
parent 342bc97dcf
commit cf0c51fdcf
14 changed files with 193946 additions and 193699 deletions

Binary file not shown.

View File

@ -0,0 +1 @@
u39

View File

@ -49,6 +49,14 @@ eaglercraft.editCape.clearCape=Clear List
eaglercraft.editProfile.importExport=Import/Export eaglercraft.editProfile.importExport=Import/Export
eaglercraft.defaultUsernameDetected.title=Default Username Detected
eaglercraft.defaultUsernameDetected.text0=The username "%s" was auto-generated by Eaglercraft
eaglercraft.defaultUsernameDetected.text1=It may already be taken on the largest servers
eaglercraft.defaultUsernameDetected.text2=Would you like to pick a different username instead?
eaglercraft.defaultUsernameDetected.changeUsername=Change Username
eaglercraft.defaultUsernameDetected.continueAnyway=Continue Anyway
eaglercraft.defaultUsernameDetected.doNotShow=Do not show again
eaglercraft.settingsBackup.importExport.title=What do you wanna do? eaglercraft.settingsBackup.importExport.title=What do you wanna do?
eaglercraft.settingsBackup.importExport.import=Import Profile and Settings... eaglercraft.settingsBackup.importExport.import=Import Profile and Settings...
eaglercraft.settingsBackup.importExport.export=Export Profile and Settings... eaglercraft.settingsBackup.importExport.export=Export Profile and Settings...

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -196,6 +196,7 @@ The default eaglercraftXOpts values is this:
- `eaglerNoDelay:` can be used to disable "Vigg's Algorithm", an algorithm that delays and combines multiple EaglercraftX packets together if they are sent in the same tick (does not affect regular Minecraft 1.8 packets) - `eaglerNoDelay:` can be used to disable "Vigg's Algorithm", an algorithm that delays and combines multiple EaglercraftX packets together if they are sent in the same tick (does not affect regular Minecraft 1.8 packets)
- `ramdiskMode:` if worlds and resource packs should be stored in RAM instead of IndexedDB - `ramdiskMode:` if worlds and resource packs should be stored in RAM instead of IndexedDB
- `singleThreadMode:` if the game should run the client and integrated server in the same context instead of creating a worker object - `singleThreadMode:` if the game should run the client and integrated server in the same context instead of creating a worker object
- `enableEPKVersionCheck:` if the game should attempt to bypass the browser's cache and retry downloading assets.epk when its outdated
- `hooks:` can be used to define JavaScript callbacks for certain events - `hooks:` can be used to define JavaScript callbacks for certain events
* `localStorageSaved:` JavaScript callback to save local storage keys (key, data) * `localStorageSaved:` JavaScript callback to save local storage keys (key, data)
* `localStorageLoaded:` JavaScript callback to load local storage keys (key) returns data * `localStorageLoaded:` JavaScript callback to load local storage keys (key) returns data

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long