pages235/src/react
Vitaly b199b2e6d8 feat: new singleplayer menu! Now migrated to IndexedDB storage:
- now you can store multiple different worlds and export them for native client at any time
- almost unlimited storage limit
- world auto save now works
- can configure world type
fix: texturepack should be applied when opening folders
feat(world-options): can now save worlds downloaded from url to browser storage (useful for ios, otherwise use folders)
feat: added new export method: directly to folder on the drive (which is faster) - available from main menu
fix: now 'singleplayer' qs opens temporary world which is not saved and 'loadSave' opens save with specific folder name
2023-10-26 04:26:58 +03:00
..
appStatus.module.css refactor: split AppStatus into components 2023-10-23 02:42:33 +03:00
AppStatus.tsx feat: new singleplayer menu! Now migrated to IndexedDB storage: 2023-10-26 04:26:58 +03:00
AppStatusProvider.tsx feat: new singleplayer menu! Now migrated to IndexedDB storage: 2023-10-26 04:26:58 +03:00
button.module.css add a way to load less assets with option 2023-10-23 02:45:34 +03:00
Button.tsx feat: new singleplayer menu! Now migrated to IndexedDB storage: 2023-10-26 04:26:58 +03:00
createWorld.module.css feat: new singleplayer menu! Now migrated to IndexedDB storage: 2023-10-26 04:26:58 +03:00
CreateWorld.tsx feat: new singleplayer menu! Now migrated to IndexedDB storage: 2023-10-26 04:26:58 +03:00
CreateWorldProvider.tsx feat: new singleplayer menu! Now migrated to IndexedDB storage: 2023-10-26 04:26:58 +03:00
deathScreen.css feat: display death screen when you die! 2023-09-27 22:41:51 +03:00
DeathScreen.stories.tsx add storybook & react button component, refactor styles a bit 2023-10-10 17:06:23 +03:00
DeathScreen.tsx add storybook & react button component, refactor styles a bit 2023-10-10 17:06:23 +03:00
DeathScreenProvider.tsx add storybook & react button component, refactor styles a bit 2023-10-10 17:06:23 +03:00
Dive.stories.tsx add dive, fix eslint 2023-10-15 19:43:39 +03:00
diveAnimation.module.css commit missing files (TODO spec fixups) 2023-10-15 19:48:34 +03:00
DiveTransition.tsx commit missing files (TODO spec fixups) 2023-10-15 19:48:34 +03:00
input.module.css feat: new singleplayer menu! Now migrated to IndexedDB storage: 2023-10-26 04:26:58 +03:00
Input.tsx feat: new singleplayer menu! Now migrated to IndexedDB storage: 2023-10-26 04:26:58 +03:00
mainMenu.module.css iphone ui improvements 2023-10-13 20:07:11 +03:00
MainMenu.tsx feat: new singleplayer menu! Now migrated to IndexedDB storage: 2023-10-26 04:26:58 +03:00
MainMenuRenderApp.tsx feat: new singleplayer menu! Now migrated to IndexedDB storage: 2023-10-26 04:26:58 +03:00
MessageFormatted.tsx add storybook & react button component, refactor styles a bit 2023-10-10 17:06:23 +03:00
MessageFormattedString.stories.tsx add MessageFormattedString, loadedDataVersion state 2023-10-10 18:03:23 +03:00
MessageFormattedString.tsx add MessageFormattedString, loadedDataVersion state 2023-10-10 18:03:23 +03:00
options.module.css feat: new scalable options GUI. Refactored options & main menu to React 2023-10-11 19:38:16 +03:00
OptionsGroup.stories.tsx feat: new scalable options GUI. Refactored options & main menu to React 2023-10-11 19:38:16 +03:00
OptionsGroup.tsx refactor options 2023-10-16 20:20:52 +03:00
OptionsItems.tsx feat: new scalable options GUI. Refactored options & main menu to React 2023-10-11 19:38:16 +03:00
OptionsRenderApp.tsx feat: new singleplayer menu! Now migrated to IndexedDB storage: 2023-10-26 04:26:58 +03:00
Screen.stories.tsx feat: new scalable options GUI. Refactored options & main menu to React 2023-10-11 19:38:16 +03:00
Screen.tsx refactor loading error screen to AppStatus (react) to include transitions 2023-10-13 18:52:25 +03:00
SelectOption.tsx feat: new singleplayer menu! Now migrated to IndexedDB storage: 2023-10-26 04:26:58 +03:00
singleplayer.module.css feat: new singleplayer menu! Now migrated to IndexedDB storage: 2023-10-26 04:26:58 +03:00
Singleplayer.stories.tsx feat: new singleplayer menu! Now migrated to IndexedDB storage: 2023-10-26 04:26:58 +03:00
Singleplayer.tsx feat: new singleplayer menu! Now migrated to IndexedDB storage: 2023-10-26 04:26:58 +03:00
SingleplayerProvider.tsx feat: new singleplayer menu! Now migrated to IndexedDB storage: 2023-10-26 04:26:58 +03:00
slider.module.css feat: new scalable options GUI. Refactored options & main menu to React 2023-10-11 19:38:16 +03:00
Slider.stories.tsx feat: new scalable options GUI. Refactored options & main menu to React 2023-10-11 19:38:16 +03:00
Slider.tsx feat: new scalable options GUI. Refactored options & main menu to React 2023-10-11 19:38:16 +03:00
utils.ts refactor: split AppStatus into components 2023-10-23 02:42:33 +03:00
WorldOptions.tsx feat: new singleplayer menu! Now migrated to IndexedDB storage: 2023-10-26 04:26:58 +03:00