842 Commits

Author SHA1 Message Date
Joshua Barretto
20648f8aa7 Added docs to assets::load_map
Former-commit-id: 50397d3c5d8c30ea392b784d9309d0e2ecb28f73
2019-05-25 09:38:30 +01:00
Joshua Barretto
41c084f28b Stopped trees spawning in water
Former-commit-id: 1cc73b0eea4126da4501e19a695b572efc436935
2019-05-25 08:36:11 +01:00
Joshua Barretto
6c03de56aa Fixed world viewer
Former-commit-id: 03113582d1bd9bce6848c66b9c73a2ba2939162e
2019-05-25 07:00:24 +01:00
Joshua Barretto
6ac6b7fd86 fmt
Former-commit-id: 689464ed1009ebfd74769fa113fc7b433ea62bbd
2019-05-25 06:54:47 +01:00
Joshua Barretto
6ded009f5a Marginally increased tree spawn frequency
Former-commit-id: c23a172e4796317bafdf4a6661330ed86d4eb248
2019-05-25 06:49:55 +01:00
Joshua Barretto
4891da411d Improved grass and tree colour
Former-commit-id: 9372612047df95ec9588d35a32161248df85178a
2019-05-25 06:47:11 +01:00
Joshua Barretto
9ed836747c Better spawn point
Former-commit-id: 31b4df016aea512494d419515043baa288fa9ab5
2019-05-25 06:42:26 +01:00
Joshua Barretto
32f7d496d1 Better tree spawning, more trees
Former-commit-id: abf4ff8a2eb005c2cd1832f5a3ae7182c4fc31f6
2019-05-25 06:38:40 +01:00
Joshua Barretto
d7b668cccf Improved sea-like slopes
Former-commit-id: 4b3ba56dcf6d99db7e48c169d42e042811872fd3
2019-05-25 05:51:45 +01:00
Joshua Barretto
2977a5d5e7 Much bigger terrain
Former-commit-id: f83f281a1ec1d18079a574580d5d963416fccde2
2019-05-25 05:51:45 +01:00
Joshua Barretto
adecc4e87d Made mountains bigger
Former-commit-id: c6ef0a8dba599e70177c7446fe282f357d33a66b
2019-05-25 05:51:45 +01:00
Joshua Barretto
6e563dcb94 Basic pine tree spawning
Former-commit-id: e58374724f6c9cb4a54ae96abd3420b02207fd30
2019-05-25 05:51:45 +01:00
Joshua Barretto
b2cbce8475 Refactored worldgen sampling, added cache layer
Former-commit-id: 3ad5277ed0c871d6678a42629145cb722d4c76c5
2019-05-25 05:51:45 +01:00
Joshua Barretto
0ef85d69f5 Added basic structure generation
Former-commit-id: 88a6bf2e18ac4f8f9b560797c8aac82ca318afb0
2019-05-25 05:51:45 +01:00
Joshua Barretto
f9680c092d Changed snow altitude
Former-commit-id: 0a673564d854e535574381874127254e83f92585
2019-05-25 05:51:45 +01:00
Joshua Barretto
aa023f4fed Adjusted snow
Former-commit-id: d30f3f8bb4e59c436023ccb38f65e868935d62f0
2019-05-25 05:51:45 +01:00
Joshua Barretto
bc0c20fe3e Made mountain rock darker
Former-commit-id: 2da60a1e6b69d2522773ee3aae5cf2d83a1d0396
2019-05-25 05:51:45 +01:00
Joshua Barretto
bd1baa063d Added snow to mountains, fixed hash sub-chunk allocation failure
Former-commit-id: 45bb3063172b980f7cd7aa5bd2b50a1a53480120
2019-05-25 05:51:45 +01:00
Joshua Barretto
55d5c95197 Small worldgen fixes and hash chunk optimisation
Former-commit-id: f1cb9a010f5d0882d4bc21ede1f405a8a7fa867c
2019-05-25 05:51:45 +01:00
Joshua Barretto
79d2d11d71 Improved cache-coherency of world chunk interpolation
Former-commit-id: 2f45cf47916970185c65c701dfc63ae838f05734
2019-05-25 05:51:45 +01:00
Forest Anderson
ecea36f51a Merge branch 'adding-combat-anims' into 'master'
Combat animation groundwork

See merge request veloren/veloren!174

Former-commit-id: 7fd5356a9fab76184e2726e96154d975c5855458
2019-05-24 23:36:19 +00:00
jshipsey
3bf8e790d2 fmt
Former-commit-id: d4c800b8c2e7667bb635de23c0f334bddd4b7a0d
2019-05-24 19:01:10 -04:00
jshipsey
976b5aeed8 erge branch 'adding-combat-anims' of https://gitlab.com/veloren/veloren into adding-combat-anims
rebase


Former-commit-id: 3cc8d5ff5435b2328c2104fbd2d345a3f4be6a67
2019-05-24 18:54:48 -04:00
jshipsey
8561c198dc restored previous animations with new bone setup
Former-commit-id: e507dba772d931e3ddebd0c4ecc8e038521a2e3e
2019-05-24 18:51:33 -04:00
jshipsey
9afbe485e2 rotation simplification
Former-commit-id: d6ddc514d76dee88477964a7cf053122e39a67a8
2019-05-24 18:43:49 -04:00
jshipsey
151c75d217 attack state
Former-commit-id: 6d8a6b68aff7ae2439eb42b2cee017cec99d96df
2019-05-24 18:42:22 -04:00
jshipsey
20d170473c laying groundwork for combat anims, untangling skeleton
Former-commit-id: 442e7059ce0e62429c263fd0b95ee98b7d8bc0d2
2019-05-24 18:33:56 -04:00
jshipsey
43e668982b rotation simplification
Former-commit-id: 991b5710d14c27af8f34745caeef95df47be0bb0
2019-05-24 18:33:55 -04:00
jshipsey
dce4f0c43f attack state
Former-commit-id: 316d1dbb607688d88c067adc6498497aa67cb017
2019-05-24 18:33:55 -04:00
Forest Anderson
66e7c44727 Merge branch 'msgbox_update' into 'master'
Msgbox update

See merge request veloren/veloren!170

Former-commit-id: 7af35336762375d9b6d1c1ef3f4608d90f54d247
2019-05-24 21:26:25 +00:00
Joshua Barretto
4b791a9d72 Remove msgbox dependency
The messagebox denedency was causing conflicts when trying to build on
my workstation.  Removing this dependency resolved the problem
immediately.  Will work to replace this functionality before sending
upstream.


Former-commit-id: aeb4255e9c046c5c721316ec408497a7eeca0a5a
2019-05-24 21:26:25 +00:00
Forest Anderson
9dce54250d Merge branch 'link-fixes' into 'master'
Book link fix.

Closes #98

See merge request veloren/veloren!173

Former-commit-id: b412b5b8b143e04b7462a0af361c001d4f21b9ea
2019-05-24 21:18:06 +00:00
Cody
6000522274 Fixes broken book link.
Former-commit-id: f5636533167c22fef504026acdfad8e35e7b2694
2019-05-24 17:06:55 -04:00
Forest Anderson
a9c1294073 Merge branch 'login-screen' into 'master'
New Background image (.png)

See merge request veloren/veloren!172

Former-commit-id: 8f392b67e77716848f4748396571aad3414c62dd
2019-05-24 19:41:18 +00:00
Monty Marz
6c61487807 New Background image (.png)
Former-commit-id: 35912f0ecb432f54a74daa076ff2b192aa100778
2019-05-24 19:41:18 +00:00
Joshua Barretto
0660d9fb81 Merge branch 'ingame_ui_attempt' into 'master'
Add Health Bars and Name Tags

See merge request veloren/veloren!155

Former-commit-id: 8ebb8dd060cc66349829b9e4b335b1f42ae949e5
2019-05-24 12:53:42 +00:00
Joshua Barretto
aaa26e78e4 fmt
Former-commit-id: 2d9b4f53438a3849381d8723d0ab48b4015cd35c
2019-05-24 13:43:03 +01:00
Imbris
26d79da760 small fixes
Former-commit-id: 0ac2c4e058340d99709843b52fed4a06498ab500
2019-05-24 02:32:39 -04:00
Imbris
670980d44c add key to toggle ingame ui elements
Former-commit-id: e57fc5410a93f6e467db4bb198d7510351fb2db6
2019-05-24 02:31:05 -04:00
Imbris
046adc2812 Round resolution scaling to powers of 2
Former-commit-id: c4ae59271076e1402eb1012257b6e40f082faf06
2019-05-24 02:31:04 -04:00
Imbris
c42748e477 Scaling of ingame text rasterization to match final size
Former-commit-id: 9f9e900afef2400af35d579e66ba95097e169b87
2019-05-24 02:31:04 -04:00
Imbris
5abf94dfbf Simplify ingame.rs, fix adding new entities
Former-commit-id: b5fbf1a0155e8cb2cb7837004b3c0e43ca2ae92e
2019-05-24 02:31:04 -04:00
Imbris
3be6ea40b9 Simplify ingame.rs, fix adding new entities
Former-commit-id: 3e92c4c8c1c580e2b2d95eecd213ac42cf0dd0bc
2019-05-24 02:31:03 -04:00
Imbris
a3cf60c56e Link player stats, remove self name tag
Former-commit-id: bb20c8f1515859ae7720484faa4b718253e0ccb7
2019-05-24 02:31:03 -04:00
Imbris
ff03c12eee Add healthbars, rebase fixes, warning fixes
Former-commit-id: e293133eb18452a53446d2d765ecbe00e50720ba
2019-05-24 02:31:03 -04:00
Imbris
1d9c35b91d Add ability to position tuples of widgets ingame
Former-commit-id: e2958a37e7062132d6a7b6d5ad61bd4002768532
2019-05-24 02:31:02 -04:00
Imbris
32a4697d29 Make name labels work
Former-commit-id: 633905535d2842b320d347e368a28ac967a8469a
2019-05-24 02:31:02 -04:00
Joshua Barretto
ad23ec1c5d Fixed UI shader
Former-commit-id: 12851d800a5435d25573e1deadb10b8103d40ac7
2019-05-24 02:31:02 -04:00
Imbris
43a73e5257 ingame_ui
Former-commit-id: 5e836043d58f9217d711462d9f700e3eb096a076
2019-05-24 02:31:01 -04:00
Joshua Barretto
5bfdd99b28 Merge branch 'failed-164' into 'master'
Disclaimer

See merge request veloren/veloren!169

Former-commit-id: 9d6ded433e519f0950df861c96c5e936ae66908c
2019-05-23 22:45:48 +00:00