5848 Commits

Author SHA1 Message Date
Imbris
20096e8a09 Update to reflect changes in master ui: switched daggers with sceptre, added background at the bottom of the loading screen, added randomize button in the char creation screen 2020-11-11 03:02:22 -05:00
Imbris
ecf3d0d190 Loading screen: show animated gears instead of status message, show tips 2020-11-11 03:02:22 -05:00
Imbris
fcc95d4136 Remove background banner from login screen input boxes and move logo to right corner 2020-11-11 03:02:22 -05:00
Yusuf Bera Ertan
79ee8dcc2a add padding to language select and server select menu buttons so that the scrollbar doesn't overlap them 2020-11-11 03:02:22 -05:00
Yusuf Bera Ertan
cc4c6b746a add title to server select menu, don't use unneeded Container in language select menu 2020-11-11 03:02:22 -05:00
Yusuf Bera Ertan
319c744611 change the text arrows in language select and server select with proper ui elements 2020-11-11 03:02:22 -05:00
Yusuf Bera Ertan
de7c9a9858 add language selection menu to main menu screen 2020-11-11 03:02:22 -05:00
Imbris
9348f5915a Update to the latest git iced 2020-11-11 03:02:22 -05:00
Imbris
09fc05db66 Add more parts of the character selection screen, add mouse detector widget, misc tweaks 2020-11-11 03:02:22 -05:00
Imbris
5e913d46c7 Basic structure of character selection 2020-11-11 03:02:22 -05:00
Imbris
1583929e00 Add tabbing between fields in login screen 2020-11-11 03:02:22 -05:00
Imbris
803a5ecea6 Add gradient primitive to ui, adjust textbox aspect ratio, misc tweaks 2020-11-11 03:02:22 -05:00
Imbris
c4eb90d6f8 Update to latest iced git, rebase fixes 2020-11-11 03:02:22 -05:00
Imbris
84d09ac92e Start rewrite of character selection with iced 2020-11-11 03:02:21 -05:00
CapsizeGlimmer
aa726f56e1 Implement renderer for slider 2020-11-11 03:02:21 -05:00
Imbris
78fc52b9ec Delete conrod main menu code!!!!!!, small tweaks 2020-11-11 03:02:21 -05:00
Imbris
c04d2102e1 Add error message box (is the main menu finished?) 2020-11-11 03:02:21 -05:00
Imbris
1e82f4ff41 Add border styling to container 2020-11-11 03:02:21 -05:00
Imbris
cc76b8ef8f Make cancel button in connecting screen visble again, don't save username & server for singleplayer login, make iced version go back to login screen properly. 2020-11-11 03:02:21 -05:00
Yusuf Bera Ertan
39a2fe1315 Implemented server selection screen 2020-11-11 03:02:21 -05:00
Imbris
1ae4bb6963 Add Scrollable widget support, implement disclaimer screen, rearrangements of main menu ui code 2020-11-11 03:02:21 -05:00
Imbris
64a5391f41 Fill in username & server fields in ui reimplementation, stop saving password in the settings file 2020-11-11 03:02:21 -05:00
Imbris
f576c38c05 Add styling for Container, implement auth trust prompt, misc additions 2020-11-11 03:02:21 -05:00
Imbris
a6f04e0da5 Make all the fonts available in iced ui rework 2020-11-11 03:02:21 -05:00
Imbris
53fe8eec83 Add parts of main menu such as version text and info text banner, make connection screen 2020-11-11 03:02:21 -05:00
Imbris
7d64ce93bd More main menu work, split main menu ui into multiple modules, misc fixes in the renderer 2020-11-11 03:02:21 -05:00
Imbris
f4a704eaa6 Input fields layout tweaks 2020-11-11 03:02:21 -05:00
Imbris
1e1e3a66ac Fix whitespace glitches, center text cursor 2020-11-11 03:02:21 -05:00
Imbris
45dd2b0896 Add input fields to main menu attempt, fix a few bugs, add bullet point to the font (might have done this wrong). (just a few glitches left when text contains spaces) 2020-11-11 03:02:21 -05:00
Imbris
4bd5349a80 Add support for TextInput widget, rename widgets module to widget, update to glyph_brush 0.7.0 2020-11-11 03:02:21 -05:00
Imbris
93b5376cb9 More buttons, FillText custom widget that adjusts text size based on available space, created button component thing (a reusable composition of widgets), fixed log to tracing rebase error 2020-11-11 03:02:21 -05:00
Imbris
d8e1af835d Rearrange iced renderer modules, wire up events for the main menu iced ui 2020-11-11 03:02:21 -05:00
Imbris
937e1e696c Add support for Button widget, new custom widget AspectRatioContainer 2020-11-11 03:02:21 -05:00
Imbris
04a56d6ec7 Rename localization/font types (e.g. VoxygenLocalization -> Localization) 2020-11-11 03:02:21 -05:00
Imbris
bd694c5a81 Text rendering for iced with glyph_brush works now 2020-11-11 03:02:20 -05:00
Imbris
9dbabff887 Add for<'b> lifetime annotation (almost worked) 2020-11-11 03:02:20 -05:00
Imbris
a1f59cb2ea Implement text renderering with glyph_brush (lifetime error) 2020-11-11 03:02:20 -05:00
Imbris
3f6faecbb5 Add support for Space widget, refine main menu ui, misc fixes and improvements. 2020-11-11 03:02:20 -05:00
Imbris
aeff910120 Revamp BackgroundContainer with scale specific padding, and use in main menu attempt 2020-11-11 03:02:20 -05:00
Imbris
43139873d5 Add Stack and CompoundGraphic widgets 2020-11-11 03:02:20 -05:00
Imbris
568795fe6f Begin implementing container widget with an image background 2020-11-11 03:02:20 -05:00
Imbris
3b644a4014 Start experimenting with replicating main menu 2020-11-11 03:02:20 -05:00
Imbris
e64f8aec60 Get resizing working 2020-11-11 03:02:20 -05:00
Imbris
a4dc47bc2c Initial setup to use iced 2020-11-11 03:02:20 -05:00
Samuel Keiffer
d942f4c7b6 Merge branch 'james/npc-projectile-aiming' into 'master'
Improve NPC aiming and humanoid hitboxes

See merge request veloren/veloren!1502
2020-11-11 04:36:41 +00:00
James Melkonian
0422c3391d Improve NPC aiming and humanoid hitboxes 2020-11-11 04:36:40 +00:00
Samuel Keiffer
a043985ba5 Merge branch 'sam/fix-assets-update-2' into 'master'
Fix 2 for Assets Update Merge

See merge request veloren/veloren!1501
2020-11-11 03:12:40 +00:00
Sam
989de385e3 Yeet 2020-11-10 19:59:55 -06:00
Samuel Keiffer
2cd512577f Merge branch 'sam/fix-assets-update' into 'master'
Fix merge of assets update branch

See merge request veloren/veloren!1500
2020-11-10 23:10:36 +00:00
Marcel
d188b12084 Merge branch 'xMAC94x/clock' into 'master'
massivly switch clock algorithm.

See merge request veloren/veloren!1499
2020-11-10 22:12:12 +00:00