]> git.lizzy.rs Git - dragonfireclient.git/log
dragonfireclient.git
3 years agoGLES fixes (#11205)
sfan5 [Sun, 18 Apr 2021 14:07:13 +0000 (16:07 +0200)]
GLES fixes (#11205)

* Consistently set float precision for GLES

* Enable DPI scaling on Windows+GLES

3 years agoIsolate library tables between sandbox and insecure env
sfan5 [Sun, 28 Mar 2021 20:53:48 +0000 (22:53 +0200)]
Isolate library tables between sandbox and insecure env

3 years agoFix ignored OpenGLES2 include path and cmake warning
sfan5 [Fri, 16 Apr 2021 21:39:16 +0000 (23:39 +0200)]
Fix ignored OpenGLES2 include path and cmake warning

3 years agoAlso return the ObjectRef from minetest.spawn_falling_node() (#11184)
benrob0329 [Tue, 13 Apr 2021 18:02:43 +0000 (14:02 -0400)]
Also return the ObjectRef from minetest.spawn_falling_node() (#11184)

3 years agoAttachments: Avoid data loss caused by set_attach() in callbacks (#11181)
SmallJoker [Tue, 13 Apr 2021 18:02:18 +0000 (20:02 +0200)]
Attachments: Avoid data loss caused by set_attach() in callbacks (#11181)

3 years agoBuildbot changes to allow out-of-tree builds (#11180)
sfan5 [Sun, 11 Apr 2021 15:10:06 +0000 (17:10 +0200)]
Buildbot changes to allow out-of-tree builds (#11180)

* Do proper out-of-tree builds with buildbot
* Don't write to bin/ for cross builds
     * This allows safely building multiple builds from the same source dir, e.g. with the buildbot.
* Disable Gettext (by default) and Freetype (entirely) for server builds

3 years agoModifying fall damage via armor group (#11080)
Wuzzy [Sun, 11 Apr 2021 15:09:37 +0000 (15:09 +0000)]
Modifying fall damage via armor group (#11080)

Adds a new fall_damage_add_percent armor group which influences the fall damage in addition to the existing node group.

3 years agoFix server favorites not saving when client/serverlist/ doesn't exist already (#11152)
sfan5 [Fri, 9 Apr 2021 20:36:10 +0000 (22:36 +0200)]
Fix server favorites not saving when client/serverlist/ doesn't exist already (#11152)

3 years agoUpdate German builtin translation
Wuzzy [Fri, 2 Apr 2021 14:02:22 +0000 (16:02 +0200)]
Update German builtin translation

3 years agoUpdate builtin locale files
Wuzzy [Fri, 2 Apr 2021 13:59:28 +0000 (15:59 +0200)]
Update builtin locale files

3 years agoDon't reseed stars when changing star count
Wuzzy [Mon, 5 Apr 2021 15:18:45 +0000 (17:18 +0200)]
Don't reseed stars when changing star count

3 years agoUpdate Android build config
sfan5 [Fri, 9 Apr 2021 19:16:45 +0000 (21:16 +0200)]
Update Android build config

3 years agoMake edit boxes respond to string input (IME) (#11156)
yw05 [Mon, 5 Apr 2021 13:56:29 +0000 (15:56 +0200)]
Make edit boxes respond to string input (IME) (#11156)

Make edit boxes respond to string input events (introduced in minetest/irrlicht#23) that are usually triggered by entering text with an IME.

3 years agoAdd vector.to_string and vector.from_string (#10323)
DS [Mon, 5 Apr 2021 13:55:56 +0000 (15:55 +0200)]
Add vector.to_string and vector.from_string (#10323)

Writing vectors as strings is very common and should belong to `vector.*`. `minetest.pos_to_string` is also too long to write, implies that one should only use it for positions and leaves no spaces after the commas.

3 years agoDon't apply connection timeout limit to locally hosted servers
sfan5 [Mon, 5 Apr 2021 13:21:43 +0000 (15:21 +0200)]
Don't apply connection timeout limit to locally hosted servers

fixes #11085

3 years agoGame: Scale damage flash to max HP
SmallJoker [Mon, 5 Apr 2021 11:38:50 +0000 (13:38 +0200)]
Game: Scale damage flash to max HP

The flash intensity is calculated proportionally to the maximal HP.

3 years agoReserve vectors before pushing and other code quality changes (#11161)
sfan5 [Mon, 5 Apr 2021 11:38:31 +0000 (13:38 +0200)]
Reserve vectors before pushing and other code quality changes (#11161)

3 years agoDevtest: Remove testnodes_show_fallback_image
Wuzzy [Mon, 5 Apr 2021 11:37:58 +0000 (11:37 +0000)]
Devtest: Remove testnodes_show_fallback_image

3 years agofix(ci): ensure we build on docker only modifications
Loic Blot [Fri, 2 Apr 2021 12:17:24 +0000 (14:17 +0200)]
fix(ci): ensure we build on docker only modifications

3 years agofix(docker): reduce the number of required libraries on build
Loic Blot [Fri, 2 Apr 2021 10:25:52 +0000 (12:25 +0200)]
fix(docker): reduce the number of required libraries on build

3 years agofix: use irrlicht fork instead of the standard library
Loic Blot [Fri, 2 Apr 2021 07:26:03 +0000 (09:26 +0200)]
fix: use irrlicht fork instead of the standard library

3 years agofix: don't send the whole local context to the docker image
Loic Blot [Fri, 2 Apr 2021 07:25:50 +0000 (09:25 +0200)]
fix: don't send the whole local context to the docker image

3 years agoCGUITTFont optimizations (#11136)
sfan5 [Thu, 1 Apr 2021 22:20:16 +0000 (00:20 +0200)]
CGUITTFont optimizations (#11136)

3 years agoSort out cURL timeouts and increase default
sfan5 [Thu, 1 Apr 2021 22:19:39 +0000 (00:19 +0200)]
Sort out cURL timeouts and increase default

3 years agoAdd `math.round` and fix `vector.round` (#10803)
Vincent Robinson [Thu, 1 Apr 2021 22:18:58 +0000 (15:18 -0700)]
Add `math.round` and fix `vector.round` (#10803)

3 years agoIrrlicht support code maintenance
sfan5 [Wed, 31 Mar 2021 11:15:47 +0000 (13:15 +0200)]
Irrlicht support code maintenance

3 years agoDraw items as 2D images (instead of meshes) when possible
sfan5 [Tue, 30 Mar 2021 19:50:39 +0000 (21:50 +0200)]
Draw items as 2D images (instead of meshes) when possible

3 years agoBlock & report player self-interaction (#11137)
Lars Müller [Tue, 30 Mar 2021 19:49:50 +0000 (21:49 +0200)]
Block & report player self-interaction (#11137)

3 years agoConsistent title bar + render information in mainmenu (#10764)
SmallJoker [Tue, 30 Mar 2021 19:49:15 +0000 (21:49 +0200)]
Consistent title bar + render information in mainmenu (#10764)

3 years agoAdd entry in features table for degrotate changes
sfan5 [Tue, 30 Mar 2021 12:04:14 +0000 (14:04 +0200)]
Add entry in features table for degrotate changes

3 years agoFix wield image of plantlike_rooted (#11067)
Wuzzy [Mon, 29 Mar 2021 22:27:46 +0000 (22:27 +0000)]
Fix wield image of plantlike_rooted (#11067)

3 years agoDegrotate support for mesh nodes (#7840)
Vitaliy [Mon, 29 Mar 2021 22:25:11 +0000 (01:25 +0300)]
Degrotate support for mesh nodes (#7840)

3 years agoUpdate language choices in settingtypes.txt (#11124)
Emojigit [Mon, 29 Mar 2021 17:58:39 +0000 (01:58 +0800)]
Update language choices in settingtypes.txt (#11124)

3 years agoClean up various misleading and/or confusing messages and texts related to priv chang...
Wuzzy [Mon, 29 Mar 2021 17:57:48 +0000 (17:57 +0000)]
Clean up various misleading and/or confusing messages and texts related to priv changes (#11126)

3 years agoUpdate CONTRIBUTING info on translating builtin
Wuzzy [Sun, 28 Mar 2021 19:55:56 +0000 (21:55 +0200)]
Update CONTRIBUTING info on translating builtin

3 years agoReplace fallback font nonsense with automatic per-glyph fallback (#11084)
sfan5 [Mon, 29 Mar 2021 17:55:24 +0000 (19:55 +0200)]
Replace fallback font nonsense with automatic per-glyph fallback (#11084)

3 years agoFix broken include check and correct Gitlab-CI script
sfan5 [Fri, 26 Mar 2021 22:08:39 +0000 (23:08 +0100)]
Fix broken include check and correct Gitlab-CI script

3 years agoTranslate chatcommand delay message and replace minetest with core (#11113)
HybridDog [Fri, 26 Mar 2021 19:59:05 +0000 (20:59 +0100)]
Translate chatcommand delay message and replace minetest with core (#11113)

3 years agoAdjust build config for Irrlicht changes (again)
sfan5 [Thu, 25 Mar 2021 14:09:49 +0000 (15:09 +0100)]
Adjust build config for Irrlicht changes (again)

3 years agoDrop irrUString from MT, it's owned by irrlicht now
Loic Blot [Fri, 19 Mar 2021 17:37:07 +0000 (18:37 +0100)]
Drop irrUString from MT, it's owned by irrlicht now

3 years agoFix attached-to-object sounds having a higher reference distance
Desour [Tue, 23 Mar 2021 00:02:49 +0000 (01:02 +0100)]
Fix attached-to-object sounds having a higher reference distance

3 years agoFix broken `BiomeGen` abstraction (#11107)
sfan5 [Tue, 23 Mar 2021 14:43:26 +0000 (15:43 +0100)]
Fix broken `BiomeGen` abstraction (#11107)

3 years agoFix segfault for model[] without animation speed
Jean-Patrick Guerrero [Sun, 21 Mar 2021 22:23:30 +0000 (23:23 +0100)]
Fix segfault for model[] without animation speed

3 years agolua_api.txt: Fix style selector examples
Hugues Ross [Sun, 21 Mar 2021 22:23:14 +0000 (18:23 -0400)]
lua_api.txt: Fix style selector examples

3 years agoRestore minimal normal texture support (for minimap shading)
Vitaliy [Sun, 21 Mar 2021 22:22:22 +0000 (01:22 +0300)]
Restore minimal normal texture support (for minimap shading)

3 years agoSerialize tool capabilities JSON without whitespace
sfan5 [Sat, 20 Mar 2021 21:06:17 +0000 (22:06 +0100)]
Serialize tool capabilities JSON without whitespace

fixes #11087

3 years agoMainmenu: Improve "Join Game" tab (#11078)
sfan5 [Sat, 20 Mar 2021 18:48:25 +0000 (19:48 +0100)]
Mainmenu: Improve "Join Game" tab (#11078)

3 years agoSchematic: Properly deal with before/after node resolving and document (#11011)
SmallJoker [Sat, 20 Mar 2021 12:02:15 +0000 (13:02 +0100)]
Schematic: Properly deal with before/after node resolving and document (#11011)

This fixes an out-of-bounds index access when the node resolver was already applied to the schematic (i.e. biome decoration).
Also improves the handling of the two cases: prior node resolving (m_nodenames), and after node resolving (manual lookup)

3 years agoBuiltin: Translatable join, leave, profiler msgs (#11064)
Wuzzy [Fri, 19 Mar 2021 20:46:11 +0000 (20:46 +0000)]
Builtin: Translatable join, leave, profiler msgs (#11064)

3 years agoBuiltin: Italian translation (#11038)
Zughy [Fri, 19 Mar 2021 20:45:46 +0000 (21:45 +0100)]
Builtin: Italian translation (#11038)

3 years agoCheck for duplicate login in TOSERVER_INIT handler (#11017)
Elias Fleckenstein [Fri, 19 Mar 2021 20:45:29 +0000 (21:45 +0100)]
Check for duplicate login in TOSERVER_INIT handler (#11017)

i.e. checks for duplicate logins before sending all media data to the client.

3 years agoScale mouse/joystick sensitivity depending on FOV (#11007)
Elias Åström [Fri, 19 Mar 2021 20:43:01 +0000 (21:43 +0100)]
Scale mouse/joystick sensitivity depending on FOV (#11007)

3 years agoDrop old text input workarounds (#11089)
sfan5 [Fri, 19 Mar 2021 17:44:32 +0000 (18:44 +0100)]
Drop old text input workarounds (#11089)

* Drop unused intlGUIEditBox

* Drop unnecessary Linux text input workarounds

3 years agoGUIScene: Clear depth buffer + replace deprecated clearZBuffer calls
Jean-Patrick Guerrero [Tue, 16 Mar 2021 22:28:16 +0000 (23:28 +0100)]
GUIScene: Clear depth buffer + replace deprecated clearZBuffer calls

3 years agoFix deprecated calls with Irrlicht 1.9
Jean-Patrick Guerrero [Tue, 16 Mar 2021 18:55:10 +0000 (19:55 +0100)]
Fix deprecated calls with Irrlicht 1.9

3 years agoTweak duration_to_string formatting
Wuzzy [Mon, 15 Mar 2021 00:59:52 +0000 (01:59 +0100)]
Tweak duration_to_string formatting

3 years agoDevTest: Formspec tests, children getter, better lighttool (#10918)
Wuzzy [Tue, 16 Mar 2021 17:37:24 +0000 (17:37 +0000)]
DevTest: Formspec tests, children getter, better lighttool (#10918)

3 years agoDevtest: Fix missing log level in minetest.log (#11068)
Wuzzy [Mon, 15 Mar 2021 09:13:15 +0000 (09:13 +0000)]
Devtest: Fix missing log level in minetest.log (#11068)

3 years agoChatcommands: Show the execution time if the command takes a long time (#10472)
HybridDog [Sat, 13 Mar 2021 10:18:25 +0000 (11:18 +0100)]
Chatcommands: Show the execution time if the command takes a long time (#10472)

3 years agoEnable Irrlicht debug logging with --trace
sfan5 [Fri, 12 Mar 2021 19:23:11 +0000 (20:23 +0100)]
Enable Irrlicht debug logging with --trace

3 years agoAvoid unnecessary copies during media/mesh loading
sfan5 [Fri, 12 Mar 2021 18:36:58 +0000 (19:36 +0100)]
Avoid unnecessary copies during media/mesh loading

3 years agoHandle mesh load failure without crashing
sfan5 [Fri, 12 Mar 2021 18:30:56 +0000 (19:30 +0100)]
Handle mesh load failure without crashing

3 years agoUpdate Gitlab-CI configuration too
sfan5 [Wed, 10 Mar 2021 14:27:19 +0000 (15:27 +0100)]
Update Gitlab-CI configuration too

3 years agoClean up cmake DLL installation and other minor things
sfan5 [Wed, 10 Mar 2021 13:48:53 +0000 (14:48 +0100)]
Clean up cmake DLL installation and other minor things

3 years agoCI: update configurations for Irrlicht fork
sfan5 [Sun, 7 Mar 2021 12:58:27 +0000 (13:58 +0100)]
CI: update configurations for Irrlicht fork

3 years agoSwitch Irrlicht dependency to our own fork
sfan5 [Thu, 18 Feb 2021 13:50:47 +0000 (14:50 +0100)]
Switch Irrlicht dependency to our own fork

-> https://github.com/minetest/irrlicht

3 years agoRestore Irrlicht 1.9 support
sfan5 [Sat, 16 May 2020 23:03:33 +0000 (01:03 +0200)]
Restore Irrlicht 1.9 support

3 years agoFix missing jsoncpp in the Docker image
Lejo [Mon, 8 Mar 2021 23:57:12 +0000 (00:57 +0100)]
Fix missing jsoncpp in the Docker image

3 years agoUse place_param2 client-side for item appearance & prediction (#11024)
sfan5 [Mon, 8 Mar 2021 23:56:53 +0000 (00:56 +0100)]
Use place_param2 client-side for item appearance & prediction (#11024)

3 years agoTranslate builtin into German (server-side) (#11032)
Wuzzy [Mon, 8 Mar 2021 19:27:48 +0000 (19:27 +0000)]
Translate builtin into German (server-side) (#11032)

3 years agoFix misleading chat messages of /clearobjects (#10690)
Wuzzy [Mon, 8 Mar 2021 19:27:32 +0000 (19:27 +0000)]
Fix misleading chat messages of /clearobjects (#10690)

3 years agoProtect dropping from far node inventories
SmallJoker [Sun, 7 Mar 2021 10:35:53 +0000 (11:35 +0100)]
Protect dropping from far node inventories

Also changes if/if to switch/case

3 years agoProtect per-player detached inventory actions
SmallJoker [Sun, 7 Mar 2021 09:04:07 +0000 (10:04 +0100)]
Protect per-player detached inventory actions

3 years agoPredict failing placement of ignore nodes
Wuzzy [Sat, 6 Mar 2021 02:15:53 +0000 (03:15 +0100)]
Predict failing placement of ignore nodes

3 years agoSet ENABLE_SYSTEM_JSONCPP to TRUE by default
sfan5 [Fri, 5 Mar 2021 15:11:55 +0000 (16:11 +0100)]
Set ENABLE_SYSTEM_JSONCPP to TRUE by default

3 years agoClean up ClientEvent hudadd/hudchange internals
sfan5 [Fri, 5 Mar 2021 11:54:53 +0000 (12:54 +0100)]
Clean up ClientEvent hudadd/hudchange internals

3 years agobuildbot: Drop i586-mingw32msvc, add i686-w64-mingw32-posix detection
sfan5 [Fri, 5 Mar 2021 16:40:27 +0000 (17:40 +0100)]
buildbot: Drop i586-mingw32msvc, add i686-w64-mingw32-posix detection

3 years agoFix function override warnings in mg_ore.h
sfan5 [Sat, 6 Mar 2021 13:11:45 +0000 (14:11 +0100)]
Fix function override warnings in mg_ore.h

3 years agoPause animations while game is paused (#10658)
Vitaliy [Fri, 5 Mar 2021 15:28:08 +0000 (18:28 +0300)]
Pause animations while game is paused (#10658)

Pauses all mesh animations while game is paused.

3 years agoTranslate builtin (#10693)
Wuzzy [Fri, 5 Mar 2021 15:27:33 +0000 (15:27 +0000)]
Translate builtin (#10693)

This PR is the second attempt to translate builtin.
Server-sent translation files can be added to `builtin/locale/`, whereas client-side translations depend on gettext.

3 years agoProtect mg_name and mg_flags from being set by Lua (#11010)
sfan5 [Thu, 4 Mar 2021 19:38:28 +0000 (20:38 +0100)]
Protect mg_name and mg_flags from being set by Lua (#11010)

3 years agoAdd mod.conf to preview clientmod (#11020)
Elias Fleckenstein [Thu, 4 Mar 2021 19:37:41 +0000 (20:37 +0100)]
Add mod.conf to preview clientmod (#11020)

3 years agoUse vec4 for varTexCoord in interlaced shader (#11004)
Muhammad Rifqi Priyo Susanto [Mon, 1 Mar 2021 12:37:32 +0000 (19:37 +0700)]
Use vec4 for varTexCoord in interlaced shader (#11004)

Somewhen in the past, inTexCoord0 was a vec2. Now, it is a vec4.

3 years agoSettings: Push groups in to_table as well
SmallJoker [Wed, 20 Jan 2021 15:58:59 +0000 (16:58 +0100)]
Settings: Push groups in to_table as well

3 years agoMake pkgmgr handle modpacks containing modpacks properly
Elias Fleckenstein [Mon, 1 Mar 2021 11:13:47 +0000 (12:13 +0100)]
Make pkgmgr handle modpacks containing modpacks properly

fixes #10550

3 years agoDisable clang-format, clean up scripts
rubenwardy [Sat, 23 Jan 2021 23:48:22 +0000 (23:48 +0000)]
Disable clang-format, clean up scripts

3 years agopkgmgr: Fix crash when .conf release field is invalid
rubenwardy [Sun, 28 Feb 2021 17:10:40 +0000 (17:10 +0000)]
pkgmgr: Fix crash when .conf release field is invalid

Fixes #10942

3 years agoKeep mapblocks in memory if they're in range (#10714)
hecks [Fri, 26 Feb 2021 20:23:46 +0000 (21:23 +0100)]
Keep mapblocks in memory if they're in range (#10714)

Some other minor parts of clientmap.cpp have been cleaned up along the way

3 years agoFix hud_change and hud_remove after hud_add (#10997)
savilli [Fri, 26 Feb 2021 20:21:20 +0000 (23:21 +0300)]
Fix hud_change and hud_remove after hud_add (#10997)

3 years agoSlap u64 on everything time-y (#10984)
Lars Müller [Wed, 24 Feb 2021 11:05:17 +0000 (12:05 +0100)]
Slap u64 on everything time-y (#10984)

3 years agoAllow toggling of texture pack by double clicking
Yaman Qalieh [Wed, 24 Feb 2021 10:50:19 +0000 (05:50 -0500)]
Allow toggling of texture pack by double clicking

3 years agoDeprecate not providing mod.conf
rubenwardy [Wed, 24 Feb 2021 10:47:50 +0000 (10:47 +0000)]
Deprecate not providing mod.conf

3 years agoRestructure teleport command code (#9706)
HybridDog [Wed, 24 Feb 2021 10:46:39 +0000 (11:46 +0100)]
Restructure teleport command code (#9706)

3 years agoUse "Aux1" key name consistently everywhere
Wuzzy [Wed, 24 Feb 2021 10:45:30 +0000 (10:45 +0000)]
Use "Aux1" key name consistently everywhere

3 years agoContinue with 5.5.0-dev
sfan5 [Tue, 23 Feb 2021 18:50:44 +0000 (19:50 +0100)]
Continue with 5.5.0-dev

3 years agoBump version to 5.4.0
sfan5 [Tue, 23 Feb 2021 18:50:37 +0000 (19:50 +0100)]
Bump version to 5.4.0

3 years agoFix keyWasDown in input handler
sfan5 [Tue, 23 Feb 2021 13:21:15 +0000 (14:21 +0100)]
Fix keyWasDown in input handler

This was changed 291a6b70d674d9003f522b5875a60f7e2753e32b but should have never been done.

3 years agoUpdate credits tab and mailmap
sfan5 [Thu, 18 Feb 2021 18:52:59 +0000 (19:52 +0100)]
Update credits tab and mailmap

3 years agoAdd script that sorts contributions for use in credits
sfan5 [Thu, 18 Feb 2021 18:44:02 +0000 (19:44 +0100)]
Add script that sorts contributions for use in credits

3 years agoAllow overwriting media files of dependencies (#10752)
DS [Tue, 23 Feb 2021 18:39:15 +0000 (19:39 +0100)]
Allow overwriting media files of dependencies (#10752)