[Windows] Fess's builds (64-bit): LevelDB, DirectX, etc.

Vazon
Member
Posts: 191
Joined: Sat Aug 17, 2013 17:20
IRC: Vazon
In-game: Vazon
Location: Tennessee, U.S

Re: Fess’s Minetest win64 builds with GetText,cURL,TTF,LuaJI

by Vazon » Post

what is the difference between, Build with leveldb support: http://yadi.sk/d/skIjy626MSbap , and any other builds??

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

Re: Fess’s Minetest win64 builds with GetText,cURL,TTF,LuaJI

by Krock » Post

Vazon wrote:what is the difference between, Build with leveldb support: http://yadi.sk/d/skIjy626MSbap , and any other builds??
Leveldb is a newer backend (= method to store worlddata) and not easy to get running under Win32/64.

The builds of other people are differently compiled.
Look, I programmed a bug for you. >> Mod Search Engine << - Mods by Krock - DuckDuckGo mod search bang: !mtmod <keyword here>

Vazon
Member
Posts: 191
Joined: Sat Aug 17, 2013 17:20
IRC: Vazon
In-game: Vazon
Location: Tennessee, U.S

Re: Fess’s Minetest win64 builds with GetText,cURL,TTF,LuaJI

by Vazon » Post

Krock wrote:
Vazon wrote:what is the difference between, Build with leveldb support: http://yadi.sk/d/skIjy626MSbap , and any other builds??
Leveldb is a newer backend (= method to store worlddata) and not easy to get running under Win32/64.

The builds of other people are differently compiled.
Ok thanks, I was just wondering because on my server most other clients, when used on my server cuase lags on the client end even if the server lag is at 0.1 and this one completely fixes that problem.

User avatar
Fess
Member
Posts: 159
Joined: Wed Feb 27, 2013 05:46

Re: Fess’s Minetest win64 builds with GetText,cURL,TTF,LuaJI

by Fess » Post

Latest build of minetest 0.4.9-dev, commit f0a9e7ddc8, from 25.05.2014
http://yadi.sk/d/L7XLlpdWRCRDH
Changelog from GitHub:
  • May 25, 2014
  • Sort commands and privs alphabetically in '/help'.Also make a stray variable local.
  • Rework dumping functions
  • Changes: * Add comments to explain the dumping code * Add support for dumping values of any type (as '<' <type> '>') * Add support for tables as keys in dump2() * Make dump2() return it's result (like dump()) rather than printing it * Simplify and optimize function serialization via serialize() [i]May 24, 2014[/i]
  • Hide pause menu prior drawing "shutting down..." message
  • Reduce log level for non npot2 texture warning message
  • Fix library link order
  • Remove settings not used any longer
  • Fix disable hud disabling drawing of full gui
  • fixed typo std::encl in src/gettext.cpp
  • Fix a bunch of small bugs due to mainmenu cleanup
  • Fix doubleclick not working in singleplayer Fix of by one issue on accessing raw list Fix this->self Fix copy&paste error for scroll button [i]May 23, 2014[/i]
  • Item entity stacks merge on the ground. Add TTL to item entities.
  • Fix memory leak in redis backend, fixes #1325
  • [i]May 20, 2014[/i]
  • Add joining player to printed player list
  • [i]May 18, 2014[/i]
  • Add support for interlaced polarized 3d screens.Add (experimental) support for topbottom as well as sidebyside 3d mode
  • Split declaration of GenericCAO from implementation
  • [i]May 17, 2014[/i]
  • Fix singleplayer dialogs missing game customization
  • [i]May 16, 2014[/i]
  • Add formspec toolkit and refactor mainmenu to use it
  • Fix crash on using cursor keys in client menu without selected server Add support for non fixed size tabviews
  • Make print() NUL-safe
  • [i]May 14, 2014[/i]
  • Map irrlicht log level to minetest. Allow write them to debug file.

User avatar
Fess
Member
Posts: 159
Joined: Wed Feb 27, 2013 05:46

Re: Fess’s Minetest win64 builds with GetText,cURL,TTF,LuaJI

by Fess » Post

Vazon wrote:what is the difference between, Build with leveldb support: http://yadi.sk/d/skIjy626MSbap , and any other builds??
All new builds after that build also have leveldb support.

User avatar
Fess
Member
Posts: 159
Joined: Wed Feb 27, 2013 05:46

Re: Fess’s Minetest win64 builds with GetText,cURL,TTF,LuaJI

by Fess » Post

Latest build of minetest 0.4.9-dev, commit a7d49da217, from 02.06.2014
http://yadi.sk/d/zr3gkLyoRvvKG
Changelog from GitHub:
  • Jun 01, 2014
  • Codestyle cleanup (main.cpp)
  • Revert "Add daemon support for linux like operating systems"
  • Revert "Redirect stdin/stderr/stdout to /dev/null in daemon mode"
  • Redirect stdin/stderr/stdout to /dev/null in daemon mode
  • Add daemon support for linux like operating systems
  • [i]May 31, 2014[/i]
  • Small cleanup of hud add/remove code
  • Fix over-poping and only push the core once
  • [i]May 29, 2014[/i]
  • Add success and output return values to chat commands
  • [i]May 27, 2014[/i]
  • Add item eat callback
  • [i]May 26, 2014[/i]
  • Fix misplaced selection box in some situations
  • Fix setThreadName support for BSD
  • [i]May 25, 2014[/i]
  • Works for debian and a few other distributions but fails for even more so back to old order

User avatar
Fess
Member
Posts: 159
Joined: Wed Feb 27, 2013 05:46

Re: Fess’s Minetest win64 builds with GetText,cURL,TTF,LuaJI

by Fess » Post

Latest build of minetest 0.4.9-dev, commit 9ffa88b558,from 15.06.2014
https://yadi.sk/d/p6Ftiqc2TQn2b
Changelog from GitHub:
  • Jun 14, 2014
  • Fix regression main_menu_script setting not working any longer
  • Fix regression dirt texture not beeing default in non cloud menu
  • [i]Jun 13, 2014[/i]
  • Fix AppData path for RUN_IN_PLACE, fixes #1365
  • Add AppData file
  • Fix HUD not visible if below ground blacked out
  • Changed Time Out message from ERROR to INFO.
  • Add support for exiting formspecs by doubleclicking outside
  • [i]Jun 12, 2014[/i]
  • Improve performance by removing some temporary objects
  • [i]Jun 10, 2014[/i]
  • New feature: drop a item instead a stack while sneaking
  • [i]Jun 09, 2014[/i]
  • Added show_debug to minetest.conf.example
  • Fix #1358 (disappearing clouds)
  • Allow custom liquids to have drops
  • [i]Jun 08, 2014[/i]
  • Fix switch from "skybox" to other sky types as triggered by player:set_sky()
  • [i]Jun 04, 2014[/i]
  • Re-add missing shaders setting. (Generate normalmaps)

User avatar
Fess
Member
Posts: 159
Joined: Wed Feb 27, 2013 05:46

Re: Fess’s Minetest win64 builds with GetText,cURL,TTF,LuaJI

by Fess » Post

Latest build of minetest 0.4.9-dev, commit 2b9beead38,from 21.06.2014
https://yadi.sk/d/JW_yXF7VUL6YC
Changelog from GitHub:
  • Jun 20, 2014
  • Don't handle lack of IPv6 as fatal in unit tests
  • Fix labels and vertlabels on some systems.
  • Fix small memory leaks on shutdown
  • Fix build on big endian architectures.
  • Fix chat overlaying full screen, now it's gonna overlay only up to length of longest line
  • Fix newline not handled to to interpreting it as invisible char
  • [i]Jun 19, 2014[/i]
  • Fix broken serverdescription in multiplayer tab
  • Remove ugly curl struct pointer from jsonFetchValue signature
  • Remove a lot of superfluous ifndef USE_CURL checks
  • Add support for directly starting a world by name from command line
  • Add tooltips for button, imagebutton and checkbox.
  • [i]Jun 18, 2014[/i]
  • Fix bounding rect for formspec elements label vertlabel and checkboxes
  • Make dropdown formspec elements send their value same style as buttons on change
  • Update buildbot scripts and add 64-bit buildbot
  • Fix issue #1275 - one more missing check.
  • [i]Jun 17, 2014[/i]
  • Remove not really used guiTextInputMenu
  • Fix issue #1275 - wielded index greater than inv size.
  • Improved faces shading with and without shaders.
  • L-systems treegen code tweaks.
  • [i]Jun 15, 2014[/i]
  • Minor stability improvements in block emerge handling
  • Unite nodes shaders.

User avatar
WebWolf
Member
Posts: 15
Joined: Thu Jun 19, 2014 05:00

Re: Fess’s Minetest win64 builds with GetText,cURL,TTF,LuaJI

by WebWolf » Post

Very good. Many changes/updates and improvements. Thank you. :)

User avatar
Inocudom
Member
Posts: 3121
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

Re: Fess’s Minetest win64 builds with GetText,cURL,TTF,LuaJI

by Inocudom » Post

Fess, would you be able to use the following changes to the lighting table proposed by Calinou in your future builds?
https://github.com/minetest/minetest/issues/1362
viewtopic.php?p=146300#p146300
Krock succeeded in adding the changes to his 32-bit Minetest builds, so he is very much capable of helping you out in that area.

User avatar
Fess
Member
Posts: 159
Joined: Wed Feb 27, 2013 05:46

Re: Fess’s Minetest win64 builds with GetText,cURL,TTF,LuaJI

by Fess » Post

Latest build of minetest 0.4.10-dev, commit e69d660784, from 08.07.2014
https://yadi.sk/d/My5Vb1ulWA5oY
Changelog from GitHub:
  • Jul 07, 2014
  • Update default control documentation
  • Switch back repository to dev-mode after 0.4.10 release.
  • Faces shading fixes
  • Don't copy back already generated blocks on map generation
  • Don't unload blocks if save failed
  • Fix regression in leveldb backend
  • [i]Jul 06, 2014[/i]
  • Update version numbers for 0.4.10
  • Fix client crash on deletion of an object the clients localplayer is
  • Switch android to leveldb as sqlite3 is broken and fails to save any
  • Improve error reporting in leveldb backend
  • Fix non-smooth non-shader node shading (Fixes #1436, regression)
  • Fix errors/warnings reported by valgrind
  • Fix memory leak in EmergeManager
  • Fix warnings reported by clang
  • [i]Jul 05, 2014[/i]
  • Fix typos in doc/lua-api.txt
  • Remove FPS from being next to the version string
  • Fix typo in doc/lua_api.txt
  • [i]Jul 03, 2014[/i]
  • Fix memory leaks in GenericCAO, ShaderSource and Player classes
  • [i]Jul 02, 2014[/i]
  • Fix inversion of full_punch_interval
  • [i]Jul 01, 2014[/i]
  • Move master server to seperate repository
  • [i]Jun 30, 2014[/i]
  • Fix regression in light calculation
  • Fix serverlist code style, const-correctness, and types
  • Fix server list boolean typing and alignment
  • Add support for multipart/form-data to HTTPFetch for server announcing
  • Masterserver: Fix compiling servers.jst
  • [i]Jun 29, 2014[/i]
  • Add redis options to documentation
  • Copy zlib and freetype dll to windows package too
  • Add support for Android 2.3+
  • Don't spam server console on player/playersao error but just drop the...
  • Glasslike_framed drawtype rework.
  • OS X compatibility fixes
  • Fix msvc2012 build
  • Add formspec api versioning
  • Make sure none of the irrlicht member objects of GenericCAO are deleted
  • Make player files saving again
  • [i]Jun 28, 2014[/i]
  • Masterserver: Fix undefined players
  • Add prefixes to enum values and fix style issues
  • Make GUITable mouse wheel scrolling faster
  • [i]Jun 27, 2014[/i]
  • Fix GenericCAO fails to grabing member animated mesh node to prevent it do be deleted to early
  • Fix wrong status text rectangle. Fix for #1412
  • [i]Jun 26, 2014[/i]
  • Add separate download timeout to allow download of bigger files or on low bandwidth lines
  • [i]Jun 25, 2014[/i]
  • Fix statement not set NULL on deletion
  • Add setting for tooltips show delay.
  • [i]Jun 24, 2014[/i]
  • Tooltips rework
  • Handle missing tablecolumns[], fixes bug #1187
  • GUITable typo fixes in comments
  • [i]Jun 23, 2014[/i]
  • Store the maximum player file tries in a constant
  • Only try to load from possible player files
  • Only keep players loaded while they're connected
  • Remove confusing code block from SQLite3 database
  • Clear inventory before setting lists
  • Fix Windows build
  • Fix race condition on accessing m_time_of_day_speed causing day night race on some architectures
  • Remove MapVoxelManipulator not really used by anyone
  • Remove emerge and speedup addArea by using memcopy instead of one by one assignment
  • Minor fix in check order
  • Don't keep temporary images in RAM
  • Avoid doing a full material compare if not even first texture does match
  • Speedup attachement handling by replacing vector search by direct array access and secondary child lookup vector
  • Use memset for flag initialization (compiler optimization is way better) use temp variables instead of recalculating array index
  • Speedup getTileInfo by up to 30%
  • Speedup getBlockNodeIdMapping by up to factor 4 by using a fixed size mapping array
  • [i]Jun 22, 2014[/i]
  • Fix menu crash due to lack of favourites list
  • Fix sqlite3 map shutdown fails due to missing to finalize list statement
  • Support for scalable font and gui elements
  • Fix uncought deserialization error on receiving data
  • Fix server assert in case of invalid message from client, just kick that client.

User avatar
Inocudom
Member
Posts: 3121
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

Re: Fess’s Minetest win64 builds with GetText,cURL,LuaJIT,et

by Inocudom » Post

Fess, would you be able to compile 64-bit builds of the Minetest branch linked to below?
https://github.com/Amaz1/minetest/tree/ ... r-uptodate
This branch is like the master branch, except it has gsmapper in it (which adds a minimap to the hud.) I can't see Krock making 64-bit builds of this branch.

User avatar
Fess
Member
Posts: 159
Joined: Wed Feb 27, 2013 05:46

Re: Fess’s Minetest win64 builds with GetText,cURL,LuaJIT,et

by Fess » Post

Latest build of minetest 0.4.10-dev, commit 69​29206bc2, from 30.07.2014
https://yadi.sk/d/8EMO5XisYWVpH
Changelog from GitHub:
  • Commits on Jul 30, 2014
  • Fix issue 1527
    Commits on Jul 29, 2014
  • Add ZLIBWAPI_DLL and LEVELDB_DLL CMake options Remove legacy MINGWM10… …
  • Rework texture generating code, add texture grouping via ( ... )
    Commits on Jul 25, 2014
  • Don't include cmake_config_githash.h into files that don't need it
    Commits on Jul 24, 2014
  • Dont display interior of glasslike_framed node when its not defined.
  • Allow full circle rotation with 2degs step for plantlike drawtype.
    Commits on Jul 22, 2014
  • Add rotation for plantlike drawtype.
    Commits on Jul 20, 2014
  • Bugfix in makeCuboid - apply rotations to all faces when 1 tile is gi… …
  • Remove vector assertions
    Commits on Jul 17, 2014
  • Speedup mapblock_mesh
  • Fix texture glitches for plants with visual scale > 1.0 (jungle grass).
  • Fix texture hack in fences.
    Commits on Jul 16, 2014
  • Fix error handling on inconsistent client ready message
  • Make tooltip_show_delay=0 work
  • Permit non-integer sizes for item_image[]
  • Fix indexing error in timer processing
  • Fix flipped textures for drawtype "glasslike"
  • Add srollbar formspec element
  • Fix android build after removal of indev and math mapgen
    Commits on Jul 13, 2014
  • Fix crash reported here...
    Commits on Jul 12, 2014
  • Move MapBlock (de)serializing code out of Database class
  • Remove proller from credits
  • Remove indev mapgen
  • Remove math mapgen
P.S. I will make a build of branch with gsmapper later.

User avatar
Fess
Member
Posts: 159
Joined: Wed Feb 27, 2013 05:46

Re: Fess’s Minetest win64 builds with GetText,cURL,LuaJIT,et

by Fess » Post

Latest build of minetest 0.4.10-dev, commit d7364d65ac, from 25.08.2014
https://yadi.sk/d/99qEfPDTaQsiG

User avatar
Fess
Member
Posts: 159
Joined: Wed Feb 27, 2013 05:46

Re: Fess’s Minetest win64 builds with GetText,cURL,LuaJIT,et

by Fess » Post

Latest build of minetest 0.4.10-dev, commit 2f170a63c6, from 12.09.2014
https://yadi.sk/d/_99Ec8KsbT55G
Changelog from GitHub:
  • Commits on Sep 12, 2014
  • Simplify and optimize schematic replacements
  • Fix another typo in example configuration
  • Fix typo in default configuration file
  • [i]Commits on Sep 06, 2014[/i]
  • Log unhandled exceptions in connectionthreads to errorstream
  • Fix access to invalid data on reception of packet with size 0
  • [i]Commits on Sep 03, 2014[/i]
  • Change screenshot colorformat properly
  • Don't save alpha channel in screenshots (fixes #1451)
  • [i]Commits on Sep 02, 2014[/i]
  • Add LuaVoxelManip methods: get_node_at() and set_node_at()
  • [i]Commits on Sep 01, 2014[/i]
  • Update Mapgen VoxelManipulator on buffer invalidation
  • Save previously generated blocks on Mapgen blitback
  • [i]Commits on Aug 29, 2014[/i]
  • Fix only one texture being updated on window resize breaking sidebyside and topbottom 3d modes
  • Fix interlaced 3d mode second image being flipped on compiling against irrlicht >= 1.8
  • [i]Commits on Aug 25, 2014[/i]
  • Remove invalid doc about minetest.get_time_us()
  • Add missing doc for minetest.get_us_time()
  • Allow use all 6 faces for special tiles.
Last edited by Fess on Fri Sep 12, 2014 20:09, edited 1 time in total.

User avatar
Inocudom
Member
Posts: 3121
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

Re: Fess’s Minetest win64 builds with GetText,cURL,LuaJIT,et

by Inocudom » Post

Fess wrote:Latest build of minetest 0.4.10-dev, commit 2f170a63c6, from 12.09.2014
https://yadi.sk/d/_99Ec8KsbT55G
From what I have heard and experienced, your 64-bit builds tend to be the most stable.

User avatar
Fess
Member
Posts: 159
Joined: Wed Feb 27, 2013 05:46

Re: Fess’s Minetest win64 builds with GetText,cURL,LuaJIT,et

by Fess » Post

Latest build of minetest 0.4.10-dev, commit 9a685a4f2e, from 21.09.2014
https://yadi.sk/d/zyTIy4cxbb96y
Changelog from GitHub:
  • Commits on Sep 21, 2014
  • Add firelike drawtype
  • Update default of preload_item_visuals in minetest.conf.example
  • Make dump's output prettier
  • Fix GCC reorder warning
  • Add inventory right click drag and drop
  • Update ja/minetest.po
  • Revert the icon name in minetest.desktop
  • Fix locking bugs and make inventory deserialization errors more specific
  • Split settings into seperate source and header files
  • Fix Settings locking
  • Use const references for Settings methods
  • Make getters of the Settings class const
  • Allow taking screenshots of formspecs and move message to chat
  • Update .mailmap
  • Fix wrong video_driver setting when changing in mainmenu
  • [i]Commits on Sep 20, 2014[/i]
  • Add compression API
  • travis.yml: fix possible issues
  • Revert "Small changes to French translation (Petites modifications...)
  • Fixed french vocabulary/grammar errors
  • Small changes to French translation (Petites modifications mineures)
  • Add a .mailmap file
  • Make config compatible with C++11
  • [i]Commits on Sep 19, 2014[/i]
  • Change default halo.png for better visibility.
  • Use configured bind_address for HTTPFetch
  • Reduce indentation of HTTPFetchOngoing
  • Added configurable selectionbox width. Min width = 1, Max = 5
  • [i]Commits on Sep 18, 2014[/i]
  • Bugfix: don't highlight air nodes.
  • [i]Commits on Sep 17, 2014[/i]
  • Node highlighting.
    Commits on Sep 14, 2014
  • Fix typo in comment in chat.cpp

User avatar
philipbenr
Member
Posts: 1897
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: robinspi
Location: United States

Re: Fess’s Minetest win64 builds with GetText,cURL,LuaJIT,et

by philipbenr » Post

What is a firelike drawtype? Is that new?

User avatar
Calinou
Moderator
Posts: 3169
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou
Location: Troyes, France
Contact:

Re: Fess’s Minetest win64 builds with GetText,cURL,LuaJIT,et

by Calinou » Post

philipbenr wrote:What is a firelike drawtype? Is that new?
Yes, it is supposed to be used for fire-like rendering. It is very similar to Minecraft.

https://github.com/minetest/minetest/pull/1664

Image

User avatar
philipbenr
Member
Posts: 1897
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: robinspi
Location: United States

Re: Fess’s Minetest win64 builds with GetText,cURL,LuaJIT,et

by philipbenr » Post

Oh, cool! I've always hated the old fire running along the outside of a node.

User avatar
RHR
Member
Posts: 215
Joined: Mon Jan 27, 2014 20:07
GitHub: RHRhino

Re: Fess’s Minetest win64 builds with GetText,cURL,LuaJIT,et

by RHR » Post

Calinou wrote:
philipbenr wrote:What is a firelike drawtype? Is that new?
Yes, it is supposed to be used for fire-like rendering. It is very similar to Minecraft.

https://github.com/minetest/minetest/pull/1664

Image

AWESOME!
\(*o*)/

User avatar
Fess
Member
Posts: 159
Joined: Wed Feb 27, 2013 05:46

Re: Fess’s Minetest win64 builds with GetText,cURL,LuaJIT,et

by Fess » Post

Latest build of minetest 0.4.10-dev, commit 5baf379f40, from 03.10.2014
https://yadi.sk/d/h6BghHNqbngiX
Changelog from GitHub:
  • Commits on Oct 02, 2014
  • Add better documentation for alternate drop definition to lua_api.txt.
  • Add optional framed glasslike drawtype
  • Make players check inventory modification properly
  • Only set player dirty flag if values change
  • Simplify player modification checks
  • [i]Commits on Oct 01, 2014[/i]
  • Fix android build using hardcoded path for data instead of using the one fetched by android api on init.
  • Fix android missing version information
  • [i]Commits on Sep 30, 2014[/i]
  • updatepo.sh: Find all files
  • [i]Commits on Sep 28, 2014[/i]
  • Use round if falling node is misplaced
  • Standardize tooltip row detection
  • Fix multilined description in tooltips (fixes #1688)
  • [i]Commits on Sep 25, 2014[/i]
  • Fix totally messed up 3d modes interlaced/topbottom/sidebyside
  • Fix chat lines not word wrapped correct
  • [i]Commits on Sep 22, 2014[/i]
  • Fix command line parsing
  • Fix build with redis

User avatar
RHR
Member
Posts: 215
Joined: Mon Jan 27, 2014 20:07
GitHub: RHRhino

Re: Fess’s Minetest win64 builds with GetText,cURL,LuaJIT,et

by RHR » Post

There aren't any sounds ... =(

User avatar
Fess
Member
Posts: 159
Joined: Wed Feb 27, 2013 05:46

Re: Fess’s Minetest win64 builds with GetText,cURL,LuaJIT,et

by Fess » Post

Latest build of minetest 0.4.10-dev, commit d1ccc64e1e, from 10.10.2014
https://yadi.sk/d/8Y96rzX3bvfBa
Changelog from GitHub:
  • Commits on Oct 09, 2014
  • Make sure PRECISION_SECONDS corresponds to the integer 0
  • Fix unit reported by TimeTaker (was always ms)
  • Change topleft text when switching subgames, fixes #1728
  • [i]Commits on Oct 08, 2014[/i]
  • Fix use of unitialized variables in mouse button handling
  • Add in-game key change menu
  • [i]Commits on Oct 07, 2014[/i]
  • Add a better error message when trying to teleport another player without bring privileges
  • Fix object reference pushing functions when called from coroutines
  • [i]Commits on Oct 05, 2014[/i]
  • Add [colorize modifier
  • [i]Commits on Oct 03, 2014[/i]
  • Fix special tile backspace culling
  • Bugfix: dont highlight (0,0,0) when theres no node pointed.
  • Fix broken plantlike drawtype.
  • Fix misc. style issues
  • Clean up nodedef.cpp
RHR wrote:There aren't any sounds ... =(
try to install/reinstall OpenAL

User avatar
RHR
Member
Posts: 215
Joined: Mon Jan 27, 2014 20:07
GitHub: RHRhino

Re: Fess’s Minetest win64 builds with GetText,cURL,LuaJIT,et

by RHR » Post

Fess wrote:
RHR wrote:There aren't any sounds ... =(
try to install/reinstall OpenAL
Thx that helped! :)

Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests