#1 Multiple fixes in one PR

オープン
pgimeno pgimeno/triple-fix から rbduck/master への 6 コミットのマージを希望しています
Pedro Gimeno5 年 前 にコメントしました

Separated by commits:

First commit is not a functional change, just whitespace changes:

  • Change all tabs to spaces to make whitespace usage consistent (spaces and tabs were used inconsistently).
  • Canonicalize newlines to LF as git expects, in order for system-specific line endings to work (a file was imported with CR/LF in Linux).
  • Remove extra spaces at the end of some lines.

Second commit simplifies a lot of the code (and makes it faster) by removing repetitions of minetest.registered_nodes[...].

Third commit adds palette to the copied node properties.

The next three commits are bugfixes:

  • Lava sources caused a crash in the client, because the liquidtype property wasn't copied and that triggered an assertion failure.
  • There was a bogus warning when intllib wasn't defined.
  • A light intensity of 15 is not valid and was triggering a warning. Maximum intensity is 14.
Separated by commits: First commit is not a functional change, just whitespace changes: - Change all tabs to spaces to make whitespace usage consistent (spaces and tabs were used inconsistently). - Canonicalize newlines to LF as git expects, in order for system-specific line endings to work (a file was imported with CR/LF in Linux). - Remove extra spaces at the end of some lines. Second commit simplifies a lot of the code (and makes it faster) by removing repetitions of `minetest.registered_nodes[...]`. Third commit adds `palette` to the copied node properties. The next three commits are bugfixes: - Lava sources caused a crash in the client, because the `liquidtype` property wasn't copied and that triggered an assertion failure. - There was a bogus warning when `intllib` wasn't defined. - A light intensity of 15 is not valid and was triggering a warning. Maximum intensity is 14.
このプルリクエストは自動的にマージできます。
会話に参加するには サインイン してください。
ラベルなし
マイルストーンなし
担当者なし
1 参加者
読み込み中…
キャンセル
保存
まだコンテンツがありません