3366 Commits

Author SHA1 Message Date
Joshua Yanovski
ba9a9c099a Fix point shadows. 2021-06-02 23:59:48 -04:00
Joshua Yanovski
c63683bde9 Fix directed shadows, mostly. 2021-06-02 23:59:48 -04:00
Joshua Yanovski
b035b5a86a More frustration with shadows. 2021-06-02 23:59:48 -04:00
Joshua Yanovski
ae17b7e296 Various fixes for shadows. 2021-06-02 23:59:48 -04:00
Capucho
7ce375907c Fix the shadow drawing code
Very poorly optimized
2021-06-02 23:59:48 -04:00
Capucho
409e1daab6 Re enable the skybox rendering in char select 2021-06-02 23:59:48 -04:00
Capucho
7dda94fb21 Fix the buffer slicing in the submodel
Fixes the void figures
2021-06-02 23:59:48 -04:00
Capucho
6ecc51004e Re enable sprite rendering 2021-06-02 23:59:48 -04:00
Capucho
6860313d9d Reenable non-player figure drawing 2021-06-02 23:59:48 -04:00
Imbris
46eeedeaf7 Draw water 2021-06-02 23:59:48 -04:00
Imbris
6fff5177b0 Fix clouds 2021-06-02 23:59:48 -04:00
Imbris
6f9bc075d0 Somewhat fix lod, prevent particles spamming new buffers when disabled 2021-06-02 23:59:48 -04:00
Imbris
2b36aa6b60 No cube spam 2021-06-02 23:59:48 -04:00
Imbris
d4f55bcbd2 Start lod, update wgpu to fix viewport count validation error 2021-06-02 23:59:48 -04:00
Imbris
c51a167eeb Add skybox 2021-06-02 23:59:48 -04:00
Capucho
c6e415bc7d Fix wrong color format in col light 2021-06-02 23:59:48 -04:00
Capucho
ad7f1fe18f Reenable terrain rendering
Refractor col lights
2021-06-02 23:59:48 -04:00
Capucho
9a5bc12d3c Fix the orientation of the rendering
Reenable the rendering of the player
2021-06-02 23:59:47 -04:00
Capucho
9de927fb2f Pass format to particle pipeline 2021-06-02 23:59:47 -04:00
Capucho
9924d15dc8 Renable the figure and terrain drawing code (not working yet) 2021-06-02 23:59:47 -04:00
Imbris
52660e9262 Fix culling of postprocess/cloud triangles 2021-06-02 23:59:47 -04:00
Imbris
cd46a4bd85 Particles compiles and runs (no visuals yet) 2021-06-02 23:59:47 -04:00
Capucho
6530fe99db Remove the depth buffer from the Third drawer 2021-06-02 23:59:47 -04:00
Capucho
85296c1bb5 Shader fixes 2021-06-02 23:59:47 -04:00
Capucho
9379c4d1dc Update dependencies 2021-06-02 23:59:47 -04:00
Imbris
dd15e7e7d9 Almost make clouds/postproccess run 2021-06-02 23:59:47 -04:00
Imbris
5af8c24fa0 Render the UIs 2021-06-02 23:59:47 -04:00
Imbris
9587cd0191 Add generic Bound<T> type for grouping consts/other bindable things with bind groups 2021-06-02 23:59:47 -04:00
Imbris
67d3f7fe08 Render Ui 2021-06-02 23:59:45 -04:00
Imbris
40e73b8bbf Color! 2021-06-02 23:56:43 -04:00
Imbris
5af935a218 fixed validation errors when creating pipelines 2021-06-02 23:56:43 -04:00
Imbris
9bb283c603 No crash on startup 2021-06-02 23:56:43 -04:00
Imbris
940d60d888 Made shaders compile by adding locations and bindings and splitting textures and samplers out into two things and adding guards for double including shaders 2021-06-02 23:56:43 -04:00
Imbris
0b240dd22e Improve shader errors by showing shader file name, reduce repetitive shader construction code 2021-06-02 23:56:43 -04:00
Imbris
40cd2a2977 migrate cloud pipeline, migrate iced renderer, rebase fixes 2021-06-02 23:56:43 -04:00
Imbris
c938b4a4da Make compile through various changes, update wgpu to latest git 2021-06-02 23:56:43 -04:00
Capucho
2c920558bb More fixes 2021-06-02 23:56:43 -04:00
Capucho
ed359af94e Switched from zerocopy to bytemuck
Fixing errors
2021-06-02 23:56:40 -04:00
Capucho
6270184e9d Made the layouts more compact 2021-06-02 23:55:59 -04:00
Capucho
e1145de8c2 Finished porting all pipelines 2021-06-02 23:55:59 -04:00
Capucho
08084e7a41 Began porting pipeline creation 2021-06-02 23:55:59 -04:00
Capucho
bb6bf52ea8 ported all pipelines 2021-06-02 23:55:59 -04:00
Capucho
7055620636 Ported most of the textures and models related methods 2021-06-02 23:55:59 -04:00
Capucho
c069149aab Started the report of wgpu 2021-06-02 23:55:59 -04:00
Marcel
35980f82a6 Merge branch 'revert-c6e200a3' into 'master'
Add a configuration Option to opt-in Quic backend

See merge request veloren/veloren!2318
2021-06-02 14:27:13 +00:00
Avi Weinstock
9af2557f9c Address further MR 2301 comments. 2021-06-02 00:39:58 -04:00
Avi Weinstock
ebeeb7e3bf Address many of Imbris's comments on MR 2301. 2021-06-02 00:39:58 -04:00
Avi Weinstock
5834a9da4b Depend on crossbeam-utils and crossbeam-channel instead of crossbeam in voxygen. 2021-06-02 00:39:58 -04:00
Avi Weinstock
4b5688fa03 Use a single HashMap with the entry API and a KeyedJobTask enum for KeyedJobs. 2021-06-02 00:39:58 -04:00
Avi Weinstock
75cca1c02e Address MR 2301 review comments.
- Replace tabs with spaces in map-related i18n.
- Use `retain` in `remove_unloaded_chunks`.
2021-06-02 00:39:58 -04:00