]> git.lizzy.rs Git - minetest.git/log
minetest.git
18 months agoTranslated using Weblate (Russian)
Темак [Tue, 2 Aug 2022 19:10:03 +0000 (19:10 +0000)]
Translated using Weblate (Russian)

Currently translated at 96.1% (1405 of 1462 strings)

18 months agoTranslated using Weblate (Portuguese)
Hugo Carvalho [Mon, 1 Aug 2022 12:54:10 +0000 (12:54 +0000)]
Translated using Weblate (Portuguese)

Currently translated at 97.7% (1429 of 1462 strings)

18 months agoTranslated using Weblate (Polish)
Artur Adamczyk [Mon, 1 Aug 2022 10:50:34 +0000 (10:50 +0000)]
Translated using Weblate (Polish)

Currently translated at 77.5% (1134 of 1462 strings)

18 months agoTranslated using Weblate (Spanish)
Andrés Morgensen [Wed, 3 Aug 2022 06:15:47 +0000 (06:15 +0000)]
Translated using Weblate (Spanish)

Currently translated at 88.3% (1291 of 1462 strings)

18 months agoTranslated using Weblate (Spanish)
Valentino [Wed, 3 Aug 2022 06:14:28 +0000 (06:14 +0000)]
Translated using Weblate (Spanish)

Currently translated at 88.3% (1291 of 1462 strings)

18 months agoTranslated using Weblate (Spanish)
waxtatect [Mon, 1 Aug 2022 14:35:54 +0000 (14:35 +0000)]
Translated using Weblate (Spanish)

Currently translated at 88.3% (1291 of 1462 strings)

18 months agoTranslated using Weblate (French)
waxtatect [Mon, 1 Aug 2022 11:11:32 +0000 (11:11 +0000)]
Translated using Weblate (French)

Currently translated at 100.0% (1462 of 1462 strings)

18 months agoTranslated using Weblate (Polish)
Adam Jagoda [Sun, 31 Jul 2022 23:22:22 +0000 (23:22 +0000)]
Translated using Weblate (Polish)

Currently translated at 76.2% (1115 of 1462 strings)

18 months agoPrevent air acceleration with 0 jump speed (#13036)
Jude Melton-Houghton [Sat, 10 Dec 2022 14:08:50 +0000 (09:08 -0500)]
Prevent air acceleration with 0 jump speed (#13036)

18 months agoAvoid out-of-bounds memory access in attached node placement prediction (#13038)
Jude Melton-Houghton [Sat, 10 Dec 2022 14:00:27 +0000 (09:00 -0500)]
Avoid out-of-bounds memory access in attached node placement prediction (#13038)

18 months agoRemove Irrlicht documentation URL from key settings (#13010)
sfan5 [Sun, 4 Dec 2022 11:35:28 +0000 (12:35 +0100)]
Remove Irrlicht documentation URL from key settings (#13010)

18 months agoExpose dtime_s to LBM handler
sfan5 [Sun, 4 Dec 2022 11:35:14 +0000 (12:35 +0100)]
Expose dtime_s to LBM handler

18 months agoAdd missing optional dependencies to Container Image (#12914)
Tamara Schmitz [Sun, 4 Dec 2022 11:35:03 +0000 (12:35 +0100)]
Add missing optional dependencies to Container Image (#12914)

18 months agoFix startup after removing last game (#13015)
Jude Melton-Houghton [Sat, 3 Dec 2022 16:35:38 +0000 (11:35 -0500)]
Fix startup after removing last game (#13015)

18 months agoLet mods choose a forceload limit (#13002)
Jude Melton-Houghton [Sat, 3 Dec 2022 15:41:45 +0000 (10:41 -0500)]
Let mods choose a forceload limit (#13002)

18 months agoLet mods choose a forceload limit (#13002)
Jude Melton-Houghton [Sat, 3 Dec 2022 15:41:34 +0000 (10:41 -0500)]
Let mods choose a forceload limit (#13002)

18 months agoAdd `minetest.get_mapgen_edges` (#12999)
Jude Melton-Houghton [Sat, 3 Dec 2022 15:40:46 +0000 (10:40 -0500)]
Add `minetest.get_mapgen_edges` (#12999)

18 months agoRemove shader caching hack. (#12991)
lhofhansl [Wed, 30 Nov 2022 21:56:14 +0000 (13:56 -0800)]
Remove shader caching hack. (#12991)

18 months agoAndroid: Segmentation fault fix, PendingIntent flag, and other fixes (#12960)
Muhammad Rifqi Priyo Susanto [Wed, 30 Nov 2022 15:50:06 +0000 (22:50 +0700)]
Android: Segmentation fault fix, PendingIntent flag, and other fixes (#12960)

* Android: Segmentation fault fix, PendingIntent flag, and other fixes

- Information about the crosshair is sent after camera initialization.
- Since API 31, PendingIntent requires mutability flag.
- super (class) is called in onRequestPermissionsResult().
- GameActivity suppresses "unused" warning since most of its methods are called from native code.
- Non-null safety is added for nullable function calls.
- Warning/error logging is added for various function calls' return value.

* Move utility functions into Utils.java

- Some nullable functions are changed to be non-null functions.
- Some null checking outside it is removed.
- More annotations are added to functions and parameters.

18 months agoHandle num lock in chat (#12984)
Jude Melton-Houghton [Wed, 30 Nov 2022 15:43:12 +0000 (10:43 -0500)]
Handle num lock in chat (#12984)

18 months agoAvoid resetting music when dialog opens (#13003)
Jude Melton-Houghton [Wed, 30 Nov 2022 15:42:30 +0000 (10:42 -0500)]
Avoid resetting music when dialog opens (#13003)

18 months agoFix /help privs checks (#13008)
Jude Melton-Houghton [Tue, 29 Nov 2022 23:25:47 +0000 (18:25 -0500)]
Fix /help privs checks (#13008)

18 months agoHave minetest.debug call tostring (#13004)
Jude Melton-Houghton [Tue, 29 Nov 2022 12:12:08 +0000 (07:12 -0500)]
Have minetest.debug call tostring (#13004)

18 months agoWrap debug text on screen (#12978)
Jude Melton-Houghton [Mon, 28 Nov 2022 17:17:36 +0000 (12:17 -0500)]
Wrap debug text on screen (#12978)

18 months agoAdd `minetest.get_game_info` and allow reading `game.conf` (#12989)
Jude Melton-Houghton [Mon, 28 Nov 2022 12:21:43 +0000 (07:21 -0500)]
Add `minetest.get_game_info` and allow reading `game.conf` (#12989)

Co-authored-by: sfan5 <sfan5@live.de>
18 months agoAbort active ABM iteration when content changes (#12998)
Jude Melton-Houghton [Sun, 27 Nov 2022 20:55:10 +0000 (15:55 -0500)]
Abort active ABM iteration when content changes (#12998)

18 months agoVirtual joystick: Use s32 when using m_screensize as a subtrahend (#12814)
Muhammad Rifqi Priyo Susanto [Sat, 26 Nov 2022 14:16:14 +0000 (21:16 +0700)]
Virtual joystick: Use s32 when using m_screensize as a subtrahend (#12814)

If still uses u32, m_screensize will yield a big value (underflow) when used as a subtrahend.
ETIE_MOVED is allowed to be run if joystick's ID is available and virtual joystick is fixed.
Add .0f for some float values.

18 months agoFix touchscreen crash due to missing rangeselect
savilli [Fri, 25 Nov 2022 17:11:29 +0000 (12:11 -0500)]
Fix touchscreen crash due to missing rangeselect

18 months agoRemove unnecessary bool return types
Jude Melton-Houghton [Wed, 23 Nov 2022 22:46:20 +0000 (17:46 -0500)]
Remove unnecessary bool return types

18 months agoRename "mod metadata" to "mod storage" everywhere
Jude Melton-Houghton [Wed, 23 Nov 2022 22:25:34 +0000 (17:25 -0500)]
Rename "mod metadata" to "mod storage" everywhere

18 months agoDeprecate special handling of `${key}` syntax in metadata values (#12970)
Jude Melton-Houghton [Thu, 24 Nov 2022 22:56:43 +0000 (17:56 -0500)]
Deprecate special handling of `${key}` syntax in metadata values (#12970)

18 months agoAdd support for attached facedir/4dir nodes (#11432)
Wuzzy [Thu, 24 Nov 2022 22:56:07 +0000 (23:56 +0100)]
Add support for attached facedir/4dir nodes (#11432)

18 months agoFix entity visiblity in bright artificial light (#12906)
x2048 [Wed, 23 Nov 2022 21:40:26 +0000 (22:40 +0100)]
Fix entity visiblity in bright artificial light (#12906)

18 months agoavoid clearChildAttachments iterator invalidation (#12987)
Jude Melton-Houghton [Wed, 23 Nov 2022 19:48:12 +0000 (14:48 -0500)]
avoid clearChildAttachments iterator invalidation (#12987)

18 months agoFix reading schematics after their resolution (#12985)
Jude Melton-Houghton [Wed, 23 Nov 2022 16:53:21 +0000 (11:53 -0500)]
Fix reading schematics after their resolution (#12985)

18 months agoCheck specific outputs for isatty (#12980)
Jude Melton-Houghton [Mon, 21 Nov 2022 17:08:40 +0000 (12:08 -0500)]
Check specific outputs for isatty (#12980)

18 months agoAvoid shadow flicker at certain angles (#12961)
x2048 [Sun, 20 Nov 2022 20:28:01 +0000 (21:28 +0100)]
Avoid shadow flicker at certain angles (#12961)

Change the way look direction and camera position are quantized when calculating light frustum

18 months agoObject selection: Improve distance checks (#12974)
DS [Sun, 20 Nov 2022 20:27:47 +0000 (21:27 +0100)]
Object selection: Improve distance checks (#12974)

18 months agoImprove ABM and LBM registration error handling (#12969)
Jude Melton-Houghton [Sun, 20 Nov 2022 20:26:54 +0000 (15:26 -0500)]
Improve ABM and LBM registration error handling (#12969)

18 months agoAdd configurable saturation (#12865)
lhofhansl [Fri, 18 Nov 2022 19:49:52 +0000 (11:49 -0800)]
Add configurable saturation (#12865)

* Add configurable saturation

Co-authored-by: Pevernow <3450354617@qq.com>
Co-authored-by: x2048 <codeforsmile@gmail.com>
Author:    Lars <larsh@apache.org>

18 months agoFix `menu_lua_api.txt` formatting (#12971)
Abdou-31 [Fri, 18 Nov 2022 16:45:16 +0000 (17:45 +0100)]
Fix  `menu_lua_api.txt` formatting (#12971)

19 months agoWarn about potential infinite loop in on_construct (#12967)
Jude Melton-Houghton [Wed, 16 Nov 2022 18:11:36 +0000 (13:11 -0500)]
Warn about potential infinite loop in on_construct (#12967)

Co-authored-by: sfan5 <sfan5@live.de>
19 months agoAdded copy of LGPL-2.1 (#12950)
StrajnarFilip [Wed, 16 Nov 2022 18:09:53 +0000 (18:09 +0000)]
Added copy of LGPL-2.1 (#12950)

19 months agoset_nametag_attributes: don't reset nametags if text param is not touched
Riceball LEE [Tue, 15 Nov 2022 15:46:26 +0000 (23:46 +0800)]
set_nametag_attributes: don't reset nametags if text param is not touched

fixes #12901

19 months agogame.conf: Add setting to use volatile a map backend (#12956)
SmallJoker [Tue, 15 Nov 2022 15:45:48 +0000 (16:45 +0100)]
game.conf: Add setting to use volatile a map backend (#12956)

19 months agoAdd MetaDataRef:get_keys (#12841)
Jude Melton-Houghton [Tue, 15 Nov 2022 15:45:12 +0000 (10:45 -0500)]
Add MetaDataRef:get_keys (#12841)

19 months agoReduce active mgmt interval for a bit when a player joins. (#12925)
lhofhansl [Thu, 10 Nov 2022 23:25:38 +0000 (15:25 -0800)]
Reduce active mgmt interval for a bit when a player joins. (#12925)

19 months agoAdd PostgreSQL helper pg_to_string
Jude Melton-Houghton [Thu, 20 Oct 2022 20:14:33 +0000 (16:14 -0400)]
Add PostgreSQL helper pg_to_string

19 months agoTest PostgreSQL in CI
Jude Melton-Houghton [Wed, 19 Oct 2022 21:58:36 +0000 (17:58 -0400)]
Test PostgreSQL in CI

19 months agoAdd mod storage PostgreSQL backend
Jude Melton-Houghton [Wed, 19 Oct 2022 18:16:57 +0000 (14:16 -0400)]
Add mod storage PostgreSQL backend

19 months agoImprove testListMods
Jude Melton-Houghton [Thu, 20 Oct 2022 20:25:40 +0000 (16:25 -0400)]
Improve testListMods

19 months agoTest metadata value changing
Jude Melton-Houghton [Wed, 19 Oct 2022 18:15:30 +0000 (14:15 -0400)]
Test metadata value changing

19 months agoFix get_tool_wear_after_use for one use (insta-break) (#12945)
Gregor Parzefall [Wed, 9 Nov 2022 16:58:53 +0000 (17:58 +0100)]
Fix get_tool_wear_after_use for one use (insta-break) (#12945)

19 months agoFlip player_back.png (#12940)
olive [Wed, 9 Nov 2022 16:58:21 +0000 (16:58 +0000)]
Flip player_back.png (#12940)

19 months agoResize hotbar immediately before drawing (#12930)
x2048 [Wed, 9 Nov 2022 16:57:55 +0000 (17:57 +0100)]
Resize hotbar immediately before drawing (#12930)

19 months agoFix typos and en_US/en_GB inconsistency in various files (#12902)
Abdou-31 [Wed, 9 Nov 2022 16:57:19 +0000 (17:57 +0100)]
Fix typos and en_US/en_GB inconsistency in various files (#12902)

19 months agoDockerfile: refactoring and addition of entrypoint (#12939)
Tamara Schmitz [Tue, 8 Nov 2022 15:34:58 +0000 (16:34 +0100)]
Dockerfile: refactoring and addition of entrypoint (#12939)

Previously source files were copied first, then build dependencies were
installed, then libraries cloned and built.
This was reordered to be:
1. install dependencies
2. clone and build libraries
3. Pull in minetest source and minetest_game
4. Build minetest

In addition the peristent volumes are now declared.
Also an entrypoint added making it possible to append command line
parameters.

19 months agoReduce exposure of various internals (#12885)
Loïc Blot [Thu, 3 Nov 2022 16:35:31 +0000 (17:35 +0100)]
Reduce exposure of various internals (#12885)

* refactoring(StaticObjectList): don't expose m_active and m_stored anymore

This prevents our old crap code where anyone can access to StaticObjectList. use proper modifiers. It also permits to do a short cleanup on MapBlock using a helper

* refactoring(MapBlock): reduce a bit exposed m_active_blocks variable

* refactoring: MapBlock::m_node_timers is now private

We already had various helpers to perform this privatization, just use it. Also factorize the MapBlock stepping code for timers using already existing code and importing them from ServerEnvironment to MapBlock.

It's currently done pretty straight forward without any inheritance as MapBlock is just used everywhere, maybe in a future we'll have ServerMapBlock over MapBlock. Currently for a simple function let's just use proper objects and add a comment warning

* refactoring(Server): fix duplicated function for add/remove node

* refactoring(guiFormSpecMenu): add removeAll function to prevent duplicated code

* refactoring(ShadowRenderer) + perf: code quality  + increase performance

* All callers are already using the point and we should never test a function with nullptr node, it's a bug. Removed workaround which was hacky and fix the bug
* Drop clientmap lookup from shadowrendered, just use directly its
  pointer and forbid to push it in the generic list
* Reduce memory pressure on the renderShadowObject by preventing
  deallocating and reallocating multiple vectors on each node

* refactoring(MapBlock): reduce exposure of MapBlock::m_static_objects

It's not complete as some parts of the code are pretty nested, but it's better than before :)

* fix: better working on new functions & drop unwanted 2 lines

Co-authored-by: Jude Melton-Houghton <jwmhjwmh@gmail.com>
Co-authored-by: Jude Melton-Houghton <jwmhjwmh@gmail.com>
19 months agoReturn correct variable when debugging bloom.
x2048 [Thu, 3 Nov 2022 07:43:31 +0000 (08:43 +0100)]
Return correct variable when debugging bloom.

Fixes #12922

19 months agoImprove bloom effect (#12916)
x2048 [Wed, 2 Nov 2022 08:09:48 +0000 (09:09 +0100)]
Improve bloom effect (#12916)

* Remove the built-in exposure factor of 2.5
* Add physics-based bloom (https://learnopengl.com/Guest-Articles/2022/Phys.-Based-Bloom)
* Add luminance scaling for bloom layer to simulate HDR
* Add setting to control bloom strength

19 months agoAndroid: Increase target/compiled SDK version to 32 (#12911)
Muhammad Rifqi Priyo Susanto [Mon, 31 Oct 2022 13:19:30 +0000 (20:19 +0700)]
Android: Increase target/compiled SDK version to 32 (#12911)

Build Tools, NDK, and Gradle are also updated.
Repositories is changed from jcenter() to mavenCentral().

19 months agoSend crosshair setting after the touch screen GUI has been initialized (#12910)
Muhammad Rifqi Priyo Susanto [Mon, 31 Oct 2022 13:17:50 +0000 (20:17 +0700)]
Send crosshair setting after the touch screen GUI has been initialized (#12910)

19 months agoFix node placement regression
Lars Mueller [Mon, 31 Oct 2022 08:31:21 +0000 (09:31 +0100)]
Fix node placement regression

19 months agoEnable negative values for sun/moon orbit tilt (Northern hemisphere) (#12904)
x2048 [Sun, 30 Oct 2022 15:54:06 +0000 (16:54 +0100)]
Enable negative values for sun/moon orbit tilt (Northern hemisphere) (#12904)

19 months agoAdd comments explaining use of entity glow
x2048 [Fri, 28 Oct 2022 19:50:45 +0000 (21:50 +0200)]
Add comments explaining use of entity glow

19 months agoApply entity glow before translating to color space
x2048 [Sun, 4 Sep 2022 20:17:27 +0000 (22:17 +0200)]
Apply entity glow before translating to color space

19 months agoAlways add increment when getting node interior light
x2048 [Sun, 4 Sep 2022 20:17:04 +0000 (22:17 +0200)]
Always add increment when getting node interior light

19 months agoUse the same light level for non-solid draw types as for solid
x2048 [Sun, 4 Sep 2022 20:15:21 +0000 (22:15 +0200)]
Use the same light level for non-solid draw types as for solid

19 months agoAdd a worlds_here.txt file in the worlds folder and update .gitignore (#12720)
DS [Sun, 30 Oct 2022 15:53:31 +0000 (16:53 +0100)]
Add a worlds_here.txt file in the worlds folder and update .gitignore (#12720)

19 months agoAllow rotating entity selectionboxes (#12379)
Lars Müller [Sun, 30 Oct 2022 15:53:14 +0000 (16:53 +0100)]
Allow rotating entity selectionboxes (#12379)

19 months agoFix incorrect culling introduced by ##12710 (#12887)
lhofhansl [Fri, 28 Oct 2022 16:52:54 +0000 (09:52 -0700)]
Fix incorrect culling introduced by ##12710 (#12887)

19 months agoSafety check the map's blocksize (#12895)
lhofhansl [Fri, 28 Oct 2022 02:31:42 +0000 (19:31 -0700)]
Safety check the map's blocksize (#12895)

19 months agoShadow list improvements (#12898)
x2048 [Wed, 26 Oct 2022 20:26:09 +0000 (22:26 +0200)]
Shadow list improvements (#12898)

* Remove redundant checks when attaching SM texture to entities.
  Some of the checks were broken, leading to crashes when shadow intensity is set to 0
* Avoid memory leak in shadow casters list when wield mesh changes item stacks

19 months agoGUIInventoryList: Keep item size while moving (#12896)
Jean-Patrick Guerrero [Mon, 24 Oct 2022 11:58:56 +0000 (13:58 +0200)]
GUIInventoryList: Keep item size while moving (#12896)

19 months agoFix some outdated stuff about falling node docs
Wuzzy [Sun, 23 Oct 2022 19:59:24 +0000 (21:59 +0200)]
Fix some outdated stuff about falling node docs

19 months agoCheck sizeof(int) and sizeof(size_t)
Jude Melton-Houghton [Sun, 23 Oct 2022 19:59:12 +0000 (15:59 -0400)]
Check sizeof(int) and sizeof(size_t)

19 months agoDevTest: Colorize 2 nodebox nodes
Wuzzy [Sun, 9 Oct 2022 14:50:35 +0000 (16:50 +0200)]
DevTest: Colorize 2 nodebox nodes

19 months agoDevTest: Cleanup callback logging
Wuzzy [Sun, 9 Oct 2022 14:41:55 +0000 (16:41 +0200)]
DevTest: Cleanup callback logging

19 months agoDevTest: Fix rendering of 2 texture test nodes
Wuzzy [Sun, 9 Oct 2022 14:26:16 +0000 (16:26 +0200)]
DevTest: Fix rendering of 2 texture test nodes

19 months agoDevTest: More node textures to tell them apart
Wuzzy [Sun, 9 Oct 2022 14:19:42 +0000 (16:19 +0200)]
DevTest: More node textures to tell them apart

19 months agoDevTest: Use 4dir for chests
Wuzzy [Sun, 9 Oct 2022 12:52:36 +0000 (14:52 +0200)]
DevTest: Use 4dir for chests

19 months agoDevTest: Restore callback item descriptions
Wuzzy [Sun, 9 Oct 2022 12:34:10 +0000 (14:34 +0200)]
DevTest: Restore callback item descriptions

19 months agoDevTest: Fix callback item textures
Wuzzy [Sat, 8 Oct 2022 19:32:27 +0000 (21:32 +0200)]
DevTest: Fix callback item textures

19 months agoRemove credits for 2 images no longer in use
Wuzzy [Sat, 8 Oct 2022 19:26:56 +0000 (21:26 +0200)]
Remove credits for 2 images no longer in use

19 months agoDevTest: Refactor testhud features
Wuzzy [Sat, 8 Oct 2022 18:55:10 +0000 (20:55 +0200)]
DevTest: Refactor testhud features

19 months agoDevTest: Move 2 HUD commands to testhud & improve
Wuzzy [Sat, 8 Oct 2022 18:41:11 +0000 (20:41 +0200)]
DevTest: Move 2 HUD commands to testhud & improve

19 months agoDevTest: No use privatizer on chest of everything
Wuzzy [Sat, 8 Oct 2022 18:01:59 +0000 (20:01 +0200)]
DevTest: No use privatizer on chest of everything

19 months agoDevTest: Remove experimental mod
Wuzzy [Sat, 8 Oct 2022 17:50:23 +0000 (19:50 +0200)]
DevTest: Remove experimental mod

19 months agoDevTest: Move detached inv tests to chest mod
Wuzzy [Sat, 8 Oct 2022 17:49:28 +0000 (19:49 +0200)]
DevTest: Move detached inv tests to chest mod

19 months agoDevTest: /test_place_node skips dummy/cb nodes
Wuzzy [Sat, 8 Oct 2022 16:58:02 +0000 (18:58 +0200)]
DevTest: /test_place_node skips dummy/cb nodes

19 months agoDevTest: Clean up callback textures
Wuzzy [Sat, 8 Oct 2022 16:45:51 +0000 (18:45 +0200)]
DevTest: Clean up callback textures

19 months agoDevTest: Move callback entities to callbacks mod
Wuzzy [Sat, 8 Oct 2022 16:29:22 +0000 (18:29 +0200)]
DevTest: Move callback entities to callbacks mod

19 months agoDevTest: Move callback items to callbacks mod
Wuzzy [Sun, 9 Oct 2022 12:22:42 +0000 (14:22 +0200)]
DevTest: Move callback items to callbacks mod

19 months agoDevTest: Move experimental items to other mods
Wuzzy [Sun, 9 Oct 2022 12:20:35 +0000 (14:20 +0200)]
DevTest: Move experimental items to other mods

19 months agoDevTest: Move more logging to log mod
Wuzzy [Sat, 8 Oct 2022 15:46:03 +0000 (17:46 +0200)]
DevTest: Move more logging to log mod

19 months agoDevTest: Move benchmark commands to new mod
Wuzzy [Sat, 8 Oct 2022 15:41:53 +0000 (17:41 +0200)]
DevTest: Move benchmark commands to new mod

19 months agoDevTest: Move /test_place_nodes to testnodes mod
Wuzzy [Sat, 8 Oct 2022 15:38:50 +0000 (17:38 +0200)]
DevTest: Move /test_place_nodes to testnodes mod

19 months agoDevTest: Move chat command logging to separate mod
Wuzzy [Sat, 8 Oct 2022 15:34:55 +0000 (17:34 +0200)]
DevTest: Move chat command logging to separate mod

19 months agoAdd VoxelArea() constructor (#12886)
Jude Melton-Houghton [Sat, 22 Oct 2022 12:05:45 +0000 (08:05 -0400)]
Add VoxelArea() constructor (#12886)

19 months agoFix typos and en_US/en_GB inconsistency in files inside doc directory (#12882)
Abdou-31 [Fri, 21 Oct 2022 15:12:39 +0000 (16:12 +0100)]
Fix typos and en_US/en_GB inconsistency in files inside doc directory (#12882)