Commit Graph

513 Commits

Author SHA1 Message Date
darkrose 019bd15458 have non-admin keys respect borderstone 2014-09-27 18:37:52 +10:00
Maverick JS 668a031bd0 more cmake tweaks for all platforms and various changes for mac build
- rename DATADIR to SHAREDIR, setup proper directories to install
miscellaneous files for the project

- create libs dir PRE_BUILD, run scripts POST_BUILD, bundle libs linked
from /usr/local, install the dylibs bundled

- makelibbundle.sh bundles dylibs linked from /usr/local

- just install one configuration file in .app

- updated README on compiling on Mac OSX
2014-09-27 18:37:52 +10:00
darkrose 8bb869958c fix bug in searchNear* 2014-09-27 18:37:52 +10:00
Maverick JS c936cc6a3a A few tweaks and tooling to make the mac app bundle building easier
- cmake tweak to find GETTEXT_LIBRARY on Darwin/APPLE

- added voxelands client and server man pages

- cmake tweak to have OSX_ARCHITECTURE string on app bundle

- set minimum required OS X version to 10.6 in Info.plist

- script to change GIT_VERSION in Info.plist

- script to create icns from voxelands.svg file (in case if it was updated)

- execute scripts before building the mac app bundle

- changed the description to use just the first paragraph of the about
page
2014-09-27 18:37:52 +10:00
darkrose 537aabfb5a German translation by soognarf 2014-09-27 18:37:52 +10:00
darkrose f919bc6947 Polish translation by Szkodnix 2014-09-27 18:37:51 +10:00
darkrose 16f831a3f6 add 3d wires 2014-09-27 18:37:51 +10:00
darkrose 0de926b7d4 wrap gettext around a lot of things 2014-09-27 18:37:51 +10:00
darkrose f211fbc256 make standing on a damaging node damage the player 2014-09-27 18:37:51 +10:00
darkrose 2c6f916c4e some optimisations to searchNear* 2014-09-27 18:37:51 +10:00
darkrose 6d355b4aab optimise env step a bit more 2014-09-27 18:37:51 +10:00
darkrose fed63b5e1a decrease circuit step time, and optimise the active block code a bit 2014-09-27 18:37:51 +10:00
darkrose 1f85a106b3 tiny optimisation to the last commit 2014-09-27 18:37:51 +10:00
darkrose 36db988e80 add ManualMapVoxelManipulator::blitBackAllWithMeta and make pistons use voxelmanipulators 2014-09-27 18:37:51 +10:00
darkrose aeb33cef9d have the server send some settings to the client 2014-09-27 18:37:51 +10:00
darkrose 207558cf06 make some nodes breathable inside, and add suffocation & hunger to gui 2014-09-27 18:37:51 +10:00
darkrose f01e9a72f4 enable_suffocation and enable_hunger should have no effect if enable_damage is false 2014-09-27 18:37:51 +10:00
darkrose 3266833cb9 add hunger, enable for survival mode 2014-09-27 18:37:51 +10:00
darkrose f542cfa84e add suffocation and drowning, enable for survival mode 2014-09-27 18:37:51 +10:00
darkrose 27adeddd1f fix lava not hurting player when it only touches their head 2014-09-27 18:37:51 +10:00
darkrose 6dd0db19c1 make wielded item visible to other players 2014-09-27 18:37:51 +10:00
darkrose 7bf52ed570 get item swapping working again in inventory 2014-09-27 18:37:51 +10:00
darkrose 151dfa03be some formspec bugfixes 2014-09-27 18:37:51 +10:00
darkrose 3b61e22718 adjust key wear, make keys not wear out for server admin 2014-09-27 18:37:51 +10:00
darkrose 979379933b add key for unlocking locked things 2014-09-27 18:37:51 +10:00
darkrose d4827d4e92 rework singleplayer menu to give better game and map options 2014-09-27 18:37:51 +10:00
darkrose 000b6b4f2e replace creative_mode = true/false with game_mode = creative/adventure/survival and have each mode set some defaults 2014-09-27 18:37:51 +10:00
darkrose c7cc80c748 add ability to drop items 2014-09-27 18:37:50 +10:00
darkrose eb3eefc1e4 oerkkis drop a powder when killed - used to teleport home 2014-09-27 18:37:50 +10:00
darkrose db6f467caf slight change to set home message 2014-09-27 18:37:50 +10:00
darkrose 1b65019ba3 remove references to minetest.conf 2014-09-27 18:37:50 +10:00
darkrose 4c0a057ac4 add home flags 2014-09-27 18:37:50 +10:00
darkrose aea3b4882b fix broken player files crashing the server 2014-09-27 18:37:50 +10:00
darkrose fd2870bc0c pretty loading screen 2014-09-27 18:37:50 +10:00
darkrose 617302de75 firelike drawtype 2014-09-27 18:37:50 +10:00
darkrose 940797b191 some http tweaks 2014-09-27 18:37:50 +10:00
darkrose f9599738b3 new gate nodeboxes 2014-09-27 18:37:50 +10:00
darkrose 5cd47e89af make trees grow slowly 2014-09-27 18:37:50 +10:00
darkrose e0b8de5ad9 improved wallike drawtype 2014-09-27 18:37:50 +10:00
darkrose a0ac09b9ee new awesomer fences 2014-09-27 18:37:50 +10:00
darkrose 26267e9056 u64 is annoying, get rid of it 2014-09-27 18:37:50 +10:00
darkrose c309342a7e add fullscreen to settings menu 2014-09-27 18:37:50 +10:00
darkrose 587fc2e639 add fullscreen mode to settings 2014-09-27 18:37:50 +10:00
darkrose 0e8defb594 craft guides should dig to craft guides 2014-09-27 18:37:50 +10:00
darkrose 5d430d2d53 oops 2014-09-27 18:37:50 +10:00
darkrose 26e9717497 mavjs, try this 2014-09-27 18:37:50 +10:00
darkrose 554ad1c1bf slightly modified MavJS MacOSX patch 2014-09-27 18:37:50 +10:00
darkrose 8ac3bac5c6 put some limits on the number of sponges growing 2014-09-27 18:37:50 +10:00
darkrose ea030902fd more cmake tweaks 2014-08-29 18:11:48 +10:00
darkrose c386a85945 more cmake tweaks 2014-08-29 18:04:11 +10:00