This commit is contained in:
darkrose 2014-10-25 21:39:36 +10:00
parent 4414dce437
commit b6c8e07b47
4 changed files with 2842 additions and 120 deletions

View File

@ -8,9 +8,9 @@ endif(${CMAKE_VERSION} STREQUAL "2.8.2")
project(voxelands) project(voxelands)
# Also remember to set PROTOCOL_VERSION in clientserver.h when releasing # Also remember to set PROTOCOL_VERSION in clientserver.h when releasing
set(VERSION_MAJOR 1409) set(VERSION_MAJOR 1410)
set(VERSION_MINOR 00) set(VERSION_MINOR 00)
set(VERSION_EXTRA ":next") set(VERSION_EXTRA "")
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}${VERSION_EXTRA}") set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}${VERSION_EXTRA}")
MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***") MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***")

View File

@ -3,6 +3,57 @@ Voxelands changelog
This should contain all the major changes. This should contain all the major changes.
For minor stuff, refer to the commit log of the repository. For minor stuff, refer to the commit log of the repository.
1410.00: (release 2014-10-25)
- a couple of pistons bugfixes
- install the html files needed by the server properly
- rework player damage system
- wrap gettext around various forgotten strings
- make player wield arm show correct clothing appearance
- stop wield items glowing in the dark
- move coldzone to 60-1024, add space above 1024
- implement active furnaces/incinerators
- use misc/freedesktop/ and add more icon sizes
- add space suit
- add cotton/canvas/leather/fur sheet materials for clothes system
- add life support system for creating air in space
- add space to mapgen
- add multiple mapgen types
- stop objects disappearing, reimplement object activation/deactivation
- add clothes system
- add spear tools
- stop objects freezing
- updatepo.sh should update only the pot file by default
- fix bug in client searchNear
- fix compile failing with older openal libs
- fix empty strings in inventory deserialization crashing the server
- fix debug info hiding player position
- remove a lot of randomness from the env loop
- stop eating damaging players
- implement MobCAO
- add sheep - punch with shears to get string -> cotton
- add deer
- add doe
- kill to get fur
- add stag
- attacks when punched
- kill to get meat
- feed to tame
- add wolves
- hunts player
- feed to tame
- add fish
- catchable with spear
- cook to make edible
- add sharks
- hunts player, kill to get meat
- reimplement dungeon master convert old mob to new
- kill to get gunpowder
- reimplement rat convert old mob to new
- catchable with punch
- cook to make edible
- reimplement oerkki convert old mob to new
- kill to get oerkki dust to teleport home
1409.00: (release 2014-09-27) 1409.00: (release 2014-09-27)
- make compiling work on OSX - make compiling work on OSX
- update some nodeboxes - update some nodeboxes

2729
po/nl/voxelands.po Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE. # SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Lisa 'darkrose' Milne # Copyright (C) YEAR Lisa 'darkrose' Milne
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# Robert Wolniak <robert.wolniak@gmail.com>, 2014 # Robert Wolniak <robert.wolniak@gmail.com>, 2014
msgid "" msgid ""
@ -9,16 +9,14 @@ msgstr ""
"Project-Id-Version: Voxelands\n" "Project-Id-Version: Voxelands\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-24 21:52+1000\n" "POT-Creation-Date: 2014-10-24 21:52+1000\n"
"PO-Revision-Date: 2014-09-25 14:53+0000\n" "PO-Revision-Date: 2014-10-24 12:03+0000\n"
"Last-Translator: Robert Wolniak <robert.wolniak@gmail.com>\n" "Last-Translator: Lisa 'darkrose' Milne <lisa@ltmnet.com>\n"
"Language-Team: Polish (http://www.transifex.com/projects/p/voxelands/" "Language-Team: Polish (http://www.transifex.com/projects/p/voxelands/language/pl/)\n"
"language/pl/)\n"
"Language: pl\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "Language: pl\n"
"|| n%100>=20) ? 1 : 2);\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: src/content_clothesitem.cpp:53 #: src/content_clothesitem.cpp:53
msgid "Fur Pants" msgid "Fur Pants"
@ -317,185 +315,152 @@ msgid "Fish"
msgstr "" msgstr ""
#: src/content_craftitem.cpp:720 #: src/content_craftitem.cpp:720
#, fuzzy
msgid "Cooked Fish" msgid "Cooked Fish"
msgstr "Pieczony Szczur" msgstr ""
#: src/content_craftitem.cpp:731 #: src/content_craftitem.cpp:731
msgid "Meat" msgid "Meat"
msgstr "" msgstr ""
#: src/content_craftitem.cpp:741 #: src/content_craftitem.cpp:741
#, fuzzy
msgid "Cooked Meat" msgid "Cooked Meat"
msgstr "Pieczony Szczur" msgstr ""
#: src/content_craftitem.cpp:752 #: src/content_craftitem.cpp:752
#, fuzzy
msgid "Cotton Sheet" msgid "Cotton Sheet"
msgstr "Nasiona Bawełny" msgstr ""
#: src/content_craftitem.cpp:769 #: src/content_craftitem.cpp:769
#, fuzzy
msgid "Blue Cotton Sheet" msgid "Blue Cotton Sheet"
msgstr "Niebieska Bawełna" msgstr ""
#: src/content_craftitem.cpp:779 #: src/content_craftitem.cpp:779
#, fuzzy
msgid "Green Cotton Sheet" msgid "Green Cotton Sheet"
msgstr "Zielona Bawełna" msgstr ""
#: src/content_craftitem.cpp:789 #: src/content_craftitem.cpp:789
#, fuzzy
msgid "Orange Cotton Sheet" msgid "Orange Cotton Sheet"
msgstr "Pomarańczowa Bawełna" msgstr ""
#: src/content_craftitem.cpp:799 #: src/content_craftitem.cpp:799
#, fuzzy
msgid "Purple Cotton Sheet" msgid "Purple Cotton Sheet"
msgstr "Fioletowa Bawełna" msgstr ""
#: src/content_craftitem.cpp:809 #: src/content_craftitem.cpp:809
#, fuzzy
msgid "Red Cotton Sheet" msgid "Red Cotton Sheet"
msgstr "Czerwona Bawełna" msgstr ""
#: src/content_craftitem.cpp:819 #: src/content_craftitem.cpp:819
#, fuzzy
msgid "Yellow Cotton Sheet" msgid "Yellow Cotton Sheet"
msgstr "Żółta Bawełna" msgstr ""
#: src/content_craftitem.cpp:829 #: src/content_craftitem.cpp:829
#, fuzzy
msgid "Black Cotton Sheet" msgid "Black Cotton Sheet"
msgstr "Czarna Bawełna" msgstr ""
#: src/content_craftitem.cpp:839 #: src/content_craftitem.cpp:839
msgid "Canvas Sheet" msgid "Canvas Sheet"
msgstr "" msgstr ""
#: src/content_craftitem.cpp:856 #: src/content_craftitem.cpp:856
#, fuzzy
msgid "Blue Canvas Sheet" msgid "Blue Canvas Sheet"
msgstr "Niebieski Dywan" msgstr ""
#: src/content_craftitem.cpp:866 #: src/content_craftitem.cpp:866
#, fuzzy
msgid "Green Canvas Sheet" msgid "Green Canvas Sheet"
msgstr "Zielony Dywan" msgstr ""
#: src/content_craftitem.cpp:876 #: src/content_craftitem.cpp:876
#, fuzzy
msgid "Orange Canvas Sheet" msgid "Orange Canvas Sheet"
msgstr "Pomarańczowy Dywan" msgstr ""
#: src/content_craftitem.cpp:886 #: src/content_craftitem.cpp:886
#, fuzzy
msgid "Purple Canvas Sheet" msgid "Purple Canvas Sheet"
msgstr "Fioletowy Dywan" msgstr ""
#: src/content_craftitem.cpp:896 #: src/content_craftitem.cpp:896
#, fuzzy
msgid "Red Canvas Sheet" msgid "Red Canvas Sheet"
msgstr "Czerwony Dywan" msgstr ""
#: src/content_craftitem.cpp:906 #: src/content_craftitem.cpp:906
#, fuzzy
msgid "Yellow Canvas Sheet" msgid "Yellow Canvas Sheet"
msgstr "Żółty Dywan" msgstr ""
#: src/content_craftitem.cpp:916 #: src/content_craftitem.cpp:916
#, fuzzy
msgid "Black Canvas Sheet" msgid "Black Canvas Sheet"
msgstr "Czarny Dywan" msgstr ""
#: src/content_craftitem.cpp:926 #: src/content_craftitem.cpp:926
#, fuzzy
msgid "Fur" msgid "Fur"
msgstr "Mąka" msgstr ""
#: src/content_craftitem.cpp:934 #: src/content_craftitem.cpp:934
#, fuzzy
msgid "White Fur" msgid "White Fur"
msgstr "Biały Barwnik" msgstr ""
#: src/content_craftitem.cpp:945 #: src/content_craftitem.cpp:945
#, fuzzy
msgid "Blue Fur" msgid "Blue Fur"
msgstr "Niebieska Kanapa" msgstr ""
#: src/content_craftitem.cpp:956 #: src/content_craftitem.cpp:956
#, fuzzy
msgid "Green Fur" msgid "Green Fur"
msgstr "Zielona Kanapa" msgstr ""
#: src/content_craftitem.cpp:967 #: src/content_craftitem.cpp:967
#, fuzzy
msgid "Orange Fur" msgid "Orange Fur"
msgstr "Pomarańczowa Kanapa" msgstr ""
#: src/content_craftitem.cpp:978 #: src/content_craftitem.cpp:978
#, fuzzy
msgid "Purple Fur" msgid "Purple Fur"
msgstr "Fioletowa Kanapa" msgstr ""
#: src/content_craftitem.cpp:989 #: src/content_craftitem.cpp:989
#, fuzzy
msgid "Red Fur" msgid "Red Fur"
msgstr "Czerwona Kanapa" msgstr ""
#: src/content_craftitem.cpp:1000 #: src/content_craftitem.cpp:1000
#, fuzzy
msgid "Yellow Fur" msgid "Yellow Fur"
msgstr "Żółta Kanapa" msgstr ""
#: src/content_craftitem.cpp:1011 #: src/content_craftitem.cpp:1011
#, fuzzy
msgid "Black Fur" msgid "Black Fur"
msgstr "Czarna Kanapa" msgstr ""
#: src/content_craftitem.cpp:1022 #: src/content_craftitem.cpp:1022
msgid "Leather" msgid "Leather"
msgstr "" msgstr ""
#: src/content_craftitem.cpp:1032 #: src/content_craftitem.cpp:1032
#, fuzzy
msgid "White Leather" msgid "White Leather"
msgstr "Biały Barwnik" msgstr ""
#: src/content_craftitem.cpp:1043 #: src/content_craftitem.cpp:1043
#, fuzzy
msgid "Blue Leather" msgid "Blue Leather"
msgstr "Niebieski Dywan" msgstr ""
#: src/content_craftitem.cpp:1054 #: src/content_craftitem.cpp:1054
#, fuzzy
msgid "Green Leather" msgid "Green Leather"
msgstr "Zielony Dywan" msgstr ""
#: src/content_craftitem.cpp:1065 #: src/content_craftitem.cpp:1065
#, fuzzy
msgid "Orange Leather" msgid "Orange Leather"
msgstr "Pomarańczowy Barwnik" msgstr ""
#: src/content_craftitem.cpp:1076 #: src/content_craftitem.cpp:1076
#, fuzzy
msgid "Purple Leather" msgid "Purple Leather"
msgstr "Fioletowy Barwnik" msgstr ""
#: src/content_craftitem.cpp:1087 #: src/content_craftitem.cpp:1087
msgid "Red Leather" msgid "Red Leather"
msgstr "" msgstr ""
#: src/content_craftitem.cpp:1098 #: src/content_craftitem.cpp:1098
#, fuzzy
msgid "Yellow Leather" msgid "Yellow Leather"
msgstr "Żółty Barwnik" msgstr ""
#: src/content_craftitem.cpp:1109 #: src/content_craftitem.cpp:1109
#, fuzzy
msgid "Black Leather" msgid "Black Leather"
msgstr "Czarny Dywan" msgstr ""
#: src/content_mapnode.cpp:194 #: src/content_mapnode.cpp:194
msgid "Stone" msgid "Stone"
@ -1675,14 +1640,12 @@ msgid "Sand Stone Stair"
msgstr "Schody Z Piaskowca" msgstr "Schody Z Piaskowca"
#: src/content_nodemeta.cpp:167 #: src/content_nodemeta.cpp:167
#, fuzzy
msgid "'s Home Flag" msgid "'s Home Flag"
msgstr "Flaga Domu" msgstr ""
#: src/content_nodemeta.cpp:282 #: src/content_nodemeta.cpp:282
#, fuzzy
msgid "Locking Chest owned by '" msgid "Locking Chest owned by '"
msgstr "Blokujący Kufer" msgstr ""
#: src/content_nodemeta.cpp:402 src/content_nodemeta.cpp:1359 #: src/content_nodemeta.cpp:402 src/content_nodemeta.cpp:1359
#: src/content_nodemeta.cpp:1545 src/content_nodemeta.cpp:1767 #: src/content_nodemeta.cpp:1545 src/content_nodemeta.cpp:1767
@ -1705,9 +1668,8 @@ msgid "Next Page >>"
msgstr "" msgstr ""
#: src/content_nodemeta.cpp:456 #: src/content_nodemeta.cpp:456
#, fuzzy
msgid "Border Stone owned by '" msgid "Border Stone owned by '"
msgstr "Kamień Graniczny" msgstr ""
#: src/content_nodemeta.cpp:530 #: src/content_nodemeta.cpp:530
msgid "Furnace is overloaded" msgid "Furnace is overloaded"
@ -1726,24 +1688,20 @@ msgid "Furnace is active"
msgstr "" msgstr ""
#: src/content_nodemeta.cpp:787 #: src/content_nodemeta.cpp:787
#, fuzzy
msgid "Locking Furnace is overloaded (" msgid "Locking Furnace is overloaded ("
msgstr "Blokujący Piec" msgstr ""
#: src/content_nodemeta.cpp:788 #: src/content_nodemeta.cpp:788
#, fuzzy
msgid "Locking Furnace is out of fuel (" msgid "Locking Furnace is out of fuel ("
msgstr "Blokujący Piec" msgstr ""
#: src/content_nodemeta.cpp:790 #: src/content_nodemeta.cpp:790
#, fuzzy
msgid "Locking Furnace is inactive (" msgid "Locking Furnace is inactive ("
msgstr "Blokujący Piec" msgstr ""
#: src/content_nodemeta.cpp:793 #: src/content_nodemeta.cpp:793
#, fuzzy
msgid "Locking Furnace is active (" msgid "Locking Furnace is active ("
msgstr "Blokujący Piec" msgstr ""
#: src/content_nodemeta.cpp:1039 #: src/content_nodemeta.cpp:1039
msgid "Armed Explosive: about to detonate" msgid "Armed Explosive: about to detonate"
@ -1758,14 +1716,12 @@ msgid "Armed Explosive: "
msgstr "" msgstr ""
#: src/content_nodemeta.cpp:1090 #: src/content_nodemeta.cpp:1090
#, fuzzy
msgid "Incinerator is active" msgid "Incinerator is active"
msgstr "Spalarka" msgstr ""
#: src/content_nodemeta.cpp:1091 #: src/content_nodemeta.cpp:1091
#, fuzzy
msgid "Incinerator is inactive" msgid "Incinerator is inactive"
msgstr "Spalarka" msgstr ""
#: src/content_nodemeta.cpp:1132 #: src/content_nodemeta.cpp:1132
msgid "Add fuel, then punch to incinerate wielded item" msgid "Add fuel, then punch to incinerate wielded item"
@ -1804,9 +1760,8 @@ msgid "Title"
msgstr "" msgstr ""
#: src/content_nodemeta.cpp:1866 src/content_nodemeta.cpp:1965 #: src/content_nodemeta.cpp:1866 src/content_nodemeta.cpp:1965
#, fuzzy
msgid "Content" msgid "Content"
msgstr "Kontynuuj" msgstr ""
#: src/content_nodemeta.cpp:1871 src/content_nodemeta.cpp:1970 #: src/content_nodemeta.cpp:1871 src/content_nodemeta.cpp:1970
#: src/guiKeyChangeMenu.cpp:319 #: src/guiKeyChangeMenu.cpp:319
@ -1926,19 +1881,16 @@ msgid "Key"
msgstr "Klucz" msgstr "Klucz"
#: src/content_toolitem.cpp:471 #: src/content_toolitem.cpp:471
#, fuzzy
msgid "Stone Spear" msgid "Stone Spear"
msgstr "Kamienne Schody" msgstr ""
#: src/content_toolitem.cpp:484 #: src/content_toolitem.cpp:484
#, fuzzy
msgid "Flint Spear" msgid "Flint Spear"
msgstr "Krzemienne Nożyce" msgstr ""
#: src/content_toolitem.cpp:497 #: src/content_toolitem.cpp:497
#, fuzzy
msgid "Steel Spear" msgid "Steel Spear"
msgstr "Stalowe Nożyce" msgstr ""
#: src/game.cpp:218 #: src/game.cpp:218
msgid "Clothes" msgid "Clothes"
@ -1949,9 +1901,8 @@ msgid "Drop to Ground"
msgstr "" msgstr ""
#: src/game.cpp:719 #: src/game.cpp:719
#, fuzzy
msgid "Loading" msgid "Loading"
msgstr "Wczytywanie..." msgstr ""
#: src/game.cpp:796 #: src/game.cpp:796
msgid "Loading..." msgid "Loading..."
@ -2091,9 +2042,7 @@ msgstr "Odradzanie się"
#: src/guiFormSpecMenu.cpp:455 #: src/guiFormSpecMenu.cpp:455
msgid "Left click: Move all items, Right click: Move single item" msgid "Left click: Move all items, Right click: Move single item"
msgstr "" msgstr "Kliknięcie lewym przyciskiem myszy: Przenieś wszystkie przedmioty, Kliknięcie prawym przyciskiem myszy: Przenieś pojedynczy przedmiot"
"Kliknięcie lewym przyciskiem myszy: Przenieś wszystkie przedmioty, "
"Kliknięcie prawym przyciskiem myszy: Przenieś pojedynczy przedmiot"
#: src/guiFormSpecMenu.cpp:480 src/guiTextInputMenu.cpp:131 #: src/guiFormSpecMenu.cpp:480 src/guiTextInputMenu.cpp:131
msgid "Write It" msgid "Write It"
@ -2279,9 +2228,8 @@ msgid "Hide Advanced Settings"
msgstr "Ukryj Opcje Zaawansowane" msgstr "Ukryj Opcje Zaawansowane"
#: src/guiMainMenu.cpp:661 #: src/guiMainMenu.cpp:661
#, fuzzy
msgid "Creatures" msgid "Creatures"
msgstr "Kufer Kreatywny" msgstr ""
#: src/guiMainMenu.cpp:667 #: src/guiMainMenu.cpp:667
msgid "Passive" msgid "Passive"
@ -2292,9 +2240,8 @@ msgid "Passive & Aggressive"
msgstr "Bierny i Agresywny" msgstr "Bierny i Agresywny"
#: src/guiMainMenu.cpp:669 #: src/guiMainMenu.cpp:669
#, fuzzy
msgid "Passive, Aggressive, & Destructive" msgid "Passive, Aggressive, & Destructive"
msgstr "Bierny i Agresywny" msgstr ""
#: src/guiMainMenu.cpp:681 #: src/guiMainMenu.cpp:681
msgid "Player Damage" msgid "Player Damage"
@ -2337,9 +2284,8 @@ msgid "Warning! Your old map will be deleted!"
msgstr "Uwaga! Stara mapa zostanie usunięta!" msgstr "Uwaga! Stara mapa zostanie usunięta!"
#: src/guiMainMenu.cpp:771 #: src/guiMainMenu.cpp:771
#, fuzzy
msgid "Map Type" msgid "Map Type"
msgstr "Seed Mapy" msgstr ""
#: src/guiMainMenu.cpp:778 #: src/guiMainMenu.cpp:778
msgid "Flat" msgid "Flat"
@ -2395,14 +2341,11 @@ msgid ""
"http://www.voxelands.com/\n" "http://www.voxelands.com/\n"
"\n" "\n"
"By Lisa 'darkrose' Milne <lisa@ltmnet.com>\n" "By Lisa 'darkrose' Milne <lisa@ltmnet.com>\n"
"and contributers: sdzen, MichaelEh?, Pentium44, Jordach, Menche, MavJS, " "and contributers: sdzen, MichaelEh?, Pentium44, Jordach, Menche, MavJS, tiemay, Szkodnix, soognarf\n"
"tiemay, Szkodnix, soognarf\n"
"\n" "\n"
"Based on Minetest-C55\n" "Based on Minetest-C55\n"
"by Perttu Ahola <celeron55@gmail.com>\n" "by Perttu Ahola <celeron55@gmail.com>\n"
"and contributors: PilzAdam, Taoki, tango_, kahrl (kaaaaaahrl?), darkrose, " "and contributors: PilzAdam, Taoki, tango_, kahrl (kaaaaaahrl?), darkrose, matttpt, erlehmann, SpeedProg, JacobF, teddydestodes, marktraceur, Jonathan Neuschafer, thexyz, VanessaE, sfan5... and tens of more random people."
"matttpt, erlehmann, SpeedProg, JacobF, teddydestodes, marktraceur, Jonathan "
"Neuschafer, thexyz, VanessaE, sfan5... and tens of more random people."
msgstr "" msgstr ""
#: src/guiMessageMenu.cpp:107 src/guiPauseMenu.cpp:152 #: src/guiMessageMenu.cpp:107 src/guiPauseMenu.cpp:152
@ -2754,9 +2697,8 @@ msgid "Loading MapNodes"
msgstr "Wczytywanie Węzłów" msgstr "Wczytywanie Węzłów"
#: src/main.cpp:1132 #: src/main.cpp:1132
#, fuzzy
msgid "Loading Creatures" msgid "Loading Creatures"
msgstr "Wczytywanie Węzłów" msgstr ""
#: src/mapnode.cpp:274 #: src/mapnode.cpp:274
msgid "Loading Base MapNodes" msgid "Loading Base MapNodes"