]> git.lizzy.rs Git - dragonfireclient.git/log
dragonfireclient.git
3 years agoFix light overflow of u8 if light is saturated at 255 (#10305)
BenjaminRi [Sun, 23 Aug 2020 13:39:55 +0000 (15:39 +0200)]
Fix light overflow of u8 if light is saturated at 255 (#10305)

3 years agoComplete Haiku platform support. (#10311)
David CARLIER [Sun, 23 Aug 2020 13:39:32 +0000 (14:39 +0100)]
Complete Haiku platform support. (#10311)

Fixing linkage/libraries missing issue.
Implements missing platform specifics.

3 years agoLoad media from subfolders (#9065)
DS [Thu, 20 Aug 2020 20:25:29 +0000 (22:25 +0200)]
Load media from subfolders (#9065)

3 years agoDefine environ variable on OpenBSD (#10302)
Sebastien Marie [Thu, 20 Aug 2020 17:10:58 +0000 (19:10 +0200)]
Define environ variable on OpenBSD (#10302)

3 years agoFix missing translation call in hypertext (#10296)
Pierre-Yves Rollo [Thu, 20 Aug 2020 10:25:02 +0000 (12:25 +0200)]
Fix missing translation call in hypertext (#10296)

3 years agoAdd gradients and borders to FormSpec boxes (#8676)
v-rob [Thu, 20 Aug 2020 01:14:47 +0000 (18:14 -0700)]
Add gradients and borders to FormSpec boxes (#8676)

3 years agoOptimize formspec form size (#10144)
v-rob [Wed, 19 Aug 2020 23:13:29 +0000 (16:13 -0700)]
Optimize formspec form size (#10144)

3 years agoClean up sound_fade (#10119)
hecks [Wed, 19 Aug 2020 17:26:37 +0000 (19:26 +0200)]
Clean up sound_fade (#10119)

Add proper documentation and correct gain reduction calculations.

Co-authored-by: hecktest <>
3 years agoAllow the ABM time budget to be configurable.
Lars [Wed, 12 Aug 2020 23:02:07 +0000 (16:02 -0700)]
Allow the ABM time budget to be configurable.

3 years agoContentDB: Add Update All and download queuing (#9995)
rubenwardy [Mon, 17 Aug 2020 18:09:33 +0000 (19:09 +0100)]
ContentDB: Add Update All and download queuing (#9995)

3 years agoAllow binding dig, place actions to keys; remove LMB/RMB hardcoding
ANAND [Fri, 5 Jun 2020 13:06:35 +0000 (18:36 +0530)]
Allow binding dig, place actions to keys; remove LMB/RMB hardcoding

Co-authored-by: Sam Caulfield <sam@samcaulfield.com>
3 years agoRender nodeboxes with opaque material if possible (#10122)
sfan5 [Wed, 12 Aug 2020 09:52:50 +0000 (11:52 +0200)]
Render nodeboxes with opaque material if possible (#10122)

3 years agoFix precision not working in hud_change (#10186)
Lars Müller [Wed, 12 Aug 2020 09:51:50 +0000 (11:51 +0200)]
Fix precision not working in hud_change (#10186)

3 years agoAdd font styling options to tables and textlists (#10203)
v-rob [Tue, 11 Aug 2020 18:07:17 +0000 (11:07 -0700)]
Add font styling options to tables and textlists (#10203)

3 years agoChange `last-login` command to show player name in output (#10263)
Emojigit [Thu, 6 Aug 2020 17:30:41 +0000 (01:30 +0800)]
Change `last-login` command to show player name in output (#10263)

3 years agoMapgen Flat: Add caverns, disabled by default (#9913)
Paramat [Wed, 5 Aug 2020 04:00:00 +0000 (05:00 +0100)]
Mapgen Flat: Add caverns, disabled by default (#9913)

Add the caverns used in V5, V7, Valleys, Carpathian.
Disabled by default to not be force-enabled in existing worlds.

3 years agoImplement override.txt support for special tiles (#10140)
Hugues Ross [Tue, 4 Aug 2020 18:12:47 +0000 (14:12 -0400)]
Implement override.txt support for special tiles (#10140)

Add override targets for all special_tiles entries in node definitions, allowing texture packs to replace these textures. This makes overrides work properly with a variety of drawtypes.

The targets are named special1 through special6, covering the the current length of the special_tiles array.

3 years agoFix build for Visual Studio (explicitly cast pointers) (#10256)
Seeker [Mon, 3 Aug 2020 21:38:45 +0000 (14:38 -0700)]
Fix build for Visual Studio (explicitly cast pointers) (#10256)

3 years agoFix GCC class-memaccess warnings (#10239)
Paul Ouellette [Sat, 1 Aug 2020 15:25:33 +0000 (11:25 -0400)]
Fix GCC class-memaccess warnings (#10239)

3 years agoFalling: Fix error caused by missing param2
SmallJoker [Thu, 30 Jul 2020 17:03:48 +0000 (19:03 +0200)]
Falling: Fix error caused by missing param2

Falling nodes that were spawned prior the recent falling node changes did not require param2.
Default to param2 = 0 when none is found in the node data.

3 years agocontent_cao: Support texture animation for upright_sprite (#10020)
sfan5 [Thu, 30 Jul 2020 15:39:57 +0000 (17:39 +0200)]
content_cao: Support texture animation for upright_sprite (#10020)

3 years agoAllow starting local server using --go again (#10229)
SmallJoker [Wed, 29 Jul 2020 21:20:01 +0000 (23:20 +0200)]
Allow starting local server using --go again (#10229)

3 years agoRevert "Get rid of non-ascii characters in the debug display code (#8821)" (#9828)
Lars Müller [Wed, 29 Jul 2020 21:17:52 +0000 (23:17 +0200)]
Revert "Get rid of non-ascii characters in the debug display code (#8821)" (#9828)

This reverts commit 4f9ccd89b347dad3db5ce63d3405a8d60c163af5.

3 years agoAdd PUT and DELETE request + specific method value to HTTP API (#9909)
Lejo [Wed, 29 Jul 2020 21:16:21 +0000 (00:16 +0300)]
Add PUT and DELETE request + specific method value to HTTP API (#9909)

3 years agodecode_base64: Allow '=' padding character
SmallJoker [Wed, 29 Jul 2020 18:46:36 +0000 (20:46 +0200)]
decode_base64: Allow '=' padding character

'=' is a valid character, but minetest.decode_base64 returned nil when it was used for padding.

3 years agoSanitize world directory names on create. Keep original name separate (#9432)
Hugues Ross [Tue, 28 Jul 2020 17:16:57 +0000 (13:16 -0400)]
Sanitize world directory names on create. Keep original name separate (#9432)

Blacklisted characters are replaced by '_' in the path. The display name is stored in world.mt, and duplicate file names are resolved by adding an incrementing suffix (_1, _2, _3, etc).

3 years agoFix incorrect view URL for games
rubenwardy [Tue, 28 Jul 2020 16:01:52 +0000 (17:01 +0100)]
Fix incorrect view URL for games

package.id is a sanitised combination of author and basename, used to
compare remote and local content. Minetest ignores `_game` when comparing
game names, so package.id has `_game` removed. This meant that the wrong
URL was being generated for View.

3 years agoPlay place_failed sound if occupied or cannot attach (#9486)
Wuzzy [Mon, 27 Jul 2020 17:40:33 +0000 (19:40 +0200)]
Play place_failed sound if occupied or cannot attach (#9486)

3 years agoImprove default inventory+wield images of node drawtypes (#9299)
Wuzzy [Thu, 23 Jul 2020 17:54:58 +0000 (19:54 +0200)]
Improve default inventory+wield images of node drawtypes (#9299)

3 years agoReplace std::list<session_t> in networking code (#10215)
sfan5 [Thu, 23 Jul 2020 17:47:58 +0000 (19:47 +0200)]
Replace std::list<session_t> in networking code (#10215)

3 years agoAndroid: Fix ConfirmRegistration and PasswordChange input and scale size (#10182)
Maksim [Tue, 21 Jul 2020 12:16:25 +0000 (14:16 +0200)]
Android: Fix ConfirmRegistration and PasswordChange input and scale size (#10182)

3 years agoRevert "Auto delete MetaData when = 0 (#8770)" (#10183)
Lars Müller [Thu, 16 Jul 2020 17:11:24 +0000 (19:11 +0200)]
Revert "Auto delete MetaData when = 0 (#8770)" (#10183)

This reverts commit 808eb4c5714da5ac36f4a70653d6b3805060828c.

3 years agoFormspecs: volume and key settings windows can now be closed by doubleclicking/tappin...
Zughy [Tue, 14 Jul 2020 20:37:28 +0000 (22:37 +0200)]
Formspecs: volume and key settings windows can now be closed by doubleclicking/tapping (#10128)

Co-authored-by: Xx_Crazyminer_xX <carlo.digioia@hotmail.it>
Co-authored-by: Marco <4279489-marco_a@users.noreply.gitlab.com>
3 years agoImplement grouped mode for find_nodes_in_area (#9888)
sfan5 [Tue, 14 Jul 2020 20:36:53 +0000 (22:36 +0200)]
Implement grouped mode for find_nodes_in_area (#9888)

plus general improvements to find_node_* functions

3 years agoAdd object crosshair, disable entity selectionboxes by default (#9523)
LoneWolfHT [Tue, 14 Jul 2020 17:12:17 +0000 (10:12 -0700)]
Add object crosshair, disable entity selectionboxes by default (#9523)

Adds new object crosshair base pack texture

3 years agoCleanup ClientLauncher structure (#10160)
SmallJoker [Tue, 14 Jul 2020 17:10:37 +0000 (19:10 +0200)]
Cleanup ClientLauncher structure (#10160)

Remove duplicated variables and unify the startup data into a new (inherited) struct.

3 years agoAdd FormSpec font styling options (#9763)
v-rob [Sun, 12 Jul 2020 07:48:50 +0000 (00:48 -0700)]
Add FormSpec font styling options (#9763)

* Add FormSpec font styling options

* Change multiplication to stof

* Remove extraneous check

3 years agoAdd reconnect button on error: Too many players (#9405)
Lejo [Sun, 12 Jul 2020 07:47:52 +0000 (10:47 +0300)]
Add reconnect button on error: Too many players (#9405)

3 years agoAllow FormSpec elements to be focused with `set_focus` (#9353)
v-rob [Sun, 12 Jul 2020 07:47:05 +0000 (00:47 -0700)]
Allow FormSpec elements to be focused with `set_focus` (#9353)

This allows you to specify a FormSpec element to set the focus of with "set_focus[<name>;<always set>]".

3 years agoBump animation frame count from u8 to u16 (#10054)
Lars Müller [Fri, 10 Jul 2020 10:12:19 +0000 (12:12 +0200)]
Bump animation frame count from u8 to u16 (#10054)

3 years agoRemove std::shared_ptr use in TileLayer (#10090)
sfan5 [Fri, 10 Jul 2020 10:11:44 +0000 (12:11 +0200)]
Remove std::shared_ptr use in TileLayer (#10090)

3 years agoFormspec: Make dropdowns optionally return event based on index, not value (#9496)
v-rob [Fri, 10 Jul 2020 10:11:26 +0000 (03:11 -0700)]
Formspec: Make dropdowns optionally return event based on index, not value (#9496)

3 years agoContinue with 5.4.0-dev
sfan5 [Thu, 9 Jul 2020 20:04:22 +0000 (22:04 +0200)]
Continue with 5.4.0-dev

3 years agoBump version to 5.3.0
sfan5 [Thu, 9 Jul 2020 20:04:20 +0000 (22:04 +0200)]
Bump version to 5.3.0

3 years agoQuick workaround for crashing destructor on Mingw32
sfan5 [Thu, 9 Jul 2020 20:01:46 +0000 (22:01 +0200)]
Quick workaround for crashing destructor on Mingw32

closes #10137

3 years agoFix ContentDB menu icons not appearing on Windows
sfan5 [Wed, 8 Jul 2020 21:37:14 +0000 (23:37 +0200)]
Fix ContentDB menu icons not appearing on Windows

3 years agoMake util/bump_version.sh work again
sfan5 [Wed, 8 Jul 2020 21:09:39 +0000 (23:09 +0200)]
Make util/bump_version.sh work again

3 years agoTranslated using Weblate (Slovak)
rubenwardy [Wed, 8 Jul 2020 20:37:26 +0000 (20:37 +0000)]
Translated using Weblate (Slovak)

Currently translated at 12.8% (174 of 1350 strings)

3 years agoTranslated using Weblate (Slovak)
daretmavi [Wed, 8 Jul 2020 20:47:28 +0000 (20:47 +0000)]
Translated using Weblate (Slovak)

Currently translated at 12.8% (174 of 1350 strings)

3 years agoTranslated using Weblate (Galician)
sfan5 [Wed, 8 Jul 2020 20:34:13 +0000 (20:34 +0000)]
Translated using Weblate (Galician)

Currently translated at 0.5% (8 of 1350 strings)

3 years agoTranslated using Weblate (Basque)
sfan5 [Wed, 8 Jul 2020 20:31:55 +0000 (20:31 +0000)]
Translated using Weblate (Basque)

Currently translated at 17.5% (237 of 1350 strings)

3 years agoTranslated using Weblate (Serbian (cyrillic))
sfan5 [Wed, 8 Jul 2020 20:40:59 +0000 (20:40 +0000)]
Translated using Weblate (Serbian (cyrillic))

Currently translated at 26.2% (354 of 1350 strings)

3 years agoTranslated using Weblate (Dutch)
sfan5 [Wed, 8 Jul 2020 20:33:16 +0000 (20:33 +0000)]
Translated using Weblate (Dutch)

Currently translated at 78.9% (1066 of 1350 strings)

3 years agoTranslated using Weblate (Czech)
sfan5 [Wed, 8 Jul 2020 20:31:21 +0000 (20:31 +0000)]
Translated using Weblate (Czech)

Currently translated at 55.7% (753 of 1350 strings)

3 years agoAdded translation using Weblate (Slovak)
daretmavi [Wed, 8 Jul 2020 18:45:28 +0000 (18:45 +0000)]
Added translation using Weblate (Slovak)

3 years agoTranslated using Weblate (Thai)
TZTarzan [Tue, 7 Jul 2020 08:16:45 +0000 (08:16 +0000)]
Translated using Weblate (Thai)

Currently translated at 60.8% (822 of 1350 strings)

3 years agoTranslated using Weblate (Esperanto)
Tirifto [Sat, 4 Jul 2020 18:30:38 +0000 (18:30 +0000)]
Translated using Weblate (Esperanto)

Currently translated at 96.5% (1304 of 1350 strings)

3 years agoTranslated using Weblate (Dutch)
Miniontoby [Thu, 2 Jul 2020 13:35:30 +0000 (13:35 +0000)]
Translated using Weblate (Dutch)

Currently translated at 78.8% (1065 of 1350 strings)

3 years agoTranslated using Weblate (French)
Estébastien Robespi [Sun, 5 Jul 2020 21:00:02 +0000 (21:00 +0000)]
Translated using Weblate (French)

Currently translated at 98.9% (1336 of 1350 strings)

3 years agoTranslated using Weblate (Malay (Jawi))
Yaya - Nurul Azeera Hidayah @ Muhammad Nur Hidayat Yasuyoshi [Mon, 29 Jun 2020 03:26:12 +0000 (03:26 +0000)]
Translated using Weblate (Malay (Jawi))

Currently translated at 7.4% (100 of 1350 strings)

3 years agoTranslated using Weblate (Hindi)
Agastya [Sun, 28 Jun 2020 20:52:10 +0000 (20:52 +0000)]
Translated using Weblate (Hindi)

Currently translated at 33.1% (448 of 1350 strings)

3 years agoTranslated using Weblate (Galician)
Wuzzy [Fri, 26 Jun 2020 16:00:09 +0000 (16:00 +0000)]
Translated using Weblate (Galician)

Currently translated at 0.5% (7 of 1350 strings)

3 years agoTranslated using Weblate (Dutch)
Wuzzy [Fri, 26 Jun 2020 15:57:16 +0000 (15:57 +0000)]
Translated using Weblate (Dutch)

Currently translated at 78.3% (1058 of 1350 strings)

3 years agoTranslated using Weblate (Spanish)
Agustin Calderon [Fri, 26 Jun 2020 19:45:56 +0000 (19:45 +0000)]
Translated using Weblate (Spanish)

Currently translated at 69.9% (944 of 1350 strings)

3 years agoTranslated using Weblate (Czech)
Wuzzy [Fri, 26 Jun 2020 15:57:52 +0000 (15:57 +0000)]
Translated using Weblate (Czech)

Currently translated at 55.7% (752 of 1350 strings)

3 years agoAdded translation using Weblate (Malay (Jawi))
Yaya - Nurul Azeera Hidayah @ Muhammad Nur Hidayat Yasuyoshi [Sat, 27 Jun 2020 12:50:55 +0000 (12:50 +0000)]
Added translation using Weblate (Malay (Jawi))

3 years agoTranslated using Weblate (Ukrainian)
Maksim Gamarnik [Thu, 25 Jun 2020 09:24:24 +0000 (09:24 +0000)]
Translated using Weblate (Ukrainian)

Currently translated at 42.6% (576 of 1350 strings)

3 years agoTranslated using Weblate (Italian)
Hamlet [Wed, 24 Jun 2020 12:19:00 +0000 (12:19 +0000)]
Translated using Weblate (Italian)

Currently translated at 100.0% (1350 of 1350 strings)

3 years agoTranslated using Weblate (Indonesian)
Muhammad Rifqi Priyo Susanto [Tue, 23 Jun 2020 00:56:25 +0000 (00:56 +0000)]
Translated using Weblate (Indonesian)

Currently translated at 99.6% (1345 of 1350 strings)

3 years agoTranslated using Weblate (Gaelic)
GunChleoc [Sun, 21 Jun 2020 08:17:18 +0000 (08:17 +0000)]
Translated using Weblate (Gaelic)

Currently translated at 18.1% (245 of 1350 strings)

3 years agoTranslated using Weblate (Galician)
runs [Sat, 20 Jun 2020 10:47:48 +0000 (10:47 +0000)]
Translated using Weblate (Galician)

Currently translated at 0.4% (6 of 1350 strings)

3 years agoTranslated using Weblate (Arabic)
abidin toumi [Sun, 21 Jun 2020 17:54:07 +0000 (17:54 +0000)]
Translated using Weblate (Arabic)

Currently translated at 12.8% (173 of 1350 strings)

3 years agoTranslated using Weblate (Kazakh)
Fontan 030 [Thu, 18 Jun 2020 19:45:29 +0000 (19:45 +0000)]
Translated using Weblate (Kazakh)

Currently translated at 2.5% (34 of 1350 strings)

3 years agoTranslated using Weblate (Ukrainian)
Andrii Muliar [Mon, 22 Jun 2020 15:22:07 +0000 (15:22 +0000)]
Translated using Weblate (Ukrainian)

Currently translated at 42.0% (568 of 1350 strings)

3 years agoTranslated using Weblate (Ukrainian)
Fixer [Sat, 20 Jun 2020 18:45:51 +0000 (18:45 +0000)]
Translated using Weblate (Ukrainian)

Currently translated at 42.0% (568 of 1350 strings)

3 years agoTranslated using Weblate (Italian)
Giov4 [Sat, 20 Jun 2020 22:25:55 +0000 (22:25 +0000)]
Translated using Weblate (Italian)

Currently translated at 100.0% (1350 of 1350 strings)

3 years agoTranslated using Weblate (Italian)
Hamlet [Fri, 19 Jun 2020 23:03:23 +0000 (23:03 +0000)]
Translated using Weblate (Italian)

Currently translated at 100.0% (1350 of 1350 strings)

3 years agoTranslated using Weblate (Italian)
Shuli [Fri, 19 Jun 2020 23:01:13 +0000 (23:01 +0000)]
Translated using Weblate (Italian)

Currently translated at 100.0% (1350 of 1350 strings)

3 years agoTranslated using Weblate (Hungarian)
Ács Zoltán [Fri, 19 Jun 2020 18:27:35 +0000 (18:27 +0000)]
Translated using Weblate (Hungarian)

Currently translated at 77.1% (1042 of 1350 strings)

3 years agoAdded translation using Weblate (Gaelic)
GunChleoc [Sat, 20 Jun 2020 15:24:26 +0000 (15:24 +0000)]
Added translation using Weblate (Gaelic)

3 years agoAdded translation using Weblate (Galician)
runs [Sat, 20 Jun 2020 10:46:54 +0000 (10:46 +0000)]
Added translation using Weblate (Galician)

3 years agoTranslated using Weblate (Italian)
Jacques Lagrange [Fri, 19 Jun 2020 23:00:54 +0000 (23:00 +0000)]
Translated using Weblate (Italian)

Currently translated at 93.7% (1266 of 1350 strings)

3 years agoTranslated using Weblate (Italian)
Shuli [Fri, 19 Jun 2020 23:00:23 +0000 (23:00 +0000)]
Translated using Weblate (Italian)

Currently translated at 93.7% (1266 of 1350 strings)

3 years agoTranslated using Weblate (Italian)
Hamlet [Fri, 19 Jun 2020 22:22:07 +0000 (22:22 +0000)]
Translated using Weblate (Italian)

Currently translated at 93.7% (1266 of 1350 strings)

3 years agoTranslated using Weblate (Ukrainian)
Maksim Gamarnik [Tue, 16 Jun 2020 20:49:09 +0000 (20:49 +0000)]
Translated using Weblate (Ukrainian)

Currently translated at 41.4% (560 of 1350 strings)

3 years agoTranslated using Weblate (Russian)
Maksim Gamarnik [Tue, 16 Jun 2020 20:42:07 +0000 (20:42 +0000)]
Translated using Weblate (Russian)

Currently translated at 92.0% (1243 of 1350 strings)

3 years agoTranslated using Weblate (Dutch)
Guus Seldenthuis [Wed, 17 Jun 2020 13:23:37 +0000 (13:23 +0000)]
Translated using Weblate (Dutch)

Currently translated at 78.4% (1059 of 1350 strings)

3 years agoTranslated using Weblate (Norwegian Bokmål)
Allan Nordhøy [Wed, 17 Jun 2020 08:21:44 +0000 (08:21 +0000)]
Translated using Weblate (Norwegian Bokmål)

Currently translated at 56.8% (768 of 1350 strings)

3 years agoTranslated using Weblate (Malay)
Yaya - Nurul Azeera Hidayah @ Muhammad Nur Hidayat Yasuyoshi [Sat, 13 Jun 2020 23:29:48 +0000 (23:29 +0000)]
Translated using Weblate (Malay)

Currently translated at 100.0% (1350 of 1350 strings)

3 years agoTranslated using Weblate (Turkish)
monolifed [Sun, 14 Jun 2020 09:51:55 +0000 (09:51 +0000)]
Translated using Weblate (Turkish)

Currently translated at 100.0% (1350 of 1350 strings)

3 years agoTranslated using Weblate (Turkish)
Oğuz Ersen [Sun, 14 Jun 2020 06:23:14 +0000 (06:23 +0000)]
Translated using Weblate (Turkish)

Currently translated at 100.0% (1350 of 1350 strings)

3 years agoTranslated using Weblate (Japanese)
BreadW [Sun, 14 Jun 2020 03:10:14 +0000 (03:10 +0000)]
Translated using Weblate (Japanese)

Currently translated at 100.0% (1350 of 1350 strings)

3 years agoTranslated using Weblate (Spanish)
runs [Sun, 14 Jun 2020 22:28:18 +0000 (22:28 +0000)]
Translated using Weblate (Spanish)

Currently translated at 67.8% (916 of 1350 strings)

3 years agoTranslated using Weblate (Spanish)
Jose Reina Leon [Sun, 14 Jun 2020 22:27:16 +0000 (22:27 +0000)]
Translated using Weblate (Spanish)

Currently translated at 67.8% (916 of 1350 strings)

3 years agoTranslated using Weblate (Spanish)
runs [Sun, 14 Jun 2020 21:58:36 +0000 (21:58 +0000)]
Translated using Weblate (Spanish)

Currently translated at 67.8% (916 of 1350 strings)

3 years agoTranslated using Weblate (German)
Wuzzy [Sat, 13 Jun 2020 23:40:03 +0000 (23:40 +0000)]
Translated using Weblate (German)

Currently translated at 100.0% (1350 of 1350 strings)

3 years agoFix build due to revert error
rubenwardy [Tue, 7 Jul 2020 18:30:35 +0000 (19:30 +0100)]
Fix build due to revert error

3 years agoFix player controls only being applied for the first move
TheTermos [Fri, 3 Jul 2020 15:21:42 +0000 (17:21 +0200)]
Fix player controls only being applied for the first move

3 years agoRevert "Verify database connection on interval (#9665)"
rubenwardy [Tue, 7 Jul 2020 16:50:52 +0000 (17:50 +0100)]
Revert "Verify database connection on interval (#9665)"

Fixes #10113

This reverts commit 5c588f89e79e02cba392abe3d00688772321f88b.

3 years agoApply camera smoothing to 'air stepheight' (#10025)
Paramat [Sun, 5 Jul 2020 22:45:21 +0000 (23:45 +0100)]
Apply camera smoothing to 'air stepheight' (#10025)

Recent changes to collision code have changed the behaviour of the 'touching_ground'
bool in movement code. This had the effect of disabling camera smoothing when
'air stepheight' occurred when jumping onto a node while pressing forwards against
the node, causing an unpleasant sharp camera movement.

Rewrite the conditions for camera smoothing such that it is applied when jumping.