Commit Graph

9579 Commits

Author SHA1 Message Date
juliancoffee
a8b73e0bba Shift egui debug window right 2021-08-06 22:58:36 +03:00
juliancoffee
65d4d692f2 Add hotkey to toggle Egui Debug 2021-08-06 22:58:36 +03:00
juliancoffee
0fcfec73e6 Add option to toggle egui debug 2021-08-06 22:58:36 +03:00
Imbris
e7fabceaf1 Merge branch 'juliancoffee/asset_tweak_v2' into 'master'
asset_tweak v2

See merge request 
2021-08-06 17:41:54 +00:00
Xeriab Nabil
4c02227de7 UI: Fixes and enhancements to trading window 2021-08-06 17:11:54 +03:00
Marcel
7e1f81ffa2 Merge branch 'xMAC94x/translationfix' into 'master'
write header only once

See merge request 
2021-08-06 13:07:49 +00:00
Samuel Keiffer
063f73d3d9 Merge branch 'juliancoffee/normalize_mass' into 'master'
Normalize masses in range 75-100.

See merge request 
2021-08-06 11:53:52 +00:00
juliancoffee
ce04dd5c69 Adress review, add test for structs 2021-08-06 13:04:01 +03:00
Marcel Märtens
3710e88c1a write header only once 2021-08-06 12:02:22 +02:00
juliancoffee
5e3f89960b Normalize masses in range 75-100.
+ Remove match on body_type
2021-08-06 11:57:42 +03:00
juliancoffee
43297b4684 Change beam offsets
* Make it so that beam starts from inside hitbox of owner.
Without it it's possible to cheese beem attack just making close enough
to its owner.
2021-08-05 21:07:46 +03:00
juliancoffee
198b375ea3 Give TrainingDummy hitbox 2021-08-05 21:07:46 +03:00
juliancoffee
163d37e3fc Fix Beam orientation, remove orientation_behavior
* make old OrientationBehavior::FromOri default behaviour
* use rotation formed from look_dir instead of constructing
ori on the fly (which is altered after normalization).
2021-08-05 21:07:46 +03:00
juliancoffee
eb9285d000 Agent code TODO-s 2021-08-05 21:07:45 +03:00
juliancoffee
d38329d9f8 Nerf pillars
* make platforms one block high
2021-08-05 21:07:45 +03:00
Samuel Keiffer
b5d9c9d238 Merge branch 'lboklin/idle-upright' into 'master'
Make character upright itself even while idle

See merge request 
2021-08-05 12:36:28 +00:00
Ludvig Böklin
a55ac235b9 Make character upright itself even while idle 2021-08-05 08:34:21 +02:00
Samuel Keiffer
4b62e39d29 Merge branch 'ygor/fix-axe-energy-reward' into 'master'
Allow axe combo to reward energy without skillpoint

See merge request 
2021-08-05 00:38:41 +00:00
Imbris
8874658424 Merge branch 'capucho/derivative-fix' into 'master'
Don't use derivatives in vertex shader

See merge request 
2021-08-05 00:37:04 +00:00
João Capucho
c9ea426687
Don't use derivatives in vertex shader 2021-08-04 23:14:08 +01:00
Joshua Barretto
0617439cf7 Merge branch 'zesterer/agent-fixes' into 'master'
Added action timer system for agent code

See merge request 
2021-08-04 16:17:49 +00:00
Joshua Barretto
f5ea8d32f7 Fixed block snapping 2021-08-04 14:12:10 +01:00
Joshua Barretto
492a37d23a Added action timer system for agent code 2021-08-04 14:04:56 +01:00
Joshua Barretto
c13245b163 Merge branch 'zesterer/fix-pets' into 'master'
Fix pets without agency

See merge request 
2021-08-04 00:25:04 +00:00
Joshua Barretto
715e053356 Fix pets without agency 2021-08-04 00:22:03 +01:00
Joshua Barretto
99c9ae9952 Merge branch 'juliancoffee/handle_pvp' into 'master'
Handle PvP/PvE

See merge request 
2021-08-03 21:09:09 +00:00
Marcel
b7bd81388c Merge branch 'umr1352/fix#1260' into 'master'
fix issue : give a warning if an error occurs on language files load

Closes 

See merge request 
2021-08-03 21:09:06 +00:00
Enrico Marconi
f2ce496d0e fix issue : give a warning if an error occurs on language files load 2021-08-03 21:09:05 +00:00
Marcel
b9ec52eec4 Merge branch 'yusdacra/chore/nix' into 'master'
build(nix): fix nix builds

Closes 

See merge request 
2021-08-03 21:09:04 +00:00
juliancoffee
f3e8328717 Avoid negative bounds in harm checks
* disallow_harm -> allow_harm to avoid negative reasoning since it mostly
requires double negation in code
* allow_harm -> may_harm to specify side-effect free
2021-08-03 18:57:53 +03:00
Yusuf Bera Ertan
0d41fab95c
build: update keyboard-keynames 2021-08-03 18:16:55 +03:00
Yusuf Bera Ertan
fe2b63a102
docs(nix): add notice for vulkan driver error potentially relating to nixpkgs mismatches 2021-08-03 17:45:42 +03:00
Yusuf Bera Ertan
1a164b9030
build(nix): remove useless override (upstreamed), fix crate name 2021-08-03 17:45:41 +03:00
Yusuf Bera Ertan
ea7f5b3319
chore(deps): update nix flake deps 2021-08-03 17:45:41 +03:00
juliancoffee
166e23cb8e continue -> filter_map to handle new players 2021-08-03 16:43:56 +03:00
juliancoffee
ff02f3ab06 Return self-harm 2021-08-03 16:43:56 +03:00
juliancoffee
98e36ab641 Prettify server/sys/msg/register.rs 2021-08-03 16:43:56 +03:00
juliancoffee
a407276851 Refactor projectile system 2021-08-03 16:43:55 +03:00
juliancoffee
7c738fb843 Post review refactoring
* inline `target_dodging` into struct declaration as they are named
anyway
* move `avoid_harm` check out of `Attack::apply_attack` so we don't need
to pass whole Player component.
* another cosmetic things
2021-08-03 16:43:55 +03:00
juliancoffee
6004e76959 Prettify aura system 2021-08-03 16:43:55 +03:00
juliancoffee
77cb772159 Make Veloren compile again 2021-08-03 16:43:55 +03:00
juliancoffee
9d5ac63239 Use emitter.emit() in server/sys/msg/register 2021-08-03 16:43:55 +03:00
juliancoffee
6e52bbf7a8 Add CHANGELOG note about battle_mode setting 2021-08-03 16:43:54 +03:00
juliancoffee
23c8e95f7f Refactor Aura system, add avoid_harm flag
+ fix bug where you cast OutOfGroup on yourself and your group
2021-08-03 16:42:58 +03:00
juliancoffee
94b48f5448 Cleaning 2021-08-03 16:42:58 +03:00
juliancoffee
eb770a7dd7 Add battle_mode server setting and player flag 2021-08-03 16:42:58 +03:00
juliancoffee
d4d6072c03 Add asset_tweak macros 2021-08-03 16:31:13 +03:00
juliancoffee
f9733b58cb Remove redundant serial_test crate 2021-08-03 16:31:13 +03:00
juliancoffee
b6cfd06724 Add ability to specify directory in asset_tweak 2021-08-03 16:31:13 +03:00
juliancoffee
4630237739 Remove clone() for creating new tweak file 2021-08-03 16:31:13 +03:00