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

User avatar
mtmodder148
Member
Posts: 132
Joined: Wed May 14, 2014 13:44
GitHub: MT-Modder
In-game: mtmodder148

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

by mtmodder148 » Post

I didn't have this problem with minetest-0.4.10-cb2d467 and I didn't change or update my drivers. I'll reinstall my video driver and see what happens.

User avatar
mtmodder148
Member
Posts: 132
Joined: Wed May 14, 2014 13:44
GitHub: MT-Modder
In-game: mtmodder148

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

by mtmodder148 » Post

My video driver is up to date and this doesn't happen with Krock's build so I'm just going to use his for now.

Edit: Strike that. I just figured out something. Krock's only worked because there was no game in the games folder. The same thing goes for your build. When I put minetest_game in the game folder it (Krock's) crashed with an error:

Code: Select all

Access violation at 0249E4CE write?=1 address=245991232
21:32:39: ERROR[main]: ========== ERROR FROM LUA ===========
21:32:39: ERROR[main]: Failed to load and run script from 
21:32:39: ERROR[main]: C:\Users\Thomas\Downloads\minetest_release\bin\..\builtin\init.lua:
21:32:39: ERROR[main]: Access violation
21:32:39: ERROR[main]: stack traceback:
21:32:39: ERROR[main]: 	[C]: in function 'set_background'
21:32:39: ERROR[main]: 	...ds\minetest_release\bin\..\builtin\mainmenu\textures.lua:148: in function 'set_game'
21:32:39: ERROR[main]: 	...ds\minetest_release\bin\..\builtin\mainmenu\textures.lua:99: in function 'update_game'
21:32:39: ERROR[main]: 	...ds\minetest_release\bin\..\builtin\mainmenu\textures.lua:43: in function 'update'
21:32:39: ERROR[main]: 	...est_release\bin\..\builtin\mainmenu\tab_singleplayer.lua:211: in function 'on_change'
21:32:39: ERROR[main]: 	...wnloads\minetest_release\bin\..\builtin\fstk\tabview.lua:175: in function 'switch_to_tab'
21:32:39: ERROR[main]: 	...wnloads\minetest_release\bin\..\builtin\fstk\tabview.lua:196: in function 'set_tab'
21:32:39: ERROR[main]: 	...nloads\minetest_release\bin\..\builtin\mainmenu\init.lua:146: in function 'init_globals'
21:32:39: ERROR[main]: 	...nloads\minetest_release\bin\..\builtin\mainmenu\init.lua:163: in main chunk
21:32:39: ERROR[main]: 	[C]: in function 'dofile'
21:32:39: ERROR[main]: 	...homas\Downloads\minetest_release\bin\..\builtin\init.lua:31: in main chunk
21:32:39: ERROR[main]: ======= END OF ERROR FROM LUA ========
21:32:39: ERROR[main]: No future without mainmenu

User avatar
stormchaser3000
Member
Posts: 422
Joined: Sun Oct 06, 2013 21:02
GitHub: stormchaser3000

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

by stormchaser3000 » Post

i seem to have an issue with later builds inclusing this one when i use my windows 10 partition. and that is that when i use open GL the wield item is messed up. (i will probably test on windows 10 and then post a screenshot)

GauVeldt
Member
Posts: 40
Joined: Sun Oct 26, 2014 03:08
GitHub: gau-veldt

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

by GauVeldt » Post

mtmodder148 wrote:My video driver is up to date and this doesn't happen with Krock's build so I'm just going to use his for now.

Edit: Strike that. I just figured out something. Krock's only worked because there was no game in the games folder. The same thing goes for your build. When I put minetest_game in the game folder it (Krock's) crashed with an error:

Code: Select all

Access violation at 0249E4CE write?=1 address=245991232
21:32:39: ERROR[main]: ========== ERROR FROM LUA ===========
21:32:39: ERROR[main]: Failed to load and run script from 
21:32:39: ERROR[main]: C:\Users\Thomas\Downloads\minetest_release\bin\..\builtin\init.lua:
21:32:39: ERROR[main]: Access violation
21:32:39: ERROR[main]: stack traceback:
21:32:39: ERROR[main]: 	[C]: in function 'set_background'
21:32:39: ERROR[main]: 	...ds\minetest_release\bin\..\builtin\mainmenu\textures.lua:148: in function 'set_game'
21:32:39: ERROR[main]: 	...ds\minetest_release\bin\..\builtin\mainmenu\textures.lua:99: in function 'update_game'
21:32:39: ERROR[main]: 	...ds\minetest_release\bin\..\builtin\mainmenu\textures.lua:43: in function 'update'
21:32:39: ERROR[main]: 	...est_release\bin\..\builtin\mainmenu\tab_singleplayer.lua:211: in function 'on_change'
21:32:39: ERROR[main]: 	...wnloads\minetest_release\bin\..\builtin\fstk\tabview.lua:175: in function 'switch_to_tab'
21:32:39: ERROR[main]: 	...wnloads\minetest_release\bin\..\builtin\fstk\tabview.lua:196: in function 'set_tab'
21:32:39: ERROR[main]: 	...nloads\minetest_release\bin\..\builtin\mainmenu\init.lua:146: in function 'init_globals'
21:32:39: ERROR[main]: 	...nloads\minetest_release\bin\..\builtin\mainmenu\init.lua:163: in main chunk
21:32:39: ERROR[main]: 	[C]: in function 'dofile'
21:32:39: ERROR[main]: 	...homas\Downloads\minetest_release\bin\..\builtin\init.lua:31: in main chunk
21:32:39: ERROR[main]: ======= END OF ERROR FROM LUA ========
21:32:39: ERROR[main]: No future without mainmenu
It could be related to any of these bug reports (and several of them do not yet seem to be fixed as you've noticed): search.php?keywords=main+menu&fid%5B0%5D=6

User avatar
mtmodder148
Member
Posts: 132
Joined: Wed May 14, 2014 13:44
GitHub: MT-Modder
In-game: mtmodder148

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

by mtmodder148 » Post

Thank you for pointing these out. I wonder if this has anything to do with the recent support for android builds. I have no clue but that's when the main menu files were last changed.

Edit:
Here is a commit to the main menu after Nov. 22. I think maybe this crash is caused by something within this commit.

User avatar
mtmodder148
Member
Posts: 132
Joined: Wed May 14, 2014 13:44
GitHub: MT-Modder
In-game: mtmodder148

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

by mtmodder148 » Post

After 2 days of searching I found a new, and compatible, driver for my GPU. This solved the issue thank you for your time everyone.

sfan5
Moderator
Posts: 4095
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

Minetest 0.4.11

by sfan5 » Post

0.4.11 release build:
Spoiler
turn down for wot
Download: minetest-0.4.11
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

sfan5
Moderator
Posts: 4095
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

Minetest 0.4.11-63867b1

by sfan5 » Post

Spoiler
[git] kwolekr -> minetest/minetest: Uncomment version patch field 3ea5ed4 http://git.io/HraPGQ (2014-12-26T11:02:26-05:00)
[git] kwolekr -> minetest/minetest: Redefine NodeResolver interface and replace with callback mechanism b67f37f http://git.io/Ki50hg (2014-12-27T02:12:21-05:00)
[git] kwolekr -> minetest/minetest: Set fallback content if resolving content vector requires everything 08d259c http://git.io/RPuecg (2014-12-27T22:20:04-05:00)
[git] kwolekr -> minetest/minetest: VoxelManipulator: Remove unnecessary deallocation steps ae2721f http://git.io/9mZ-4w (2014-12-27T22:35:05-05:00)
[git] kwolekr -> minetest/minetest: LuaVoxelManip: Add option to allocate blank data 8334100 http://git.io/f42MOQ (2014-12-27T23:09:36-05:00)
[git] kwolekr -> minetest/minetest: PseudoRandom: Expose constant PSEUDORANDOM_MAX 8c98f49 http://git.io/etsa2A (2014-12-28T03:09:32-05:00)
[git] kwolekr -> minetest/minetest: Ore: Add Vein ore type 61dfa91 http://git.io/EyT8Ig (2014-12-28T21:17:12-05:00)
[git] paramat -> minetest/minetest: Biome API: Add shore top and shore filler nodes, underwater node, water top node. Add water top depth and shore height parameters. Remove water dust node 570c204 http://git.io/ml2LBw (2014-12-28T21:37:43-05:00)
[git] kwolekr -> minetest/minetest: Cavegen: Fix copy & paste error (solves #2020) c5faa64 http://git.io/9dpYoA (2014-12-28T22:35:14-05:00)
[git] kwolekr -> minetest/minetest: Decoration: Add height_min and height_max parameters 863379a http://git.io/DGrF4w (2014-12-28T22:37:27-05:00)
[git] ChriPiv -> minetest/minetest: Fixed issue #2007 2ccb610 http://git.io/0JAF5A (2014-12-28T22:46:01-05:00)
[git] ChriPiv -> minetest/minetest: Skip further loading of client if there was an exit signal 91c00d2 http://git.io/6T1sxw (2014-12-28T22:46:53-05:00)
[git] fz72 -> minetest/minetest: MainMenu: Save 'hide gamemods' and 'hide modpack contents' checkbox state (fixes #1960) 86cfbc2 http://git.io/gXJoTw (2014-12-28T23:20:51-05:00)
[git] kaeza -> minetest/minetest: Faster string.split implementation. ab55da5 http://git.io/YcFV3g (2014-12-28T23:27:07-05:00)
[git] Sapier at GMX dot net -> minetest/minetest: Fix MSVC compiler warning about passing this pointer in initializer list acb3519 http://git.io/nP0_6Q (2014-12-28T23:40:44-05:00)
[git] kwolekr -> minetest/minetest: LuaItemStack: Fix and document behavior of set_name, set_count, set_wear, set_metadata 3c637b4 http://git.io/5x7LFw (2014-12-28T23:59:24-05:00)
[git] kwolekr -> minetest/minetest: LuaVoxelManip: Remove blank allocator cc3ab5e http://git.io/vPZ2eQ (2014-12-29T01:31:37-05:00)
[git] kwolekr -> minetest/minetest: FontEngine: Don't use file extension to check font file compatibility 9eb4922 http://git.io/x_71IQ (2014-12-29T01:46:13-05:00)
[git] kwolekr -> minetest/minetest: Print unit test failures to dstream 5038b9a http://git.io/jXpkTA (2014-12-29T02:30:03-05:00)
[git] Zeno- -> minetest/minetest: Fix -Wtype-limits warnings and remove disabling of -Wtype-limits 3993102 http://git.io/EVOGxw (2014-12-29T23:56:40+10:00)
[git] kahrl -> minetest/minetest: Add util/bump_version.sh 101baf6 http://git.io/EvAAAg (2014-12-30T00:03:10+10:00)
[git] Rui914 -> minetest/minetest: Update Japanese Translation 4150e53 http://git.io/aQsWMw (2014-12-30T00:06:20+10:00)
[git] KodexKy -> minetest/minetest: Center status text for better visibility. a79a116 http://git.io/LBlN1w (2014-12-30T00:30:28+10:00)
[git] KodexKy -> minetest/minetest: Add extra buttons to Android GUI. All icons are licensed by freepik.com under CC BY 3.0 62feade http://git.io/5qBQBQ (2014-12-30T00:30:28+10:00)
[git] kahrl -> minetest/minetest: Ignore downloaded public serverlist if public_serverlist is false ff3cfb7 http://git.io/OuulmA (2014-12-30T00:49:23+10:00)
[git] kwolekr -> minetest/minetest: Decoration: Fix default parameter values b589353 http://git.io/h1Ln9g (2014-12-30T00:52:40-05:00)
[git] kwolekr -> minetest/minetest: Replace instances of height_min/height_max with y_min/y_max to remove ambiguity 9b0d77a http://git.io/wc7x2w (2014-12-30T01:48:20-05:00)
[git] AMDmi3 -> minetest/minetest: Fix endian.h include for FreeBSD 2414580 http://git.io/-BBPkQ (2014-12-30T23:00:01+10:00)
[git] Zeno- -> minetest/minetest: Cleanup updateCameraDirection and fix random input not working 53bc56d http://git.io/0LL4-w (2014-12-30T22:59:55+10:00)
[git] Zeno- -> minetest/minetest: Add display_gamma option for client 3d29be2 http://git.io/gDiwFw (2014-12-31T02:44:31+10:00)
[git] paramat -> minetest/minetest: MgV5/6/7: Generate dungeons above water level 7452d53 http://git.io/SANFZw (2015-01-01T15:44:26-05:00)
[git] paramat -> minetest/minetest: Mgv7: Remove range limits on mountain height to enable modification through .conf 938a3f2 http://git.io/bMNo8A (2015-01-01T12:51:49-05:00)
[git] Sapier at GMX dot net -> minetest/minetest: Fix rounding error in font size making main menu and in game font sizes inconsistent aaec558 http://git.io/_V-d4Q (2015-01-02T16:52:02+01:00)
[git] Sapier at GMX dot net -> minetest/minetest: Speedup initial android startup on some devices by factor 10 or more 35149a1 http://git.io/D01DuQ (2015-01-02T17:20:55+01:00)
[git] Sapier at GMX dot net -> minetest/minetest: More consistent progress bar from 0-100 on startup 0db73bd http://git.io/sC-Hfw (2015-01-02T17:53:42+01:00)
[git] Wuzzy2 -> minetest/minetest: Rewrite lua_api.txt into Markdown format 800d912 http://git.io/cu86Sw (2015-01-03T00:48:38-05:00)
[git] kwolekr -> minetest/minetest: Fix crash if NodeResolver destroyed before pending any node resolutions d91559b http://git.io/Oaa5lA (2015-01-03T11:05:31-05:00)
[git] ShadowNinja -> minetest/minetest: Deduplicate code and use stdlib in string functions 3c3887b http://git.io/vfqOqw (2015-01-03T14:50:16-05:00)
[git] kahrl -> minetest/minetest: Update bundled SQLite to 3.8.7.4 060ae29 http://git.io/32YUIg (2015-01-04T05:21:59+01:00)
[git] Zeno- -> minetest/minetest: Remove freezemelt documentation from lua_api.txt 64cdbae http://git.io/shBdaA (2015-01-04T21:53:25+10:00)
[git] Sapier at GMX dot net -> minetest/minetest: Fix broken android version due to new openssl not linking correct to curl a92c083 http://git.io/icFxXQ (2015-01-05T00:51:35+01:00)
[git] kwolekr -> minetest/minetest: Optionally specify propogateSunlight area in calcLighting (fixes V5 segfault) aa88340 http://git.io/5SKDgQ (2015-01-05T01:18:53-05:00)
[git] kwolekr -> minetest/minetest: Optionally specify propagateSunlight area in calcLighting 7289d61 http://git.io/IbFzOg (2015-01-05T01:20:36-05:00)
[git] kwolekr -> minetest/minetest: Shorten ManualMapVoxelManipulator to MMVManip 2d849b0 http://git.io/8158Sg (2015-01-05T02:42:27-05:00)
[git] Zeno- -> minetest/minetest: Prevent client crashing if an NDT_AIRLIKE node is dropped beb6b3e http://git.io/XX08dw (2015-01-05T22:55:02+10:00)
[git] Sapier at GMX dot net -> minetest/minetest: Fixes for android 083d19b http://git.io/U9lnWA (2015-01-06T16:13:39+01:00)
[git] sfan5 -> minetest/minetest: Fix buildbot (was broken by 04a1a446cf845a0db80d39fd0e42771aa07e4492) efdb9da http://git.io/BYXcTw (2015-01-06T19:43:21+01:00)
[git] Sapier at GMX dot net -> minetest/minetest: Implement X11 dpi autodetection 0f1d339 http://git.io/ObbOWw (2015-01-06T22:41:07+01:00)
[git] Sapier at GMX dot net -> minetest/minetest: Fix andorid build error 42f3515 http://git.io/gK5yyA (2015-01-07T00:10:21+01:00)
[git] Sapier at GMX dot net -> minetest/minetest: Switch android build to external sqlite3 2b8ed9e http://git.io/8JwkFA (2015-01-07T01:01:03+01:00)
[git] Sapier at GMX dot net -> minetest/minetest: Fix emerge thread not cleaning up emerge queue on shutdown ef140eb http://git.io/Ox_zkA (2015-01-07T12:19:48+01:00)
[git] rubenwardy -> minetest/minetest: Fix direction property of HUD 2504da2 http://git.io/8N2owQ (2015-01-07T20:51:47+01:00)
[git] Sapier at GMX dot net -> minetest/minetest: Fix armv7 using arm arch while arm uses armv7 04d4a00 http://git.io/2-B2sA (2015-01-08T00:11:30+01:00)
[git] Sapier at GMX dot net -> minetest/minetest: Remove accidentally added non-ft font files 50ce63b http://git.io/uHGT4Q (2015-01-08T01:02:24+01:00)
[git] paramat -> minetest/minetest: Return step smoothing value to 23 56a89fd http://git.io/v8mdRw (2015-01-08T15:06:28+10:00)
[git] ShadowNinja -> minetest/minetest: Remove included SQLite3 a3db918 http://git.io/nLBUcg (2015-01-08T16:34:42-05:00)
[git] sfan5 -> minetest/minetest: Add SQLite3 libraries to buildbot d8cf64a http://git.io/RwGa4g (2015-01-08T16:34:42-05:00)
[git] Sapier at GMX dot net -> minetest/minetest: Switch default scaling factor to 0.75 as most ppl seem to have 96dpi screens instead of previous assumed 72 7ad17a2 http://git.io/tT9D6w (2015-01-09T00:37:02+01:00)
[git] Zeno- -> minetest/minetest: Fix facedir > 23 causes segfault in client d576235 http://git.io/v-9OEw (2015-01-09T15:42:03+10:00)
((2 commits by sapier missing here for some reason))
Download: minetest-0.4.11-63867b1
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

u34

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

by u34 » Post

i cannot see the subgame icons in main menu...
  • Could not open file of texture: C:UserscHyperDocumentsminetestwin64bin..gamesVox
    elgardenmenuicon.png
    Could not open file of texture: C:UserscHyperDocumentsminetestwin64bin..gamesWas
    telandmenuicon.png
    Could not open file of texture: C:UserscHyperDocumentsminetestwin64bin..gamescHy
    permenuicon.png
    Could not open file of texture: C:UserscHyperDocumentsminetestwin64bin..gamescar
    bonemenuicon.png
    Could not open file of texture: C:UserscHyperDocumentsminetestwin64bin..gamesdre
    ambuilder_gamemenuicon.png
    Could not open file of texture: C:UserscHyperDocumentsminetestwin64bin..gamesmin
    etest_gamemenuicon.png
    Could not open file of texture: C:UserscHyperDocumentsminetestwin64bin..gamesmin
    imalmenuicon.png
    Could not open file of texture: C:UserscHyperDocumentsminetestwin64bin..gamestut
    orialmenuicon.png

User avatar
Krock
Developer
Posts: 4650
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker
Location: Switzerland
Contact:

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

by Krock » Post

cHyper wrote:i cannot see the subgame icons in main menu...
  • Could not open file of texture: C:UserscHyperDocumentsminetestwin64bin..gamesVox
    elgardenmenuicon.png
    Could not open file of texture: C:UserscHyperDocumentsminetestwin64bin..gamesWas
    telandmenuicon.png
    Could not open file of texture: C:UserscHyperDocumentsminetestwin64bin..gamescHy
    permenuicon.png
    Could not open file of texture: C:UserscHyperDocumentsminetestwin64bin..gamescar
    bonemenuicon.png
    Could not open file of texture: C:UserscHyperDocumentsminetestwin64bin..gamesdre
    ambuilder_gamemenuicon.png
    Could not open file of texture: C:UserscHyperDocumentsminetestwin64bin..gamesmin
    etest_gamemenuicon.png
    Could not open file of texture: C:UserscHyperDocumentsminetestwin64bin..gamesmin
    imalmenuicon.png
    Could not open file of texture: C:UserscHyperDocumentsminetestwin64bin..gamestut
    orialmenuicon.png
See https://github.com/minetest/minetest/pull/2095 and https://github.com/minetest/minetest/issues/2099
Look, I programmed a bug for you. >> Mod Search Engine << - Mods by Krock - DuckDuckGo mod search bang: !mtmod <keyword here>

sfan5
Moderator
Posts: 4095
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

Minetest 0.4.11-1702c34

by sfan5 » Post

Spoiler
[git] kahrl -> minetest/minetest: Fix logic of checkbox formspec element validity checking 2ab97a7 http://git.io/ltz8Rg (2015-01-09T16:57:54+01:00)
[git] Zeno- -> minetest/minetest: Removed superfluous facedir check in mapblock_mesh.cpp 3c8e372 http://git.io/0ef64w (2015-01-10T02:06:33+10:00)
[git] ShadowNinja -> minetest/master-server: Attempt to improve server sorting a359eb4 http://git.io/TVHTKQ (2015-01-09T16:34:21-05:00)
[git] ShadowNinja -> minetest/master-server: Attempt to improve server sorting f7a4481 http://git.io/-js-_g (2015-01-09T16:48:03-05:00)
[git] ShadowNinja -> minetest/master-server: Add scheduler timezone 2a5242e http://git.io/CQfKmw (2015-01-09T17:13:55-05:00)
[git] ShadowNinja -> minetest/master-server: Fix clients_max field name 3e59b9c http://git.io/E1QlaA (2015-01-09T17:13:11-05:00)
[git] Kalabasa -> minetest/minetest_game: Change furnace fire icons 554d15f http://git.io/SXvxeg (2015-01-10T15:16:41+01:00)
[git] CraigyDavi -> minetest/minetest_game: Add crafting grid result arrow to creative inventory 64bf6c1 http://git.io/QKwx4Q (2015-01-10T15:32:16+01:00)
[git] paramat -> minetest/minetest_game: Simple biomes for mgv5/mgv7. Uses get_mapgen_params 047bfb9 http://git.io/4BbB3A (2015-01-10T15:32:16+01:00)
[git] CraigyDavi -> minetest/minetest_game: Add Obsidian / Obsidian Brick stairs & slabs cab01b6 http://git.io/V5TRvQ (2015-01-10T15:32:16+01:00)
[git] sfan5 -> minetest/minetest: Set default value for ENABLE_REDIS to 0 8089d89 http://git.io/nHhRWg (2015-01-10T15:28:25+01:00)
[git] PilzAdam -> minetest/minetest_game: Fix typo in water_flowing tile animation Also add missing commas and use non-deprecated field-names 3689bda http://git.io/d4ktfA (2015-01-10T15:47:30+01:00)
[git] PilzAdam -> minetest/minetest_game: Clarify comment in default:grass_1 4ce4752 http://git.io/Ngpwtg (2015-01-10T15:47:30+01:00)
[git] PilzAdam -> minetest/minetest_game: Restructure default/nodes.lua 2edfb55 http://git.io/z-eaYA (2015-01-10T15:47:30+01:00)
[git] PilzAdam -> minetest/minetest_game: Add tree growing functions to game_api.txt d1e715e http://git.io/cb3Edw (2015-01-10T15:47:30+01:00)
[git] PilzAdam -> minetest/minetest_game: Remove weird constants in default c654c9f http://git.io/caHhcw (2015-01-10T15:47:30+01:00)
[git] PilzAdam -> minetest/minetest_game: Remove useless, empty callbacks 2c0f716 http://git.io/NUxWUw (2015-01-10T15:47:29+01:00)
[git] ShadowNinja -> minetest/master-server: Tweak server list style bbd3c12 http://git.io/u-urPA (2015-01-10T12:18:05-05:00)
[git] sfan5 -> minetest/minetest: Change default font sizes to 14(freetype) and 10(non-freetype) 3b16103 http://git.io/3jXmTw (2015-01-10T18:59:43+01:00)
[git] kahrl -> minetest/minetest: Fix clipping rectangle of GUITable row highlight b7c0e4b http://git.io/YeNZzA (2015-01-10T19:56:14+01:00)
[git] Sapier at GMX dot net -> minetest/minetest: Increase stepheight on android by 0.5 to smoothen movement 25235a4 http://git.io/udJ63w (2015-01-11T04:33:42+01:00)
[git] paramat -> minetest/minetest_game: Return to original water sink speed for player d546a5a http://git.io/FRjOOA (2015-01-11T11:27:08+01:00)
[git] Sapier at GMX dot net -> minetest/minetest: Fix invalid stepheight increase calculation on android 2d9b311 http://git.io/YQsmmA (2015-01-11T13:57:26+01:00)
[git] Sapier at GMX dot net -> minetest/minetest: Disable sound and key binding settings in "pause" menu on android aed70cb http://git.io/yS_avw (2015-01-11T13:58:49+01:00)
[git] sfan5 -> minetest/master-server: Refine sorting algorithm ee2a6de http://git.io/vkmxIw (2015-01-11T17:10:50+01:00)
[git] paramat -> minetest/minetest: Mapgen V5: Move cave generation from base terrain loop to optional function c367f73 http://git.io/hcz5yQ (2015-01-11T22:35:36-05:00)
[git] paramat -> minetest/minetest: Remove builtin_biome.lua from builtin and add simple biome minimal a77c85f http://git.io/9M6Rng (2015-01-11T22:32:48-05:00)
[git] paramat -> minetest/minetest: Lua-api.txt: Document that paramtype='light' results in light propagation with attenuation and is essential for a light source to spread it's light c28a90d http://git.io/91Q0XQ (2015-01-11T22:30:28-05:00)
[git] kwolekr -> minetest/minetest: Prevent transform of noise3d result in getBlockSeed2 b0efb8f http://git.io/MFqDlw (2015-01-12T15:46:04-05:00)
[git] kwolekr -> minetest/minetest: Attempt to fix occasional issue of uninitialized MapBlock data 714a4f8 http://git.io/nenCFA (2015-01-12T22:31:08-05:00)
[git] KodexKy -> minetest/minetest: Fix Android crash on keyboard connection change. c0066a7 http://git.io/IyNOCA (2015-01-13T23:09:57+10:00)
[git] gregorycu -> minetest/minetest: Add VoxelArea::hasEmptyExtent 5d08ada http://git.io/gi0NUw (2015-01-13T23:24:32+10:00)
[git] Zeno- -> minetest/minetest: Fix use of uninitialized data 57f2fa5 http://git.io/gLJo9A (2015-01-14T15:43:33+10:00)
[git] TriBlade9 -> minetest/minetest: Added configurable ambient_occlusion_gamma. Default is 2.2 (same as previous hardcoded values). e19dab2 http://git.io/uzTLow (2015-01-14T23:35:50+10:00)
[git] kilbith -> minetest/minetest: Reorganizing client and server tabs 227e480 http://git.io/c9HVmA (2015-01-15T00:50:23+10:00)
[git] gregorycu -> minetest/minetest: Change UniqueQueue to use a queue and a set. bd0d786 http://git.io/IFwBdw (2015-01-15T21:08:35+10:00)
[git] nerzhul -> minetest/minetest: Optimize bumpmapping mathematics 148fffb http://git.io/OpqGsQ (2015-01-15T23:12:45+10:00)
[git] kilbith -> minetest/minetest: Small tweaking (alignement - client tab) 5cf911f http://git.io/f03R3g (2015-01-15T23:25:31+10:00)
[git] Zeno- -> minetest/minetest: Revert "Optimize bumpmapping mathematics" 516f1bc http://git.io/JNbzMg (2015-01-16T01:30:03+10:00)
[git] Zeno- -> minetest/minetest: Fix potential out-of-bounds array index 5e58a95 http://git.io/lBkzWw (2015-01-16T14:35:57+10:00)
[git] nerzhul -> minetest/minetest: Optimize bumpmapping mathematics 46821f1 http://git.io/oQHw1Q (2015-01-16T20:54:04+10:00)
[git] nerzhul -> minetest/minetest: Fix missing return in Database_Dummy::deleteBlock e5b6367 http://git.io/0arolw (2015-01-16T21:00:11+10:00)
[git] Zeno- -> minetest/minetest: Make minor style change(unescape_string()) 5481e38 http://git.io/iUNlbw (2015-01-16T21:05:44+10:00)
[git] CraigyDavi -> minetest/minetest_game: Follow naming convention of textures and sounds in doors 6157982 http://git.io/VQjhRA (2015-01-17T16:05:23+01:00)
[git] CraigyDavi -> minetest/minetest_game: Add fancy inventory for bones 07dcae7 http://git.io/qP-rkA (2015-01-17T16:05:19+01:00)
[git] kilbith -> minetest/minetest_game: Add straw 5d8b244 http://git.io/8DFQ-g (2015-01-17T16:30:31+01:00)
[git] Sapier at GMX dot net -> minetest/minetest: Fix NodeMetadataList loosing memory on deserialize due to invalid clear map call instead of clear a39c136 http://git.io/RUDygw (2015-01-17T19:14:36+01:00)
[git] none@none.none -> minetest/minetest: Fix entitiy WieldMeshSceneNode not freed due to additional grab 2959d6b http://git.io/SKLrZg (2015-01-17T19:13:08+01:00)
[git] paramat -> minetest/minetest: Mgv7: Replace small pseudorandom caves with 3D noise tunnels. Fewer large caves 2f0a8f1 http://git.io/edyV_w (2015-01-17T21:57:48-05:00)
[git] Zeno- -> minetest/minetest: Create empty default constructor for MapNode 805c8e5 http://git.io/89vpqw (2015-01-18T13:39:50+10:00)
[git] Zeno- -> minetest/minetest: Fix particles causing unitialised data being used due to use of incorrect union member 2951491 http://git.io/nvhUMg (2015-01-18T20:30:57+10:00)
[git] gregorycu -> minetest/minetest: Water fixes db3466d http://git.io/7rVnTA (2015-01-18T20:30:33+10:00)
[git] kilbith -> minetest/minetest: Fix style on settings tab 7b17b90 http://git.io/1Qu4YQ (2015-01-18T23:40:18+10:00)
[git] Zeno- -> minetest/minetest: Fix bug in debug build 839c4a9 http://git.io/p-X9dA (2015-01-19T00:26:59+10:00)
[git] ngosang -> minetest/minetest: Update Spanish language d4786d8 http://git.io/ETYVcA (2015-01-20T22:41:46+10:00)
[git] apoleon -> minetest/minetest: Fix hyphen used as minus sign 60d7451 http://git.io/uarABQ (2015-01-20T22:47:45+10:00)
[git] TriBlade9 -> minetest/minetest: Added ratio argument to colorize, removed the weird alpha-based ratio. db481e7 http://git.io/XKPWgg (2015-01-20T22:56:20+10:00)
[git] est31 -> minetest/minetest: Update german translation 5bcfe7e http://git.io/gmWwqQ (2015-01-21T00:50:50+10:00)
[git] Zeno- -> minetest/minetest: Allow filter and mipmap drop down menues to be translated a28055f http://git.io/AXFGRg (2015-01-21T22:33:19+10:00)
[git] paramat -> minetest/minetest: Mgv7 generateRidgeTerrain: Make river generation relative to water level 1702c34 https://github.com/minetest/minetest/co ... 7827b3ce96 (2015-01-22T02:21:11-05:00)
[git] paramat -> minetest/minetest: Mgv7: Speed optimise calculateNoise and generateRidgeTerrain 70354ac https://github.com/minetest/minetest/co ... 30980df39c (2015-01-22T02:10:07-05:00)
[git] paramat -> minetest/minetest: Mgv7 generateRidgeTerrain: Enable rangelim of widthn to remove abysses, calculate widthn later in function 408d9b7 https://github.com/minetest/minetest/co ... ab1149f690 (2015-01-22T02:06:33-05:00)
Download: minetest-0.4.11-1702c34
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

sfan5
Moderator
Posts: 4095
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

Minetest 0.4.11-92d1985

by sfan5 » Post

Spoiler
[git] Zeno- -> minetest/minetest: Fix unitialised variable occassionally being used 0ea843b http://git.io/CBH2iw (2015-01-24T14:54:42+10:00)
[git] (@U-Exp) -> minetest/minetest: Fix a crash (assert) when client set serial version < 24 in INIT command SER_FMT_VER_LOWEST is set to zero, then the test is stupid in INIT because all client works. In mapblock we check if client's serialization version is < 24, but if client sent serialization version < 24 (15 for example) the server set it and tried to send nodes, then BOOM 800d192 http://git.io/QT4bRw (2015-01-24T22:41:02+10:00)
[git] Zeno- -> minetest/minetest: Revert "Make the GameGlobalShaderConstantSetter use the settings callback (8% perf improvement in game loop)" 2c4a5e1 http://git.io/c9KI0g (2015-01-25T01:19:40+10:00)
[git] MT-Modder -> minetest/minetest_game: Mossycobble fixes 0755a8f http://git.io/ez-wQA (2015-01-24T20:36:37+01:00)
[git] Xanthin -> minetest/minetest_game: Fix typo for obsidian glass door texture 4468015 http://git.io/RLpYNA (2015-01-24T20:40:08+01:00)
[git] gregorycu -> minetest/minetest: Settings fixes Make the GameGlobalShaderConstantSetter use the settings callback (8% perf improvement in game loop) Ensure variable is set Ensure settings callback is threadsafe ed7c9c4 http://git.io/mZnVJg (2015-01-25T15:23:37+10:00)
[git] gregorycu -> minetest/minetest: Suppress MSVC warning in chat.cpp 5b55deb http://git.io/llqozQ (2015-01-25T16:09:23+10:00)
[git] kilbith -> minetest/minetest_game: Textures Update 5518c27 http://git.io/yvmpxA (2015-01-25T10:48:42+01:00)
[git] ShadowNinja -> minetest/minetest: Fix imprecise serialization of large numbers 47aca6f http://git.io/QRFoHQ (2015-01-25T20:19:35-05:00)
[git] Zeno- -> minetest/minetest: Revert "Fix a crash (assert) when client set serial version < 24 in INIT command SER_FMT_VER_LOWEST is set to zero, then the test is stupid in INIT because all client works. In mapblock we check if client's serialization version is < 24, but if client sent serialization version < 24 (15 for example) the server set it and tried to send nodes, then BOOM" ca217d0 http://git.io/bmgx4Q (2015-01-27T00:39:33+10:00)
[git] kwolekr -> minetest/minetest: Fix missing map_meta.txt error when creating new worlds eeea454 https://github.com/minetest/minetest/co ... f63f14393e (2015-01-27T02:10:04-05:00)
[git] nerzhul -> minetest/minetest: Fix a crash (assert) when client set serial version < 24 in INIT 80a7408 https://github.com/minetest/minetest/co ... 24a5dd7c89 (2015-01-27T16:55:25+01:00)
[git] kwolekr -> minetest/minetest: Write common mapgen params to map_meta.txt on world initialization ad690c4 https://github.com/minetest/minetest/co ... 8b51f5b5e9 (2015-01-27T22:29:28-05:00)
[git] kwolekr -> minetest/minetest: Prevent null concatenation when /deleteblocks is provided an incorrect format a8ec787 https://github.com/minetest/minetest/co ... 17d7ac0efc (2015-01-27T22:36:53-05:00)
[git] kahrl -> minetest/minetest: Fix uninitialized variable m_database_delete in Database_SQLite3 4d15d63 https://github.com/minetest/minetest/co ... a1b8cefe39 (2015-01-28T05:01:07+01:00)
[git] Zeno- -> minetest/minetest: Fix local map saving when joining a local server from the server tab 3856102 https://github.com/minetest/minetest/co ... 2700ea59ce (2015-01-31T00:42:08+10:00)
[git] kahrl -> minetest/minetest: Fix NDT_GLASSLIKE normals 285655a https://github.com/minetest/minetest/co ... 336736c1ba (2015-01-31T03:06:34+10:00)
[git] kwolekr -> minetest/minetest: Create minidump on fatal Win32 exceptions 43f1022 https://github.com/minetest/minetest/co ... 1976bd41d6 (2015-02-02T01:39:17-05:00)
[git] kwolekr -> minetest/minetest: Fix some MSVC-specific warnings and add debug path as an MSVC directory 0118c11 https://github.com/minetest/minetest/co ... f9b9e28cf3 (2015-02-02T02:01:13-05:00)
[git] Sapier at GMX dot net -> minetest/minetest: Fix getCraftRecipe returing wrong reciep due to way to unspecific output matching d902bd3 https://github.com/minetest/minetest/co ... 3f827a48a2 (2015-02-02T21:32:23+01:00)
[git] blha303 -> minetest/minetest: Fix download URL b4cdbc9 https://github.com/minetest/minetest/co ... 26fb26be05 (2015-02-04T22:06:55+10:00)
[git] ngosang -> minetest/minetest: Suppress 4 gcc 4.9.2 warnings in CGUITTFont.cpp 1b4aaa5 http://git.io/bWzo (2015-02-05T02:41:55+10:00)
[git] Zeno- -> minetest/minetest: Fix performance regression 9a0dd47 http://git.io/bRQy (2015-02-05T17:34:10+10:00)
[git] SmallJoker -> minetest/minetest: Give full breath after death 929e0b0 http://git.io/bRQS (2015-02-05T17:33:08+10:00)
[git] gregorycu -> minetest/minetest: Fix dying of lava causes repeated death This is a bugfix for issue #81 5e075c3 http://git.io/bRQ9 (2015-02-05T17:32:35+10:00)
[git] Zeno- -> minetest/minetest: Fix warnings in CGUITTFont.cpp 0904884 http://git.io/brNm (2015-02-06T23:02:15+10:00)
[git] nerzhul -> minetest/minetest: Network Layer 7 rework (Packet handling) a704c04 http://git.io/Nfl6 (2015-02-10T20:04:08+10:00)
[git] ngosang -> minetest/minetest: Fix Exit to OS button focus in Pause Menu dd2bb95 http://git.io/NfyA (2015-02-10T21:23:16+10:00)
[git] Zeno- -> minetest/minetest: Remove workaround in itemdef.cpp to enable/disable/enable "enable_shaders" setting d25ff8f http://git.io/Ntxd (2015-02-11T16:02:16+10:00)
[git] apoleon -> minetest/minetest: Fix FTBFS on GNU/Hurd platform cfca5f9 http://git.io/NtxF (2015-02-11T15:59:58+10:00)
[git] Zeno- -> minetest/minetest: Revert "Remove workaround in itemdef.cpp to enable/disable/enable "enable_shaders" setting" f824866 http://git.io/Nqkr (2015-02-11T17:01:19+10:00)
[git] Zeno- -> minetest/minetest: Remove workaround in itemdef.cpp to enable/disable/enable "enable_shaders" setting c8f60bd http://git.io/Nq3U (2015-02-11T17:45:49+10:00)
[git] ngosang -> minetest/minetest: Fix 'Download complete' dialog in the mods store 704453f http://git.io/N3xy (2015-02-11T19:58:48+01:00)
[git] Zeno- -> minetest/minetest: Fix Android compile warning 66efaaa http://git.io/NnZK (2015-02-12T13:16:38+10:00)
[git] est31 -> minetest/minetest: Enable LUA_USE_POSIX if possible in bundled Lua b2f3ffe http://git.io/NnAe (2015-02-12T16:14:12+10:00)
Download: minetest-0.4.11-92d1985
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

sfan5
Moderator
Posts: 4095
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

Minetest 0.4.12-969413b

by sfan5 » Post

Spoiler
[git] JakubVanek -> minetest/minetest: Update czech translation 2630f45 http://git.io/NlkT (2015-02-12T16:41:44+01:00)
[git] ngosang -> minetest/minetest: Minor fixes in translations c7a7803 http://git.io/NlkI (2015-02-12T16:41:40+01:00)
[git] Xanthin -> minetest/minetest_game: Make trapdoor better visible when held in the hand 047ecea http://git.io/Nlt0 (2015-02-12T16:51:32+01:00)
[git] nerzhul -> minetest/minetest: Add german and french translation for minetest.desktop af7f369 http://git.io/N86t (2015-02-12T19:36:02+01:00)
[git] t4im -> minetest/minetest_game: Bones mod fixes 75ea7e3 http://git.io/N4bh (2015-02-12T22:10:15+01:00)
[git] CraigyDavi -> minetest/minetest_game: Fix typo in survival formspec & create legacy file a9137e8 http://git.io/N4hL (2015-02-12T22:18:22+01:00)
[git] blha303 -> minetest/minetest_game: Fix download URL 60520b8 http://git.io/NBvv (2015-02-12T22:25:07+01:00)
[git] Zeno- -> minetest/minetest: Suppress CGUITTFONT build warnings d44cb54 http://git.io/Nu0U (2015-02-13T23:54:05+10:00)
[git] Jeija -> minetest/minetest_game: Clean up trapdoors code and make them more flexible, so custom trapdoors 03c00a8 http://git.io/NVW7 (2015-02-14T00:48:28+01:00)
[git] est31 -> minetest/minetest: Fix crash on passing false as value in table to table.copy(t) 7c5accf http://git.io/Nwce (2015-02-14T15:18:11+10:00)
[git] nerzhul -> minetest/minetest: Fix issue #2278, Connection sent before address data loading 346652a http://git.io/N6zu (2015-02-14T23:23:54+01:00)
[git] ngosang -> minetest/minetest: Updated Spanish translations 5eb0eda http://git.io/Nihq (2015-02-15T09:36:28+01:00)
[git] nerzhul -> minetest/minetest: Only do the IPv6 unit test if IPv6 is enabled 3b6b943 http://git.io/NPrv (2015-02-15T12:20:37+01:00)
[git] nerzhul -> minetest/minetest: Fix unit test if there isn't a localhost address (for example FreeBSD jails) a3e2b3e http://git.io/NPQv (2015-02-15T13:11:03+01:00)
[git] nerzhul -> minetest/minetest: Fix unit test if there isn't a localhost address (for example FreeBSD jails), second part 8aebc31 http://git.io/NXuw (2015-02-15T14:30:34Z)
[git] rubenwardy -> minetest/minetest: Fix minetest.item_eat's replace_with_item, fixes #2292 efa9775 http://git.io/NSCF (2015-02-16T10:24:19+01:00)
[git] nerzhul -> minetest/minetest: [Patch 2/4] Network rework: packet writing, sending and cleanups ed04e8e http://git.io/NSgl (2015-02-16T11:00:55+01:00)
[git] nerzhul -> minetest/minetest: Performance Improvement: Use a cache which caches result for getFacePositions. 7c8793c http://git.io/NSMl (2015-02-16T11:27:44+01:00)
[git] sfan5 -> minetest/minetest: Add LevelDB and redis to Travis Linux builds f1fd0f7 http://git.io/NSQc (2015-02-16T11:55:12+01:00)
[git] yamanq -> minetest/minetest: Add player direction to on-screen debug text 98d80e2 http://git.io/NHMh (2015-02-17T01:56:21+10:00)
[git] nerzhul -> minetest/minetest: SAO work: ActiveObject types & SAO cleanup * Replace u8 types with ActiveObjectType. * Merge content_object.h into activeobject.h * Remove DummyLoadSAO, it's now unused. * Remove ItemSAO, it's also unused f8d5af7 http://git.io/NFQC (2015-02-17T09:09:50+01:00)
[git] nerzhul -> minetest/minetest: SAO: re-add old ActiveObjectTypes for a future migration layer c58d499 http://git.io/NbVG (2015-02-17T11:37:55+01:00)
[git] nerzhul -> minetest/minetest: Replace std::list by std::vector into ServerMap::listAllLoadableBlocks ServerMap::listAllLoadedBlocks and their database backends. 718bcaf http://git.io/NNrN (2015-02-17T14:35:44+01:00)
[git] nerzhul -> minetest/minetest: Remove old comment from Network Rework Patch 2/4 54487b3 http://git.io/NNKX (2015-02-17T14:49:21+01:00)
[git] Novatux -> minetest/minetest: Ignore old entities from 0.3. 24315db http://git.io/NNyI (2015-02-17T15:07:05+01:00)
[git] nerzhul -> minetest/minetest: Replace std::list by std::vector into timerUpdate calls 3c91ad8 http://git.io/NNyF (2015-02-17T15:08:37+01:00)
[git] nerzhul -> minetest/minetest: Replace std::list by std::vector into ClientMap::updateDrawList, Map::timerUpdate and ServerMap::save(). fd70f4f http://git.io/NNpG (2015-02-17T15:28:49+01:00)
[git] kahrl -> minetest/minetest: Grab GUIChatConsole::m_font, fixes segfault when changing font_size 81b9c02 http://git.io/NNhq (2015-02-18T00:38:57+10:00)
[git] sfan5 -> sfan5/minetestbot-modules: Release the code of the modules I own under GNU GPL v2.0 2779210 http://git.io/Npdw (2015-02-17T21:21:07+01:00)
[git] sfan5 -> sfan5/minetestbot-modules: Missed wiki.py fc06ee7 http://git.io/NhIV (2015-02-17T21:52:47+01:00)
[git] fz72 -> minetest/minetest: Fix map_seed not changed when creating a new world after login to another 0a299fd http://git.io/Aeju (2015-02-18T08:57:14+01:00)
[git] nerzhul -> minetest/minetest: Android build fix b019221 http://git.io/AvkB (2015-02-18T09:23:24+01:00)
[git] nerzhul -> minetest/minetest: Update missing files for Android.mk 49f84b7 http://git.io/Av3p (2015-02-18T09:53:43+01:00)
[git] nerzhul -> minetest/minetest: Fix unused (and so, broken) enable_rollback_recording. This option must be reloaded at server loop but loaded when server starts, for data consistency (not a hot load variable) 27d4e89 http://git.io/Av3h (2015-02-18T09:28:39+01:00)
[git] celeron55 -> minetest/minetest: Use fixed size for builtin menus on non-android platforms 4d744cf http://git.io/AvPh (2015-02-18T12:33:40+02:00)
[git] BlockMen -> minetest/minetest: Increase default font_size 8941ea0 http://git.io/AfTu (2015-02-18T12:51:17+01:00)
[git] BlockMen -> minetest/minetest: Fix font_size under windows 9a9fcfc http://git.io/AfTz (2015-02-18T12:39:23+01:00)
[git] est31 -> minetest/minetest: Server: announce MIN/MAX protocol version supported to serverlist. Client: check serverlist 5a0ed78 http://git.io/AJ80 (2015-02-18T16:09:59+01:00)
[git] Novatux -> minetest/minetest: Add modname convention checking 804d65a http://git.io/AJy0 (2015-02-18T16:48:58+01:00)
[git] paramat -> minetest/minetest: Merge pull request #2267 from paramat/v7posmounth 4d5db3a http://git.io/AkMg (2015-02-18T21:42:29Z)
[git] paramat -> minetest/minetest: Mgv7: Limit mountain height to positive only, for better control of mountain areas 4546acf http://git.io/AkM2 (2015-02-18T19:40:15Z)
[git] BlockMen -> minetest/minetest: Uncomment version patch field 627c747 http://git.io/AIqc (2015-02-18T23:52:51+01:00)
[git] celeron55 -> minetest/minetest: Bump version to 0.4.12 e6ad2ac http://git.io/AIqC (2015-02-18T23:50:01+01:00)
[git] nerzhul -> minetest/minetest: Typo fix in networkprotocol.h e357577 http://git.io/AOmF (2015-02-19T20:03:22+01:00)
[git] nerzhul -> minetest/minetest: update README.txt 109f0ff http://git.io/AZLM (2015-02-20T10:35:39+01:00)
[git] paramat -> minetest/minetest: Mgv5: Remove blobgen. Remove crumble and wetness noises 38e6280 http://git.io/A8XU (2015-02-21T01:43:25Z)
[git] nerzhul -> minetest/minetest: Unit tests must be done at integration process. b3aeba6 http://git.io/A41V (2015-02-21T11:04:19+01:00)
[git] Rui914 -> minetest/minetest: Update Japanese Translation 81930b1 http://git.io/A4y6 (2015-02-21T11:17:52+01:00)
[git] nerzhul -> minetest/minetest: Use proper CMakeLists.txt for network and client directories cf4045f http://git.io/A45u (2015-02-21T11:51:12+01:00)
[git] BlockMen -> minetest/minetest: Use skin font for usernames (fixes #2363) aa31e3c http://git.io/ABGZ (2015-02-21T13:31:42+01:00)
[git] nerzhul -> minetest/minetest: Move sha1.hpp and base64.hpp to util/ 3998a1f http://git.io/AB48 (2015-02-21T14:03:27+01:00)
[git] BlockMen -> minetest/minetest: Fix particles draworder c09d026 http://git.io/AB0O (2015-02-21T14:11:00+01:00)
[git] nerzhul -> minetest/minetest: Move hex.h to util/ 5a5854e http://git.io/AB2v (2015-02-21T14:32:35+01:00)
[git] nerzhul -> minetest/minetest: Fix some memory leaks on packet sending. 009149a http://git.io/AR4L (2015-02-21T17:27:31+01:00)
[git] nerzhul -> minetest/minetest: Fix android build a0affa4 http://git.io/ARRP (2015-02-21T17:37:48+01:00)
[git] kaeza -> minetest/minetest: Add mod.conf file support This new file only permits to specify a mod name for now c5defe7 http://git.io/ARP0 (2015-02-21T18:18:06+01:00)
[git] apoleon -> minetest/minetest: Improve FindIrrlicht.cmake module 47d9b4d http://git.io/ARP5 (2015-02-21T18:21:10+01:00)
[git] paramat -> minetest/minetest_game: mapgen.lua: Add dirt/sand/gravel blob ores for mgv5/mgv7 3b526a7 http://git.io/AEFh (2015-02-22T01:34:35Z)
[git] 4Evergreen4 -> minetest/minetest: Add src/network/CMakeFiles/ and src/client/CMakeFiles to gitignore 51057a5 http://git.io/AwZe (2015-02-23T16:50:28+10:00)
[git] kahrl -> minetest/minetest: Disallow object:remove() if the object is a player 38cf080 http://git.io/AwZv (2015-02-23T16:49:48+10:00)
[git] Zeno- -> minetest/minetest: Fix wrapDegrees family of functions 3b6480c http://git.io/Ar5O (2015-02-23T22:50:32+10:00)
[git] gregorycu -> minetest/minetest: Optimise MapBlockMesh related functions 577701c http://git.io/Arj8 (2015-02-23T23:20:31+10:00)
[git] nerzhul -> minetest/minetest: Rename --do-unittests to --run-unittests as @Zeno- and @sfan5 requested b4acac7 http://git.io/A1oA (2015-02-24T08:56:52+01:00)
[git] BlockMen -> minetest/minetest_game: Add beds edb02e9 http://git.io/A9X3 (2015-02-24T20:59:04+01:00)
[git] BlockMen -> minetest/minetest_game: Use only red and white wool for beds ea7b04a http://git.io/A9Ab (2015-02-24T21:55:14+01:00)
[git] rubenwardy -> minetest/minetest: Add camera smoothing and cinematic mode (F8) d65a90a http://git.io/AddR (2015-02-25T15:34:33+01:00)
[git] paramat -> minetest/minetest: Biome API: Re-calculate biome at every surface in a mapchunk column 14f7df9 http://git.io/Ap8E (2015-02-26T03:35:25Z)
[git] rubenwardy -> minetest/minetest: Wrap lines longer than 80 characters in lua_api.txt ...and minor formating changes 2b189d4 http://git.io/xTuJ (2015-02-27T13:41:17+10:00)
[git] Zeno- -> minetest/minetest: Fix minor memory leak (Android) 338e66a http://git.io/xTuU (2015-02-27T13:40:27+10:00)
[git] nerzhul -> minetest/minetest: Add find_surface_nodes_in_area LUA call which permit to only get the nodes which touch air. This permit to massively improve performance for mods like plantlife 0f556d0 http://git.io/xIJI (2015-02-27T21:34:33+10:00)
[git] Zeno- -> minetest/minetest: Change find_surface_nodes_in_area to find_nodes_in_area_under_air fdb9140 http://git.io/xIUD (2015-02-27T21:42:00+10:00)
[git] MT-Modder -> minetest/minetest_game: Add reverse recipes for hoes 3e912f7 http://git.io/xZbG (2015-02-28T22:05:07+01:00)
[git] tenplus1 -> minetest/minetest_game: Make empty buckets stackable df35360 http://git.io/xZpZ (2015-02-28T22:15:46+01:00)
[git] kilbith -> minetest/minetest_game: Optimize textures and model (use *.b3d instead *.x) f86ac2f http://git.io/xnfR (2015-02-28T22:33:19+01:00)
[git] Calinou -> minetest/minetest_game: Make some tools dig faster 5a2aab8 http://git.io/xnkH (2015-02-28T22:44:31+01:00)
[git] thatgraemeguy -> minetest/minetest_game: Remove dupe aliases (fixes #438) e604d8d http://git.io/xnLR (2015-02-28T22:49:32+01:00)
[git] est31 -> minetest/minetest: Add /setpassword and /clearpassword logging 1a175c6 http://git.io/xnZC (2015-02-27T23:00:28+01:00)
[git] paramat -> minetest/minetest: Mgv6: Add heightmap. Do not make large caves that are entirely above ground 773aa8c http://git.io/x4zB (2015-03-02T02:13:43Z)
[git] Zeno- -> minetest/minetest: Fix narrow_to_wide_c (ANDROID) aefe807 http://git.io/x4XP (2015-03-02T13:16:01+10:00)
[git] nerzhul -> minetest/minetest: Send Player HP when setHP (or a setHP caller) is called instead of looping and testing the state change. 64ff966 http://git.io/xoz8 (2015-03-03T16:06:04+01:00)
[git] nerzhul -> minetest/minetest: Send Breath packet on event, don't check it at each AsyncRunStep 7e56637 http://git.io/xoym (2015-03-03T16:33:20+01:00)
[git] nerzhul -> minetest/minetest: Remove unused m_wielded_item_not_sent 038d3a3 http://git.io/xKCu (2015-03-03T17:36:54+01:00)
[git] nerzhul -> minetest/minetest: Send Inventory packet on event, don't check it at each AsyncRunStep. 1b2f644 http://git.io/xMWI (2015-03-04T11:29:39+01:00)
[git] nerzhul -> minetest/minetest: ASyncRunStep doesn't need to lock when do setTimeOfDaySpeed. 7f8f978 http://git.io/xMRN (2015-03-04T11:46:31+01:00)
[git] nerzhul -> minetest/minetest: Send Position packet on event, don't check it at each AsyncRunStep. 40bf1d7 http://git.io/xMwS (2015-03-04T12:19:26+01:00)
[git] SmallJoker -> minetest/minetest: Radius parameter for /deleteblocks here bbed01a http://git.io/xDwa (2015-03-05T00:10:53+10:00)
[git] Zeno- -> minetest/minetest: Fix memory leak in MapgenV6 9e67579 http://git.io/x7RM (2015-03-05T15:17:37+10:00)
[git] nerzhul -> minetest/minetest: Remove Queue class which uses std::list and use native std::queue b214cde http://git.io/x768 (2015-03-05T16:49:51+10:00)
[git] Zeno- -> minetest/minetest: Fix mapgen using unitialised height map values daa1c30 http://git.io/xFOn (2015-03-06T01:42:55+10:00)
[git] paramat -> minetest/minetest: Biome API: Enable decorations placed on water c7454d4 http://git.io/xxbM (2015-03-06T03:32:15Z)
[git] BlockMen -> minetest/minetest_game: Add option to disable bed respawn, better recipe for fancy bed 2a6050e http://git.io/xpNv (2015-03-06T10:46:05+01:00)
[git] kilbith -> minetest/minetest_game: Remove undeclared writing variable 86e0e4b http://git.io/xhka (2015-03-06T11:49:22+01:00)
[git] BlockMen -> minetest/minetest_game: Fix beds respawn settings check 41837e6 http://git.io/pv0m (2015-03-06T19:29:16+01:00)
[git] paramat -> minetest/minetest: Dungeongen: Optionally set ignore to be untouchable to disable floating dungeons ffdf8de http://git.io/pUW1 (2015-03-07T01:41:53Z)
[git] Zeno- -> minetest/minetest: Fix Android text bug (no text displaying) 5698e2b http://git.io/pTQr (2015-03-07T20:51:07+10:00)
[git] Zeno- -> minetest/minetest: For usages of assert() that are meant to persist in Release builds (when NDEBUG is defined), replace those usages with persistent alternatives ced6d20 http://git.io/pkcy (2015-03-07T22:41:47+10:00)
[git] ShadowNinja -> minetest/minetest_game: Fix bucket code indentation 794a436 http://git.io/pq0n (2015-03-07T21:26:55-05:00)
[git] paramat -> minetest/minetest: Heightmaps: Fix uninitialised values in mgv5/mgv6. findGroundLevel: Return -MAP_GENERATION_LIMIT if surface not found d463000 http://git.io/pq6N (2015-03-08T03:54:03Z)
[git] MoNTE48 -> minetest/minetest: Update Android Makefile c788b17 http://git.io/pq7e (2015-03-08T15:48:40+10:00)
[git] ShadowNinja -> minetest/minetest: Make the dummy backend only look up blocks once 969413b http://git.io/pmsz (2015-03-08T03:16:40-04:00)
Download: minetest-0.4.12-969413b
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

User avatar
DevilRomeoAPLUS
Member
Posts: 38
Joined: Sun Dec 14, 2014 10:53
In-game: DevilRomeo2
Location: Malaysia

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

by DevilRomeoAPLUS » Post

Does 32 Bit Builds support Direct 3D cause when i tried 1 of ur 32 4.10 build no support Direct 3D
Bananana Banananana *Nom*

User avatar
Krock
Developer
Posts: 4650
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker
Location: Switzerland
Contact:

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

by Krock » Post

DevilRomeoAPLUS wrote:Does 32 Bit Builds support Direct 3D cause when i tried 1 of ur 32 4.10 build no support Direct 3D
How about the latest 0.4.12 build?
Look, I programmed a bug for you. >> Mod Search Engine << - Mods by Krock - DuckDuckGo mod search bang: !mtmod <keyword here>

sfan5
Moderator
Posts: 4095
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

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

by sfan5 » Post

Nope, only the 64-bit build supports Direct3D.
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

sfan5
Moderator
Posts: 4095
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

Minetest 0.4.12-6cf7c89

by sfan5 » Post

Spoiler
[git] nerzhul -> minetest/minetest: Fix unitialized data when creating TOSERVER_INIT packet 57d86cf http://git.io/pOPm (2015-03-08T18:03:43+01:00)
[git] nerzhul -> minetest/minetest: Fix memleak pointed by issue #2439. 3ae16f1 http://git.io/pO12 (2015-03-08T18:13:27+01:00)
[git] Zeno- -> minetest/minetest: Stop formspecs closing with double-click in empty area e74b8da http://git.io/ps7x (2015-03-09T12:42:25+10:00)
[git] Zeno- -> minetest/minetest: Ensure that heightmap is initialized before use d4e210e http://git.io/p4G3 (2015-03-10T18:46:28+10:00)
[git] ShadowNinja -> minetest/minetest: Silence Clang warning adfcdc5 http://git.io/pz6F (2015-03-10T20:47:52-04:00)
[git] paramat -> minetest/minetest: lua_api/l_mapgen: Fix overlapping areas of minetest.generate_ores/decorations b2b6bbf http://git.io/pgcJ (2015-03-11T03:36:39Z)
[git] paramat -> minetest/minetest: Mgv6: Fix uninitialised heightmap used by cavegen 29e46d6 http://git.io/pgPF (2015-03-11T06:04:07Z)
[git] est31 -> minetest/minetest: Unescape tooltip texts 140245a http://git.io/paiX (2015-03-11T14:33:07+01:00)
[git] paramat -> minetest/minetest: Mgv5/mgv7: Add desert temples if desert stone detected in mapchunk 6ce0985 http://git.io/p6Cj (2015-03-12T02:33:16Z)
[git] nerzhul -> minetest/minetest: Don't handle PlayerPos packet coming from client if player is dead 3067d78 http://git.io/pi0V (2015-03-12T10:32:16+01:00)
[git] nerzhul -> minetest/minetest: handleCommand_Breath mustn't update breath is player is dead. A dead player doesn't breath. afb19f3 http://git.io/piFG (2015-03-12T11:27:28+01:00)
[git] SmallJoker -> minetest/minetest: Update Indonesian Language 7c19933 http://git.io/pXoM (2015-03-12T17:08:08+01:00)
[git] nerzhul -> minetest/minetest: Use the new Player::isDead function when it's the case 4e63c97 http://git.io/pSsm (2015-03-13T08:57:58+01:00)
[git] nerzhul -> minetest/minetest: Rename some packet and handlers to <packet>_Legacy name for compat layer between new network changes and old network clients 126f36c http://git.io/p9Zd (2015-03-13T13:40:48+01:00)
[git] nerzhul -> minetest/minetest: Handle the newly added TOCLIENT_ACCESS_DENIED and TOCLIENT_DELETE_PARTICLESPAWNER 9f3fc72 http://git.io/p9rg (2015-03-13T14:28:20+01:00)
[git] nerzhul -> minetest/minetest: Prepare Protocol v25 init & authentication. 74d34da http://git.io/p72M (2015-03-13T20:23:03+01:00)
[git] nerzhul -> minetest/minetest: Replace NetworkPacket pointers to references 083c8c7 http://git.io/p54w (2015-03-13T22:01:49+01:00)
[git] nerzhul -> minetest/minetest: client.cpp: typo fix and break; fix to make some compilers happy 0e93eef http://git.io/p5Eu (2015-03-13T22:08:48+01:00)
[git] Zeno- -> minetest/minetest: Disable double-click -> ESC translation for main menu de6d5ce http://git.io/pNe4 (2015-03-14T23:41:42+10:00)
[git] paramat -> minetest/minetest: mg_decoration: Raise highest allowed deco top to max edge of voxelmanip 89217fa http://git.io/ppQV (2015-03-15T04:15:48Z)
[git] nerzhul -> minetest/minetest: Android Makefile update backported from stable-0.4 with minor changes 2bc0165 http://git.io/phoZ (2015-03-15T11:21:34+01:00)
[git] est31 -> minetest/minetest: Finer progress bar updates when initializing nodes e4f7c92 http://git.io/pjvk (2015-03-15T22:01:52+10:00)
[git] nerzhul -> minetest/minetest: If player is dead, permit it to respawn, even if damages are not enabled aaf26b3 http://git.io/hJad (2015-03-16T10:02:01+01:00)
[git] nerzhul -> minetest/minetest: Rename packethandler/{client,server}.cpp to {client,server}packethandler.cpp b560294 http://git.io/hJrh (2015-03-16T10:19:19+01:00)
[git] nerzhul -> minetest/minetest: Move TOCLIENT_ACTIVE_OBJECT_REMOVE_ADD and TOCLIENT_ACTIVE_OBJECT_MESSAGES to private functions e7736ff http://git.io/hUTc (2015-03-16T12:01:40+01:00)
[git] nerzhul -> minetest/minetest: Move client packet generators to dedicated functions for: d63df4e http://git.io/hUuS (2015-03-16T12:39:27+01:00)
[git] est31 -> minetest/minetest: Android: Fix auto-entry of server address and port in mainmenu 16b961b http://git.io/hIzM (2015-03-16T20:04:00+01:00)
[git] nerzhul -> minetest/minetest: Server::step throw is never catched. Replace it with an errorstream + assert 5f8e48c http://git.io/hIPo (2015-03-16T20:25:35+01:00)
[git] nerzhul -> minetest/minetest: Bump android version code ceac41e http://git.io/hI93 (2015-03-16T20:37:31+01:00)
[git] kwolekr -> minetest/minetest: Revert "Server::step throw is never catched. Replace it with an errorstream + assert" 699d42e http://git.io/ht9O (2015-03-16T21:17:27-04:00)
[git] Zeno- -> minetest/minetest: Fix various damage related bugs (client-side) c552d29 http://git.io/hqQ3 (2015-03-17T17:08:00+10:00)
[git] Zeno- -> minetest/minetest: Minor cleanup: game.cpp 34c5a5b http://git.io/hqQs (2015-03-17T17:07:39+10:00)
[git] Zeno- -> minetest/minetest: Minor bug fix (lag between damage flash and hearts updating) dbe5a44 http://git.io/hqNk (2015-03-17T17:39:59+10:00)
[git] paramat -> minetest/minetest_game: default/mapgen.lua: Update biomes for new biome API a192f9f http://git.io/hqxd (2015-03-17T07:46:45Z)
[git] fz72 -> minetest/minetest: Save creative_mode and enable_damage setting for each world in world.mt 8ca08a8 http://git.io/hnjN (2015-03-18T09:53:24+01:00)
[git] paramat -> minetest/minetest: Mgv6: Remove addDirtGravelBlobs, replaced by blob ore in Minetest Game 22730bb http://git.io/hcVA (2015-03-18T10:55:58Z)
[git] nerzhul -> minetest/minetest: ServerpacketHandler: spelling fixes 8f2e9bf http://git.io/hcra (2015-03-18T12:06:02+01:00)
[git] nerzhul -> minetest/minetest: Add a Lua call to do damages / heals 467fc0d http://git.io/hCVi (2015-03-18T14:52:35+01:00)
[git] sfan5 -> minetest/minetestmapper: Clarify function of thickness param of nodes 70b7550 http://git.io/h4BX (2015-03-18T22:22:10+01:00)
[git] sfan5 -> minetest/minetestmapper: Rename some variables to make their purpose clearer a361e4d http://git.io/h4wS (2015-03-18T22:49:19+01:00)
[git] nerzhul -> minetest/minetest: Reset the old HP method on PlayerSAO::setHP 2676d28 http://git.io/hR49 (2015-03-19T07:47:45+01:00)
[git] paramat -> minetest/minetest: Mgv5/mgv7: Sprinkle dust from full_node_max.Y if chunk above is generated d03c299 http://git.io/h0L0 (2015-03-19T10:18:42Z)
[git] kwolekr -> minetest/minetest: Revert "Fix issue #2441: crash on respawn, since a conversion std::list to std::vector on Environment.cpp" 26153ba http://git.io/hiLK (2015-03-20T18:41:26-04:00)
[git] Warr1024 -> minetest/minetest: Configurable automatic texture scaling and filtering at load time. 1e4fb80 http://git.io/higs (2015-03-20T20:21:42-04:00)
[git] gregorycu -> minetest/minetest: Optimize minetest.get_(all)_craft_recipe(s) 03e0dd3 http://git.io/hiME (2015-03-20T21:41:18-04:00)
[git] SmallJoker -> minetest/minetest: Connect rails with connect_to_raillike and shorten the codes 709f4a5 http://git.io/hXrq (2015-03-21T22:59:27+10:00)
[git] Warr1024 -> minetest/minetest: Fix composite textures with texture_min_size. Moved upscaling of textures to later in the process, when images are converted to textures, instead of right after image load, so the original image is unmodified for generateImagePart. 837a2e1 http://git.io/h14c (2015-03-22T01:31:01+10:00)
[git] jp@localhost.localdomain -> minetest/minetest_game: Optimize boat model 9eb9502 http://git.io/h1P6 (2015-03-21T17:28:36+01:00)
[git] kwolekr -> minetest/minetest: Fix some loose ends from 3993093f 761b127 http://git.io/hyMQ (2015-03-22T02:58:54-04:00)
[git] nerzhul -> minetest/minetest: Remove unused ConnectionCommand::sendToAll function. NetworkPacket::oldForgePacket returns Buffer instead of SharedBuffer and is used in ConnectionCommand instead of Connection::Send 61f2d0c http://git.io/hSzz (2015-03-22T12:18:16+01:00)
[git] nerzhul -> minetest/minetest: Revert "Add a Lua call to do damages / heals" ok @ShadowNinja 008d7e0 http://git.io/hHGq (2015-03-22T18:01:56+01:00)
[git] paramat -> minetest/minetest: Mgv7: 1 up , 1 down overgeneration for chunk border continuity d6638b4 http://git.io/hQfD (2015-03-22T19:30:08Z)
[git] nerzhul -> minetest/minetest: Protect Player::hud from concurrent modifications 0e5e497 http://git.io/hQTa (2015-03-22T20:47:07+01:00)
[git] nerzhul -> minetest/minetest: Player: Fix a deadlock triggered by previous commit 0e5e49736c0a5fa29bca257bafc02d7c7a7171c9 0ae75f2 http://git.io/hQnC (2015-03-22T21:33:09+01:00)
[git] est31 -> minetest/minetest: Fix minetest.get_craft_recipe function 5b5c498 http://git.io/h72X (2015-03-23T13:40:20+10:00)
[git] est31 -> minetest/minetest: Fix cmake po detection bug c31c87a http://git.io/h72A (2015-03-23T13:43:18+10:00)
[git] est31 -> minetest/minetest: Fix Android build on 32 bit 15d9cd3 http://git.io/h7oI (2015-03-23T14:11:39+10:00)
[git] Warr1024 -> minetest/minetest: Fix for sun/moon tonemaps: don't upscale 1px images. 6cf7c89 http://git.io/h7pG (2015-03-23T17:01:37+10:00)
Download: minetest-0.4.12-6cf7c89
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

sfan5
Moderator
Posts: 4095
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

Minetest 0.4.12-e0889c6

by sfan5 » Post

Spoiler
[git] paramat -> minetest/minetest: Mgv6: Use heightmap in placeTreesAndJungleGrass() 37a6297 http://git.io/hAaC (2015-03-23T21:55:01Z)
[git] kwolekr -> minetest/minetest: Fix endianness inconsistency with PcgRandom::bytes() 9fc2b93 http://git.io/hxX3 (2015-03-23T22:23:16-04:00)
[git] kwolekr -> minetest/minetest: Schematics: Error if unable to open file a423202 http://git.io/hxXs (2015-03-23T22:22:14-04:00)
[git] kwolekr -> minetest/minetest: Add core.register_schematic() and cache schematics on use 732d7b9 http://git.io/hxXV (2015-03-23T22:23:38-04:00)
[git] Zeno- -> minetest/minetest: Slow down the "key repeat" touch speed for some Android controls 9fbc3a8 http://git.io/hhXU (2015-03-24T22:19:32+10:00)
[git] Zeno- -> minetest/minetest: Update timestamp to include date 2641fcc http://git.io/jeEk (2015-03-25T02:30:17+10:00)
[git] Zeno- -> minetest/minetest: Change filename of screenshots to something more human readable 4fbcfac http://git.io/jeM3 (2015-03-25T02:55:28+10:00)
[git] Wuzzy2 -> minetest/minetest: Update German translation and minetest.pot b711d90 http://git.io/jTci (2015-03-25T09:04:54+01:00)
[git] nerzhul -> minetest/minetest: Remove duplicate code since 8ca08a850ff2494652aa0ac2daa3d00f03aa4e7a 284fefb http://git.io/jTCX (2015-03-25T09:08:17+01:00)
[git] paramat -> minetest/minetest_game: flowers/mapgen.lua: Register flower decorations for mgv6 8a8712e http://git.io/jq7D (2015-03-25T21:28:15Z)
[git] paramat -> minetest/minetest_game: flowers/mapgen.lua: Remove unnecessary double quotation marks 21c874a http://git.io/jmUM (2015-03-25T22:03:53Z)
[git] paramat -> minetest/minetest_game: default/mapgen.lua: Register mgv6 decorations ccb4b92 http://git.io/jc2b (2015-03-27T00:29:44Z)
[git] ShadowNinja -> minetest/minetest: Clean up and tweak build system 93fcab9 http://git.io/j40W (2015-03-27T15:00:48-04:00)
[git] ShadowNinja -> minetest/minetest: Fix MSVC compile error 3d53c90 http://git.io/j4Vf (2015-03-27T15:16:41-04:00)
[git] ShadowNinja -> minetest/minetest: Document nil player as being allowed for can_dig e680d49 http://git.io/j4VJ (2015-03-27T15:11:28-04:00)
[git] ShadowNinja -> minetest/minetest: Fix typo in OpenGL ES 2 CMake file 393722a http://git.io/j4VU (2015-03-27T15:10:27-04:00)
[git] ShadowNinja -> minetest/minetest: Change error_message from wstring to string 3007546 http://git.io/jR83 (2015-03-27T20:24:04-04:00)
[git] ShadowNinja -> minetest/minetest: Make camera clear error message if there's no error 3ef0b4e http://git.io/jRPb (2015-03-27T22:20:10-04:00)
[git] ShadowNinja -> minetest/minetest: Fix GetText translation loading 5659434 http://git.io/jRPN (2015-03-27T22:10:08-04:00)
[git] Zeno- -> minetest/minetest: Add Lua function get_video_modes() for main menu 2430b2e http://git.io/jR9T (2015-03-28T13:26:03+10:00)
[git] Rui914 -> minetest/minetest: Update minetest.po b21230b http://git.io/jRjD (2015-03-28T16:05:29+10:00)
[git] nerzhul -> minetest/minetest: queued_commands must be a std::deque. RunCommandQueues needs to push packet on front, not back dfe00ab http://git.io/j2gU (2015-03-29T10:49:43+02:00)
[git] Zeno- -> minetest/minetest: Update credits e3d69f2 http://git.io/jaTJ (2015-03-29T21:31:13+10:00)
[git] Zeno- -> minetest/minetest: Fix typo 3410101 http://git.io/jasc (2015-03-29T22:08:14+10:00)
[git] Zeno- -> minetest/minetest: Make sure g_timegetter is initalised before running speedtests e1475bd http://git.io/janN (2015-03-29T22:21:32+10:00)
[git] Zeno- -> minetest/minetest: Fix Android build-related bugs 5ee0d8a http://git.io/jaCx (2015-03-29T22:27:01+10:00)
[git] Zeno- -> minetest/minetest: Let main menu scale (non-Android) bf06b68 http://git.io/jaFw (2015-03-30T00:33:07+10:00)
[git] Zeno- -> minetest/minetest: On Android enable always fast ff924ef http://git.io/jaAt (2015-03-30T00:40:12+10:00)
[git] kilbith -> minetest/minetest_game: Add vessels shelf 3f2e35e http://git.io/jwY9 (2015-03-29T21:00:32+02:00)
[git] BlockMen -> minetest/minetest_game: Add Meselamps 820a97e http://git.io/jwnI (2015-03-29T21:17:53+02:00)
[git] MT-Modder -> minetest/minetest_game: Slow down fire spread a bit 525f467 http://git.io/jwCr (2015-03-29T21:25:46+02:00)
[git] Rui914 -> minetest/minetest_game: Add max_hear_distance for fire 9c15ebc http://git.io/jwl2 (2015-03-29T21:35:03+02:00)
[git] sfan5 -> sfan5/minetestbot-modules: Unicode is fun 37a59ad http://git.io/jwB3 (2015-03-29T21:43:55+02:00)
[git] paramat -> minetest/minetest_game: Default/mapgen.lua: Remove ores absheight flags. Add aliases for mgv6 snow biomes 4a7a51a http://git.io/jrIW (2015-03-30T00:21:47+01:00)
[git] nerzhul -> minetest/minetest: Use Buffer not SharedBuffer in NetworkPacket::oldForgePacket 6a48844 http://git.io/jPYz (2015-03-30T19:55:14+02:00)
[git] kwolekr -> minetest/minetest: GenElementManager: Pass opaque handles to Lua and rename to ObjDefManager ed10005 http://git.io/jMzv (2015-03-31T01:11:51-04:00)
[git] Zeno- -> minetest/minetest: Change format of screenshot names 862d4ea http://git.io/jMMn (2015-03-31T16:24:25+10:00)
[git] Warr1024 -> minetest/minetest: Move texture_min_size even further down the pipe. Now, textures are JIT-upscaled using an image transformation, right at the time they're added to a mesh or particle; images used in 2D elements are left unscaled. This should fix any remaining issues with HUD elements. db32e6c http://git.io/jMHo (2015-03-31T16:56:33+10:00)
[git] nerzhul -> minetest/minetest: Typo in getOutgoingSequenceNumber => successfull to successful 7c12172 http://git.io/jMFk (2015-03-31T09:18:11+02:00)
[git] nerzhul -> minetest/minetest: RunCommandQueues: little optimization ab77bf9 http://git.io/jMN8 (2015-03-31T09:29:33+02:00)
[git] nerzhul -> minetest/minetest: Connection::Receive(): receive Network Packet instead of SharedBuffer<u8>. 1fe4256 http://git.io/jDRS (2015-03-31T11:01:08+02:00)
[git] Zeno- -> minetest/minetest: Fix use of unitialized variable in gettext.cpp d1d5618 http://git.io/jyTu (2015-03-31T21:26:34+10:00)
[git] kwolekr -> minetest/minetest: Fix set_bits 699e066 http://git.io/j5M6 (2015-03-31T23:30:44-04:00)
[git] kwolekr -> minetest/minetest: ObjDefManager, Mapgen SAPI: Huge refactoring 337e79c http://git.io/j5Mi (2015-03-31T23:27:58-04:00)
[git] kwolekr -> minetest/minetest: Fix usage of destroyed mutex b4247df http://git.io/j594 (2015-03-31T23:50:38-04:00)
[git] Warr1024 -> minetest/minetest: Clean scaling pre-filter for formspec/HUD. 6d61375 http://git.io/j5QV (2015-04-01T00:01:05-04:00)
[git] kwolekr -> minetest/minetest: Fix some minor details from 6d61375 ddf96c7 http://git.io/j57j (2015-04-01T00:19:10-04:00)
[git] nerzhul -> minetest/minetest: NetworkPacket: reading outside packet is now clearer. 113bdd3 http://git.io/jbUB (2015-04-01T14:47:46+02:00)
[git] Zeno- -> minetest/minetest: Move globals from main.cpp to more sane locations 9527984 http://git.io/jbqo (2015-04-01T23:04:25+10:00)
[git] paramat -> minetest/minetest: Treegen: Add pine tree. Force place trunks 74eb14c http://git.io/jpkb (2015-04-01T22:54:49+01:00)
[git] SmallJoker -> minetest/minetest: Fix MSVC error caused by ed10005 58d62ad http://git.io/vevGx (2015-04-02T22:56:36+10:00)
[git] Warr1024 -> minetest/minetest: Fix crash caused by null texture in GUI formspec/HUD. 92f2069 http://git.io/vevPX (2015-04-02T23:56:46+10:00)
[git] nerzhul -> minetest/minetest: Create PacketError exception and use it with ACTIVEOBJECT_REMOVE_ADD handler which can be unreliable aa340fd http://git.io/veIV5 (2015-04-03T08:53:31+02:00)
[git] nerzhul -> minetest/minetest: Fix players spawned at (0,0,0) in some rare cases instead of static_spawnpoint, if set 470de10 http://git.io/veID2 (2015-04-03T09:44:36+02:00)
[git] est31 -> minetest/minetest: Remove errorstream logging on password change 1cb4045 http://git.io/veLpk (2015-04-03T14:01:41+02:00)
[git] paramat -> minetest/minetest_game: Default/mapgen: Fix missing num_spawn_by = 1 line for papyrus 87468eb http://git.io/venr5 (2015-04-05T01:37:14+01:00)
[git] est31 -> minetest/minetest: Add reason to kicked log message and use present tense fedbbc8 http://git.io/venQN (2015-04-05T04:18:47+02:00)
[git] est31 -> minetest/minetest: Crafting speedup 334e704 http://git.io/vecn7 (2015-04-05T09:25:46+02:00)
[git] nerzhul -> minetest/minetest: craftdef.cpp: Return 0 after assert to make Clang happy ed3ebd6 http://git.io/vecot (2015-04-05T11:16:12+02:00)
[git] nerzhul -> minetest/minetest: Fix uninitialized variabled in ConnectionEvent 4235f67 http://git.io/vecoq (2015-04-05T11:13:30+02:00)
[git] nerzhul -> minetest/minetest: TOCLIENT_ACTIVE_OBJECT_REMOVE_ADD can be unreliable, catch PacketError exception. 8804c47 http://git.io/vecXK (2015-04-05T11:39:38+02:00)
[git] paramat -> minetest/minetest_game: Default/nodes: Make water, lava and ice is_ground_content = false fe7a982 http://git.io/ve8Lv (2015-04-06T01:43:17+01:00)
[git] Zeno- -> minetest/minetest: Change screenshot filename to one likely to work on all modern filesystems 43aab61 http://git.io/ve8mQ (2015-04-06T11:07:51+10:00)
[git] est31 -> minetest/minetest: Make comments consistent with TOSERVER_INIT -> TOSERVER_INIT_LEGACY rename f817597 http://git.io/veuNh (2015-04-07T00:15:15+02:00)
[git] paramat -> minetest/minetest: Cavegen: Remove now unnecessary checks for water, lava, ice 392ac41 http://git.io/vegkY (2015-04-07T04:43:24+01:00)
[git] ShadowNinja -> minetest/minetest: Fix missing SQLite3 statement pointer initialization 3c6e112 http://git.io/vegsd (2015-04-07T00:31:41-04:00)
[git] nerzhul -> minetest/minetest: TOCLIENT_ACTIVE_OBJECT_MESSAGES: channel must be 1 for unreliable message 5132908 http://git.io/veazv (2015-04-07T14:28:36+02:00)
[git] kwolekr -> minetest/minetest: Schematics: Prepend mod path to relative schematic filepaths 0df7361 http://git.io/ve6sG (2015-04-08T00:28:56-04:00)
[git] AMDmi3 -> minetest/minetest: Fix freetype detection d2fc98e http://git.io/ve6GM (2015-04-08T00:37:27-04:00)
[git] kwolekr -> minetest/minetest: Link against shlwapi.lib and unify linker input sources for Windows c758fd7 http://git.io/ve1Fg (2015-04-08T12:56:53-04:00)
[git] est31 -> minetest/minetest: Document for api functions that rely on current_modname, that it doesn't work when not loading mods 0a41326 http://git.io/veD62 (2015-04-08T23:05:26+02:00)
[git] nerzhul -> minetest/minetest: Fix a rare crash case un SendPlayerHP ce8a9ed http://git.io/vvfv3 (2015-04-11T10:07:23+02:00)
[git] paramat -> minetest/minetest: Mgv6: Add optional snow biomes 75cbd80 http://git.io/vvkyC (2015-04-12T04:27:26+01:00)
[git] paramat -> minetest/minetest: Mgv6: Fix taiga, allow pine tree spawning on snowblocks a5f942c http://git.io/vvkpQ (2015-04-12T05:52:41+01:00)
[git] ngosang -> minetest/minetest: Add Spanish comment translation to minetest.desktop 8c688bf http://git.io/vvtAU (2015-04-12T19:08:23+02:00)
[git] paramat -> minetest/minetest: Conf.example: Update, fix and improve mapgen flags docs 39fd4da http://git.io/vvYw2 (2015-04-13T07:35:25+01:00)
[git] kwolekr -> minetest/minetest: Schematics: Reorganize (de)serialization and add Lua serialization API b2a89c0 http://git.io/vvYXX (2015-04-13T03:10:52-04:00)
[git] paramat -> minetest/minetest: Defaultsettings: Add dungeons and jungles flags. Update conf.example a09e442 http://git.io/vvcVP (2015-04-14T02:04:57+01:00)
[git] paramat -> minetest/minetest_game: Minetest.conf: Move mapgen flags to engine .conf f49faad http://git.io/vvcPY (2015-04-14T02:32:06+01:00)
[git] paramat -> minetest/minetest: Mgv5/v7: Add check for water for deciding biome node stability ad789be http://git.io/vvrWT (2015-04-16T04:01:58+01:00)
[git] paramat -> minetest/minetest: Mgv5: Fix above/below ground spawn when water level is altered d02300a http://git.io/vvrQk (2015-04-16T06:36:57+01:00)
[git] sfan5 -> sfan5/minetestbot-modules: Add !resadj 173c677 http://git.io/vvoCp (2015-04-16T10:07:14+02:00)
[git] nerzhul -> minetest/minetest: Use std::vector instead of std::set for Environment::getObjectsInsideRadius 0c634a9 http://git.io/vvixn (2015-04-16T18:37:29+02:00)
[git] kwolekr -> minetest/minetest: Schematics: Refactor NodeResolver and add NodeResolveMethod 479f389 http://git.io/vvXPG (2015-04-16T16:27:05-04:00)
[git] est31 -> minetest/minetest: Fix build for < C++11 since last commit b318c47 http://git.io/vvMfd (2015-04-17T02:34:02+02:00)
[git] est31 -> minetest/minetest: Fix path detection with --std= parameter 4abb96f http://git.io/vvMud (2015-04-17T05:12:06+02:00)
[git] kwolekr -> minetest/minetest: Biomes: Remove referenced biomes from Decorations on clear 821d002 http://git.io/vvMw8 (2015-04-16T23:38:05-04:00)
[git] est31 -> minetest/minetest: Refactor around translatePassword f0a1379 http://git.io/vvMiG (2015-04-17T06:10:30+02:00)
[git] kwolekr -> minetest/minetest: Schematics: Remove referenced schematics from Decorations on clear 406d9ba http://git.io/vvMDZ (2015-04-17T00:53:05-04:00)
[git] kwolekr -> minetest/minetest: Switch to check_v3s16 in l_mapgen.cpp and l_vmanip.cpp for type safety 3576f4f http://git.io/vvMyU (2015-04-17T01:03:13-04:00)
[git] est31 -> minetest/minetest: Fix build since: "Remove referenced schematics from Decorations on clear" d4d561f http://git.io/vvD4N (2015-04-17T10:30:59+02:00)
[git] SmallJoker -> minetest/minetest: 10s timeout when connecting to server 5f0b36b http://git.io/vvDaa (2015-04-17T10:40:48+02:00)
[git] kwolekr -> minetest/minetest: Schematics: Fix core.schematic_create() e0889c6 http://git.io/vv7eZ (2015-04-17T18:39:37-04:00)
Download: minetest-0.4.12-e0889c6
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

u34

Re: Minetest 0.4.12-e0889c6

by u34 » Post

sfan5 wrote:
Spoiler
[git] paramat -> minetest/minetest: Mgv6: Use heightmap in placeTreesAndJungleGrass() 37a6297 http://git.io/hAaC (2015-03-23T21:55:01Z)
[git] kwolekr -> minetest/minetest: Fix endianness inconsistency with PcgRandom::bytes() 9fc2b93 http://git.io/hxX3 (2015-03-23T22:23:16-04:00)
[git] kwolekr -> minetest/minetest: Schematics: Error if unable to open file a423202 http://git.io/hxXs (2015-03-23T22:22:14-04:00)
[git] kwolekr -> minetest/minetest: Add core.register_schematic() and cache schematics on use 732d7b9 http://git.io/hxXV (2015-03-23T22:23:38-04:00)
[git] Zeno- -> minetest/minetest: Slow down the "key repeat" touch speed for some Android controls 9fbc3a8 http://git.io/hhXU (2015-03-24T22:19:32+10:00)
[git] Zeno- -> minetest/minetest: Update timestamp to include date 2641fcc http://git.io/jeEk (2015-03-25T02:30:17+10:00)
[git] Zeno- -> minetest/minetest: Change filename of screenshots to something more human readable 4fbcfac http://git.io/jeM3 (2015-03-25T02:55:28+10:00)
[git] Wuzzy2 -> minetest/minetest: Update German translation and minetest.pot b711d90 http://git.io/jTci (2015-03-25T09:04:54+01:00)
[git] nerzhul -> minetest/minetest: Remove duplicate code since 8ca08a850ff2494652aa0ac2daa3d00f03aa4e7a 284fefb http://git.io/jTCX (2015-03-25T09:08:17+01:00)
[git] paramat -> minetest/minetest_game: flowers/mapgen.lua: Register flower decorations for mgv6 8a8712e http://git.io/jq7D (2015-03-25T21:28:15Z)
[git] paramat -> minetest/minetest_game: flowers/mapgen.lua: Remove unnecessary double quotation marks 21c874a http://git.io/jmUM (2015-03-25T22:03:53Z)
[git] paramat -> minetest/minetest_game: default/mapgen.lua: Register mgv6 decorations ccb4b92 http://git.io/jc2b (2015-03-27T00:29:44Z)
[git] ShadowNinja -> minetest/minetest: Clean up and tweak build system 93fcab9 http://git.io/j40W (2015-03-27T15:00:48-04:00)
[git] ShadowNinja -> minetest/minetest: Fix MSVC compile error 3d53c90 http://git.io/j4Vf (2015-03-27T15:16:41-04:00)
[git] ShadowNinja -> minetest/minetest: Document nil player as being allowed for can_dig e680d49 http://git.io/j4VJ (2015-03-27T15:11:28-04:00)
[git] ShadowNinja -> minetest/minetest: Fix typo in OpenGL ES 2 CMake file 393722a http://git.io/j4VU (2015-03-27T15:10:27-04:00)
[git] ShadowNinja -> minetest/minetest: Change error_message from wstring to string 3007546 http://git.io/jR83 (2015-03-27T20:24:04-04:00)
[git] ShadowNinja -> minetest/minetest: Make camera clear error message if there's no error 3ef0b4e http://git.io/jRPb (2015-03-27T22:20:10-04:00)
[git] ShadowNinja -> minetest/minetest: Fix GetText translation loading 5659434 http://git.io/jRPN (2015-03-27T22:10:08-04:00)
[git] Zeno- -> minetest/minetest: Add Lua function get_video_modes() for main menu 2430b2e http://git.io/jR9T (2015-03-28T13:26:03+10:00)
[git] Rui914 -> minetest/minetest: Update minetest.po b21230b http://git.io/jRjD (2015-03-28T16:05:29+10:00)
[git] nerzhul -> minetest/minetest: queued_commands must be a std::deque. RunCommandQueues needs to push packet on front, not back dfe00ab http://git.io/j2gU (2015-03-29T10:49:43+02:00)
[git] Zeno- -> minetest/minetest: Update credits e3d69f2 http://git.io/jaTJ (2015-03-29T21:31:13+10:00)
[git] Zeno- -> minetest/minetest: Fix typo 3410101 http://git.io/jasc (2015-03-29T22:08:14+10:00)
[git] Zeno- -> minetest/minetest: Make sure g_timegetter is initalised before running speedtests e1475bd http://git.io/janN (2015-03-29T22:21:32+10:00)
[git] Zeno- -> minetest/minetest: Fix Android build-related bugs 5ee0d8a http://git.io/jaCx (2015-03-29T22:27:01+10:00)
[git] Zeno- -> minetest/minetest: Let main menu scale (non-Android) bf06b68 http://git.io/jaFw (2015-03-30T00:33:07+10:00)
[git] Zeno- -> minetest/minetest: On Android enable always fast ff924ef http://git.io/jaAt (2015-03-30T00:40:12+10:00)
[git] kilbith -> minetest/minetest_game: Add vessels shelf 3f2e35e http://git.io/jwY9 (2015-03-29T21:00:32+02:00)
[git] BlockMen -> minetest/minetest_game: Add Meselamps 820a97e http://git.io/jwnI (2015-03-29T21:17:53+02:00)
[git] MT-Modder -> minetest/minetest_game: Slow down fire spread a bit 525f467 http://git.io/jwCr (2015-03-29T21:25:46+02:00)
[git] Rui914 -> minetest/minetest_game: Add max_hear_distance for fire 9c15ebc http://git.io/jwl2 (2015-03-29T21:35:03+02:00)
[git] sfan5 -> sfan5/minetestbot-modules: Unicode is fun 37a59ad http://git.io/jwB3 (2015-03-29T21:43:55+02:00)
[git] paramat -> minetest/minetest_game: Default/mapgen.lua: Remove ores absheight flags. Add aliases for mgv6 snow biomes 4a7a51a http://git.io/jrIW (2015-03-30T00:21:47+01:00)
[git] nerzhul -> minetest/minetest: Use Buffer not SharedBuffer in NetworkPacket::oldForgePacket 6a48844 http://git.io/jPYz (2015-03-30T19:55:14+02:00)
[git] kwolekr -> minetest/minetest: GenElementManager: Pass opaque handles to Lua and rename to ObjDefManager ed10005 http://git.io/jMzv (2015-03-31T01:11:51-04:00)
[git] Zeno- -> minetest/minetest: Change format of screenshot names 862d4ea http://git.io/jMMn (2015-03-31T16:24:25+10:00)
[git] Warr1024 -> minetest/minetest: Move texture_min_size even further down the pipe. Now, textures are JIT-upscaled using an image transformation, right at the time they're added to a mesh or particle; images used in 2D elements are left unscaled. This should fix any remaining issues with HUD elements. db32e6c http://git.io/jMHo (2015-03-31T16:56:33+10:00)
[git] nerzhul -> minetest/minetest: Typo in getOutgoingSequenceNumber => successfull to successful 7c12172 http://git.io/jMFk (2015-03-31T09:18:11+02:00)
[git] nerzhul -> minetest/minetest: RunCommandQueues: little optimization ab77bf9 http://git.io/jMN8 (2015-03-31T09:29:33+02:00)
[git] nerzhul -> minetest/minetest: Connection::Receive(): receive Network Packet instead of SharedBuffer<u8>. 1fe4256 http://git.io/jDRS (2015-03-31T11:01:08+02:00)
[git] Zeno- -> minetest/minetest: Fix use of unitialized variable in gettext.cpp d1d5618 http://git.io/jyTu (2015-03-31T21:26:34+10:00)
[git] kwolekr -> minetest/minetest: Fix set_bits 699e066 http://git.io/j5M6 (2015-03-31T23:30:44-04:00)
[git] kwolekr -> minetest/minetest: ObjDefManager, Mapgen SAPI: Huge refactoring 337e79c http://git.io/j5Mi (2015-03-31T23:27:58-04:00)
[git] kwolekr -> minetest/minetest: Fix usage of destroyed mutex b4247df http://git.io/j594 (2015-03-31T23:50:38-04:00)
[git] Warr1024 -> minetest/minetest: Clean scaling pre-filter for formspec/HUD. 6d61375 http://git.io/j5QV (2015-04-01T00:01:05-04:00)
[git] kwolekr -> minetest/minetest: Fix some minor details from 6d61375 ddf96c7 http://git.io/j57j (2015-04-01T00:19:10-04:00)
[git] nerzhul -> minetest/minetest: NetworkPacket: reading outside packet is now clearer. 113bdd3 http://git.io/jbUB (2015-04-01T14:47:46+02:00)
[git] Zeno- -> minetest/minetest: Move globals from main.cpp to more sane locations 9527984 http://git.io/jbqo (2015-04-01T23:04:25+10:00)
[git] paramat -> minetest/minetest: Treegen: Add pine tree. Force place trunks 74eb14c http://git.io/jpkb (2015-04-01T22:54:49+01:00)
[git] SmallJoker -> minetest/minetest: Fix MSVC error caused by ed10005 58d62ad http://git.io/vevGx (2015-04-02T22:56:36+10:00)
[git] Warr1024 -> minetest/minetest: Fix crash caused by null texture in GUI formspec/HUD. 92f2069 http://git.io/vevPX (2015-04-02T23:56:46+10:00)
[git] nerzhul -> minetest/minetest: Create PacketError exception and use it with ACTIVEOBJECT_REMOVE_ADD handler which can be unreliable aa340fd http://git.io/veIV5 (2015-04-03T08:53:31+02:00)
[git] nerzhul -> minetest/minetest: Fix players spawned at (0,0,0) in some rare cases instead of static_spawnpoint, if set 470de10 http://git.io/veID2 (2015-04-03T09:44:36+02:00)
[git] est31 -> minetest/minetest: Remove errorstream logging on password change 1cb4045 http://git.io/veLpk (2015-04-03T14:01:41+02:00)
[git] paramat -> minetest/minetest_game: Default/mapgen: Fix missing num_spawn_by = 1 line for papyrus 87468eb http://git.io/venr5 (2015-04-05T01:37:14+01:00)
[git] est31 -> minetest/minetest: Add reason to kicked log message and use present tense fedbbc8 http://git.io/venQN (2015-04-05T04:18:47+02:00)
[git] est31 -> minetest/minetest: Crafting speedup 334e704 http://git.io/vecn7 (2015-04-05T09:25:46+02:00)
[git] nerzhul -> minetest/minetest: craftdef.cpp: Return 0 after assert to make Clang happy ed3ebd6 http://git.io/vecot (2015-04-05T11:16:12+02:00)
[git] nerzhul -> minetest/minetest: Fix uninitialized variabled in ConnectionEvent 4235f67 http://git.io/vecoq (2015-04-05T11:13:30+02:00)
[git] nerzhul -> minetest/minetest: TOCLIENT_ACTIVE_OBJECT_REMOVE_ADD can be unreliable, catch PacketError exception. 8804c47 http://git.io/vecXK (2015-04-05T11:39:38+02:00)
[git] paramat -> minetest/minetest_game: Default/nodes: Make water, lava and ice is_ground_content = false fe7a982 http://git.io/ve8Lv (2015-04-06T01:43:17+01:00)
[git] Zeno- -> minetest/minetest: Change screenshot filename to one likely to work on all modern filesystems 43aab61 http://git.io/ve8mQ (2015-04-06T11:07:51+10:00)
[git] est31 -> minetest/minetest: Make comments consistent with TOSERVER_INIT -> TOSERVER_INIT_LEGACY rename f817597 http://git.io/veuNh (2015-04-07T00:15:15+02:00)
[git] paramat -> minetest/minetest: Cavegen: Remove now unnecessary checks for water, lava, ice 392ac41 http://git.io/vegkY (2015-04-07T04:43:24+01:00)
[git] ShadowNinja -> minetest/minetest: Fix missing SQLite3 statement pointer initialization 3c6e112 http://git.io/vegsd (2015-04-07T00:31:41-04:00)
[git] nerzhul -> minetest/minetest: TOCLIENT_ACTIVE_OBJECT_MESSAGES: channel must be 1 for unreliable message 5132908 http://git.io/veazv (2015-04-07T14:28:36+02:00)
[git] kwolekr -> minetest/minetest: Schematics: Prepend mod path to relative schematic filepaths 0df7361 http://git.io/ve6sG (2015-04-08T00:28:56-04:00)
[git] AMDmi3 -> minetest/minetest: Fix freetype detection d2fc98e http://git.io/ve6GM (2015-04-08T00:37:27-04:00)
[git] kwolekr -> minetest/minetest: Link against shlwapi.lib and unify linker input sources for Windows c758fd7 http://git.io/ve1Fg (2015-04-08T12:56:53-04:00)
[git] est31 -> minetest/minetest: Document for api functions that rely on current_modname, that it doesn't work when not loading mods 0a41326 http://git.io/veD62 (2015-04-08T23:05:26+02:00)
[git] nerzhul -> minetest/minetest: Fix a rare crash case un SendPlayerHP ce8a9ed http://git.io/vvfv3 (2015-04-11T10:07:23+02:00)
[git] paramat -> minetest/minetest: Mgv6: Add optional snow biomes 75cbd80 http://git.io/vvkyC (2015-04-12T04:27:26+01:00)
[git] paramat -> minetest/minetest: Mgv6: Fix taiga, allow pine tree spawning on snowblocks a5f942c http://git.io/vvkpQ (2015-04-12T05:52:41+01:00)
[git] ngosang -> minetest/minetest: Add Spanish comment translation to minetest.desktop 8c688bf http://git.io/vvtAU (2015-04-12T19:08:23+02:00)
[git] paramat -> minetest/minetest: Conf.example: Update, fix and improve mapgen flags docs 39fd4da http://git.io/vvYw2 (2015-04-13T07:35:25+01:00)
[git] kwolekr -> minetest/minetest: Schematics: Reorganize (de)serialization and add Lua serialization API b2a89c0 http://git.io/vvYXX (2015-04-13T03:10:52-04:00)
[git] paramat -> minetest/minetest: Defaultsettings: Add dungeons and jungles flags. Update conf.example a09e442 http://git.io/vvcVP (2015-04-14T02:04:57+01:00)
[git] paramat -> minetest/minetest_game: Minetest.conf: Move mapgen flags to engine .conf f49faad http://git.io/vvcPY (2015-04-14T02:32:06+01:00)
[git] paramat -> minetest/minetest: Mgv5/v7: Add check for water for deciding biome node stability ad789be http://git.io/vvrWT (2015-04-16T04:01:58+01:00)
[git] paramat -> minetest/minetest: Mgv5: Fix above/below ground spawn when water level is altered d02300a http://git.io/vvrQk (2015-04-16T06:36:57+01:00)
[git] sfan5 -> sfan5/minetestbot-modules: Add !resadj 173c677 http://git.io/vvoCp (2015-04-16T10:07:14+02:00)
[git] nerzhul -> minetest/minetest: Use std::vector instead of std::set for Environment::getObjectsInsideRadius 0c634a9 http://git.io/vvixn (2015-04-16T18:37:29+02:00)
[git] kwolekr -> minetest/minetest: Schematics: Refactor NodeResolver and add NodeResolveMethod 479f389 http://git.io/vvXPG (2015-04-16T16:27:05-04:00)
[git] est31 -> minetest/minetest: Fix build for < C++11 since last commit b318c47 http://git.io/vvMfd (2015-04-17T02:34:02+02:00)
[git] est31 -> minetest/minetest: Fix path detection with --std= parameter 4abb96f http://git.io/vvMud (2015-04-17T05:12:06+02:00)
[git] kwolekr -> minetest/minetest: Biomes: Remove referenced biomes from Decorations on clear 821d002 http://git.io/vvMw8 (2015-04-16T23:38:05-04:00)
[git] est31 -> minetest/minetest: Refactor around translatePassword f0a1379 http://git.io/vvMiG (2015-04-17T06:10:30+02:00)
[git] kwolekr -> minetest/minetest: Schematics: Remove referenced schematics from Decorations on clear 406d9ba http://git.io/vvMDZ (2015-04-17T00:53:05-04:00)
[git] kwolekr -> minetest/minetest: Switch to check_v3s16 in l_mapgen.cpp and l_vmanip.cpp for type safety 3576f4f http://git.io/vvMyU (2015-04-17T01:03:13-04:00)
[git] est31 -> minetest/minetest: Fix build since: "Remove referenced schematics from Decorations on clear" d4d561f http://git.io/vvD4N (2015-04-17T10:30:59+02:00)
[git] SmallJoker -> minetest/minetest: 10s timeout when connecting to server 5f0b36b http://git.io/vvDaa (2015-04-17T10:40:48+02:00)
[git] kwolekr -> minetest/minetest: Schematics: Fix core.schematic_create() e0889c6 http://git.io/vv7eZ (2015-04-17T18:39:37-04:00)
Download: minetest-0.4.12-e0889c6
when I enable creative mode in main menu, following error appears...

Code: Select all

2015-04-19 16:20:26: ERROR[main]: MAINMENU ERROR: ...etest\win64\bin\..\builtin\
mainmenu\tab_singleplayer.lua:153: attempt to index a nil value
2015-04-19 16:20:26: ERROR[main]: stack traceback:
2015-04-19 16:20:26: ERROR[main]:       ...etest\win64\bin\..\builtin\mainmenu\t
ab_singleplayer.lua:153: in function 'handle_buttons'
2015-04-19 16:20:26: ERROR[main]:       ...eter\Documents\minetest\win64\bin\..\
builtin\fstk\ui.lua:118: in function 'handle_buttons'
2015-04-19 16:20:26: ERROR[main]:       ...eter\Documents\minetest\win64\bin\..\
builtin\fstk\ui.lua:155: in function <...eter\Documents\minetest\win64\bin\..\bu
iltin\fstk\ui.lua:148>

sfan5
Moderator
Posts: 4095
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

Re: Minetest 0.4.12-e0889c6

by sfan5 » Post

cHyper wrote:
sfan5 wrote:
Spoiler
[...]
Download: minetest-0.4.12-e0889c6
when I enable creative mode in main menu, following error appears...

Code: Select all

2015-04-19 16:20:26: ERROR[main]: MAINMENU ERROR: ...etest\win64\bin\..\builtin\
mainmenu\tab_singleplayer.lua:153: attempt to index a nil value
2015-04-19 16:20:26: ERROR[main]: stack traceback:
2015-04-19 16:20:26: ERROR[main]:       ...etest\win64\bin\..\builtin\mainmenu\t
ab_singleplayer.lua:153: in function 'handle_buttons'
2015-04-19 16:20:26: ERROR[main]:       ...eter\Documents\minetest\win64\bin\..\
builtin\fstk\ui.lua:118: in function 'handle_buttons'
2015-04-19 16:20:26: ERROR[main]:       ...eter\Documents\minetest\win64\bin\..\
builtin\fstk\ui.lua:155: in function <...eter\Documents\minetest\win64\bin\..\bu
iltin\fstk\ui.lua:148>
Creative mode seems to be specific to worlds now, you need to select one.
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

sfan5
Moderator
Posts: 4095
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

Minetest 0.4.12-9e1e4b6

by sfan5 » Post

Spoiler
[git] obbneq@gmail.com -> minetest/minetest: fix infinite spawners 0c792db http://git.io/vvbGY (2015-04-18T20:14:34+02:00)
[git] paramat -> minetest/minetest_game: Default: Add river_water nodes f8c8047 http://git.io/vvNQk (2015-04-19T02:27:06+01:00)
[git] paramat -> minetest/minetest_game: Default/mapgen: Add alias for river water source c570f9f http://git.io/vvAe6 (2015-04-19T04:00:46+01:00)
[git] paramat -> minetest/minetest: Biome API: Add biome-specific river water a615da6 http://git.io/vvAGJ (2015-04-19T06:09:57+01:00)
[git] est31 -> minetest/minetest: Disable connection timeout for singleplayer and server tabs f1a41e4 http://git.io/vvhVh (2015-04-19T19:58:21+02:00)
[git] kwolekr -> minetest/minetest: Porting: Refactor initalizePaths() 386d695 http://git.io/vvjOf (2015-04-19T16:52:58-04:00)
[git] kwolekr -> minetest/minetest: Add 'persistence' alias for Lua noiseparams and validate more vector parameters 3d4244c http://git.io/vfeez (2015-04-19T21:42:40-04:00)
[git] kwolekr -> minetest/minetest: Noise: Correct noise objects created with invalid dimensions 687d969 http://git.io/vfeeg (2015-04-19T21:39:10-04:00)
[git] kwolekr -> minetest/minetest: Fix build on OS X (Thanks neoascetic) a443a13 http://git.io/vferr (2015-04-20T01:35:41-04:00)
[git] kwolekr -> minetest/minetest: Ore: Add biomes parameter 46a2c1f http://git.io/vfIGU (2015-04-20T20:25:33-04:00)
[git] ShadowNinja -> minetest/minetest: Fix mod store rating d36067f http://git.io/vfIHI (2015-04-20T22:48:14-04:00)
[git] ShadowNinja -> minetest/minetest: Fix sign-compare compiler warnings in mg_ore.cpp c197e03 http://git.io/vfIH7 (2015-04-20T22:57:30-04:00)
[git] kwolekr -> minetest/minetest: Noise: Add noise unittests 943c6e5 http://git.io/vfYYe (2015-04-21T13:05:14-04:00)
[git] ShadowNinja -> minetest/minetest: Add minetest.global_exists() 436cb46 http://git.io/vfONv (2015-04-21T22:58:37+02:00)
[git] nerzhul -> minetest/minetest: m_active_object_messages is used like a queue. Use std::queue instead of std::list. Also rename to m_active_object_messages_queue 972d17b http://git.io/vf3TJ (2015-04-21T23:28:13+02:00)
[git] kwolekr -> minetest/minetest: Revert "m_active_object_messages is used like a queue. Use std::queue instead of std::list. Also rename to m_active_object_messages_queue" e0eec20 http://git.io/vf3nv (2015-04-21T18:12:01-04:00)
[git] ShadowNinja -> minetest/minetest: Only lowercase project name at compile time 3be9787 http://git.io/vf3hN (2015-04-21T20:51:16-04:00)
[git] SmallJoker -> minetest/minetest: Fix crash on startup (Windows) 17a173f http://git.io/vfswE (2015-04-22T13:48:10+10:00)
[git] loic.blot@institutoptique.fr -> minetest/minetest: Re-apply 972d17baea81ffe6d508b291ef97207a4822e1da... f2155f2 http://git.io/vfG73 (2015-04-22T11:34:49+02:00)
[git] nerzhul -> minetest/minetest: Re-apply 972d17baea81ffe6d508b291ef97207a4822e1da... eec01bc http://git.io/vfGb0 (2015-04-22T11:47:22+02:00)
[git] est31 -> minetest/minetest: Protocol 25: wstring -> string for custom access denial reasons ccc09ab http://git.io/vfZbg (2015-04-22T14:10:39+02:00)
[git] paramat -> minetest/minetest: DecoSchematic: Fix missing trees in rough terrain ac6efa2 http://git.io/vfl1s (2015-04-23T02:44:25+01:00)
[git] paramat -> minetest/minetest_game: Default/mapgen: Add dry shrub to mgv6 tundra d0070f2 http://git.io/vf8WD (2015-04-23T06:28:49+01:00)
[git] nerzhul -> minetest/minetest: Remove unused variable Client::m_active_blocks ab04b7f http://git.io/vf2XJ (2015-04-24T15:41:45+02:00)
[git] est31 -> minetest/minetest: German translation: shorter setting name e376441 http://git.io/vfVbc (2015-04-24T20:25:33+02:00)
[git] Etzos -> minetest/minetest: Fix player pitch and yaw not being set properly 400c608 http://git.io/vfMt6 (2015-04-26T23:36:05+10:00)
[git] srifqi -> minetest/minetest: Remove fly mode in simple main menu 1c7c349 http://git.io/vfMti (2015-04-26T23:35:32+10:00)
[git] Warr1024 -> minetest/minetest: Fix fast leaves with texture_clean_transparent enabled. 1fb3d11 http://git.io/vfMq1 (2015-04-26T23:39:40+10:00)
[git] fishyWET -> minetest/minetest: Update chinese translation 45a77c8 http://git.io/vfMDg (2015-04-27T01:17:10+10:00)
[git] kwolekr -> minetest/minetest: Tests: Modularize unit testing 7220ca9 http://git.io/vfDbE (2015-04-26T15:08:54-04:00)
[git] est31 -> minetest/minetest: Remove craftdef serialisation 27e3a35 http://git.io/vfDhA (2015-04-26T21:30:52+02:00)
[git] est31 -> minetest/minetest: Craftdef refactor 4f851fa http://git.io/vfDhx (2015-04-26T21:28:40+02:00)
[git] kwolekr -> minetest/minetest: Update .gitignore 068d561 http://git.io/vfyeu (2015-04-26T15:40:19-04:00)
[git] tomasbrod -> minetest/minetest: Fix minetest.clear_* creating new LOCAL table instead of clearing the existing one. 732eb72 http://git.io/vfyv6 (2015-04-26T15:45:58-04:00)
[git] HybridDog -> minetest/minetest_game: allow overriding papyrus and cactus grow functions fe3c5a7 http://git.io/vfyHi (2015-04-27T01:09:32+01:00)
[git] kwolekr -> minetest/minetest: Replace PRNG assertions with PrngException cd1d625 http://git.io/vfSae (2015-04-27T01:24:37-04:00)
[git] kwolekr -> minetest/minetest: Noise: Fix PcgRandom::randNormalDist() when range contains negative numbers 415167b http://git.io/vf9e0 (2015-04-27T04:05:25-04:00)
[git] sfan5 -> minetest/minetest: Revert the upper-case PROJECT_NAME nonsense that was part of #2402 4ea5a96 http://git.io/vfHAA (2015-04-27T16:24:49+02:00)
[git] sfan5 -> minetest/minetest: Revert "Only lowercase project name at compile time" 558d715 http://git.io/vfHAx (2015-04-27T16:24:49+02:00)
[git] mich1 -> minetest/minetest: Add Russian comment translation to minetest.desktop 9179081 http://git.io/vfQQQ (2015-04-27T18:14:58+02:00)
[git] kwolekr -> minetest/minetest: Tests: Add random unittests b6475f5 http://git.io/vJv3E (2015-04-29T04:08:04-04:00)
[git] kwolekr -> minetest/minetest: Fix MSVC compatibility 37ca321 http://git.io/vJUxK (2015-04-29T13:20:01-04:00)
[git] paramat -> minetest/minetest: RotateAlongYAxis: For facedir case, return if param2 >= 4 9e1e4b6 http://git.io/vJE6h (2015-05-03T03:43:51+01:00)
Download: minetest-0.4.12-9e1e4b6
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

sfan5
Moderator
Posts: 4095
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

Minetest 0.4.12-99cf53c

by sfan5 » Post

Spoiler
[git] est31 -> minetest/minetest: Better version detection for shallow clones 5704fb3 http://git.io/vJgUO (2015-05-03T16:47:22+02:00)
[git] kwolekr -> minetest/minetest: Tests: Add ObjDef unittests 8f38f82 http://git.io/vJaHV (2015-05-03T22:19:35-04:00)
[git] kwolekr -> minetest/minetest: ObjDefManager: Set replacement object's handle info after calling set() 5b237b4 http://git.io/vJaHw (2015-05-03T22:19:35-04:00)
[git] obbneq@gmail.com -> minetest/minetest: Fix pathfinder to produce more useful paths 9af7f38 http://git.io/vJa7n (2015-05-03T22:36:11-04:00)
[git] Etzos -> minetest/minetest: Add a check for animation when getting an extruded mesh 5fa4fed http://git.io/vJVsO (2015-05-04T02:11:36-04:00)
[git] paramat -> minetest/minetest: Clouds: Make cloud area radius settable in .conf 9345ba7 http://git.io/vJ6ly (2015-05-04T22:41:13+02:00)
[git] est31 -> minetest/minetest: Cache enable_3d_clouds flag 4b0f5fc http://git.io/vJ60P (2015-05-04T22:50:04+02:00)
[git] mahmutelmas06 -> minetest/minetest: Update Turkish Language 3ee854c http://git.io/vJitW (2015-05-05T00:50:53+02:00)
[git] jayarndt -> minetest/minetest: Stop NetworkPacket methods from producing bloated packets 2923eaf http://git.io/vJiRN (2015-05-05T01:47:41+02:00)
[git] ShadowNinja -> minetest/minetest: Fix GCC compiler warning dfd7909 http://git.io/vJig6 (2015-05-04T20:01:10-04:00)
[git] ShadowNinja -> minetest/minetest: Make Git version detection use VERSION_STRING instead of tags 1be2d32 http://git.io/vJMwl (2015-05-05T17:13:05+02:00)
[git] kwolekr -> minetest/minetest: Tests: Add NodeResolver unittests b45df9d http://git.io/vJy3r (2015-05-05T12:00:36-04:00)
[git] kwolekr -> minetest/minetest: Add core.find_nodes_with_meta() script API b785577 http://git.io/vJSsm (2015-05-05T16:21:59-04:00)
[git] kwolekr -> minetest/minetest: Fix build on Debian broken by b45df9d (missing include, somehow?) 2b44e75 http://git.io/vJ9Qy (2015-05-05T20:40:18-04:00)
[git] kwolekr -> minetest/minetest: NodeDefManager: Improve const-correctness of interfaces 633af58 http://git.io/vJ9QS (2015-05-05T16:52:06-04:00)
[git] ShadowNinja -> minetest/minetest: Improve Redis error messages 3f5c2de http://git.io/vJFN1 (2015-05-06T15:28:22-04:00)
[git] ShadowNinja -> minetest/minetest: Fix error messages for type-checking Lua reading functions 3a8e734 http://git.io/vJFpD (2015-05-06T15:33:36-04:00)
[git] ShadowNinja -> minetest/minetest: Fix connection speed unit names d720fd5 http://git.io/vJbv9 (2015-05-06T15:41:37-04:00)
[git] kwolekr -> minetest/minetest: Schematics: Add indent-with-space option for schematic Lua table serialization b246812 http://git.io/vJA9K (2015-05-07T02:54:35-04:00)
[git] kwolekr -> minetest/minetest: NodeResolver: Remove NodeResolveMethod 656575b http://git.io/vJA96 (2015-05-07T02:36:01-04:00)
[git] Etzos -> minetest/minetest: Remove duplicate lua_getfield() in c_converter.cpp e17c6ba http://git.io/vJxfY (2015-05-07T09:57:34+02:00)
[git] paramat -> minetest/minetest: Conf.example: Update recommended maximum cloud radius to 26 77e4a46 http://git.io/vUfww (2015-05-08T01:17:50+01:00)
[git] kwolekr -> minetest/minetest: Fix missing Y component assignment in check_v3f 0e64fc4 http://git.io/vUJGr (2015-05-08T00:03:41-04:00)
[git] kwolekr -> minetest/minetest: Tests: Add schematic unittests 2dba29e http://git.io/vUJ4a (2015-05-08T00:55:42-04:00)
[git] est31 -> minetest/minetest: Gracefully handle PacketErrors 33c1141 http://git.io/vUJ4I (2015-05-08T06:51:03+02:00)
[git] est31 -> minetest/minetest: Fix release build warning 0310123 http://git.io/vUJzZ (2015-05-08T07:23:41+02:00)
[git] kwolekr -> minetest/minetest: Fix compilation for non-client builds, and fix signed comparison warning f091bbd http://git.io/vUJzn (2015-05-08T01:21:34-04:00)
[git] kwolekr -> minetest/minetest: Replace Wieldmesh::setItem assertion that could be triggered by the server with an error f1ccfd3 http://git.io/vUIFH (2015-05-08T13:26:31-04:00)
[git] kwolekr -> minetest/minetest: Ensure that Map::findNodesWithMetadata() reports nodes strictly within the node-granular area ff740a4 http://git.io/vUIAT (2015-05-08T13:31:03-04:00)
[git] kwolekr -> minetest/minetest: Fix typo in WieldMesh::setItem() d59e6ad http://git.io/vUmOj (2015-05-08T23:30:56-04:00)
[git] kwolekr -> minetest/minetest: Schematics: Add per-node force placement option 2b99d90 http://git.io/vUsFP (2015-05-09T18:44:00-04:00)
[git] Zeno- -> minetest/minetest: Change lower limit of display_gamma to 1.0 (linear light) 5a1975a http://git.io/vUcZX (2015-05-11T02:03:09+10:00)
[git] paramat -> minetest/minetest_game: Default/mapgen: Make register function selection compatible with future mapgens 055157d http://git.io/vUlkR (2015-05-11T05:37:04+01:00)
[git] Megaf -> minetest/minetest: Replaced libjpeg dependency on apt-get, it should be libjpeg-dev instead of libjpeg8-dev. 58eae43 http://git.io/vU8ak (2015-05-11T20:56:11+10:00)
[git] est31 -> minetest/minetest: Make early protocol auth mechanism generic, and add SRP 82e35ed http://git.io/vUB1D (2015-05-11T18:40:27+02:00)
[git] est31 -> minetest/minetest: Add LibGMP 181f7ba http://git.io/vUB1y (2015-05-11T17:48:33+02:00)
[git] paramat -> minetest/minetest_game: Default/nodes: Increase meselamp light level to light_max (14) fa1b4d0 http://git.io/vU0jW (2015-05-11T22:50:44+01:00)
[git] paramat -> minetest/minetest: Mapgen v5/6/7: Cleanup node resolver and aliases 02805af http://git.io/vUu8Z (2015-05-12T04:40:53+01:00)
[git] est31 -> minetest/minetest: is_player() is no player-only function b4c3ff6 http://git.io/vUu0w (2015-05-12T05:52:49+02:00)
[git] paramat -> minetest/minetest_game: Default/mapgen: Add mapgen aliases for sandstone brick and sandstone brick stair, to enable sandstone dungeons ab4485f http://git.io/vU2U0 (2015-05-12T16:23:09+02:00)
[git] Novatux -> minetest/minetest_game: Fix problems with TNT 4bd1094 http://git.io/vU2ce (2015-05-12T16:53:04+02:00)
[git] Wuzzy2 -> minetest/minetest_game: Make TNT respect on_blast, implement on_blast for some nodes 8bc8dd6 http://git.io/vU2cv (2015-05-12T16:32:52+02:00)
[git] Novatux -> minetest/minetest: Add code to support raillike group names 75622c3 http://git.io/vUVsN (2015-05-12T20:48:55+02:00)
[git] Novatux -> minetest/minetest_game: De-duplicate code in doors mod in make_on_blast 81259e9 http://git.io/vUVlY (2015-05-12T20:55:46+02:00)
[git] SmallJoker -> minetest/minetest: Build and link gmp correctly on MSVC ecc514f http://git.io/vUVBO (2015-05-12T21:07:46+02:00)
[git] Novatux -> minetest/minetest_game: Copy pos before giving it to on_blast because it can modify it; also remove a debug print that had nothing to do here aaa6c26 http://git.io/vUV47 (2015-05-12T21:03:02+02:00)
[git] est31 -> minetest/minetest: Fix compiler warning about sign comparison b70e67d http://git.io/vUw1h (2015-05-13T00:04:30+02:00)
[git] paramat -> minetest/minetest_game: Default/mapgen: Add sandstone alias for sandstone biome detection dd34dff http://git.io/vUwQT (2015-05-12T23:31:38+01:00)
[git] Wuzzy2 -> minetest/minetest_game: Use connect_to_raillike for rail 852b337 http://git.io/vUDx4 (2015-05-14T10:19:07+02:00)
[git] Novatux -> minetest/minetest_game: Add screwdriver callbacks, and code them for doors and beds 2824562 http://git.io/vUDjS (2015-05-14T10:24:56+02:00)
[git] Novatux -> minetest/minetest_game: Make doors not depend on screwdriver. 46c6154 http://git.io/vUScT (2015-05-14T14:24:14+02:00)
[git] Novatux -> minetest/minetest_game: Make beds not skip night if nobody is online 3669ca0 http://git.io/vUS0f (2015-05-14T14:41:26+02:00)
[git] Novatux -> minetest/minetest_game: Fix missing argument for on_rotate eae3740 http://git.io/vUSx6 (2015-05-14T16:07:19+02:00)
[git] Calinou -> minetest/minetest_game: Make some common nodes let light pass through a4d056e http://git.io/vU96h (2015-05-14T17:34:17+02:00)
[git] Novatux -> minetest/minetest_game: Apples give 2 HP instead of 1 HP, bread gives 5 HP instead of 4 HP 23a37e5 http://git.io/vU96j (2015-05-14T17:33:10+02:00)
[git] Calinou -> minetest/minetest_game: Give 24 rails per craft instead of 15 300b140 http://git.io/vU9ie (2015-05-14T17:28:30+02:00)
[git] tenplus1 -> minetest/minetest: Don't crash if an item gets dropped into unloaded space be18bd6 http://git.io/vU5eB (2015-05-15T00:15:25+02:00)
[git] est31 -> minetest/minetest: Item entity merging refactor 178f536 http://git.io/vU5e0 (2015-05-15T00:06:18+02:00)
[git] est31 -> minetest/minetest: Fix libgmp for Android 33a633a http://git.io/vUdvi (2015-05-15T05:08:59+02:00)
[git] Zeno- -> minetest/minetest: ANDROID: Do not limit situations where fast is enabled 99cf53c http://git.io/vUdfK (2015-05-15T13:22:07+10:00)
Download: minetest-0.4.12-99cf53c
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

u34

Re: Minetest 0.4.12-99cf53c

by u34 » Post

sfan5 wrote:
Spoiler
[git] est31 -> minetest/minetest: Better version detection for shallow clones 5704fb3 http://git.io/vJgUO (2015-05-03T16:47:22+02:00)
[git] kwolekr -> minetest/minetest: Tests: Add ObjDef unittests 8f38f82 http://git.io/vJaHV (2015-05-03T22:19:35-04:00)
[git] kwolekr -> minetest/minetest: ObjDefManager: Set replacement object's handle info after calling set() 5b237b4 http://git.io/vJaHw (2015-05-03T22:19:35-04:00)
[git] obbneq@gmail.com -> minetest/minetest: Fix pathfinder to produce more useful paths 9af7f38 http://git.io/vJa7n (2015-05-03T22:36:11-04:00)
[git] Etzos -> minetest/minetest: Add a check for animation when getting an extruded mesh 5fa4fed http://git.io/vJVsO (2015-05-04T02:11:36-04:00)
[git] paramat -> minetest/minetest: Clouds: Make cloud area radius settable in .conf 9345ba7 http://git.io/vJ6ly (2015-05-04T22:41:13+02:00)
[git] est31 -> minetest/minetest: Cache enable_3d_clouds flag 4b0f5fc http://git.io/vJ60P (2015-05-04T22:50:04+02:00)
[git] mahmutelmas06 -> minetest/minetest: Update Turkish Language 3ee854c http://git.io/vJitW (2015-05-05T00:50:53+02:00)
[git] jayarndt -> minetest/minetest: Stop NetworkPacket methods from producing bloated packets 2923eaf http://git.io/vJiRN (2015-05-05T01:47:41+02:00)
[git] ShadowNinja -> minetest/minetest: Fix GCC compiler warning dfd7909 http://git.io/vJig6 (2015-05-04T20:01:10-04:00)
[git] ShadowNinja -> minetest/minetest: Make Git version detection use VERSION_STRING instead of tags 1be2d32 http://git.io/vJMwl (2015-05-05T17:13:05+02:00)
[git] kwolekr -> minetest/minetest: Tests: Add NodeResolver unittests b45df9d http://git.io/vJy3r (2015-05-05T12:00:36-04:00)
[git] kwolekr -> minetest/minetest: Add core.find_nodes_with_meta() script API b785577 http://git.io/vJSsm (2015-05-05T16:21:59-04:00)
[git] kwolekr -> minetest/minetest: Fix build on Debian broken by b45df9d (missing include, somehow?) 2b44e75 http://git.io/vJ9Qy (2015-05-05T20:40:18-04:00)
[git] kwolekr -> minetest/minetest: NodeDefManager: Improve const-correctness of interfaces 633af58 http://git.io/vJ9QS (2015-05-05T16:52:06-04:00)
[git] ShadowNinja -> minetest/minetest: Improve Redis error messages 3f5c2de http://git.io/vJFN1 (2015-05-06T15:28:22-04:00)
[git] ShadowNinja -> minetest/minetest: Fix error messages for type-checking Lua reading functions 3a8e734 http://git.io/vJFpD (2015-05-06T15:33:36-04:00)
[git] ShadowNinja -> minetest/minetest: Fix connection speed unit names d720fd5 http://git.io/vJbv9 (2015-05-06T15:41:37-04:00)
[git] kwolekr -> minetest/minetest: Schematics: Add indent-with-space option for schematic Lua table serialization b246812 http://git.io/vJA9K (2015-05-07T02:54:35-04:00)
[git] kwolekr -> minetest/minetest: NodeResolver: Remove NodeResolveMethod 656575b http://git.io/vJA96 (2015-05-07T02:36:01-04:00)
[git] Etzos -> minetest/minetest: Remove duplicate lua_getfield() in c_converter.cpp e17c6ba http://git.io/vJxfY (2015-05-07T09:57:34+02:00)
[git] paramat -> minetest/minetest: Conf.example: Update recommended maximum cloud radius to 26 77e4a46 http://git.io/vUfww (2015-05-08T01:17:50+01:00)
[git] kwolekr -> minetest/minetest: Fix missing Y component assignment in check_v3f 0e64fc4 http://git.io/vUJGr (2015-05-08T00:03:41-04:00)
[git] kwolekr -> minetest/minetest: Tests: Add schematic unittests 2dba29e http://git.io/vUJ4a (2015-05-08T00:55:42-04:00)
[git] est31 -> minetest/minetest: Gracefully handle PacketErrors 33c1141 http://git.io/vUJ4I (2015-05-08T06:51:03+02:00)
[git] est31 -> minetest/minetest: Fix release build warning 0310123 http://git.io/vUJzZ (2015-05-08T07:23:41+02:00)
[git] kwolekr -> minetest/minetest: Fix compilation for non-client builds, and fix signed comparison warning f091bbd http://git.io/vUJzn (2015-05-08T01:21:34-04:00)
[git] kwolekr -> minetest/minetest: Replace Wieldmesh::setItem assertion that could be triggered by the server with an error f1ccfd3 http://git.io/vUIFH (2015-05-08T13:26:31-04:00)
[git] kwolekr -> minetest/minetest: Ensure that Map::findNodesWithMetadata() reports nodes strictly within the node-granular area ff740a4 http://git.io/vUIAT (2015-05-08T13:31:03-04:00)
[git] kwolekr -> minetest/minetest: Fix typo in WieldMesh::setItem() d59e6ad http://git.io/vUmOj (2015-05-08T23:30:56-04:00)
[git] kwolekr -> minetest/minetest: Schematics: Add per-node force placement option 2b99d90 http://git.io/vUsFP (2015-05-09T18:44:00-04:00)
[git] Zeno- -> minetest/minetest: Change lower limit of display_gamma to 1.0 (linear light) 5a1975a http://git.io/vUcZX (2015-05-11T02:03:09+10:00)
[git] paramat -> minetest/minetest_game: Default/mapgen: Make register function selection compatible with future mapgens 055157d http://git.io/vUlkR (2015-05-11T05:37:04+01:00)
[git] Megaf -> minetest/minetest: Replaced libjpeg dependency on apt-get, it should be libjpeg-dev instead of libjpeg8-dev. 58eae43 http://git.io/vU8ak (2015-05-11T20:56:11+10:00)
[git] est31 -> minetest/minetest: Make early protocol auth mechanism generic, and add SRP 82e35ed http://git.io/vUB1D (2015-05-11T18:40:27+02:00)
[git] est31 -> minetest/minetest: Add LibGMP 181f7ba http://git.io/vUB1y (2015-05-11T17:48:33+02:00)
[git] paramat -> minetest/minetest_game: Default/nodes: Increase meselamp light level to light_max (14) fa1b4d0 http://git.io/vU0jW (2015-05-11T22:50:44+01:00)
[git] paramat -> minetest/minetest: Mapgen v5/6/7: Cleanup node resolver and aliases 02805af http://git.io/vUu8Z (2015-05-12T04:40:53+01:00)
[git] est31 -> minetest/minetest: is_player() is no player-only function b4c3ff6 http://git.io/vUu0w (2015-05-12T05:52:49+02:00)
[git] paramat -> minetest/minetest_game: Default/mapgen: Add mapgen aliases for sandstone brick and sandstone brick stair, to enable sandstone dungeons ab4485f http://git.io/vU2U0 (2015-05-12T16:23:09+02:00)
[git] Novatux -> minetest/minetest_game: Fix problems with TNT 4bd1094 http://git.io/vU2ce (2015-05-12T16:53:04+02:00)
[git] Wuzzy2 -> minetest/minetest_game: Make TNT respect on_blast, implement on_blast for some nodes 8bc8dd6 http://git.io/vU2cv (2015-05-12T16:32:52+02:00)
[git] Novatux -> minetest/minetest: Add code to support raillike group names 75622c3 http://git.io/vUVsN (2015-05-12T20:48:55+02:00)
[git] Novatux -> minetest/minetest_game: De-duplicate code in doors mod in make_on_blast 81259e9 http://git.io/vUVlY (2015-05-12T20:55:46+02:00)
[git] SmallJoker -> minetest/minetest: Build and link gmp correctly on MSVC ecc514f http://git.io/vUVBO (2015-05-12T21:07:46+02:00)
[git] Novatux -> minetest/minetest_game: Copy pos before giving it to on_blast because it can modify it; also remove a debug print that had nothing to do here aaa6c26 http://git.io/vUV47 (2015-05-12T21:03:02+02:00)
[git] est31 -> minetest/minetest: Fix compiler warning about sign comparison b70e67d http://git.io/vUw1h (2015-05-13T00:04:30+02:00)
[git] paramat -> minetest/minetest_game: Default/mapgen: Add sandstone alias for sandstone biome detection dd34dff http://git.io/vUwQT (2015-05-12T23:31:38+01:00)
[git] Wuzzy2 -> minetest/minetest_game: Use connect_to_raillike for rail 852b337 http://git.io/vUDx4 (2015-05-14T10:19:07+02:00)
[git] Novatux -> minetest/minetest_game: Add screwdriver callbacks, and code them for doors and beds 2824562 http://git.io/vUDjS (2015-05-14T10:24:56+02:00)
[git] Novatux -> minetest/minetest_game: Make doors not depend on screwdriver. 46c6154 http://git.io/vUScT (2015-05-14T14:24:14+02:00)
[git] Novatux -> minetest/minetest_game: Make beds not skip night if nobody is online 3669ca0 http://git.io/vUS0f (2015-05-14T14:41:26+02:00)
[git] Novatux -> minetest/minetest_game: Fix missing argument for on_rotate eae3740 http://git.io/vUSx6 (2015-05-14T16:07:19+02:00)
[git] Calinou -> minetest/minetest_game: Make some common nodes let light pass through a4d056e http://git.io/vU96h (2015-05-14T17:34:17+02:00)
[git] Novatux -> minetest/minetest_game: Apples give 2 HP instead of 1 HP, bread gives 5 HP instead of 4 HP 23a37e5 http://git.io/vU96j (2015-05-14T17:33:10+02:00)
[git] Calinou -> minetest/minetest_game: Give 24 rails per craft instead of 15 300b140 http://git.io/vU9ie (2015-05-14T17:28:30+02:00)
[git] tenplus1 -> minetest/minetest: Don't crash if an item gets dropped into unloaded space be18bd6 http://git.io/vU5eB (2015-05-15T00:15:25+02:00)
[git] est31 -> minetest/minetest: Item entity merging refactor 178f536 http://git.io/vU5e0 (2015-05-15T00:06:18+02:00)
[git] est31 -> minetest/minetest: Fix libgmp for Android 33a633a http://git.io/vUdvi (2015-05-15T05:08:59+02:00)
[git] Zeno- -> minetest/minetest: ANDROID: Do not limit situations where fast is enabled 99cf53c http://git.io/vUdfK (2015-05-15T13:22:07+10:00)
Download: minetest-0.4.12-99cf53c

Code: Select all

2015-05-30 14:37:12: ERROR[main]: MAINMENU ERROR: ...cf53c-win64\bin\..\builtin\
mainmenu\tab_singleplayer.lua:167: attempt to index a nil value
2015-05-30 14:37:12: ERROR[main]: stack traceback:
2015-05-30 14:37:12: ERROR[main]:       ...cf53c-win64\bin\..\builtin\mainmenu\t
ab_singleplayer.lua:167: in function 'handle_buttons'
2015-05-30 14:37:12: ERROR[main]:       ...minetest-0.4.12-99cf53c-win64\bin\..\
builtin\fstk\ui.lua:118: in function 'handle_buttons'
2015-05-30 14:37:12: ERROR[main]:       ...minetest-0.4.12-99cf53c-win64\bin\..\
builtin\fstk\ui.lua:155: in function <...minetest-0.4.12-99cf53c-win64\bin\..\bu
iltin\fstk\ui.lua:148>

sfan5
Moderator
Posts: 4095
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

Minetest 0.4.12-502e40a

by sfan5 » Post

Spoiler
[git] TeTpaAka -> minetest/minetest: Add get and set functions for the nametag color 86a963c http://git.io/vUFGA (2015-05-15T11:03:27+02:00)
[git] Bremaweb -> minetest/minetest: Add minetest.register_on_punchplayer c5b4e54 http://git.io/vUFnE (2015-05-15T11:09:55+02:00)
[git] TeTpaAka -> minetest/minetest: Add push_ARGB8 to script/common/c_converter 19cbb6b http://git.io/vUpuQ (2015-05-15T16:21:56-04:00)
[git] TeTpaAka -> minetest/minetest: Generalize core.get/set_nametag_color into core.get/set_nametag_attributes 18c2f16 http://git.io/vUpu7 (2015-05-15T16:21:01-04:00)
[git] kwolekr -> minetest/minetest: Noise: Make buffer size parameters unsigned 5d1d7c1 http://git.io/vUpu5 (2015-05-15T16:20:30-04:00)
[git] kwolekr -> minetest/minetest: Schematics: Fix probability values for .mts version 1 eaef678 http://git.io/vUpud (2015-05-15T16:20:30-04:00)
[git] est31 -> minetest/minetest: Finalize init packets and enable protocol v25 8dbf683 http://git.io/vTfN4 (2015-05-16T21:17:28+02:00)
[git] est31 -> minetest/minetest: Fix build since last commit c297a75 http://git.io/vTJLV (2015-05-16T22:14:15+02:00)
[git] LeMagnesium -> minetest/minetest: Added hour:minute format to time command d647eaa http://git.io/vTJPE (2015-05-16T18:08:25-04:00)
[git] LeMagnesium -> minetest/minetest: Added hour:minute format to time command f264212 http://git.io/vTJXL (2015-05-16T18:15:34-04:00)
[git] ShadowNinja -> minetest/minetest: Add core.get_dir_list 8f9af57 http://git.io/vTJdG (2015-05-16T18:33:22-04:00)
[git] ShadowNinja -> minetest/minetest: Add core.request_insecure_environment() 6c06330 http://git.io/vTJdZ (2015-05-16T18:33:19-04:00)
[git] ShadowNinja -> minetest/minetest: Add core.mkdir 05ab997 http://git.io/vTJdn (2015-05-16T18:32:37-04:00)
[git] ShadowNinja -> minetest/minetest: Add mod security 3a8c788 http://git.io/vTJdc (2015-05-16T18:32:31-04:00)
[git] kwolekr -> minetest/minetest: Add -Wsign-compare for Clang builds and fix some signed/unsigned compiler warnings 11a96e4 http://git.io/vTUva (2015-05-16T20:15:03-04:00)
[git] kwolekr -> minetest/minetest: SAPI: Accept either ARGB8 table or ColorString to specify colors fb36c47 http://git.io/vTUvV (2015-05-16T20:15:03-04:00)
[git] ShadowNinja -> minetest/minetest: Fix current mod name change missed during rebase c00b681 http://git.io/vTUtt (2015-05-16T21:12:03-04:00)
[git] kwolekr -> minetest/minetest: Add optional buffer param for bulk data array writes in Lua 3ffb5f5 http://git.io/vTUzz (2015-05-17T00:07:45-04:00)
[git] kwolekr -> minetest/minetest: Noise: Fix interpolation at negative coordinates 28b2476 http://git.io/vTUzg (2015-05-17T00:04:51-04:00)
[git] paramat -> minetest/minetest: Mapgen v5/v7: Detect sandstone, enable sandstone brick dungeons c0edb8e http://git.io/vTUwX (2015-05-17T06:07:39+01:00)
[git] kwolekr -> minetest/minetest: SAPI/Noise: Add PerlinNoiseMap:getMapSlice() function 4c9a8a9 http://git.io/vTTeO (2015-05-17T04:04:17-04:00)
[git] kwolekr -> minetest/minetest: Fix null dereference when loading schematic from definition without a NodeDefManager 20aa78c http://git.io/vTtC9 (2015-05-17T22:32:35-04:00)
[git] kwolekr -> minetest/minetest: Record MapBlock modification reasons as flags instead of strings 46684be http://git.io/vTtCH (2015-05-17T22:14:26-04:00)
[git] est31 -> minetest/minetest: Make nametags white again ba92f97 http://git.io/vT3Vl (2015-05-18T21:08:06+02:00)
[git] est31 -> minetest/minetest: Make nametags white again 23984ef http://git.io/vT3w4 (2015-05-18T21:11:41+02:00)
[git] est31 -> minetest/minetest: Add more swp files to gitignore 5b03857 http://git.io/vT3Pm (2015-05-18T21:24:57+02:00)
[git] est31 -> minetest/minetest: Enforce hiding nametag d2ca662 http://git.io/vTs0Q (2015-05-18T23:10:48+02:00)
[git] est31 -> minetest/minetest: Lower log level for unexpected behaviour 497299a http://git.io/vTGIT (2015-05-19T00:55:58+02:00)
[git] kwolekr -> minetest/minetest: Split ObjDef/ObjDefManager out to objdef.cpp 6c5a696 http://git.io/vTZmJ (2015-05-18T22:30:25-04:00)
[git] kwolekr -> minetest/minetest: Fix build with libstdc++ 43702ec http://git.io/vTZu4 (2015-05-19T02:38:48-04:00)
[git] rubenwardy -> minetest/minetest: Add texture overriding 603297c http://git.io/vTl1F (2015-05-19T21:27:07+02:00)
[git] kwolekr -> minetest/minetest: Replace instances of std::map<std::string, std::string> with StringMap da34a2b http://git.io/vTljB (2015-05-19T16:10:49-04:00)
[git] est31 -> minetest/minetest: Fix documentation for texture override face selector behaviour 2853b40 http://git.io/vTuo4 (2015-05-20T19:58:27+02:00)
[git] est31 -> minetest/minetest: Don't ignore nametag attribute change message for newer versions 9facb40 http://git.io/vTrPM (2015-05-21T19:01:46+02:00)
[git] est31 -> minetest/minetest: Deny empty username early in the protocol e13d2ba http://git.io/vTDvJ (2015-05-22T20:24:39+02:00)
[git] SmallJoker -> minetest/minetest: Fix Windows build, clean up included headers 39869aa http://git.io/vTDk2 (2015-05-22T20:37:59+02:00)
[git] paramat -> minetest/minetest: Mgv5/v7: Fix generateBiomes biome recalculation logic Biomegen down to y = -192 for mgv5 deep oceans. Improve code 3dba6d1 http://git.io/vTS3A (2015-05-23T02:18:30+01:00)
[git] paramat -> minetest/minetest: Biome API, mgv7: Increase heat/humidity spreads. Improve mgv7 noise parameters 774e5d1 http://git.io/vT5sC (2015-05-24T04:33:09+01:00)
[git] est31 -> minetest/minetest: Small clientiface ASCII art improvements 6b7fb59 http://git.io/vTFLx (2015-05-24T16:33:22+02:00)
[git] paramat -> minetest/minetest: Mgv6: Enable snowbiomes by default. Double biome noise spread. 3 octaves, 0.5 persistence for humidity f16ebbf http://git.io/vke8j (2015-05-26T02:08:06+01:00)
[git] est31 -> minetest/minetest: Spare some string copies 21878c9 http://git.io/vktPR (2015-05-27T11:45:40+02:00)
[git] est31 -> minetest/minetest: Consistent const string params 990a965 http://git.io/vkqtT (2015-05-27T13:23:09+02:00)
[git] sfan5 -> sfan5/minetestbot-modules: Add cat c4904e4 http://git.io/vkGdh (2015-05-28T10:36:51+02:00)
[git] TeTpaAka -> minetest/minetest: Add some missing getter functions to the lua API c0335f7 http://git.io/vkndm (2015-05-28T16:46:35+02:00)
[git] kahrl -> minetest/minetest: Fix typo in variable name 0f15488 http://git.io/vkCyy (2015-05-28T20:47:15+02:00)
[git] kwolekr -> minetest/minetest: Make get_biome_list() error message more helpful 522acf9 http://git.io/vkliy (2015-05-28T20:04:50-04:00)
[git] Zeno- -> minetest/minetest: (Android) Only simulate holding down fast key if fast_move is toggled to true addf3ee http://git.io/vkBXD (2015-05-29T22:59:21+10:00)
[git] SmallJoker -> minetest/minetest: Only retrieve always_fly_fast setting once b4dfaa3 http://git.io/vkVk9 (2015-05-30T22:29:36+02:00)
[git] est31 -> minetest/minetest: Mapblock: nodecount refactor 06a2eee http://git.io/vkwOl (2015-05-31T06:24:41+02:00)
[git] paramat -> minetest/minetest_game: Default: New sandstone brick texture 03b51e8 http://git.io/vkwGV (2015-05-31T05:55:12+01:00)
[git] est31 -> minetest/minetest: Make split method static 617a3d4 http://git.io/vkXEg (2015-06-01T17:04:21+02:00)
[git] est31 -> minetest/minetest: Localize inside whole misc_helpers.lua 6df6b2a http://git.io/vk1mW (2015-06-01T18:18:18+02:00)
[git] est31 -> minetest/minetest: Fix wrong replace from previous commit e479337 http://git.io/vkDBM (2015-06-02T00:20:12+02:00)
[git] paramat -> minetest/minetest_game: Default: New obsidian brick texture. Add river water textures 40e2b94 http://git.io/vkDFt (2015-06-02T01:13:34+01:00)
[git] est31 -> minetest/minetest: Nicer time setting logging b8a8be9 http://git.io/vkyME (2015-06-02T06:49:05+02:00)
[git] est31 -> minetest/minetest: Fix uninitialized variable error ba3ff5e http://git.io/vk90e (2015-06-02T13:55:02+02:00)
[git] paramat -> minetest/minetest: Mgv5/mgv7: Trigger biome recalculation at underwater surfaces 74d8b34 http://git.io/vkFOS (2015-06-03T06:37:10+01:00)
[git] Calinou -> minetest/minetest_game: Improve water post effect color 750f957 http://git.io/vIswN (2015-06-06T14:13:01+02:00)
[git] LeMagnesium -> minetest/minetest_game: Improved flowers' registration system - Specific nodeboxes, - Color groups - All datas were put into a table then unpacked for add_simple_flower 01ad090 http://git.io/vIsD8 (2015-06-06T14:51:25+02:00)
[git] quentinbd@gmail.com -> minetest/minetest_game: Simplified flowers' registration - Created a new local function to register flowers 638add6 http://git.io/vIsD4 (2015-06-06T14:51:25+02:00)
[git] HybridDog -> minetest/minetest: Decrease minetest.after globalstep lag 8383a61 http://git.io/vIZI6 (2015-06-06T21:00:38+02:00)
[git] paramat -> minetest/minetest_game: Default/functions: Fix cacti not growing when rotation is 1-3 016fa0d http://git.io/vInCX (2015-06-07T04:39:25+01:00)
[git] paramat -> minetest/minetest_game: Default/nodes: Match river_water post_effect_colour hue to that of new texture 7786f7f http://git.io/vInC1 (2015-06-07T04:39:02+01:00)
[git] Calinou -> minetest/minetest_game: Remove deprecated ore generation code 6919d43 http://git.io/vInCM (2015-06-07T04:38:52+01:00)
[git] Wuzzy2 -> minetest/minetest_game: Add gunpowder trails 0aebf86 http://git.io/vIc1k (2015-06-07T14:27:18+02:00)
[git] ShadowNinja -> minetest/minetest_game: Make books writable 64fa8e6 http://git.io/vICvr (2015-06-07T15:57:29+02:00)
[git] paramat -> minetest/minetest_game: Default/functions: Fix cactus growing by rotation again. Cleanup code f92d49f http://git.io/vIWyL (2015-06-08T00:32:40+01:00)
[git] tenplus1 -> minetest/minetest_game: word-wrap book text 8b4a92e http://git.io/vIBIK (2015-06-08T16:29:44+02:00)
[git] paramat -> minetest/minetest: Minimal: Edit mapgen aliases. Use blob ore for clay, update other ores. Update simple biomes. Cleanup code e481745 http://git.io/vIE1h (2015-06-09T00:47:03+01:00)
[git] HybridDog -> minetest/minetest: More reliable serverlist behaviour 05f4e9e http://git.io/vI26T (2015-06-09T16:44:43+02:00)
[git] est31 -> minetest/minetest_game: Add patch files to gitignore f09ae11 http://git.io/vIVpm (2015-06-09T22:01:25+02:00)
[git] est31 -> minetest/minetest: Reposition irrlicht timestamp in makefile c849d32 http://git.io/vIHbG (2015-06-11T23:56:54+02:00)
[git] paramat -> minetest/minetest: Minimal: Add snow biome and jungleleaves nodes. Add mapgen aliases 0b187ed http://git.io/vI7KZ (2015-06-12T08:20:19+01:00)
[git] est31 -> minetest/minetest: dofile error reporting for syntax errors 502e40a http://git.io/vIb0y (2015-06-12T20:23:31+02:00)
Download: minetest-0.4.12-502e40a
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

sfan5
Moderator
Posts: 4095
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

Minetest 0.4.12-7b171ea

by sfan5 » Post

Spoiler
[git] TeTpaAka -> minetest/minetest: Add minetest.register_on_player_hpchange aa13baa http://git.io/vIhCn (2015-06-13T19:40:31+02:00)
[git] TeTpaAka -> minetest/minetest: Add return list of individual counts to find_node_in_area e50aa4e http://git.io/vIhCc (2015-06-13T19:39:18+02:00)
[git] xyzz -> minetest/minetest: Use utf-8 in formspecs b6387b4 http://git.io/vIhlX (2015-06-13T19:49:55+02:00)
[git] est31 -> minetest/minetest: Add utf-8 conversion utilities and re-add intlGUIEditBox 572990d http://git.io/vIhl1 (2015-06-13T19:49:55+02:00)
[git] paramat -> minetest/minetest_game: Bucket: Register river water bucket, add texture c4fb5bd http://git.io/vIjPD (2015-06-14T01:18:14+01:00)
[git] est31 -> minetest/minetest: Android: bypass broken wide_to_utf8 with wide_to_narrow 60f31ad http://git.io/vLeWg (2015-06-14T08:25:21+02:00)
[git] kilbith -> minetest/minetest_game: Improved Iron Bar texture d8dd933 http://git.io/vLeFV (2015-06-14T11:34:52+02:00)
[git] est31 -> minetest/minetest: Add UTF and other utility unit tests d105bf2 http://git.io/vLejr (2015-06-14T12:07:51+02:00)
[git] RealBadAngel -> minetest/minetest: Improved parallax mapping. Generate heightmaps on the fly. 527b6c7 http://git.io/vLfNN (2015-06-14T20:08:16+02:00)
[git] RealBadAngel -> minetest/minetest: Improved parallax mapping. Generate heightmaps on the fly. 43fcfbf http://git.io/vLJ3o (2015-06-14T21:13:36+02:00)
[git] est31 -> minetest/minetest: Automated whitespace error fix for last commit ee38bcd http://git.io/vLJg9 (2015-06-14T23:15:20+02:00)
[git] CraigyDavi -> minetest/minetest: Remove reference to deprecated privilege ecdfbfc http://git.io/vLJKF (2015-06-14T23:53:30+02:00)
[git] SmallJoker -> minetest/minetest: Ignore punches with no damage in the actionstream bb5f830 http://git.io/vLJPU (2015-06-15T00:10:13+02:00)
[git] paramat -> minetest/minetest: Biome API: Enable biome generation to lower world limit 38482d2 http://git.io/vLUJG (2015-06-15T02:07:38+01:00)
[git] git@y.st -> minetest/minetest: Fixed crash caused by saplings trying to grow on unknown nodes 4b1eadc http://git.io/vLIPR (2015-06-15T17:36:12+02:00)
[git] git@y.st -> minetest/minetest: Don't crash when saplings try to grow on unknown nodes 3b4408a http://git.io/vLIDN (2015-06-15T17:41:25+02:00)
[git] UltimateNate -> minetest/minetest: Remove unneccessary space for tab completion 3ae8b92 http://git.io/vLmME (2015-06-16T07:16:22+02:00)
[git] Wuzzy2 -> minetest/minetest: Don't highlight entries in credits bbf6f4f http://git.io/vLmMu (2015-06-15T17:43:47+02:00)
[git] est31 -> minetest/minetest: Add list-rings c977fbd http://git.io/vLO6T (2015-06-16T14:51:26+02:00)
[git] est31 -> minetest/minetest: Update credits tab 7b7f8b7 http://git.io/vLs9t (2015-06-16T19:34:27+02:00)
[git] est31 -> minetest/minetest: GUIFormSpecMenu::OnEvent code style update and small refactor 7a90b31 http://git.io/vLGBX (2015-06-16T20:33:07+02:00)
[git] ShadowNinja -> minetest/minetest: Simpler patch for saplings trying to grow on unknown nodes a1a2ac7 http://git.io/vLGVs (2015-06-16T21:07:38+02:00)
[git] Novatux -> minetest/minetest_game: Fix bookshelf's allow_metadata_inventory_move (check if item belongs to "book" group instead of checking if it is "default:book") 15ef8b0 http://git.io/vLlpJ (2015-06-17T18:33:54+02:00)
[git] est31 -> minetest/minetest: Fail iconv call gracefully 6dcf549 http://git.io/vL83S (2015-06-17T19:03:58+02:00)
[git] est31 -> minetest/minetest: Make wrap_rows not wrap inside utf-8 multibyte sequences 45a9bb3 http://git.io/vL4ur (2015-06-17T22:19:56+02:00)
[git] est31 -> minetest/minetest: Make wrap_rows not wrap inside utf-8 multibyte sequences 43dab2f http://git.io/vL4uA (2015-06-17T22:22:15+02:00)
[git] paramat -> minetest/minetest_game: Fix is_ground_content settings for nodes e15fde1 http://git.io/vLBp1 (2015-06-18T02:25:02+01:00)
[git] est31 -> minetest/minetest: Don't print an error for valid listring[] formspec ea1b17b http://git.io/vLRI2 (2015-06-18T04:25:11+02:00)
[git] paramat -> minetest/minetest: Mgv6: Don't create air gap in tundra at y = 48 in custom high terrain 2da1503 http://git.io/vLRn3 (2015-06-18T04:18:15+01:00)
[git] paramat -> minetest/minetest: Biome API: Add noise defined biome blend e45ecad http://git.io/vLRMn (2015-06-18T07:05:22+01:00)
[git] figec -> minetest/minetest: Fix wrap_rows at inner byte of char 6044d41 http://git.io/vL2un (2015-06-18T23:38:31+02:00)
[git] figec -> minetest/minetest: Fix wrap_rows at inner byte of multibyte sequence 3b65a6a http://git.io/vL2uP (2015-06-18T23:39:23+02:00)
[git] est31 -> minetest/minetest: Make attached objects visible in 3rd person view 40226e5 http://git.io/vL6pR (2015-06-20T02:59:53+02:00)
[git] est31 -> minetest/minetest: Generic CAO cleanups and renames for clarification dd91b3d http://git.io/vLiJY (2015-06-20T03:37:30+02:00)
[git] figec -> minetest/minetest: More correct wrap_rows implementation d7190df http://git.io/vLiJa (2015-06-20T03:41:51+02:00)
[git] paramat -> minetest/minetest: Mapgen objects: Enable heatmap and humidmap for all biome api mapgens 70da8a9 http://git.io/vLiOw (2015-06-20T04:16:17+01:00)
[git] est31 -> minetest/minetest: Small CAO improvements 14f4cd0 http://git.io/vLi4F (2015-06-20T06:58:07+02:00)
[git] est31 -> minetest/minetest: Android: use loop inside makefile to spare repetition a31d08b http://git.io/vLigI (2015-06-20T07:48:17+02:00)
[git] RealBadAngel -> minetest/minetest: Remove textures vertical offset. Fix for area enabling parallax. 53efe2e http://git.io/vL1Dr (2015-06-21T00:11:09+02:00)
[git] MirceaKitsune -> minetest/minetest: Fix some issues with animations, and allow non-looped animations to be defined 660fa51 http://git.io/vLSHP (2015-06-22T01:53:38+02:00)
[git] est31 -> minetest/minetest: Fix string conversion error message 6f8bdda http://git.io/vLA67 (2015-06-23T15:04:14+02:00)
[git] Amaz1 -> minetest/minetest_game: Add the listring functionality https://github.com/minetest/minetest/co ... 85f7760568 7361eb5 http://git.io/vLpS6 (2015-06-23T19:17:57+02:00)
[git] CraigyDavi -> minetest/minetest: Use actionstream instead of errorstream when failing to emerge player bc55ef3 http://git.io/vLp7W (2015-06-23T19:25:06+02:00)
[git] est31 -> minetest/minetest: Add MoveSomewhere inventory action 2c1fd29 http://git.io/vLh3x (2015-06-23T20:18:41+02:00)
[git] est31 -> minetest/minetest: Small TOCLIENT_HELLO logging fix 3a89e25 http://git.io/vLh1u (2015-06-23T21:14:48+02:00)
[git] nerzhul -> minetest/minetest: Typo fix on previous @est31 commit c6766b2 http://git.io/vLjM5 (2015-06-23T23:17:47+02:00)
[git] rubenwardy -> minetest/minetest: Use frame instead of words 'no screenshot available' b13809f http://git.io/vtvE1 (2015-06-24T07:33:38+02:00)
[git] est31 -> minetest/minetest: Return to ignore 3d43df9 http://git.io/vtICd (2015-06-24T22:47:41+02:00)
[git] est31 -> minetest/minetest: Remove compile warning 3376d2e http://git.io/vtmhI (2015-06-25T15:50:31+02:00)
[git] RealBadAngel -> minetest/minetest: Add minimap feature ffd16e3 http://git.io/vt42N (2015-06-27T03:42:01+02:00)
[git] paramat -> minetest/minetest: Mgv5/mgv7 caves: Remove sand found in underground tunnels 36163d9 http://git.io/vt4Km (2015-06-27T03:36:40+01:00)
[git] est31 -> minetest/minetest: Remove busy polling inside minimap thread 420125d http://git.io/vt0m4 (2015-06-27T19:20:25+02:00)
[git] RealBadAngel -> minetest/minetest: Minimap update b160f8d http://git.io/vtuoJ (2015-06-28T12:17:36+02:00)
[git] RealBadAngel -> minetest/minetest: Bugfix: minimap was updated only with loading new blocks, allow forced updates with changing player pos 0a90fed http://git.io/vtzLr (2015-06-28T14:45:47+02:00)
[git] RealBadAngel -> minetest/minetest: Bugfix: variable type mismatch 1455267 http://git.io/vtg1u (2015-06-28T21:11:54+02:00)
[git] rubenwardy -> minetest/minetest: Add Lua errors to error dialog 0d65ee8 http://git.io/vtaIU (2015-06-29T04:47:35+02:00)
[git] kwolekr -> minetest/minetest: Fix *BSD build with GNU iconv 4e28c8d http://git.io/vtweY (2015-06-29T12:32:01+02:00)
[git] est31 -> minetest/minetest: Add UpdateThread and use it for minimap and mesh threads 29dda9f http://git.io/vtw7b (2015-06-29T15:00:19+02:00)
[git] paramat -> minetest/minetest: Biome API: Increase heat and humidity noise spreads to 1000 91f95fd http://git.io/vtPis (2015-06-30T07:04:18+01:00)
[git] kilbith -> minetest/minetest: Fix bugs in mainmenu 85f3d57 http://git.io/vtD6s (2015-06-30T18:11:38+02:00)
[git] est31 -> minetest/minetest: Fix single click world select 29b0dc8 http://git.io/vtyK7 (2015-06-30T20:09:29+02:00)
[git] est31 -> minetest/minetest: Close keybind settings menu with esc 842579e http://git.io/vtSYg (2015-06-30T21:04:06+02:00)
[git] est31 -> minetest/minetest: Defer minimap update when shape changed 370a336 http://git.io/vtSWm (2015-06-30T21:14:28+02:00)
[git] est31 -> minetest/minetest: Make m_blocks_cache private 9e3e6dc http://git.io/vtSlO (2015-06-30T21:34:23+02:00)
[git] est31 -> minetest/minetest: Add android tools environment to gitignore d75009a http://git.io/vtHCO (2015-07-01T04:12:55+02:00)
[git] paramat -> minetest/minetest: Cavegen: Cleanup code. Define constant for MGV7_LAVA_DEPTH c0dafa1 http://git.io/vtH7N (2015-07-01T06:21:13+01:00)
[git] paramat -> minetest/minetest_game: Default/mapgen: Add missing spaces 0914e59 http://git.io/vtQ8x (2015-07-01T08:34:25+01:00)
[git] est31 -> minetest/minetest: Disable mesh cache by default b2160bc http://git.io/vt7Hi (2015-07-01T13:50:25+02:00)
[git] est31 -> minetest/minetest: Inventory manager style cleanup and further checks 2e44873 http://git.io/vtdKQ (2015-07-01T17:03:02+02:00)
[git] Sokomine -> minetest/minetest: Fix world.mt not written when selecting mode 75d2cfe http://git.io/vtF5u (2015-07-01T19:50:24+02:00)
[git] RealBadAngel -> minetest/minetest: Shaders fixes and cleanup relief mapping code. 8a85e5e http://git.io/vqvXG (2015-07-02T21:36:45+02:00)
[git] Sokomine -> minetest/minetest: Set server_announce to world.mt and respect modes when changing subgame 0a0378f http://git.io/vqfDm (2015-07-02T23:03:42+02:00)
[git] kwolekr -> minetest/minetest: Fix code style from recent commits and add misc. optimizations 7b171ea http://git.io/vqJgI (2015-07-02T23:14:30-04:00)
Download: minetest-0.4.12-7b171ea
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests