1. Added missing translation to the following files:
beds.ms.tr, creative.ms.tr, default.ms.tr, farming.ms.tr,
fire.ms.tr, sethome.ms.tr
2. Changes some translation as per following:
a. beds.ms.tr
- Leave Bed changed from Bangun (wake up) to Tinggalkan Katil
(leave bed, in literal sense) just because the button would
be interpreted by some people as 'wake up on next morning'
(ie. skipping night) instead of 'wake up interrupting current
sleep progress' which is the intended meaning.
b. boats.ms.tr
- Boat cruise mode changed from Mod bot layar makan angin to
Mod jelajah bot, the original translation is more like direct
translation, and this has been changed to more natural one
to make sure player know that the mode is a cruise control.
- Reset changed from Set semula to Tetap semula, this is for
standardizing with existing term used in various places.
c. default.ms.tr
- Page \@1 of \@2 changed from the short form to the long form.
- Mese Crystal Fragment had missing word 'Kristal' re-added.
d. dye.ms.tr
- Dark Grey changed from Kelabu Gelap to Kelabu Tua to make it
standardized with the colour name elsewhere.
- Dark Green changed from Hijau Gelap to Hijau Tua to make it
standardized with the colour name elsewhere.
- Magenta changed from Merah Lembayung to Magenta, because the
colour Merah Lembayung is now used to refer to purplish red
and no longer equal to magenta, the loanword is used instead.
e. game_commands.ms.tr
- respawn changed from lahir semula (reborn) to jelma semula
(reappear), this is to make it consistent with the language
used in multiple other games that had similar respawning
system, and avoiding the religious context of life that is
implied by the use of previous translation.
- spawnpoint changed from titik permulaan (starting point) to
titik jelma ((re)appear point), see previous point.
f. tnt.ms.tr
- Gun Powder changed from Serbuk Senjata Api (firearms powder)
to Serbuk Letupan (explosion powder) because that is the
proper translation, the latter is still the term used even
when talking about actual firearm, the former didn't exist
g. vessels.ms.tr
- item changed from barang (thing) to item, this is mainly
because some of the 'item' that could be stored are not
some solid 'thing' where the word barang could be used for,
so using the word item here keep it neutral.
h. wool.ms.tr
- Dark Grey changed from Kelabu Gelap to Kelabu Tua to make it
standardized with the colour name elsewhere.
- Dark Green changed from Hijau Gelap to Hijau Tua to make it
standardized with the colour name elsewhere.
- Magenta changed from Merah Lembayung to Magenta, because the
colour Merah Lembayung is now used to refer to purplish red
and no longer equal to magenta, the loanword is used instead.
Previously, boat responsiveness varied greatly depending on server
lag and singleplayer / multiplayer.
'dtime' is the time from the last execution of the boat entity
'on step' function, so must multiply acceleration and yaw change.
Retune acceleration, turn rate and drift deceleration.
Make reversed turn only happen with significant backwards speed.
- beds
- boats
- carts
- key/skeleton key
- seeds
All these had on_place handlers that did not allow nodes with
an on_rightclick() handler to be used first (if not using
sneak). This code is taken from the torches mod and applied
everywhere.
This allows all these items to e.g. be inserted into the `frame`
mod's item frames.
Boats:
Previously, boats were not added to inventory in creative mode, fix.
In creative mode multiple boats will not be added to inventory.
Add comment.
Carts:
Set speed to 2 if punched by a non-player, to match the effect of a
player punch.
Add comments.
When placing boats, align the boat with the player's yaw.
Align drivers yaw with boat yaw when entering a boat, would previously turn
boat yaw by player's yaw + 90° to the right.
Part 1: All mods except default and xpanes.
Add license.txt files.
Add missing README.txt files.
Check and update copyright years for all contributors.
Improve text format and make more consistent.
* Unused variables
* Unused values (assigned to variables, but overwritten before use)
* Defining already defined variables instead of reassigning to them.