[ 41%] /home/evergreen/programs/NodeBoxEditor/src/main.cpp: In function ‘int main(int, char**)’:
/home/evergreen/programs/NodeBoxEditor/src/main.cpp:30:14: error: ‘chdir’ was not declared in this scope
chdir("../");
^
Building CXX object CMakeFiles/NodeBoxEditor.dir/src/NBEditor.cpp.o
make[2]: *** [CMakeFiles/NodeBoxEditor.dir/src/main.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/NodeBoxEditor.dir/all] Error 2
make: *** [all] Error 2
[Old]Node Box Editor [0.9.2]
- Evergreen
- Member
- Posts: 2135
- Joined: Sun Jan 06, 2013 01:22
- GitHub: EvergreenTheTree
- IRC: Evergreen
- In-game: Evergreen
- Location: Unlikely to come back to minetest or update my mods, see my contact info if you need anything.
- Contact:
Re: [Editor] Node Box Editor [0.6.5] - make install, working
Error installing 0.6.5 (from git):
- rubenwardy
- Moderator
- Posts: 7026
- Joined: Tue Jun 12, 2012 18:11
- GitHub: rubenwardy
- IRC: rubenwardy
- In-game: rubenwardy
- Location: London, United Kingdom
- Contact:
- webdesigner97
- Member
- Posts: 1328
- Joined: Mon Jul 30, 2012 19:16
- GitHub: webD97
- IRC: webdesigner97
- In-game: webdesigner97
- Location: Cologne, Germany
- Contact:
Re: 0.6.5 released!
Downloaded it and it launches fine. I didn't test it deeper, because I don't have much time now, but within the next days I'll do so and if problems occur, I'll tell you ;)rubenwardy wrote:0.6.5 released!
(...)
Visit me: webD97.de | @GitHub | @DeviantArt
Mods: StreetsMod | Vehicles
Featured from my blog: Dockerize the Minetest server
On my own behalf: Chameleon - A PHP image manipulation library built around GD
Mods: StreetsMod | Vehicles
Featured from my blog: Dockerize the Minetest server
On my own behalf: Chameleon - A PHP image manipulation library built around GD
- Desour
- Member
- Posts: 1527
- Joined: Thu Jun 19, 2014 19:49
- GitHub: Desour
- IRC: Desour
- In-game: DS
- Location: I'm scared that if this is too exact, I will be unable to use my keyboard.
Re: [Editor] Node Box Editor [0.6.5] - make install, working
Hybridog made something like this for ingame: https://github.com/HybridDog/nodebox_creator It is really interesting!
he/him; Codeberg; GitHub; ContentDB; public personal TODO list; "DS" is preferred (but often too short)
- rubenwardy
- Moderator
- Posts: 7026
- Joined: Tue Jun 12, 2012 18:11
- GitHub: rubenwardy
- IRC: rubenwardy
- In-game: rubenwardy
- Location: London, United Kingdom
- Contact:
Re: [Editor] Node Box Editor [0.6.5] - make install, working
I saw that. I doesn't have the same level of user friendliness, though.
- rubenwardy
- Moderator
- Posts: 7026
- Joined: Tue Jun 12, 2012 18:11
- GitHub: rubenwardy
- IRC: rubenwardy
- In-game: rubenwardy
- Location: London, United Kingdom
- Contact:
Re: [Editor] Node Box Editor [0.7] - Texture Tool
0.7 Released!

GitHub - Windows
0.7 is all about the texture tool. The texture tool allows you to texture each side of the node box, and export that with the mod.
It is recommended that you use Irrlicht 1.8 or later. This is not in the Ubuntu apt-get repos. Use misc/install_irrlicht.sh, or see the installing Irrlicht page on their website.
New Features
- Other nodes are hidden when you are not in the node tool.
- Minetest style shading added. Node boxes no longer have this weird smooth lighting effect.
- Texture tool added.
- Texture projection added.
- Dynamic viewports. Change what each viewport is looking at. (top/bottom/left/right etc)
- Media Manager. (Export and import textures)
- Merge / import project.
- Copy and paste exported code from editor (Irrlicht 1.8 or greater only)
- Coordinate direction arrows for each viewport.
- Faster node box resizing when there are lots of boxes.
- Textures no longer stretch.
- Node position is now read from file, rather than ignored.
- Added build scripts for Linux.
- NBE files are now in an archive style format.
- NBE file parser version bumped.
- File parsers give meaningful error messages.
- Cleaned unused enums and defines.
- Polymorphic dialog system added.
- ExeterDad
- Member
- Posts: 1717
- Joined: Sun Jun 01, 2014 20:00
- In-game: ExeterDad
- Location: New Hampshire U.S.A
Re: [Editor] Node Box Editor [0.7] - Texture Tool
Sweet!
HOMETOWN -Our little server. Keep the HOMETOWN chatter @ http://hometownserver.com - Our server map: http://media.hometownserver.com
- Evergreen
- Member
- Posts: 2135
- Joined: Sun Jan 06, 2013 01:22
- GitHub: EvergreenTheTree
- IRC: Evergreen
- In-game: Evergreen
- Location: Unlikely to come back to minetest or update my mods, see my contact info if you need anything.
- Contact:
Re: [Editor] Node Box Editor [0.7] - Texture Tool
Awesome! (I finally resolved that libirrlicht-dev / libpng16 issue)
- rubenwardy
- Moderator
- Posts: 7026
- Joined: Tue Jun 12, 2012 18:11
- GitHub: rubenwardy
- IRC: rubenwardy
- In-game: rubenwardy
- Location: London, United Kingdom
- Contact:
Re: [Editor] Node Box Editor [0.7] - Texture Tool
That's good.
I suddenly quit from IRC because my router broke. Sorry about that. I am now on mobile internet.
I suddenly quit from IRC because my router broke. Sorry about that. I am now on mobile internet.
- ExeterDad
- Member
- Posts: 1717
- Joined: Sun Jun 01, 2014 20:00
- In-game: ExeterDad
- Location: New Hampshire U.S.A
Re: [Editor] Node Box Editor [0.7] - Texture Tool
I have a spare router that you may have, but you livin in the UK might be a issuerubenwardy wrote:That's good.
I suddenly quit from IRC because my router broke. Sorry about that. I am now on mobile internet.
HOMETOWN -Our little server. Keep the HOMETOWN chatter @ http://hometownserver.com - Our server map: http://media.hometownserver.com
- rubenwardy
- Moderator
- Posts: 7026
- Joined: Tue Jun 12, 2012 18:11
- GitHub: rubenwardy
- IRC: rubenwardy
- In-game: rubenwardy
- Location: London, United Kingdom
- Contact:
Re: [Editor] Node Box Editor [0.7] - Texture Tool
We were in the process of changing ISPs.
Re: [Editor] Node Box Editor [0.7] - Texture Tool
Dog House, my first project with Node Box...


- rubenwardy
- Moderator
- Posts: 7026
- Joined: Tue Jun 12, 2012 18:11
- GitHub: rubenwardy
- IRC: rubenwardy
- In-game: rubenwardy
- Location: London, United Kingdom
- Contact:
Re: [Editor] Node Box Editor [0.7] - Texture Tool
VanessaE would love that model.jp wrote:Dog House, my first project with Node Box...
[BitChute: https://www.bitchute.com/channel/fCcBQxrYQjNX/] [Rumble: https://rumble.com/user/HPoorHMagentaHChildH]
-
- Member
- Posts: 4317
- Joined: Sun Sep 09, 2012 17:31
- GitHub: Sokomine
- IRC: Sokomine
- In-game: Sokomine
Re: [Editor] Node Box Editor [0.7] - Texture Tool
I agree that it would fit very well into homedecor. Jp created a very nice model.Inocudom wrote: VanessaE would love that model.
A list of my mods can be found here.
- VanessaE
- Member
- Posts: 4655
- Joined: Sun Apr 01, 2012 12:38
- GitHub: VanessaE
- IRC: VanessaE
- In-game: VanessaE
- Location: Western NC
- Contact:
Re: [Editor] Node Box Editor [0.7] - Texture Tool
I'll add it shortly.
EDIT: added.
EDIT: added.
Re: [Editor] Node Box Editor [0.7] - Texture Tool
Some new models...
Bed


Pool table (with 6 holes & balls storage)

Now waiting for the textures...
Bed


Pool table (with 6 holes & balls storage)

Now waiting for the textures...
Last edited by jp on Thu Aug 07, 2014 14:08, edited 1 time in total.
Re: [Editor] Node Box Editor [0.7] - Texture Tool
VanessaE will definitely enjoy those too.jp wrote:Some new models...
Bed
Pool table (with 6 holes & balls storage)
Now waiting for the textures...
[BitChute: https://www.bitchute.com/channel/fCcBQxrYQjNX/] [Rumble: https://rumble.com/user/HPoorHMagentaHChildH]
- VanessaE
- Member
- Posts: 4655
- Joined: Sun Apr 01, 2012 12:38
- GitHub: VanessaE
- IRC: VanessaE
- In-game: VanessaE
- Location: Western NC
- Contact:
Re: [Editor] Node Box Editor [0.7] - Texture Tool
To be added to homedecor shortly, as soon as I get off my lazy ass and write the code needed for it. ;-)
EDIT: added.
EDIT: added.
Re: [Editor] Node Box Editor [0.7] - Texture Tool
Requests for the future releases of NBE :
- Wireframe view.
- Freely movable camera.
- Zoom +/-
- Cancel (Ctrl+Z) & restore (Ctrl+Y).
- Smarter adaptive numbering of the Nodebox.
- Explore folders to save/open a .nbe or .png file somewhere.
- Select a nodebox by click on.
- Draw straight diagonal lines and can turn them to aligned micro-cuboids.
- Wireframe view.
- Freely movable camera.
- Zoom +/-
- Cancel (Ctrl+Z) & restore (Ctrl+Y).
- Smarter adaptive numbering of the Nodebox.
- Explore folders to save/open a .nbe or .png file somewhere.
- Select a nodebox by click on.
- Draw straight diagonal lines and can turn them to aligned micro-cuboids.
Last edited by jp on Sat Aug 09, 2014 07:53, edited 1 time in total.
- philipbenr
- Member
- Posts: 1897
- Joined: Fri Jun 14, 2013 01:56
- GitHub: philipbenr
- Location: United States
Re: [Editor] Node Box Editor [0.7] - Texture Tool
VanessaE has already texturized this bed for HomeDecor ;)


-
- Member
- Posts: 4317
- Joined: Sun Sep 09, 2012 17:31
- GitHub: Sokomine
- IRC: Sokomine
- In-game: Sokomine
Re: [Editor] Node Box Editor [0.7] - Texture Tool
This bed looks fine as well. Intresting nodeboxes that where added recently! Seems the node box editor is very useful.
A list of my mods can be found here.
-
- Member
- Posts: 940
- Joined: Tue Aug 05, 2014 14:09
- GitHub: MinetestForFun
- IRC: MinetestForFun
- In-game: MinetestForFun
- Location: On earth
- Contact:
Re: [Editor] Node Box Editor [0.7] - Texture Tool
great job ! Is it possible to put water in this pit ?jp wrote:A well...
MinetestForFun Team mods : [spidermob] [fishing]
---
Our Minetest servers :
MinetestForFun (Survival - PvP - Hardcore)[FR/EN]
MinetestForFun HUNGER GAMES
MinetestForFun SKYBLOCK
MinetestForFun CREATIVE
---
Our Minetest servers :
MinetestForFun (Survival - PvP - Hardcore)[FR/EN]
MinetestForFun HUNGER GAMES
MinetestForFun SKYBLOCK
MinetestForFun CREATIVE