| .. |
|
appStatus.module.css
|
refactor: split AppStatus into components
|
2023-10-23 02:42:33 +03:00 |
|
AppStatus.tsx
|
enable strict null types which improves quality of codebase a lot!
|
2023-11-01 03:07:07 +03:00 |
|
AppStatusProvider.tsx
|
feat: implement basic sound system 🔊🔊🔊!
|
2024-01-04 05:08:53 +05:30 |
|
button.module.css
|
add a way to load less assets with option
|
2023-10-23 02:45:34 +03:00 |
|
Button.tsx
|
don't use forwardRef anti-pattern
|
2023-11-23 00:48:53 +03:00 |
|
ButtonWithTooltip.stories.tsx
|
main menu tooltip fixes
|
2023-10-28 02:39:45 +03:00 |
|
ButtonWithTooltip.tsx
|
don't use forwardRef anti-pattern
|
2023-11-23 00:48:53 +03:00 |
|
Chat.stories.tsx
|
fix(regression): fix degraded performance on colored messages spam
|
2024-01-05 22:37:05 +05:30 |
|
ChatContainer.css
|
feat: implement basic sound system 🔊🔊🔊!
|
2024-01-04 05:08:53 +05:30 |
|
ChatContainer.tsx
|
fix lint
|
2024-01-05 05:42:09 +05:30 |
|
ChatProvider.tsx
|
fix(regression): autocomplete wasn't triggered on
|
2024-01-04 17:43:47 +05:30 |
|
createWorld.module.css
|
feat: new singleplayer menu! Now migrated to IndexedDB storage:
|
2023-10-26 04:26:58 +03:00 |
|
CreateWorld.tsx
|
fix: couldn't create worlds in safari < 17 (below ios 17)
|
2023-11-04 07:22:34 +03:00 |
|
CreateWorldProvider.tsx
|
fix: drop download & deploy size by 1.5x by inlining optimized block collision shapes
|
2023-11-04 09:04:09 +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
|
fix: sometimes death screen were not displayed on relogin & world change
|
2023-11-11 12:24:17 +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 |
|
EnterFullscreenButton.tsx
|
feat: display fullscreen button on android devices
|
2023-11-10 12:48:55 +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
|
feat(experimental): add maps provider
|
2023-10-27 20:37:09 +03:00 |
|
MainMenu.tsx
|
fix: map provider button now doesn't open a new tab
|
2023-11-14 23:39:12 +03:00 |
|
MainMenuRenderApp.tsx
|
refactor: open github cleanup
|
2023-11-24 13:52:00 +03:00 |
|
MessageFormatted.tsx
|
fix(regression): fix degraded performance on colored messages spam
|
2024-01-05 22:37:05 +05:30 |
|
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
|
fix: now gpu preference can be set to force lower-power gpu in rare scenarios (new setting instead of "use dedicated gpu"). the current setting is just a hint for browser, which can be ignored
|
2024-01-05 02:18:46 +05:30 |
|
OptionsItems.tsx
|
fix: now gpu preference can be set to force lower-power gpu in rare scenarios (new setting instead of "use dedicated gpu"). the current setting is just a hint for browser, which can be ignored
|
2024-01-05 02:18:46 +05:30 |
|
OptionsRenderApp.tsx
|
a bunch of mobile fixes
|
2023-10-27 08:17:08 +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
|
fix: revert smooth fps patch to fix render issues (regression)
|
2023-11-23 06:12:03 +03:00 |
|
SingleplayerProvider.tsx
|
hotfix: don't crash singleplayer screen when save has no LevelName
|
2023-11-05 07:53:00 +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
|
fix: minimal value of settings by default is now 0 which is important for sound
|
2023-11-10 11:13:58 +03:00 |
|
SoundMuffler.tsx
|
feat: implement basic sound system 🔊🔊🔊!
|
2024-01-04 05:08:53 +05:30 |
|
utils.ts
|
refactor: split AppStatus into components
|
2023-10-23 02:42:33 +03:00 |