Search found 5 matches

Return to advanced search

Re: [Linux] Is LUAJIT really working?

Well I guess it is working.. I bracketed with log messages, and this was the output on the terminal. 2016-06-08 13:35:21: ACTION[Main]: assert(jit) 2016-06-08 13:35:21: ACTION[Main]: done with assert(jit) Hard to imagine the lua performance without jit - really, 30 times slower? With reasonably setu...
by JDCodeIt
Wed Jun 08, 2016 19:47
 
Forum: Minetest Builds
Topic: [Linux] Is LUAJIT really working?
Replies: 6
Views: 3586

Re: [Linux] Is LUAJIT really working?

Yes, installed the dev libraries The first output of cmake shows it finds the library: cmake . -DBUILD_SERVER=TRUE -- *** Will build version 0.4.14-dev *** -- Found Irrlicht: /usr/lib/i386-linux-gnu/libIrrlicht.so -- Found CURL: /usr/lib/i386-linux-gnu/libcurl.so -- cURL support enabled. -- GetText ...
by JDCodeIt
Mon Jun 06, 2016 16:26
 
Forum: Minetest Builds
Topic: [Linux] Is LUAJIT really working?
Replies: 6
Views: 3586

[Linux] Is LUAJIT really working?

I have compiled with flag ENABLE_LUAJIT, but I don't see outstanding LUA performance improvement in the server. Linux's ldd reports that the LUAJIT library is unused - any idea why? The lua wrapper code is definitely being compiled. ldd -u bin/minetestserver Unused direct dependencies: /lib/i386-lin...
by JDCodeIt
Mon Jun 06, 2016 13:54
 
Forum: Minetest Builds
Topic: [Linux] Is LUAJIT really working?
Replies: 6
Views: 3586

Re: Inventory security to stop inventory from being shown

I found a working solution by reading through the *.cpp code to find out what is happening when a node is right-clicked. Turns out there is a very different built-in behaviour if the meta string "formspec" is set on the node. To access data before bringing up the formspec, including being ...
by JDCodeIt
Thu May 19, 2016 14:06
 
Forum: Modding Discussion
Topic: Inventory security to stop inventory from being shown
Replies: 7
Views: 1268

Re: Inventory security to stop inventory from being shown

I'm having a similar problem. I'd like to have a custom form for a Node, and save more meta data to the node than just inventory. If I call minetest.show_formspec from the on_rightclick function, the resulting formspec never sends fields to either a global or node-specific on_player_receive_fields c...
by JDCodeIt
Mon May 16, 2016 23:11
 
Forum: Modding Discussion
Topic: Inventory security to stop inventory from being shown
Replies: 7
Views: 1268

Return to advanced search