Commit Graph

3737 Commits

Author SHA1 Message Date
add74cd0ea Merge branch 'xMAC94x/fix_1165' into 'master'
remove futures_executor from renderer and rather pass tokio runtime to it...

See merge request veloren/veloren!2755
2021-08-11 15:26:08 +00:00
0bedfde53e Merge branch 'trade-window-improvements' into 'master'
UI: Fixes and enhancements to the trading window

See merge request veloren/veloren!2738
2021-08-11 09:25:17 +00:00
bc821a46cd code cleanup 2021-08-11 09:42:29 +02:00
889a8d11f5 zest prefers this over await 2021-08-11 01:23:48 +02:00
2a093a9991 Localization for sprite overitem (currenly only crafting stations) 2021-08-10 23:17:25 +00:00
32e58c4b17 remove futures_executor from renderer and rather pass tokio runtime to it properly. therefore the runtime is now created with Voxygen rather than with the Connect attempt 2021-08-11 00:38:03 +02:00
6114cbbcf3 Fix skybox jumping 2021-08-10 14:01:09 +02:00
5c5f172667 Use old strategy for far distances 2021-08-10 14:00:59 +02:00
06b8ad62d3 Minor tweaks to clipping, style fixes 2021-08-10 14:00:51 +02:00
ad075b55c9 Allow trees to pass between character and camera for bigger distances 2021-08-10 14:00:42 +02:00
e834711293 Fix character being too close in menu 2021-08-10 14:00:34 +02:00
a7aa37f7f6 Fix camera shaking & Style fixes 2021-08-10 14:00:13 +02:00
42dab09249 Improve camera clipping 2021-08-10 13:59:41 +02:00
d5feca45c5 Merge branch 'pacmanmati/veloren-pacmanmati/1224-consolidate-redundant-stage-sections' into 'master'
Consolidate redundant stage sections

See merge request veloren/veloren!2748
2021-08-10 01:23:26 +00:00
dddb47a385 Makes dungeons start at level 1 visually 2021-08-09 16:36:37 +02:00
Sam
52ee598cf1 Consolidated Use into Action as well. 2021-08-09 10:31:17 -04:00
5f37509a78 #1224 - Replace redundant StageSection: Swing, Shoot, Cast with Action 2021-08-09 10:27:53 -04:00
2fc62bfe7f Make each race's hitbox and weight scale linearly with their height
This causes all humanoids to handle identically when falling, gliding, or swimming
2021-08-09 10:06:16 +01:00
ebf489984c Improve gliding
- make glider dimensions a factor of body height
- increase glider dimensions across the board
- remove delay from transition into glide
- enable glider control while wielding glider
- improve glide wield animation
2021-08-09 10:06:16 +01:00
8e7939a921 UI: Fixes and enhancements to trading window 2021-08-08 20:11:54 +03:00
0858279810 Gliding Debug Info 2021-08-07 13:19:58 +00:00
3411ccc7ee Shift egui debug window right 2021-08-06 22:58:36 +03:00
16c72b8667 Add hotkey to toggle Egui Debug 2021-08-06 22:58:36 +03:00
abf5a7e136 Add option to toggle egui debug 2021-08-06 22:58:36 +03:00
ea5de81f9b UI: Fixes and enhancements to trading window 2021-08-06 17:11:54 +03:00
c956ca1863 write header only once 2021-08-06 12:02:22 +02:00
c316960b3f Merge branch 'umr1352/fix#1260' into 'master'
fix issue #1260: give a warning if an error occurs on language files load

Closes #1260

See merge request veloren/veloren!2724
2021-08-03 21:09:06 +00:00
cae8005a18 fix issue #1260: give a warning if an error occurs on language files load 2021-08-03 21:09:05 +00:00
aa371147e7 build: update keyboard-keynames 2021-08-03 18:16:55 +03:00
427930081a Add custom error message when there are no compatible graphics backends available 2021-08-03 00:00:30 -04:00
a1e22df944 Merge branch 'transp---opacity-in-UI' into 'master'
transparency -> opacity

See merge request veloren/veloren!2714
2021-08-02 21:30:37 +00:00
bceed44614 transp -> opacity 2021-08-02 22:49:10 +02:00
ee704e171d move translation check to seperate ci step
note: TAGUUID is used to avoid sqlinjections by choosing a branch name
2021-08-02 20:11:02 +02:00
e62d903041 Add 'UpdateArgs import to 'buttons' file 2021-08-02 13:33:52 +02:00
323e3166f5 Create 'animation' file 2021-08-02 13:27:33 +02:00
dffc91045e Move variables closer to usage in 'buttons' file 2021-08-02 13:27:28 +02:00
a1026c36f5 Make bloom intensity configurable, make whether less blurred layers are added in toggleable, hold onto copy of pipeline modes instead of returning it from pipeline creation 2021-08-01 18:50:39 -04:00
147e4f00f6 Enhance bloom::NUM_SIZES docs, add TODO, remove dbgs 2021-08-01 18:50:38 -04:00
6cabd74871 Make bloom optional with a config option that is not exposed in the UI (to give artists time to refine bloom before exposing the option) 2021-08-01 18:50:38 -04:00
7da064fb23 Add ability to edit shader to enable filtering dim values for experimentation 2021-08-01 18:50:38 -04:00
29bfee26c0 Add bloom passes in character select screen, use proper source image for bloom after clouds are applied, add blurred and less blurred stages of bloom together (experimental could remove), add filtering downsample pass that is not yet used 2021-08-01 18:50:37 -04:00
74e01f10e3 Fixes and extra bloom 2021-08-01 18:50:37 -04:00
2d83ef1c0e Initial bloom impl 2021-08-01 18:50:37 -04:00
b8716e03a6 Merge branch 'xMAC94x/advanced_i18n' into 'master'
xmac94x/advanced i18n

See merge request veloren/veloren!2713
2021-08-01 19:46:09 +00:00
400734cc0a Fix gliderwield downhill run jitter 2021-08-01 11:20:46 +00:00
bb026ca21b move vector map out of manifest and switch to new manifest format 2021-08-01 13:12:01 +02:00
97e5ad02ff Merge branch 'imbris/stamina-energy' into 'master'
Replace stamina with energy

Closes #1214

See merge request veloren/veloren!2704
2021-08-01 00:26:59 +00:00
9426f72916 Merge branch 'imbris/tracy-mem' into 'master'
Add small feature to profile memory allocation with Tracy

See merge request veloren/veloren!2699
2021-07-31 21:54:28 +00:00
f3d0d3f46a fix i18n 2021-07-31 18:17:34 +02:00
89eee332c9 Replace stamina -> energy in code, i18n keys, and asset names 2021-07-31 01:34:40 -04:00