[go: nahoru, domu]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: minetest-mods/lavastuff Loading
base: v3.7.2
Choose a base ref
...
head repository: minetest-mods/lavastuff Loading
compare: v3.7.3
Choose a head ref
  • 7 commits
  • 14 files changed
  • 3 contributors

Commits on Jan 2, 2022

  1. Configuration menu
    Copy the full SHA
    2019afb View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Configuration menu
    Copy the full SHA
    44e408f View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Configuration menu
    Copy the full SHA
    914aea6 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Fix segfault

    LoneWolfHT committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    4cef3ba View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Configuration menu
    Copy the full SHA
    94d6bd9 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Fix 0.4 compatibility (#16)

    * added minetest 0.4 compatibility due the trasnlation missing support
    
    * if translation is not supported use english on compat/mtg.lua
    * improved the code of translation of the already init.lua
    * this solves: closes #13
    * this solves: closes https://codeberg.org/minenux/lavastuff/issues/1
    * close https://codeberg.org/minenux/lavastuff/issues/1
    
    * real fix for compatibility later trasnlations
    
    * real fix for #13
    * use native translator or intlib property as must be, but mock if both fails
    
    * fix modname and use intlib depennds only in older engines
    
    * autodetect mod name from minetest api
    * added only intllib in depends.txt for older 0.4.X, mod.conf its for 5+
      so due 5+ has built in internationalization its not necesary in that file
    
    * added the depends only when necesary for intllib
    
    * Update init.lua usage or MODNAME and MODPATH
    
    Co-authored-by: LoneWolfHT <lonewolf04361@gmail.com>
    
    * puff also uage ot the MODNAME in get translator
    
    * update luacheck as suggested by lonewolf
    
    i dont know how to avoid the usage of those variables.. but he suggested to just put those .. #16 (comment)
    
    * move intllib to others to do not fail in checks agains moderns engine
    
    also added ',' at the en of the line
    
    Co-authored-by: LoneWolfHT <lonewolf04361@gmail.com>
    Герхард PICCORO Lenz McKAY and LoneWolfHT committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    3eacc17 View commit details
    Browse the repository at this point in the history
  2. Fix .luacheckrc warnings

    LoneWolfHT committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    d3a0da6 View commit details
    Browse the repository at this point in the history
Loading