447 Commits

Author SHA1 Message Date
Tavo Annus
27cdaed7ad Fix character being too close in menu 2021-08-10 14:00:34 +02:00
Snowram
efbf538569 Makes dungeons start at level 1 visually 2021-08-09 16:36:37 +02:00
Ludvig Böklin
ae866ac7c6 Improve gliding
- make glider dimensions a factor of body height
- increase glider dimensions across the board
- remove delay from transition into glide
- enable glider control while wielding glider
- improve glide wield animation
2021-08-09 10:06:16 +01:00
Ludvig Böklin
c1df48168a Fix mistake of pre-multiplying aerodynamic coefficients
Increase glider zero-lift drag
2021-08-09 10:06:15 +01: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
juliancoffee
6e52bbf7a8 Add CHANGELOG note about battle_mode setting 2021-08-03 16:43:54 +03:00
Ygor Souza
734b98c82d Allow axe combo to reward energy without skillpoint
When the character does not have the Double Strike Combo skill, the
ability's stage_data only contains one element, and thus the
stage_data.len() - 1 expression would set the max_energy_regen to 0.
This change forces the multiplier to 1 in this specific case, so the axe
can still reward energy without the combo skill point, to match the
other weapons.
2021-08-03 07:10:03 +02:00
Imbris
281e2c4d5b Add custom error message when there are no compatible graphics backends available 2021-08-03 00:00:30 -04:00
Ludvig Böklin
0d7c0dfd50 Fix gliderwield downhill run jitter 2021-08-01 11:20:46 +00:00
Joshua Barretto
d74c2b47c8 Merge branch 'zesterer/menacing' into 'master'
Added menacing, made agent code less hacky

See merge request 
2021-08-01 00:27:02 +00:00
Joshua Barretto
243790a0df Added menacing, made agent code less hacky 2021-07-31 20:33:28 +01:00
Imbris
6e3c070116 Replace stamina -> energy in english localization strings 2021-07-31 01:35:28 -04:00
Imbris
ecf9153dff Merge branch 'imbris/admin-cmd' into 'master'
Make admin adding/removing command arguments positional again

See merge request 
2021-07-30 06:05:29 +00:00
Imbris
9d761d5096 Make admin add/remove command arguments positional again 2021-07-30 01:25:38 -04:00
Monty Marz
2466cad155 Remove sceptre, add swords 2021-07-29 22:38:35 +00:00
Ben Wallis
f4b3d463c8 * Pets are now saved on logout and spawned with the player on login
* Pets now teleport to their owner when they are too far away from them
* Limited the animals that can be tamed to `QuadrupedLow` and `QuadrupedSmall` to prevent players taming overly powerful creatures before the pet feature is further developed
* Added `Pet` component used to store pet information about an entity - currently only used to store the pet's database ID
* Added `pet` database table which stores a pet's `body_id` and `name`, alongside the `character_id` that it belongs to
* Replaced `HomeChunk` component with more flexible `Anchor` component which supports anchoring entities to other entities as well as chunks.
2021-07-28 22:36:41 +00:00
Marcel Märtens
b1818fb4ca fixed map to zoom and drag correctly, fixed 2021-07-27 01:15:06 +02:00
DanTheOne
47e49f0409 Add shortcut to toggle chat 2021-07-26 02:42:35 +02:00
Joshua Barretto
1df81360ab Properly fixed command parsing 2021-07-23 17:33:31 +01:00
Avi Weinstock
47d185d094 Spawn players aboveground when using /site or when their waypoint is underground. 2021-07-15 17:54:29 -04:00
Monty Marz
afcb3eb1e7 char selection frames, adjustments 2021-07-13 13:31:01 +02:00
Marcel Märtens
63d790bb45 add biome and site info to F3 debug menu 2021-07-12 18:44:54 +02:00
Knightress Paladin
c0752cd6dc Added check to prevent sceptre AI from canceling its own ward 2021-07-07 20:01:00 -07:00
Monty Marz
2a1efb4b2b Minimap modes, Danari customizations update & bald hairstyles 2021-07-08 00:01:08 +00:00
AldanTanneo
b50188d69f Implemented trading stackable items with a full inventory 2021-07-05 10:34:03 +00:00
juliancoffee
2eff965241 Update CHANGELOG with food rework 2021-07-05 10:57:11 +03:00
juliancoffee
cc27ce00fe Adjust Yeti difficulty
Frost breath:
    - ori_rate reduced from 0.6 to 0.1
    - time of breath increased from 1 second to 2 seconds
    - buildup increased from 0.4 to 0.8
    - make it more gentle, with less damage per tick, but faster tick rate
    (50 * 1 to 10 * 5)
    - make Frozen debuff strength smoler, 1.5 to 0.5 and make it chance to
    apply debuff.
    - make him use it when closer range (10 and not 15)
Ice spikes:
    - increase recovery_duration from 0.3 to 1.0
    - make him slower while doing ice spikes, make ice spikes move
    slower
    - make him use it when closer range (15 and not 20)
Snowball:
    - increase recover_duration from 0.4 to 0.9
Strike:
    - increase buildup_duration fron 0.6 to 0.8
    - increase recover_duration from 0.5 to 1.0
    - increase knockback from 40.0 to 70.0
2021-07-04 03:44:17 +03:00
Avi Weinstock
d3d4cc1382 Fix underwater campfires. 2021-06-30 18:36:43 -04:00
Joshua Barretto
d25d61490e Improved consistency of default controls 2021-06-30 13:39:37 +01:00
juliancoffee
912d371487 Remove post-armor crit damage 2021-06-30 03:16:04 +03:00
Sam
896cd44ddb Changelog 2021-06-29 05:59:02 -05:00
Snowram
64045ed7bd Adds an outcome to death with SFX and VFX 2021-06-29 00:14:05 +02:00
juliancoffee
cba3187b92 Split Material and Dismantle crafting tabs 2021-06-26 21:37:13 +03:00
Scott Williams
14f16a3a47 Gem Rings and small change to trading. 2021-06-26 02:44:02 +00:00
Sam
cd1ede0131 Balance tweaks. 2021-06-23 22:38:37 -05:00
juliancoffee
3954ded27b changelog 2021-06-22 20:52:44 +03:00
Joshua Barretto
2cebfa7db5 Sanitise controller inputs 2021-06-21 21:13:49 +01:00
Joshua Barretto
0499a1e360 Added chat toggle 2021-06-21 20:16:03 +01:00
Samuel Keiffer
0c85a4e7ea Merge branch 'juliancoffee/clay_golem_tweak' into 'master'
clay golem tweak

See merge request 
2021-06-19 14:49:11 +00:00
juliancoffee
9dfa492809 Add CHANGELOG 2021-06-19 10:47:45 +03:00
Samuel Keiffer
d3195b4ead Merge branch 'juliancoffee/not_explodable_sprites' into 'master'
Proof of concept non-explodable sprites

See merge request 
2021-06-19 01:10:20 +00:00
Joshua Barretto
0d3cd7897f Merge branch 'aweinstock/tighten_e2t' into 'master'
Make e2t hitboxes tighter by checking the floating point coordinates before looking up voxels.

See merge request 
2021-06-18 16:27:20 +00:00
juliancoffee
8b45ea026e Add non-exploadable crafting stations to CHANGELOG 2021-06-18 13:10:27 +03:00
Joshua Barretto
0c925ea03e Added more cow noises, prepare for merge 2021-06-16 17:23:54 +01:00
Imbris
d60c7a0c2d Merge branch 'imbris/release-tweak' into 'master'
Add debug line tables and avoid building unwinding landing pads in release builds

See merge request 
2021-06-16 02:17:49 +00:00
Avi Weinstock
e8ff267f90 Make e2t hitboxes tighter by checking the floating point coordinates before looking up voxels. 2021-06-15 21:29:29 -04:00
Imbris
e89c6a80e2 Add debug line tables and avoid building unwinding landing pads in release builds 2021-06-15 21:14:49 -04:00
asumface
a63e839bfa
Bump rodio to 0.14 2021-06-14 22:04:23 +02:00
Marcel
6225666050 Merge branch 'aweinstock/forcemove-no-pushback' into 'master'
Don't apply e2e pushback during a forced movement character state.

See merge request 
2021-06-14 14:42:01 +00:00
Avi Weinstock
4f8fa1fb6d Move changelog entry for mining to 0.10 section. 2021-06-13 14:35:44 -04:00