]> git.lizzy.rs Git - dragonfireclient.git/log
dragonfireclient.git
3 years agoAuto build client appimage (#10561)
Lejo [Sun, 15 Nov 2020 16:38:04 +0000 (17:38 +0100)]
Auto build client appimage (#10561)

* Replace ubuntu:14.04 with ubuntu 18:04
* Auto build client appimage

Co-authored-by: sfan5 <sfan5@live.de>
3 years agoFix falling image of torchlike if paramtype2="none" (#10612)
Wuzzy [Sun, 15 Nov 2020 16:37:09 +0000 (17:37 +0100)]
Fix falling image of torchlike if paramtype2="none" (#10612)

3 years agoserverpackethandler: Minor log message fixes
sfan5 [Tue, 10 Nov 2020 20:46:30 +0000 (21:46 +0100)]
serverpackethandler: Minor log message fixes

closes #10434

3 years agoCopy position for can_dig
sfan5 [Tue, 10 Nov 2020 20:43:06 +0000 (21:43 +0100)]
Copy position for can_dig

fixes #10514

3 years agoFix player sprite visibility in first person
sfan5 [Tue, 10 Nov 2020 20:36:58 +0000 (21:36 +0100)]
Fix player sprite visibility in first person

closes #10525

3 years agoFix overloaded virtual warnings with get/setAttachment()
sfan5 [Tue, 10 Nov 2020 20:22:02 +0000 (21:22 +0100)]
Fix overloaded virtual warnings with get/setAttachment()

3 years agoFix warnings about an unused variables and implicit conversion (#10586)
red-001 [Thu, 12 Nov 2020 20:05:47 +0000 (20:05 +0000)]
Fix warnings about an unused variables and implicit conversion (#10586)

3 years agoRevert "Replace MyEventReceiver KeyList with std::unordered_set" (#10622)
SmallJoker [Thu, 12 Nov 2020 18:16:02 +0000 (19:16 +0100)]
Revert "Replace MyEventReceiver KeyList with std::unordered_set" (#10622)

This reverts commit 787561b29afdbc78769f68c2f5c4f2cff1b32340.

3 years agoPlayerSAO: Run on_player_hpchange raw change values (#10478)
SmallJoker [Thu, 12 Nov 2020 18:15:41 +0000 (19:15 +0100)]
PlayerSAO: Run on_player_hpchange raw change values (#10478)

The callback is only run when a change in HP is to be expected.
Following cases will not trigger the callback:
 * Dead player damaged further
 * Healing full-health player
 * Change of 0 HP

3 years agoIncrease default emerge queue limits and limit enqueue requests for active blocks.
Lars [Sun, 8 Nov 2020 20:30:38 +0000 (12:30 -0800)]
Increase default emerge queue limits and limit enqueue requests for active blocks.

3 years agoDo not set a default for description in itemdef table (#10559)
DS [Tue, 10 Nov 2020 20:03:10 +0000 (21:03 +0100)]
Do not set a default for description in itemdef table (#10559)

* Do not set a default for description in itemdef table

* improve documentation

3 years agoObjectRef: Re-add legacy code for set_physics_override (#10585)
SmallJoker [Tue, 10 Nov 2020 20:02:53 +0000 (21:02 +0100)]
ObjectRef: Re-add legacy code for set_physics_override (#10585)

These arguments are used at least by MTG beds and homedecor_common. A deprecation warning is shown to safely remove it in a future release.

3 years agoMark additional locales as broken
sfan5 [Mon, 9 Nov 2020 14:22:06 +0000 (15:22 +0100)]
Mark additional locales as broken

3 years agoUpdate fallback font to newer version
sfan5 [Mon, 9 Nov 2020 14:12:25 +0000 (15:12 +0100)]
Update fallback font to newer version

3 years agoJoystick: Remap joystick-specific KeyTypes to generic ones
Markus Koch [Sat, 7 Nov 2020 16:45:32 +0000 (17:45 +0100)]
Joystick: Remap joystick-specific KeyTypes to generic ones

According to the following table:
* MOUSE_L     -> DIG
* MOUSE_R     -> PLACE
* SCROLL_UP   -> HOTBAR_NEXT
* SCROLL_DOWN -> HOTBAR_PREV

This commit entirely removes the special KeyTypes used for joysticks.

Support for the MOUSE KeyTypes had already been removed in the main
game code without adapting the joystick code, breaking joystick
input. This commit restores joystick functionality.

3 years agoFix object interaction distance not being checked (#10547)
rubenwardy [Mon, 9 Nov 2020 10:55:15 +0000 (10:55 +0000)]
Fix object interaction distance not being checked (#10547)

3 years agoContentCAO: Fix segfault when minimap is disabled
SmallJoker [Sun, 8 Nov 2020 10:30:16 +0000 (11:30 +0100)]
ContentCAO: Fix segfault when minimap is disabled

3 years agoRevert #10495 and simplify.
Lars [Fri, 6 Nov 2020 18:54:04 +0000 (10:54 -0800)]
Revert #10495 and simplify.

3 years agoFix integer-string conversion for shaders
sfan5 [Thu, 5 Nov 2020 18:34:40 +0000 (19:34 +0100)]
Fix integer-string conversion for shaders

closes #10605

3 years agoAdd model[] formspec element (#10320)
SmallJoker [Wed, 4 Nov 2020 20:46:18 +0000 (21:46 +0100)]
Add model[] formspec element (#10320)

Formspec element to display models, written by @kilbith, rebased and tweaked.

Co-authored-by: Jean-Patrick Guerrero <jeanpatrick.guerrero@gmail.com>
Co-authored-by: sfan5 <sfan5@live.de>
3 years agoRevert "Fix short 180 degree rotation when using set_bone_position (#10405)" (#10534)
Lars Müller [Wed, 4 Nov 2020 20:43:32 +0000 (21:43 +0100)]
Revert "Fix short 180 degree rotation when using set_bone_position (#10405)" (#10534)

This reverts commit 0f98b54aa4b2361575002d92b29fe222703ba557.

3 years agoFix ObjectRef errors due to lua_isnil() (#10564)
Zughy [Wed, 4 Nov 2020 20:43:18 +0000 (21:43 +0100)]
Fix ObjectRef errors due to lua_isnil() (#10564)

Treat 'none' values as 'nil'

3 years agoSlight simplification and optimization of RemoteClient.
Lars [Mon, 2 Nov 2020 17:27:15 +0000 (09:27 -0800)]
Slight simplification and optimization of RemoteClient.

3 years agoIncrease defaults for viewing_range, active_object_range and related settings #10597
Lars [Tue, 3 Nov 2020 23:39:03 +0000 (15:39 -0800)]
Increase defaults for viewing_range, active_object_range and related settings #10597

3 years agoBlock attempts to connect to the client (#10589)
red-001 [Mon, 2 Nov 2020 21:21:03 +0000 (21:21 +0000)]
Block attempts to connect to the client (#10589)

A Minetest peer initiates a connection by sending a packet with an invalid peer_id, for whatever reason the code for doing this ran on both the client and the server meaning you could connect to a client if you knew what the address:port tuple it was listening on.

3 years agoFix incorrect deprecation hints
SmallJoker [Sun, 1 Nov 2020 11:52:09 +0000 (12:52 +0100)]
Fix incorrect deprecation hints

"good" and "bad" were swapped in the process, resulting in wrong deprecation messages

3 years agoFix segfault in deprecation logging due to tail call, log by default (#10174)
rubenwardy [Sat, 31 Oct 2020 18:19:23 +0000 (18:19 +0000)]
Fix segfault in deprecation logging due to tail call, log by default (#10174)

3 years agoPlayer physics: Ensure larger dtime simulation steps (#10563)
Lars Müller [Thu, 29 Oct 2020 19:15:46 +0000 (20:15 +0100)]
Player physics: Ensure larger dtime simulation steps (#10563)

3 years agoShow RTT in ms with 2 digits of precision (#10573)
Oblomov [Thu, 29 Oct 2020 19:09:59 +0000 (20:09 +0100)]
Show RTT in ms with 2 digits of precision (#10573)

If your ping is in seconds, you probably have other problems.

3 years agoAvoid resending near blocks unnecessarily.
Lars [Wed, 21 Oct 2020 21:46:04 +0000 (14:46 -0700)]
Avoid resending near blocks unnecessarily.

3 years agoFix CSMs on arm64 (#10553)
luk3yx [Sun, 25 Oct 2020 17:01:39 +0000 (06:01 +1300)]
Fix CSMs on arm64 (#10553)

3 years agoShaders for Android (GLES 2) (#10506)
Vitaliy [Sun, 25 Oct 2020 17:01:03 +0000 (20:01 +0300)]
Shaders for Android (GLES 2) (#10506)

Shader support for OpenGL ES 2 devices (Android)

Co-authored-by: sfan5 <sfan5@live.de>
3 years agoClean up l_object.cpp (#10512)
Zughy [Thu, 22 Oct 2020 15:18:01 +0000 (17:18 +0200)]
Clean up l_object.cpp (#10512)

Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
3 years agoAdd documentation to builtin core.run_callbacks (#10494)
DS [Wed, 21 Oct 2020 20:05:32 +0000 (22:05 +0200)]
Add documentation to builtin core.run_callbacks (#10494)

3 years agoFix Media... 0% on loading screen (#9478)
Maksim [Wed, 21 Oct 2020 19:42:40 +0000 (21:42 +0200)]
Fix Media... 0% on loading screen (#9478)

3 years agoUpdate jsoncpp to 1.9.4 (#10477)
Zughy [Wed, 21 Oct 2020 19:42:23 +0000 (21:42 +0200)]
Update jsoncpp to 1.9.4 (#10477)

Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
3 years agoDevtest: Automatically enable zoom capability (#10493)
Paramat [Tue, 20 Oct 2020 21:13:27 +0000 (22:13 +0100)]
Devtest: Automatically enable zoom capability (#10493)

Make minor improvements to the zoom testing chat command.
Delete incorrect line about creative mode from README.md.

3 years agoFix show_on_minimap default value for local player
sfan5 [Tue, 20 Oct 2020 14:34:14 +0000 (16:34 +0200)]
Fix show_on_minimap default value for local player

fixes #10526

3 years agoImplement unloading of static_save=false objects according to existing docs (#10485)
sfan5 [Mon, 19 Oct 2020 18:38:33 +0000 (20:38 +0200)]
Implement unloading of static_save=false objects according to existing docs (#10485)

3 years agoDecouple entity minimap markers from nametags replacing with show_on_minimap property...
sfan5 [Mon, 19 Oct 2020 18:38:15 +0000 (20:38 +0200)]
Decouple entity minimap markers from nametags replacing with show_on_minimap property (#10443)

3 years agoMinor clientmap improvements.
Lars [Sun, 18 Oct 2020 23:38:51 +0000 (16:38 -0700)]
Minor clientmap improvements.

- Avoid calculating isBlockInSight for blocks without meshes.
- Add metric for how many blocks the client has currently loaded.
- Make some variables constant.

3 years agoContributing doc: Minor improvements and a clarification (#10520)
Paramat [Sun, 18 Oct 2020 21:50:31 +0000 (22:50 +0100)]
Contributing doc: Minor improvements and a clarification (#10520)

3 years agoPeriodically release all mesh HW buffers to avoid an Irrlicht bottleneck.
Lars [Thu, 15 Oct 2020 07:06:37 +0000 (00:06 -0700)]
Periodically release all mesh HW buffers to avoid an Irrlicht bottleneck.

3 years agoRemove all bump mapping and parallax occlusion related code.
Lars [Mon, 12 Oct 2020 20:29:31 +0000 (13:29 -0700)]
Remove all bump mapping and parallax occlusion related code.

3 years agoRely on max_simultaneous_block_sends_per_client to limit blocks sent to the client.
Lars [Tue, 13 Oct 2020 19:38:34 +0000 (12:38 -0700)]
Rely on max_simultaneous_block_sends_per_client to limit blocks sent to the client.

3 years agoDevtest hand tool: Update capabilities, add creative mode capabilities (#10484)
Paramat [Tue, 13 Oct 2020 22:59:47 +0000 (23:59 +0100)]
Devtest hand tool: Update capabilities, add creative mode capabilities (#10484)

3 years agoDocument how to work with ClangFormat (#10468)
Paramat [Tue, 13 Oct 2020 22:57:46 +0000 (23:57 +0100)]
Document how to work with ClangFormat (#10468)

To avoid the common misunderstanding where a contributor thinks they
must apply the unsuitable formatting requests ClangFormat makes.

3 years agoFix float argument check in minetest.set_timeofday() (#10483)
Zughy [Tue, 13 Oct 2020 19:28:53 +0000 (21:28 +0200)]
Fix float argument check in minetest.set_timeofday() (#10483)

Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
3 years agoAndroid: update gradle, NDK and built tools version
Maksim [Mon, 7 Sep 2020 20:12:31 +0000 (22:12 +0200)]
Android: update gradle, NDK and built tools version

3 years agoAndroid: add ci with saving artifacts
Maksim [Sun, 24 May 2020 10:57:05 +0000 (12:57 +0200)]
Android: add ci with saving artifacts

3 years agoAndroid: get deps as a zip archive and sqlite3 from official source
Maksim [Sun, 24 May 2020 10:55:48 +0000 (12:55 +0200)]
Android: get deps as a zip archive and sqlite3 from official source

3 years agoAdd ObjectRef:get_children() (#10480)
Zughy [Tue, 13 Oct 2020 19:27:52 +0000 (21:27 +0200)]
Add ObjectRef:get_children() (#10480)

Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
3 years agoAvoid drawing invisible blocks on the client.
Lars [Tue, 13 Oct 2020 02:47:04 +0000 (19:47 -0700)]
Avoid drawing invisible blocks on the client.

3 years agoPass ContentFeatures as reference to read_content_features (#10464)
JosiahWI [Tue, 13 Oct 2020 15:36:01 +0000 (10:36 -0500)]
Pass ContentFeatures as reference to read_content_features (#10464)

3 years agoGive unnamed world names incrementing numbers. Format 'world<number>' (#10247)
Paramat [Mon, 12 Oct 2020 23:52:53 +0000 (00:52 +0100)]
Give unnamed world names incrementing numbers. Format 'world<number>' (#10247)

Code created with help from GitHub users sirrobzeroone and pauloue, thank you.

3 years agoAdd missing type check to InvRef:set_lists() (#10476)
Zughy [Sun, 11 Oct 2020 11:36:13 +0000 (13:36 +0200)]
Add missing type check to InvRef:set_lists() (#10476)

3 years agoAdd bumpmapping and parallax occlusion testing nodes to devtest (#9242)
HybridDog [Fri, 9 Oct 2020 18:13:42 +0000 (20:13 +0200)]
Add bumpmapping and parallax occlusion testing nodes to devtest (#9242)

3 years agoAdd a short_description to be used by mods (#8980)
DS [Fri, 9 Oct 2020 18:11:21 +0000 (20:11 +0200)]
Add a short_description to be used by mods (#8980)

3 years agoFix box[]es not being clipped (#10473)
DS [Thu, 8 Oct 2020 17:44:47 +0000 (19:44 +0200)]
Fix box[]es not being clipped (#10473)

Fixes a regression of #8676.

3 years agoMention texture modifier colorspace (#10112)
HybridDog [Thu, 8 Oct 2020 17:44:27 +0000 (19:44 +0200)]
Mention texture modifier colorspace (#10112)

3 years ago-Wmem-access only called when GCC > 7 (#10453)
Zughy [Tue, 6 Oct 2020 18:51:27 +0000 (20:51 +0200)]
-Wmem-access only called when GCC > 7 (#10453)

3 years agoImprove the `fsaa` setting description (#10279)
Hugo Locurcio [Tue, 6 Oct 2020 18:50:20 +0000 (20:50 +0200)]
Improve the `fsaa` setting description (#10279)

See https://github.com/minetest/minetest/issues/8459.

3 years agoAdd minetest.get_artificial_light and minetest.get_natural_light (#5680)
HybridDog [Tue, 6 Oct 2020 18:49:46 +0000 (20:49 +0200)]
Add minetest.get_artificial_light and minetest.get_natural_light (#5680)

Add more detailed light detection functions, a function to get the artificial light (torches) and a function to get the sunlight as seen by the player (you can specify timeofday).

Co-authored-by: rubenwardy <rw@rubenwardy.com>
3 years agoPrevent games from setting secure settings (#10460)
rubenwardy [Tue, 6 Oct 2020 11:10:37 +0000 (12:10 +0100)]
Prevent games from setting secure settings (#10460)

3 years agoRemove unused functions reported by cppcheck (#10463)
SmallJoker [Mon, 5 Oct 2020 07:07:33 +0000 (09:07 +0200)]
Remove unused functions reported by cppcheck (#10463)

Run unused functions reported by cppcheck

This change removes a few (but not all) unused functions.
Some unused helper functions were not removed due to their complexity and potential of future use.

3 years agoMinimap as HUD element with API control
Pierre-Yves Rollo [Sun, 4 Oct 2020 13:24:29 +0000 (15:24 +0200)]
Minimap as HUD element with API control

Features:
 * Define Minimap available modes (surface/radar, scale) from Lua, using player:set_minimap_modes()
 * New HUD elements for displaying minimap with custom size and placing
 * New minimap mode for displaying a texture instead of the map

3 years agoAdd First Person Attachments (#10360)
Jordan Snelling [Sun, 4 Oct 2020 13:10:34 +0000 (14:10 +0100)]
Add First Person Attachments (#10360)

Fixes some other third person camera specific attachments.
Implements a single new flag for entities to be forced visible in first person mode.
Old mods do not need to be updated to use the new flag and are fully backwards compatible.

3 years agoFix short 180 degree rotation when using set_bone_position (#10405)
Lars Müller [Sun, 4 Oct 2020 13:09:12 +0000 (15:09 +0200)]
Fix short 180 degree rotation when using set_bone_position (#10405)

3 years agoDeprecate get_player_velocity and add_player_velocity (#10173)
rubenwardy [Sat, 3 Oct 2020 23:33:45 +0000 (00:33 +0100)]
Deprecate get_player_velocity and add_player_velocity (#10173)

3 years agoDocument builtin entities (#9453)
Wuzzy [Sat, 3 Oct 2020 17:01:38 +0000 (19:01 +0200)]
Document builtin entities (#9453)

This PR adds a new text file doc/builtin_entities.txt which explains how the two builtin entities __builtin:item and __builtin:falling_node work.

3 years agoAdd note to docs on how to override privileges (#9792)
LoneWolfHT [Sat, 3 Oct 2020 17:00:08 +0000 (10:00 -0700)]
Add note to docs on how to override privileges (#9792)

3 years agoLua API: Add register_on_chatcommand to SSM and CSM (#7862)
Elijah Duffy [Sat, 3 Oct 2020 16:38:08 +0000 (09:38 -0700)]
Lua API: Add register_on_chatcommand to SSM and CSM (#7862)

Allows catching a chatcommand call just after the command and the
parameters are parsed but before its existence is checked and before the
corresponding function is run. Returning `true` from a callback function
will prevent default handling of the command leaving mods to handle the
command manually.

3 years agoFix scroll bar overlapping text (again) (#9058)
random-geek [Sat, 3 Oct 2020 16:34:34 +0000 (09:34 -0700)]
Fix scroll bar overlapping text (again) (#9058)

3 years agoReduce the FPS when the window is unfocused (#8837)
HybridDog [Sat, 3 Oct 2020 16:33:51 +0000 (18:33 +0200)]
Reduce the FPS when the window is unfocused (#8837)

3 years agoChatcommand: Show help message if func returns false without message
HybridDog [Sat, 3 Oct 2020 16:33:43 +0000 (18:33 +0200)]
Chatcommand: Show help message if func returns false without message

#9440

3 years ago(se)SerializeString: Include max length in the name
SmallJoker [Sun, 20 Sep 2020 11:12:55 +0000 (13:12 +0200)]
(se)SerializeString: Include max length in the name

This commit clarifies the maximal length of the serialized strings.
It will avoid accidental use of serializeString() when a larger string can be expected.

Removes unused Wide String serialization functions

3 years agoClean up serialization
SmallJoker [Sun, 20 Sep 2020 11:04:01 +0000 (13:04 +0200)]
Clean up serialization

This reverts 1a5b4b3 and further functions in serialize.cpp that are unused

The intend for a sane NetworkPacket/stream replacement was good, but a wrapper
class around i/ostream might be more versatile than introducing a new
vector-based serialization class.

3 years agoSettings: Remove unused functions
SmallJoker [Sun, 20 Sep 2020 10:52:35 +0000 (12:52 +0200)]
Settings: Remove unused functions

Make Settings-internal functions private

3 years agoImprove layout of main menu 'local' tab (#10366)
Paramat [Tue, 29 Sep 2020 22:37:03 +0000 (23:37 +0100)]
Improve layout of main menu 'local' tab (#10366)

3 years agoImprove MSVC cmake and update vcpkg instruction (#10407)
k.h.lai [Tue, 29 Sep 2020 17:39:53 +0000 (01:39 +0800)]
Improve MSVC cmake and update vcpkg instruction (#10407)

Remove unnecessary compiler flag for clang-cl
Update vcpkg instruction in README.md

3 years agoUpdate wording of game descriptions in installer (#10441)
LoneWolfHT [Tue, 29 Sep 2020 17:39:36 +0000 (10:39 -0700)]
Update wording of game descriptions in installer (#10441)

3 years agoAndroid: replace InputDialogActivity on simple dialog window (#10034)
Maksim [Sat, 26 Sep 2020 16:42:22 +0000 (18:42 +0200)]
Android: replace InputDialogActivity on simple dialog window (#10034)

3 years agoPatch fast/teleport vulnerability when attached to an entity (#10340)
Elias Fleckenstein [Sat, 26 Sep 2020 16:41:44 +0000 (18:41 +0200)]
Patch fast/teleport vulnerability when attached to an entity (#10340)

3 years agoLog server announce on updates and deletes too (#10177)
Tyler Schwend [Sat, 26 Sep 2020 16:41:16 +0000 (12:41 -0400)]
Log server announce on updates and deletes too (#10177)

3 years agoEnable LuaJIT on the Docker image (#10414)
Buckaroo Banzai [Sat, 26 Sep 2020 13:32:49 +0000 (15:32 +0200)]
Enable LuaJIT on the Docker image (#10414)

3 years agoRemove null bytes from TOCLIENT_BLOCKDATA (#10433)
luk3yx [Sat, 26 Sep 2020 13:31:54 +0000 (01:31 +1200)]
Remove null bytes from TOCLIENT_BLOCKDATA (#10433)

3 years agoCorrect erroneous reported max lag with prometheus (#10427)
Buckaroo Banzai [Fri, 25 Sep 2020 16:52:42 +0000 (18:52 +0200)]
Correct erroneous reported max lag with prometheus (#10427)

Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
3 years agoFix horizontal/vertical merging bug of hardware-colored framed glass (#10417)
Paramat [Wed, 23 Sep 2020 23:10:50 +0000 (00:10 +0100)]
Fix horizontal/vertical merging bug of hardware-colored framed glass (#10417)

Previously, the param2-controlled horizontal/vertical merge feature
(which was undocumented and forgotten) was always active, causing
uses of param2 other than "glasslikeliquidlevel" to affect H/V
merging.

Only respect H/V merge bits when paramtype2 = "glasslikeliquidlevel".
H/V merge bits and liquid level bits are designed to be used
simultaneously.

3 years agoReplace MyEventReceiver KeyList with std::unordered_set (#10419)
Vincent Robinson [Wed, 23 Sep 2020 17:12:20 +0000 (10:12 -0700)]
Replace MyEventReceiver KeyList with std::unordered_set (#10419)

3 years agoAbility to remove minetest.after once set (#10103)
tenplus1 [Wed, 23 Sep 2020 17:11:56 +0000 (18:11 +0100)]
Ability to remove minetest.after once set (#10103)

3 years agoSettings: Fix unittest memory leak, change input types
SmallJoker [Tue, 22 Sep 2020 16:40:34 +0000 (18:40 +0200)]
Settings: Fix unittest memory leak, change input types

3 years agoFix chat/infotext overlap if many chat lines (#10399)
Wuzzy [Tue, 22 Sep 2020 16:38:33 +0000 (18:38 +0200)]
Fix chat/infotext overlap if many chat lines (#10399)

Moves the infotext depending on the value of the recent_chat_messages value + 2 additional lines to account for the 2 debug mode lines + 1 additional line as "buffer" for better readability if chat is full.

3 years agoSettings: Fix crash on exit due to group double-free
SmallJoker [Mon, 21 Sep 2020 17:10:44 +0000 (19:10 +0200)]
Settings: Fix crash on exit due to group double-free

3 years agoRecord player existence in dymmy database.
Lars [Sun, 20 Sep 2020 19:51:12 +0000 (12:51 -0700)]
Record player existence in dymmy database.

3 years agoClean up server-side translations, remove global variable (#10075)
rubenwardy [Wed, 16 Sep 2020 13:51:11 +0000 (14:51 +0100)]
Clean up server-side translations, remove global variable (#10075)

3 years agolua_api.txt: author, release and title fields when downloading from ContentDB (#10129)
Zughy [Wed, 16 Sep 2020 13:47:20 +0000 (15:47 +0200)]
lua_api.txt: author, release and title fields when downloading from ContentDB (#10129)

Co-authored-by: Marco <4279489-marco_a@users.noreply.gitlab.com>
Co-authored-by: rubenwardy <rw@rubenwardy.com>
3 years agoRemove "generate normal maps" feature (#10313)
hecks [Mon, 14 Sep 2020 17:27:25 +0000 (19:27 +0200)]
Remove "generate normal maps" feature (#10313)

Erase all traces of normal "generation" from fragment shaders
Remove the "feature" from the engine and default config
Remove any leftover documentation of it

3 years agoRemove Thread::kill() and related unittest (#10317)
Sebastien Marie [Thu, 10 Sep 2020 10:19:18 +0000 (12:19 +0200)]
Remove Thread::kill() and related unittest (#10317)

Closes: #6065
3 years agoAdd NetBSD cpu affinity support code (#10378)
David CARLIER [Wed, 9 Sep 2020 17:12:58 +0000 (18:12 +0100)]
Add NetBSD cpu affinity support code (#10378)

3 years agoDarwin platform build fix (#10376)
David CARLIER [Wed, 9 Sep 2020 17:12:03 +0000 (18:12 +0100)]
Darwin platform build fix (#10376)

the event header seemingly being generic with libevent thus renaming it.
openal and opengl are deprecated on newer mac os releases thus suppressing the build warnings.