Page 18 of 20

Re: [Windows] sfan5's builds: 32-bit & 64-bit, LevelDB, LuaJ

PostPosted: Sun Feb 28, 2016 18:11
by AiTechEye
Metadata in this newest version often not updating if you not placing something into it.

and doors does not care about protected areas when you placing it

Re: [Windows] sfan5's builds: 32-bit & 64-bit, LevelDB, LuaJ

PostPosted: Mon Feb 29, 2016 16:37
by sofar
UjEdwin wrote:doors does not care about protected areas when you placing it


https://github.com/minetest/minetest_game/pull/885

Minetest 0.4.13-b114fd8

PostPosted: Mon Feb 29, 2016 19:37
by sfan5
+ 32 commits

Download: minetest-0.4.13-b114fd8

Re: [Windows] sfan5's builds: 32-bit & 64-bit, LevelDB, LuaJ

PostPosted: Wed Mar 16, 2016 16:08
by AiTechEye
solved

Re: [Windows] sfan5's builds: 32-bit & 64-bit, LevelDB, LuaJ

PostPosted: Wed Mar 16, 2016 18:59
by sofar
UjEdwin wrote:Error? (tested the https://github.com/minetest/minetest_game from yesterday) its the default fences


the client you are using is older than the server you are using. Either make sure they're identical or revert your copy of minetest_game back to 0.4.13.

Re: [Windows] sfan5's builds: 32-bit & 64-bit, LevelDB, LuaJ

PostPosted: Wed Mar 16, 2016 20:22
by AiTechEye
it was a drawtype thing, its fixed, but:

Undeclared global variable "placer" accessed at ...\minetest\bin\..\games\minetest_game\mods\bones\init.lua:8

and in the functions:

local function is_owner(pos, name)
local owner = minetest.get_meta(pos):get_string("owner")
if owner == "" or owner == name or minetest.check_player_privs(placer, "protection_bypass") then
return true
end
return false
end

Minetest 0.4.13-095f623

PostPosted: Wed Mar 16, 2016 21:44
by sfan5
+ 74 commits

Download: minetest-0.4.13-095f623

Re: [Windows] sfan5's builds: 32-bit & 64-bit, LevelDB, LuaJ

PostPosted: Tue Mar 29, 2016 21:13
by ShadMOrdre
Hello,

Just downloaded the dev build dated Mar. 21. I also downloaded Krocks dev build dated Mar. 11.

Both throw an error about mscvr100.dll. I get this on both x86 and x64 Win2008 Server and a Win 7 installations. On both, I have installed the redistributable packages from M$. I do not get this error on my main PC, which is also Win7 x64.

Minetest 0.4.13 stable works without this issue on all three machines, with none complaining about the missing dll.


The MS website does not seem to host these files any longer, as part of their push to force Win10-tin on you. Are you still using VC++ 2010 for your builds, or have you updated to a more recent version of Visual Studio?

There certainly should be a way to include the redistributable as part of the zip installer/download.

Any help would be appreciated.

Thanks in advance!

ShadMOrdre

Re: [Windows] sfan5's builds: 32-bit & 64-bit, LevelDB, LuaJ

PostPosted: Wed Mar 30, 2016 10:12
by sfan5
You'll have to get mscvr100.dll from somewhere else like www.dll-files.com (but make sure to download the .zip instead of some shady installer).
ShadMOrdre wrote:Are you still using VC++ 2010 for your builds, or have you updated to a more recent version of Visual Studio?

I'm using MinGW for builds (I don't use Windows for building these at all), it requires the same runtime as Visual Studio though.

Re: [Windows] sfan5's builds: 32-bit & 64-bit, LevelDB, LuaJ

PostPosted: Wed Mar 30, 2016 17:08
by ShadMOrdre
sfan,

I was able to copy both msvcr100.dll and msvcp100.dll from the bin folder of my installed copy of minetest stable, ie, the v0413 release. This solved the issue.

So I have to ask, since those files are included in the stable release, why are they not included in your builds?

Thanks for the help!

Shad MOrdre

Minetest 0.4.13-15e1dcc

PostPosted: Wed Apr 06, 2016 11:31
by sfan5
+ 82 commits

Download: minetest-0.4.13-15e1dcc

Re: [Windows] sfan5's builds: 32-bit & 64-bit, LevelDB, LuaJ

PostPosted: Tue May 03, 2016 18:32
by anuser
Hello!
I would like to ask were is the worlds directory (I would like to play my old worlds with that biuld and/or save the gameplay world outside the game) and why do not run when I delete the folder and later unzip it again somewere else?

Minetest 0.4.13-0f6e4a0

PostPosted: Sat May 07, 2016 13:11
by sfan5
+ 133 commits

Download: minetest-0.4.13-0f6e4a0

Minetest 0.4.14!

PostPosted: Sun May 15, 2016 14:52
by sfan5

Re: [Windows] sfan5's builds: 32-bit & 64-bit, LevelDB, LuaJ

PostPosted: Wed May 25, 2016 23:05
by MLG360NoScoper
Is this minetest-0.4.12-7b171ea? This is what I got when I searched it for BFD.

Re: [Windows] sfan5's builds: 32-bit & 64-bit, LevelDB, LuaJ

PostPosted: Thu May 26, 2016 03:39
by benrob0329
Its Minetest 0.4.14.

Minetest 0.4.14-e1aa98f

PostPosted: Mon Jul 04, 2016 15:50
by sfan5
+ 120 commits

Download: minetest-0.4.14-e1aa98f

Re: [Windows] sfan5's builds: 32-bit & 64-bit, LevelDB, LuaJ

PostPosted: Wed Jul 06, 2016 03:45
by ErrorNull
awesome sfan! Very cool. Seems like so many great updates. The following are the commits that catch my attention most:

Biomes: Define and use biome_t for biome IDs 109c7e3 https://git.io/vovxU
-- Sounds like this will help with mob spawning and ambient sounds mods yea?

Particles: Add option to remove particles on collision d499ec4 https://git.io/vr904
-- Improvement for the weather and rain mods out there yea?

Default: Convert saplings to use node timers e0cb3fc https://git.io/vr6ap
Farming: Convert plants to use node timers 70ef786 https://git.io/vr6ah
Make node timers more efficient 559dd99 https://git.io/vonZ3
-- Any performance boost are welcome!

Farming: allow LBM's for other mods as well. dcf2465 https://git.io/vofkC
Add on_punchnode callback 8b940c0 https://git.io/vrCcO
Sky: Darker, bluer sky and improved horizon haze at night b24d21d https://git.io/voYqO
Default: Craft locked chest from chest plus steel ingot
Add colored text (not only colored chat). 14ef2b4 https://git.io/vrdXW
-- Woohoo.

Re: [Windows] sfan5's builds: 32-bit & 64-bit, LevelDB, LuaJ

PostPosted: Fri Jul 08, 2016 10:27
by Dopium
Great build, but i think i have found a bug with this build. My player tends to run animation on the spot when standing still. The 0.4.14 stable build is fine that leads me to think its something to do with this particular build.

Edit: Fixed the issue for now by disabling the joystick setting within the builtin settings.
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
disable_joystick

Minetest 0.4.14-b11720a

PostPosted: Fri Aug 12, 2016 12:08
by sfan5
+ 100 commits

Download: minetest-0.4.14-b11720a

Re: [Windows] sfan5's builds: 32-bit & 64-bit, LevelDB, LuaJ

PostPosted: Sat Aug 13, 2016 03:08
by ErrorNull
yea baby! another great update! Thank you sfan.

Re: [Windows] sfan5's builds: 32-bit & 64-bit, LevelDB, LuaJ

PostPosted: Sun Aug 14, 2016 10:02
by Dopium
Yeah great build +1 Lots of important changes thanks sfan5

Re: [Windows] sfan5's builds: 32-bit & 64-bit, LevelDB, LuaJ

PostPosted: Wed Aug 17, 2016 16:38
by cHyper
+1

great win build, I like it very much.

Re: Minetest 0.4.14!

PostPosted: Wed Aug 24, 2016 12:45
by azekill_DIABLO
sfan5 wrote:Changelog

Download: minetest-0.4.14

very nice! Your build is very fast and run heavy games without problem! +1 for the great job!

Minetest 0.4.14-403dada

PostPosted: Sat Sep 10, 2016 21:59
by sfan5
+ 54 commits

Download: minetest-0.4.14-403dada

Re: Minetest 0.4.14-403dada

PostPosted: Sun Sep 11, 2016 00:14
by cHyper
sfan5 wrote:Download: minetest-0.4.14-403dada


+1

Re: [Windows] sfan5's builds: 32-bit & 64-bit, LevelDB, LuaJ

PostPosted: Thu Sep 15, 2016 05:18
by ErrorNull
very nice!

Minetest 0.4.14-abb6fba

PostPosted: Tue Sep 20, 2016 20:55
by sfan5
Now with freshly updated Irrlicht, cURL, sqlite3, LevelDB, Freetype and sound libraries!
+ 12 commits

Download: minetest-0.4.14-abb6fba

Re: [Windows] sfan5's builds: 32-bit & 64-bit, LevelDB, LuaJ

PostPosted: Tue Sep 20, 2016 23:45
by zing269
Crashes when loading a world with an access violation in zlib1.dll. Replacing that dll with the one from the last build works.

Re: Minetest 0.4.14-abb6fba

PostPosted: Wed Sep 21, 2016 09:49
by azekill_DIABLO
sfan5 wrote:Now with freshly updated Irrlicht, cURL, sqlite3, LevelDB, Freetype and sound libraries!
+ 12 commits

Download: minetest-0.4.14-abb6fba


AWESOME WORK! thank you so much :D