Joshua Barretto
|
290cb52d0d
|
I don't know how much I put in this commit, but it's some stuff
|
2020-01-26 12:52:28 +00:00 |
|
Joshua Barretto
|
f92371101c
|
Added pauseable pathfinding, improved Chaser heuristics, etc.
|
2020-01-26 12:52:07 +00:00 |
|
Joshua Barretto
|
2d9aa21eef
|
Added test world, friendly NPC pathfinding
|
2020-01-26 12:52:07 +00:00 |
|
Justin Shipsey
|
64690279af
|
new mobs
alligators
|
2020-01-26 00:22:48 +00:00 |
|
timokoesters
|
28fe73825d
|
feat: fitness stat effects movement speed
|
2020-01-21 19:24:09 +01:00 |
|
Gilbert Röhrbein
|
4f90e6325e
|
feat: add endurance fitness willpower to stats
|
2020-01-21 18:49:17 +01:00 |
|
timokoesters
|
2e8bf9d212
|
improvement: enemy balance
|
2020-01-20 19:15:12 +01:00 |
|
Joshua Barretto
|
8f86e45a72
|
Enumerated Body type
|
2020-01-20 14:21:06 +00:00 |
|
timokoesters
|
8afe5fd1dd
|
improvement: reset character state and energy on death
|
2020-01-19 22:39:19 +01:00 |
|
Joseph Gerardot
|
c10c31043c
|
Make charging take a discrete amount of energy and change energy
regeneration to use floats so it is smoother and tickrate-independent.
|
2020-01-19 22:39:17 +01:00 |
|
Joseph Gerardot
|
b4337e57aa
|
Add energy comsumption on rolling and charging, and accelerating
regeneration when idle.
|
2020-01-19 22:39:17 +01:00 |
|
Gilbert Röhrbein
|
28060e7b6e
|
fixing #405 - Energy as its own component
|
2020-01-12 22:25:04 +01:00 |
|
Monty Marz
|
8aff5faa83
|
assets update
acacia trees
updated help.png
bigger map zone name
npc levels from 0-10
boss levels from 20-50
|
2019-12-30 12:16:35 +00:00 |
|
Imbris
|
934c5d6846
|
Various tweaks: moved radius determination to function on , comments, simplified server Destroy event code, debug assert modified components aren't removed in change tracking, etc
|
2019-12-20 22:51:35 -05:00 |
|
Imbris
|
71cce03f29
|
Move sync code into common submodule
|
2019-12-20 22:37:12 -05:00 |
|
Imbris
|
609e0f23bf
|
Stop global syncing of entity creation
|
2019-12-20 22:37:12 -05:00 |
|
Forest Anderson
|
d8fc7cb667
|
Add advanced path finding to new 'Traveler' enemy using A* algorithm
|
2019-12-11 05:28:45 +00:00 |
|
Adam Whitehurst
|
20575e0aab
|
Update controller
|
2019-12-09 14:45:10 +00:00 |
|
Adam Whitehurst
|
92d99af53c
|
feat: weapon-type dependent wield and attack durations
also some controller.rs cleanup
|
2019-12-03 06:30:08 +00:00 |
|
Adam Whitehurst
|
4e574cb29a
|
Inputs enhancements
|
2019-11-29 15:20:35 +00:00 |
|
Monty Marz
|
040e1a7535
|
Fix map being inverted and indicator positioning
|
2019-11-26 22:39:07 +00:00 |
|
Monty Marz
|
370e94b1ad
|
Loading Screen with pulsating text, 2 new hairstyles
|
2019-11-23 00:51:18 +00:00 |
|
Forest Anderson
|
5a73554aa1
|
Merge branch 'qwertycrackers' into 'master'
Add a `debug_items` chat command that gives all debug items.
See merge request veloren/veloren!641
|
2019-11-11 17:36:31 +00:00 |
|
Monty Marz
|
c38447a264
|
assets update
map image
human male hairstyles
elf male hairstyle
potion item
cheese item
removed admin items from inventory
|
2019-11-09 13:42:42 +00:00 |
|
Joseph Gerardot
|
0a44e714b4
|
Cargo fmt
|
2019-11-06 20:57:05 -05:00 |
|
Joseph Gerardot
|
52020e4902
|
Don't use the actual multiline doc comment syntax.
|
2019-11-06 18:02:58 -05:00 |
|
Joseph Gerardot
|
e73884a1d4
|
Respond to MR feedback.
Mainly clean up code with better use of iterators, and rename the debug
command to be just `debug`.
|
2019-11-06 17:57:54 -05:00 |
|
Joseph Gerardot
|
7325757066
|
cargo fmt the previous changes.
|
2019-11-05 15:57:08 -05:00 |
|
Joseph Gerardot
|
fab5377eed
|
Add interface to add stuff in bulk to inventory
Also includes inventory tests.
inventory API.
|
2019-11-05 15:57:08 -05:00 |
|
jshipsey
|
2b5fd372c5
|
streamlined body part naming scheme, swapped quadruped to quadruped_small, rewrote mesh names to reflect body type instead of npckind. finally.
|
2019-10-25 21:50:14 -04:00 |
|
jshipsey
|
25448ae2a1
|
body tweak
|
2019-10-25 21:34:29 -04:00 |
|
jshipsey
|
644939810f
|
added dragon skeleton
|
2019-10-25 21:33:59 -04:00 |
|
jshipsey
|
54fc712076
|
fish_medium and bird_medium skelingtons
|
2019-10-25 21:33:02 -04:00 |
|
timokoesters
|
3ceb3a9d6d
|
refactor: small adjustments
|
2019-10-25 09:47:28 +02:00 |
|
timokoesters
|
a6faffca4e
|
feat: asset glob loading, random weapons in chests
|
2019-10-24 23:55:25 +02:00 |
|
timokoesters
|
0a1e12c9ad
|
improvement: make debug items of type ItemKind::Tool
This way all items that can be held in a hand are tools
|
2019-10-24 23:55:24 +02:00 |
|
timokoesters
|
20248a4818
|
feat: store items as RON files
When a new item is created, a ron file will be used as a template
|
2019-10-24 23:47:26 +02:00 |
|
Imbris
|
a200dafd45
|
Fix possess bug, remove commented code, drain controller events
|
2019-10-24 00:00:00 -04:00 |
|
Imbris
|
2703c8afe1
|
Move serverside client to a component and communications into server ecs systems
|
2019-10-23 23:50:06 -04:00 |
|
Monty Marz
|
3e0ac48bd8
|
Multiple Assets and UI fixes and additions
|
2019-10-23 19:40:45 +00:00 |
|
Imbris
|
39656e92be
|
Merge branch '276-hotloading-armor' into 'master'
Resolve "Enable hotloading of different offsets for armors/weapons"
Closes #276
See merge request veloren/veloren!545
|
2019-10-18 00:29:09 +00:00 |
|
Monty Marz
|
fdfab6a807
|
refactor: create_projectile doesn't take a light
It returns a builder so the caller can just do it
|
2019-10-17 20:59:36 +00:00 |
|
Adam Fogle
|
3a4c307d38
|
Code cleanup, formatting changes, and fixed the cloth belt's offset.
|
2019-10-16 00:42:57 -04:00 |
|
heydabop
|
522ab2cd98
|
fixes #324 - changes possible modulo range from 0-29 to 1-29 to prevent mod by 0
|
2019-10-13 21:39:37 -05:00 |
|
Adam Fogle
|
a5db28113f
|
Redid the mainfest files to remove race/gender.
Now based on armor slot enum.
Added color to the manifest files.
Manifest files aren't yet being used, but will load.
|
2019-10-12 08:31:42 -04:00 |
|
Imbris
|
028d010624
|
Make bows give experience via giving projectiles an owner field
|
2019-10-11 19:33:01 -04:00 |
|
Imbris
|
2f9d8ee2e6
|
Add new debug item
|
2019-10-11 19:32:46 -04:00 |
|
Monty Marz
|
d82ec6715a
|
Item icons, chests and more
|
2019-10-09 19:28:05 +00:00 |
|
timokoesters
|
095e66fc01
|
fix: tweek hp
|
2019-10-08 20:36:46 +02:00 |
|
timokoesters
|
4e87f125a2
|
fix: fix level and health distribution
|
2019-10-08 18:12:08 +02:00 |
|