Changelog for
minetestserver-0.4.17.1-22.1.x86_64.rpm :
Tue Aug 7 14:00:00 2018 sor.alexeiAATTmeowr.ru
- Update to version 0.4.17.1:
* Fix boo#1103904
* Fix crash caused by log_deprecated
and the use of deprecated functions
* Fix crash on pause menu when pressing up/down keys
- Remove use-pkg-config-to-find-luajit.patch: fixed upstream.
- Update to version 0.4.17:
* Dungeons: Mostly fix missing stair nodes
* Cavegen: Fix variable typo that broke mgvalleys large cave
distribution
* Prevent translating empty strings
* upright_sprite: Fix texture position for players
* core.rotate_node: Do not trigger after_place_node for mod
compatibility
* Generate Notifier: Clear events once after all
\'on generated\' functions
* Fix liquid post effect colour behaviour in third person view
* Delete world dialog: Move buttons to avoid
double click deletion
* Fix /shutdown countdown parameter
* Check argument types inside MetaDataRef Lua API
* dropped items and falling nodes: Delete in \'ignore\' nodes
* Fix off-by-one in log output line length
* Fix buffer parameter not working in getMapSlice()
* Fix rounding error in g/set_node caused by truncation to float
* Fix dancing text in text input fields
* Fix undefined behaviour on getting pointer to data in
empty vector
* Fix wrong scrolling in text areas
* Damage: Remove damage ignore timer due to abuse potential
* Ensure no item stack is being held before crafting
* Several documentation additions, improvements
* core.rotate_node: Run callbacks like with any
regular placed node
* Biome dust node: Only place on \'walkable\' cubic
non-liquid drawtypes
* Fix issue Minetest crash when custom font path is not exist
* Fix Settings tab formspec alignment
* Do not scale texture unless necessary
* Fix day_night_ratio_do_override not being initialised
server-side
* Fix default item callbacks to work with nil users
* Prevent from crafting non-existent, unknown items
* Profiler: Fix var args not being passed to
callback register function
* Fix attached particle spawners far from spawn
* Localplayer: Fix disable_jump effect and standing node position
* Fix blocks written by vmanip not being marked as modified
* Fix Rotate Node Placement
* ServerEnv: Clean up object lifecycle handling
* Fix the core.wrap_text function
* Fix empty legacy meta being persisted
* Statbars: fix incorrect half-images in non-standard
orientations
* serialize: use a temporary for SerializeException
* Fix player coordinate rounding in collisionMoveSimple()
* Fix for empty key/value when reading item string with
wear but no metadata
* Fix render order of overlays
* Fix console resize issue when maximising game window
* Fix console not being properly resized after
window size changed
* Verify HudSetParams input when hotbar textures are set
* (Re)spawn players within \'mapgen_limit\'
* Fix sending color codes to clients that don\'t support them
Fri Mar 9 13:00:00 2018 wernerAATTsuse.de
- Use latest libpng
Fri Mar 9 13:00:00 2018 wernerAATTsuse.de
- Use pkg-config information to set PNG_PNG_INCLUDE_DIR for cmake
Tue Jan 23 13:00:00 2018 opensuseAATTtrummer.xyz
- Added PostgreSQL database backend
Mon Jan 22 13:00:00 2018 opensuseAATTtrummer.xyz
- Recommend minetest-game to make server package more useful by default
Mon Jun 5 14:00:00 2017 sor.alexeiAATTmeowr.ru
- Update to version 0.4.16:
* Add 2D sheet animations for nodes \'\'(sfan5)\'\'
* Drop client side chat prediction. No more messages shown to chat
when you talk and you are disconnected. \'\'(red-001)\'\'
* Add particle animation, glow \'\'(sfan5)
* Server list: add ping indicators \'\'(kilbith)\'\'
* Server side occlusion culling \'\'(lhofhansl)\'\'
* New custom progress bar (you can customize it with texture packs)
(kilbith)
* Implement delayed shutdown for server owners: /shutdown 60 =>
shutdowns in 1 min /shutdown -1 cancels it
* Add support for requesting a reconnect and changing the shutdown
message to /shutdown
* Add a mapblock cache in MeshUpdateQueue to improve client rendering
performance \'\'(celeron55)\'\'
* Player data can now be into database. This is an important change,
players to files are always supported for this release but deprecated.
Files backend for players will be removed in a future release. See
http://wiki.minetest.net/Database_backends for compat matrix and
migration steps.
* Sounds: add fading sounds
* Save automatically window size when modified. This behaviour can
be disabled in client settings
* Add cancel button to password change formspec
* Improve pause menu with more user friendly informations and update
keys dynamicly depending on your configuration
* Merge singleplayer & server tab on desktop clients
* Add /clearinv chat command
* Add keyword-based search to server-list and advance settings
* Add hardware-based itemstacks and node coloring
* Undersampling which should make minetest run better on low end devices
* Full changelog see http://dev.minetest.net/Changelog#0.4.15_.E2.86.92_0.4.16
- Minor spec cleanup.
Thu Jan 5 13:00:00 2017 khyotaAATTredhyena.net
- Add use-pkg-config-to-find-luajit.patch https://github.com/minetest/minetest/issues/4483
Mon Dec 26 13:00:00 2016 mailaenderAATTopensuse.org
- Update to 0.4.15
Wed Jul 27 14:00:00 2016 rpmAATTfthiessen.de
- Replace fonts by system ones.
- Fixed license.
Mon May 16 14:00:00 2016 rpmAATTfthiessen.de
- Update to 0.4.14
- Removed upstream fixed fix-cguittfont.patch,
i18n.patch and fix-find-luajit.patch
Wed Dec 2 13:00:00 2015 rpmAATTfthiessen.de
- Added fix-cguittfont.patch to fix missing library \"libcguittfont\".
Tue Nov 24 13:00:00 2015 rpmAATTfthiessen.de
- Update to 0.4.13:
* Added: fix-find-luajit.patch to detect systems luajit correctly
* Removed upstream fixed FindJson.cmake.patch and
minetest-0.4.8-shared-irrlicht.patch
Sun Apr 12 14:00:00 2015 adamAATTmizerski.pl
- Cleaned up spec file
- Used spec-cleaner
- sorted and revised BuildRequires
- removed all \"%if 0%{?suse_version}\" - there\'s too many openSUSE
specific things to keep it really multi-distro.
- Splitted compilation of minetest and minetestserver
(idea borrowed from ArchLinux)
- Splitted minetest package into minetest, minetestserver and
minetest-data.
- Enabled support for translations.
- Added minetest-lang subpackage.
- Enabled support for redis and leveldb to minetestsever
- Fixed support for opengl-game-wrapper.sh
- Made minetest use system jsoncpp and lua instead of bundled ones.
- Added files:
- minetestAATT.service
- minetest-rpmlintrc
- supress warning aboud desktop file pointing to minetest-wrapper
- Added patches:
- FindJson.cmake.patch - copied from Debian.
- i18n.patch - copied from Debian.
- minetest-0.4.8-shared-irrlicht.patch - copied from Fedora.
- shared_mods.patch - copied from Debian and modified.
- Added \"minetest\" user and group for minetestserver.
Thu Feb 19 13:00:00 2015 khyotaAATTredhyena.net
- update to 0.4.12
Wed Jan 7 13:00:00 2015 ejobling248AATTgmail.com
- update to 0.4.11
Thu Nov 27 13:00:00 2014 khyotaAATTredhyena.net
- update title and description
Tue Jan 7 13:00:00 2014 mailaenderAATTopensuse.org
- update to 0.4.9
- use simpler GitHub release https://en.opensuse.org/SourceUrls
Thu Aug 8 14:00:00 2013 opensuseAATTdstoecker.de
- update to 0.4.7
Fri Apr 12 14:00:00 2013 mailaenderAATTopensuse.org
- update to version 0.4.6
Sun Dec 9 13:00:00 2012 m407AATTmail.ru
- Build version 0.4.4
Thu Sep 20 14:00:00 2012 joop.boonenAATTopensuse.org
- Build version 0.4.3
Wed May 16 14:00:00 2012 joop.boonenAATTopensuse.org
- Created gcc 4.7 patch
Sat Nov 26 13:00:00 2011 jengelhAATTmedozas.de
- Remove redundant/unwanted tags/section (cf. specfile guidelines)
Sat Nov 26 13:00:00 2011 PVince81AATTopensuse.org
- Fixed package to compile with irrlicht 1.7.9
- Updated spec file to match game packaging guidelines
Thu Nov 10 13:00:00 2011 giacomosrvAATTgmail.com
- packaged minetest version 0.3.1
Tue Nov 1 13:00:00 2011 giacomosrvAATTgmail.com
- packaged minetest version 0.3.0
Sun Oct 16 14:00:00 2011 giacomosrvAATTgmail.com
- packaged minetest version 0.2.20110922_3
Sat Sep 24 14:00:00 2011 giacomosrvAATTgmail.com
- packaged minetest version 0.2.20110922_1
Wed Aug 17 14:00:00 2011 giacomosrvAATTgmail.com
- packaged minetest version 0.2.20110731_3