]> git.lizzy.rs Git - dragonfireclient.git/log
dragonfireclient.git
3 years agoAdd on_object_add callback 2021.05
Elias Fleckenstein [Tue, 11 May 2021 17:15:23 +0000 (19:15 +0200)]
Add on_object_add callback

3 years agoInclude tile definitions in get_node_def; Client-side minetest.object_refs table
Elias Fleckenstein [Tue, 11 May 2021 12:07:30 +0000 (14:07 +0200)]
Include tile definitions in get_node_def; Client-side minetest.object_refs table

3 years agoAdd on_object_hp_change callback and nametag images
Elias Fleckenstein [Mon, 10 May 2021 18:45:05 +0000 (20:45 +0200)]
Add on_object_hp_change callback and nametag images

3 years agoCall on_object_properties_change callback when adding object to scene
Elias Fleckenstein [Mon, 10 May 2021 15:26:14 +0000 (17:26 +0200)]
Call on_object_properties_change callback when adding object to scene

3 years agoAdd on_object_properties_change callback
Elias Fleckenstein [Mon, 10 May 2021 14:51:54 +0000 (16:51 +0200)]
Add on_object_properties_change callback

3 years agoAdd ClientObjectRef:set_properties
Elias Fleckenstein [Mon, 10 May 2021 14:07:31 +0000 (16:07 +0200)]
Add ClientObjectRef:set_properties

3 years agoAdd ClientObjectRef.get_properties
Elias Fleckenstein [Mon, 10 May 2021 13:41:23 +0000 (15:41 +0200)]
Add ClientObjectRef.get_properties

3 years agoAdd table.combine to luacheckrc 2021.03
Elias Fleckenstein [Fri, 26 Mar 2021 13:10:18 +0000 (14:10 +0100)]
Add table.combine to luacheckrc

3 years agoMerge branch 'master' of https://github.com/minetest/minetest
Elias Fleckenstein [Fri, 26 Mar 2021 13:00:57 +0000 (14:00 +0100)]
Merge branch 'master' of https://github.com/minetest/minetest

3 years agoComplete documentation
Elias Fleckenstein [Fri, 26 Mar 2021 12:09:03 +0000 (13:09 +0100)]
Complete documentation

3 years agoMerge branch 'master' of https://github.com/EliasFleckenstein03/dragonfireclient
Elias Fleckenstein [Fri, 26 Mar 2021 12:15:13 +0000 (13:15 +0100)]
Merge branch 'master' of https://github.com/EliasFleckenstein03/dragonfireclient

3 years agoAdd ClientObjectRef:remove
Elias Fleckenstein [Fri, 26 Mar 2021 12:15:10 +0000 (13:15 +0100)]
Add ClientObjectRef:remove

3 years agoFix legit_speed
Elias Fleckenstein [Fri, 26 Mar 2021 11:57:30 +0000 (12:57 +0100)]
Fix legit_speed

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 agoMerge branch 'master' of https://github.com/EliasFleckenstein03/dragonfireclient
Elias Fleckenstein [Thu, 11 Mar 2021 18:27:39 +0000 (19:27 +0100)]
Merge branch 'master' of https://github.com/EliasFleckenstein03/dragonfireclient

3 years agoAdd noise to client CSM API
Elias Fleckenstein [Thu, 11 Mar 2021 18:27:37 +0000 (19:27 +0100)]
Add noise to client CSM API

3 years agoMerge branch 'master' of https://github.com/EliasFleckenstein03/dragonfireclient
Elias Fleckenstein [Wed, 10 Mar 2021 16:50:44 +0000 (17:50 +0100)]
Merge branch 'master' of https://github.com/EliasFleckenstein03/dragonfireclient

3 years agoUpdate .wielded command to output the entire itemstring; add LocalPlayer:get_hotbar_size
Elias Fleckenstein [Wed, 10 Mar 2021 16:50:34 +0000 (17:50 +0100)]
Update .wielded command to output the entire itemstring; add LocalPlayer:get_hotbar_size

3 years agoMerge branch 'master' of https://github.com/EliasFleckenstein03/dragonfireclient
Elias Fleckenstein [Wed, 10 Mar 2021 08:38:46 +0000 (09:38 +0100)]
Merge branch 'master' of https://github.com/EliasFleckenstein03/dragonfireclient

3 years agoCSM: Use server-like (and safe) HTTP API instead of Mainmenu-like
Elias Fleckenstein [Wed, 10 Mar 2021 08:38:27 +0000 (09:38 +0100)]
CSM: Use server-like (and safe) HTTP API instead of Mainmenu-like

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)

3 years agoFix wrong number of items in allow_metadata_inventory_put/take callbacks (#10990)
savilli [Tue, 23 Feb 2021 18:36:55 +0000 (21:36 +0300)]
Fix wrong number of items in allow_metadata_inventory_put/take callbacks (#10990)

3 years agoUpdate translation files
updatepo.sh [Tue, 23 Feb 2021 18:04:38 +0000 (19:04 +0100)]
Update translation files

3 years agoUpdate minetest.conf.example and dummy translation file
updatepo.sh [Tue, 23 Feb 2021 18:03:34 +0000 (19:03 +0100)]
Update minetest.conf.example and dummy translation file

3 years agoReset Chinese translations to previous state
updatepo.sh [Tue, 23 Feb 2021 18:02:39 +0000 (19:02 +0100)]
Reset Chinese translations to previous state

due to vandalism

3 years agoTranslated using Weblate (Basque)
Osoitz [Mon, 22 Feb 2021 14:57:56 +0000 (14:57 +0000)]
Translated using Weblate (Basque)

Currently translated at 21.7% (294 of 1353 strings)

3 years agoTranslated using Weblate (Portuguese (Brazil))
Victor Barcelos Lacerda [Sun, 21 Feb 2021 20:18:04 +0000 (20:18 +0000)]
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (1353 of 1353 strings)

3 years agoTranslated using Weblate (Portuguese)
ssantos [Sat, 20 Feb 2021 12:31:56 +0000 (12:31 +0000)]
Translated using Weblate (Portuguese)

Currently translated at 93.0% (1259 of 1353 strings)

3 years agoTranslated using Weblate (Lithuanian)
Kornelijus Tvarijanavičius [Sun, 21 Feb 2021 11:29:02 +0000 (11:29 +0000)]
Translated using Weblate (Lithuanian)

Currently translated at 16.0% (217 of 1353 strings)

3 years agoTranslated using Weblate (Indonesian)
Reza Almanda [Sun, 21 Feb 2021 10:54:18 +0000 (10:54 +0000)]
Translated using Weblate (Indonesian)

Currently translated at 100.0% (1353 of 1353 strings)

3 years agoTranslated using Weblate (Norwegian Nynorsk)
Tor Egil Hoftun Kvæstad [Thu, 18 Feb 2021 18:57:23 +0000 (18:57 +0000)]
Translated using Weblate (Norwegian Nynorsk)

Currently translated at 32.8% (445 of 1353 strings)

3 years agoTranslated using Weblate (Slovak)
Marian [Thu, 11 Feb 2021 09:04:40 +0000 (09:04 +0000)]
Translated using Weblate (Slovak)

Currently translated at 100.0% (1353 of 1353 strings)

3 years agoTranslated using Weblate (Greek)
Michalis [Mon, 8 Feb 2021 16:27:14 +0000 (16:27 +0000)]
Translated using Weblate (Greek)

Currently translated at 1.6% (22 of 1353 strings)

3 years agoTranslated using Weblate (Hebrew)
Yossi Cohen [Thu, 11 Feb 2021 10:29:22 +0000 (10:29 +0000)]
Translated using Weblate (Hebrew)

Currently translated at 24.3% (330 of 1353 strings)

3 years agoTranslated using Weblate (Lojban)
Wuzzy [Thu, 11 Feb 2021 21:06:53 +0000 (21:06 +0000)]
Translated using Weblate (Lojban)

Currently translated at 13.9% (189 of 1353 strings)

3 years agoTranslated using Weblate (Turkish)
Oğuz Ersen [Thu, 11 Feb 2021 19:34:51 +0000 (19:34 +0000)]
Translated using Weblate (Turkish)

Currently translated at 100.0% (1353 of 1353 strings)

3 years agoTranslated using Weblate (Russian)
Ertu (Er2, Err) [Fri, 12 Feb 2021 08:01:13 +0000 (08:01 +0000)]
Translated using Weblate (Russian)

Currently translated at 99.4% (1345 of 1353 strings)

3 years agoTranslated using Weblate (Italian)
Jacques Lagrange [Thu, 11 Feb 2021 20:41:00 +0000 (20:41 +0000)]
Translated using Weblate (Italian)

Currently translated at 100.0% (1353 of 1353 strings)

3 years agoTranslated using Weblate (Hungarian)
Ács Zoltán [Sun, 7 Feb 2021 21:02:58 +0000 (21:02 +0000)]
Translated using Weblate (Hungarian)

Currently translated at 75.7% (1025 of 1353 strings)

3 years agoTranslated using Weblate (Turkish)
Adnan1091 [Fri, 5 Feb 2021 15:45:07 +0000 (15:45 +0000)]
Translated using Weblate (Turkish)

Currently translated at 100.0% (1353 of 1353 strings)

3 years agoTranslated using Weblate (Turkish)
Oğuz Ersen [Thu, 11 Feb 2021 19:33:38 +0000 (19:33 +0000)]
Translated using Weblate (Turkish)

Currently translated at 100.0% (1353 of 1353 strings)

3 years agoTranslated using Weblate (Hebrew)
Omer I.S [Tue, 9 Feb 2021 09:08:04 +0000 (09:08 +0000)]
Translated using Weblate (Hebrew)

Currently translated at 18.4% (250 of 1353 strings)