Search found 166 matches
- Sun Jul 16, 2017 23:16
- Forum: Minetest-related projects
- Topic: Freeminer
- Replies: 238
- Views: 52511
Re: Freeminer
=== END of story. me (proller) and xyz allow to use all our commits to freeminer in minetest. freeminer still have lot of improvements: https://github.com/freeminer/freeminer/blob/master/CHANGELOG.md Some changes too big and too hard to port (like threading system). Some can be used as base for futu...
- Wed May 25, 2016 15:13
- Forum: Minetest-related projects
- Topic: Freeminer
- Replies: 238
- Views: 52511
Re: Freeminer
by default freeminer use patched enet to support ipv6. but for reducing patch complexity and size anything converted to ipv6 and v4 used via v6 - it cause completely broken network if v6 disabled in system but you can use original enet with ipv4 only. dont disable ipv6 is good solution for year 2016...
- Wed May 25, 2016 14:56
- Forum: Minetest-related projects
- Topic: Freeminer
- Replies: 238
- Views: 52511
Re: Freeminer
because internally ipv6 still used.
but you can build ipv6-free version :
cd src/enet && git checkout master && git pull && cd ../.. && make -j4
but you can build ipv6-free version :
cd src/enet && git checkout master && git pull && cd ../.. && make -j4
- Wed May 25, 2016 13:20
- Forum: Minetest-related projects
- Topic: Freeminer
- Replies: 238
- Views: 52511
Re: Freeminer
Yes. run with
freeminer -ipv6_server=0 -enable_ipv6=0
or add to config:
ipv6_server=0
enable_ipv6=0
freeminer -ipv6_server=0 -enable_ipv6=0
or add to config:
ipv6_server=0
enable_ipv6=0
- Wed May 25, 2016 12:15
- Forum: Minetest-related projects
- Topic: Freeminer
- Replies: 238
- Views: 52511
Re: Freeminer
show log please
- Sun May 15, 2016 23:42
- Forum: Minetest-related projects
- Topic: Freeminer
- Replies: 238
- Views: 52511
Re: Freeminer
Freeminer 0.4.14.8 released!
based on minetest 0.4.14
https://github.com/freeminer/freeminer/ ... g/0.4.14.8
based on minetest 0.4.14
https://github.com/freeminer/freeminer/ ... g/0.4.14.8
- Mon Mar 28, 2016 12:42
- Forum: Minetest-related projects
- Topic: Freeminer
- Replies: 238
- Views: 52511
Re: Freeminer
win64 builds available!
http://build.freeminer.org/?C=M&O=D
is anybody who now use windows 32 bit? exept Krock ?
http://build.freeminer.org/?C=M&O=D
is anybody who now use windows 32 bit? exept Krock ?
- Tue Feb 09, 2016 12:56
- Forum: WIP Mods
- Topic: [POC] Weather
- Replies: 7
- Views: 1232
- Sat Feb 06, 2016 13:11
- Forum: Minetest-related projects
- Topic: Freeminer
- Replies: 238
- Views: 52511
Re: Freeminer
new build server name: http://build.freeminer.org/
always fresh win32 , win32 with minetest protocol, android builds!
always fresh win32 , win32 with minetest protocol, android builds!
- Sat Nov 28, 2015 14:17
- Forum: General Discussion
- Topic: Post your videos!
- Replies: 1005
- Views: 141697
- Sat Nov 21, 2015 23:53
- Forum: General Discussion
- Topic: Post your screenshots!
- Replies: 10007
- Views: 1329881
Re: Post your screenshots!
this is road!Hybrid Dog wrote:
- Wed Oct 14, 2015 00:06
- Forum: General Discussion
- Topic: Post your screenshots!
- Replies: 10007
- Views: 1329881
Re: Post your screenshots!
more forbidden images!




btw last 7 images from... one world!




btw last 7 images from... one world!
- Tue Oct 13, 2015 20:39
- Forum: General Discussion
- Topic: Post your screenshots!
- Replies: 10007
- Views: 1329881
Re: Post your screenshots!
ok. then more math. https://forum.minetest.net/download/file.php?mode=view&id=3918&sid=75e05c8aa37e1cdf0ea7e7d33f093ea1 https://forum.minetest.net/download/file.php?mode=view&id=3917&sid=75e05c8aa37e1cdf0ea7e7d33f093ea1 https://forum.minetest.net/download/file.php?mode=view&id=39...
- Tue Oct 13, 2015 15:27
- Forum: General Discussion
- Topic: Post your screenshots!
- Replies: 10007
- Views: 1329881
Re: Post your screenshots!
ban me.paramat wrote:Erm proller this isn't the place for Freeminer screenshots :}
- Sat Oct 10, 2015 11:06
- Forum: General Discussion
- Topic: Post your screenshots!
- Replies: 10007
- Views: 1329881
Re: Post your screenshots!
circular ?

- Fri Oct 09, 2015 00:29
- Forum: General Discussion
- Topic: Post your screenshots!
- Replies: 10007
- Views: 1329881
Re: Post your screenshots!
some 2 years ago worlds (from billions possible) http://forum.freeminer.org/attachments/screenshot_454883690-png.112/ http://forum.freeminer.org/attachments/screenshot_455915175-png.113/ http://forum.freeminer.org/attachments/screenshot_799966246-png.32/ http://forum.freeminer.org/attachments/screen...
- Thu Oct 08, 2015 00:11
- Forum: Minetest-related projects
- Topic: Freeminer
- Replies: 238
- Views: 52511
Re: Freeminer
latests win32 build: http://freeminer.setun.net/build/freemi ... -win32.zip
win32 minetest compatible: http://freeminer.setun.net/build/freemi ... -win32.zip
win32 minetest compatible: http://freeminer.setun.net/build/freemi ... -win32.zip
- Tue Oct 06, 2015 22:41
- Forum: Minetest-related projects
- Topic: Freeminer
- Replies: 238
- Views: 52511
Re: Freeminer
It was bug caused by refactor in minetest.
usually happen in singleplayer on 2 or less core computers.
fixed.
usually happen in singleplayer on 2 or less core computers.
fixed.
- Mon Aug 24, 2015 14:50
- Forum: Minetest-related projects
- Topic: Freeminer
- Replies: 238
- Views: 52511
Re: Freeminer
'git submodule foreach git pull origin master' can checkout latest broken or/and untested versions. better to use git submodule update --init --recursive maybe you have old CMakeCache.txt - try to rm or run make clean or git clean -fdx . (it will delete your config and worlds and anything not from g...
- Mon Aug 24, 2015 13:12
- Forum: Minetest-related projects
- Topic: Freeminer
- Replies: 238
- Views: 52511
Re: Freeminer
you need clone with --recursive:
git clone --recursive https://github.com/freeminer/freeminer.git
or if you have already cloned dir:
git submodule update --init --recursive
git clone --recursive https://github.com/freeminer/freeminer.git
or if you have already cloned dir:
git submodule update --init --recursive
- Fri Aug 21, 2015 22:42
- Forum: Minetest-related projects
- Topic: Freeminer
- Replies: 238
- Views: 52511
Re: Freeminer
Freeminer 0.4.13.7 released!
based on minetest 0.4.13
https://github.com/freeminer/freeminer/ ... g/0.4.13.7
based on minetest 0.4.13
https://github.com/freeminer/freeminer/ ... g/0.4.13.7
- Thu Jun 18, 2015 16:49
- Forum: Minetest-related projects
- Topic: Freeminer
- Replies: 238
- Views: 52511
Re: Freeminer
season change: http://www.youtube.com/watch?v=6AOIZOHg5cs
lava flow: http://www.youtube.com/watch?v=f0cUgviV-U0
lava flow: http://www.youtube.com/watch?v=f0cUgviV-U0
- Thu May 21, 2015 12:20
- Forum: Minetest-related projects
- Topic: Freeminer
- Replies: 238
- Views: 52511
Re: Freeminer
client for minetest for android on google play: https://play.google.com/store/apps/deta ... reeminermt
- Sat May 02, 2015 11:46
- Forum: Minetest-related projects
- Topic: Freeminer
- Replies: 238
- Views: 52511
Re: Freeminer
minetest-compatible windows client:
http://freeminer.setun.net/build/freemi ... -win32.zip
http://freeminer.setun.net/build/freemi ... -win32.zip
- Wed Apr 22, 2015 16:21
- Forum: Feature Discussion
- Topic: Temperature.
- Replies: 20
- Views: 1881
Re: Temperature.
parts of weather (rain, snow, node definitions) works from mod. but only in freeminer ;)
latests windows build:
http://freeminer.setun.net/build/freemi ... -win32.zip
why you need bin folder ?
latests windows build:
http://freeminer.setun.net/build/freemi ... -win32.zip
why you need bin folder ?