Search found 6 matches

Return to advanced search

Re: Modding Tutorial Book (new: Privileges)

Because i would like to translate this to spanish... I can also translate it to russian :) if I'll not be lazy But the only bad thing in translations is that they often get outdated very quickly. When there's only 1 version of book (english) - it's needed to maintain only 1 version. But when th...
by DraggonFantasy
Mon Aug 08, 2016 13:29
 
Forum: Minetest-Related
Topic: Modding Tutorial Book (new: Privileges)
Replies: 117
Views: 32309

Re: Lua API Completer for Vim

Hm. I thought about combining lua_api.txt parsing and LDef. Like getting documentation notes from lua_api.txt and info about types from LDef. And it also will be cool because if there isn't some function in LDef, but it is in lua_api.txt - info about it will still be loaded.
by DraggonFantasy
Sun Aug 07, 2016 18:35
 
Forum: Minetest-Related
Topic: Lua API Completer for Vim
Replies: 3
Views: 1827

Re: I can't find my house :(

You can either press F5 in game to open Debug info and there are coordinates written in top left (like (x,y,z) ). Then just go in direction to coordinates of your house.
Or you can press F10 or / or T and then type
/teleport 12,14,-45
and you'll be teleported there
by DraggonFantasy
Sun Aug 07, 2016 16:50
 
Forum: Minetest General
Topic: I can't find my house :(
Replies: 9
Views: 2693

Re: Lua API Completer for Vim

Thanks! That's interesting project :) I decided to use contents of lua_api.txt for generating completion, because it will be always up-to-date. And it has some notes about each function, that are also shown in Vim when you navigate through functions in complete-list Of course, the resulting function...
by DraggonFantasy
Sat Aug 06, 2016 18:17
 
Forum: Minetest-Related
Topic: Lua API Completer for Vim
Replies: 3
Views: 1827

Lua API Completer for Vim

Hi :) I'm very impressed by Minetest, it's a great game (greatest open source game I've ever seen)! I decided to make some mods for it, but I haven't found any way to auto-complete Minetest's API functions in Eclipse. As I'm a big fan of Vim, I decided to make a Minetest API Completer plugin for Vim...
by DraggonFantasy
Fri Aug 05, 2016 19:05
 
Forum: Minetest-Related
Topic: Lua API Completer for Vim
Replies: 3
Views: 1827

Re: Texture repeating?

As far as I know, this is called "texture bleeding"
by DraggonFantasy
Tue Aug 02, 2016 12:52
 
Forum: Minetest Problems
Topic: Texture repeating?
Replies: 9
Views: 2126

Return to advanced search

cron