NodeBoxEditor [0.9.0] - Zooming, dynamic snap res

User avatar
Evergreen
Member
 
Posts: 2131
Joined: Sun Jan 06, 2013 01:22
GitHub: 4Evergreen4
IRC: EvergreenTree
In-game: Evergreen

by Evergreen » Mon May 06, 2013 15:30

Traxie21 wrote:Evergreen, CTRL+A should select all the code, then CTRL+C will copy it.

Oh, it works now. Thanks.
"Help! I searched for a mod but I couldn't find it!"
http://krock-works.16mb.com/MTstuff/modSearch.php
 

User avatar
12Me21
Member
 
Posts: 826
Joined: Tue Mar 05, 2013 00:36

by 12Me21 » Mon May 06, 2013 19:16

Image
Last edited by 12Me21 on Mon May 06, 2013 19:17, edited 1 time in total.
This is a signature virus. Add me to your signature so that I can multiply.
Don't ever save anything as a JPEG.
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Tue May 07, 2013 10:08

That is because you are running a debug version.

I made sure that I built in release mode, so I do not know what happened.
 

User avatar
Evergreen
Member
 
Posts: 2131
Joined: Sun Jan 06, 2013 01:22
GitHub: 4Evergreen4
IRC: EvergreenTree
In-game: Evergreen

by Evergreen » Tue May 07, 2013 12:29

I have the latest git (after you released 0.2) and there isn't 16px snapping. Or is 16px snapping only for windows?
"Help! I searched for a mod but I couldn't find it!"
http://krock-works.16mb.com/MTstuff/modSearch.php
 

User avatar
sfan5
Member
 
Posts: 3636
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5

by sfan5 » Tue May 07, 2013 14:13

rubenwardy wrote:
sfan5 wrote:Can't build it:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/libIrrlicht.a(CIrrDeviceLinux.o): undefined reference to symbol 'XF86VidModeGetGamma'
/usr/bin/ld: note: 'XF86VidModeGetGamma' is defined in DSO /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1 so try adding it to the linker command line
/usr/lib/x86_64-linux-gnu/libXxf86vm.so.1: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status


That is nothing to do with this project, looks like something to do with Irrlicht.

EDIT: A quick search gives me this: http://irrlicht.sourceforge.net/forum/viewtopic.php?f=1&t=48491
I think there is a small bug in the Irrlicht cmake script, or maybe in this project's

Thanks! That fixed the problem
Mods: Mesecons | WorldEdit | Nuke
Minetest builds for Windows (32-bit & 64-bit)
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Tue May 07, 2013 16:01

Evergreen wrote:I have the latest git (after you released 0.2) and there isn't 16px snapping. Or is 16px snapping only for windows?


Snapping is on all versions.

What happens is when you move a side, It can only be moved to a 16px boundary. If it is not on one, it goes to the nearest one.

Make sure Edit > Snapping is ticked (no reason why it should not be), if it is the untick it and tick it again. If not, just tick it.
 

User avatar
Evergreen
Member
 
Posts: 2131
Joined: Sun Jan 06, 2013 01:22
GitHub: 4Evergreen4
IRC: EvergreenTree
In-game: Evergreen

by Evergreen » Tue May 07, 2013 16:18

Tried it, but it certainly doesn't feel like it is snapping at all.
"Help! I searched for a mod but I couldn't find it!"
http://krock-works.16mb.com/MTstuff/modSearch.php
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Tue May 07, 2013 16:29

Evergreen wrote:Tried it, but it certainly doesn't feel like it is snapping at all.


Try resizing the node in the top right view. If you look at the grass in the background, the edge should be on the edge of a pixel.
 

User avatar
Excalibur Zero
Member
 
Posts: 142
Joined: Tue Apr 02, 2013 19:45
GitHub: ExcaliburZero

by Excalibur Zero » Tue May 07, 2013 20:46

12Me21 wrote:Image

I am having the same problem. Does anyone know how to fix it?
 

User avatar
12Me21
Member
 
Posts: 826
Joined: Tue Mar 05, 2013 00:36

by 12Me21 » Tue May 07, 2013 20:51

On one of my computers it says that and on my other computer it says "NodeBoxGen.exe is not a valid win32 application"
This is a signature virus. Add me to your signature so that I can multiply.
Don't ever save anything as a JPEG.
 

User avatar
Jordach
Member
 
Posts: 4412
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach

by Jordach » Wed May 08, 2013 02:53

Excalibur Zero wrote:
12Me21 wrote:Image

I am having the same problem. Does anyone know how to fix it?
Download Microsoft Visual C++ 2012 Redist.

( ͡° ͜ʖ ͡°) ( ͡o ͜ʖ ͡o) [$ ( ͡° ͜ʖ ͡°) $] ( ͡$ ͜ʖ ͡$) ヽ༼ຈل͜ຈ༽ノ



My image and media server is back online and is functioning as normal.
 

User avatar
sfan5
Member
 
Posts: 3636
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5

by sfan5 » Wed May 08, 2013 05:35

For all people on linux that have the same problem as me:
After the "cmake ." step:
Open CMakeFiles/NodeBoxGenerator.dir/link.txt in an editor and add -lXxf86vm
and you're done, now "make" and it should compile
Last edited by sfan5 on Wed May 08, 2013 15:41, edited 1 time in total.
Mods: Mesecons | WorldEdit | Nuke
Minetest builds for Windows (32-bit & 64-bit)
 

User avatar
Traxie21
Member
 
Posts: 753
Joined: Mon Dec 31, 2012 10:48

by Traxie21 » Wed May 08, 2013 12:21

Funny, I didnt even need to cmake.
I just typed 'make'

OS: Ubuntu 12.04 (I'll update eventually. 13.04 has font issues)
 

User avatar
kaeza
Member
 
Posts: 2141
Joined: Thu Oct 18, 2012 05:00
GitHub: kaeza
IRC: kaeza diemartin blaaaaargh
In-game: kaeza

by kaeza » Wed May 08, 2013 13:15

Traxie21 wrote:Funny, I didnt even need to cmake.
I just typed 'make'

OS: Ubuntu 12.04 (I'll update eventually. 13.04 has font issues)

The plain Makefile is very basic; it was made to test it in my machine when there was no Makefile. If it does not works for others is of no convern.
Glad it worked for you though :)
Your signature is not the place for a blog post. Please keep it as concise as possible. Thank you!

Check out my stuff! | Donations greatly appreciated! PayPal | BTC: 1DFZAa5VtNG7Levux4oP6BuUzr1e83pJK2
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Wed May 08, 2013 14:48

sfan5 wrote:For all people on linux that have the same problem as me:
After the "cmake ." step:
Open CMakeFiles/NodeBoxGenerator.dir/link.txt in an editor and add -lXxf86vm
and you're done, now "make" and it should compile


Thank you for the help.
I will try and add a way to automate this.
Last edited by rubenwardy on Fri May 10, 2013 11:03, edited 1 time in total.
 

User avatar
Jordach
Member
 
Posts: 4412
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach

by Jordach » Thu May 09, 2013 18:03

I thought you were stopping support for this wonderful project. :)

( ͡° ͜ʖ ͡°) ( ͡o ͜ʖ ͡o) [$ ( ͡° ͜ʖ ͡°) $] ( ͡$ ͜ʖ ͡$) ヽ༼ຈل͜ຈ༽ノ



My image and media server is back online and is functioning as normal.
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Fri May 10, 2013 10:51

What do you mean?
 

User avatar
Jordach
Member
 
Posts: 4412
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach

by Jordach » Fri May 10, 2013 15:19

rubenwardy wrote:What do you mean?
I mis-read your other topic, as these were close together at the time.

( ͡° ͜ʖ ͡°) ( ͡o ͜ʖ ͡o) [$ ( ͡° ͜ʖ ͡°) $] ( ͡$ ͜ʖ ͡$) ヽ༼ຈل͜ຈ༽ノ



My image and media server is back online and is functioning as normal.
 

User avatar
Evergreen
Member
 
Posts: 2131
Joined: Sun Jan 06, 2013 01:22
GitHub: 4Evergreen4
IRC: EvergreenTree
In-game: Evergreen

by Evergreen » Sat May 11, 2013 23:43

Hey rubenwardy! I made a bash script that automatically compiles your node box generator in your desktop. Please tell me what you think.
Code:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
#!/bin/bash
echo ""
echo "********************************************"
echo "*                                          *"
echo "*  The-NodeBox-Generator Compiler          *"
echo "*                                          *"
echo "********************************************"
echo ""

sleep 2s

echo "Program made by rubenwardy, bash script automatic compiler made by Evergreen."
echo "https://github.com/rubenwardy/The-NodeBox-Generator"

sleep 4s

cd ~/Desktop
wget https://github.com/rubenwardy/The-NodeBox-Generator/tarball/master -O The-NodeBox-Generator.tar.gz
tar xf The-NodeBox-Generator.tar.gz
cd rubenwardy-The-NodeBox-Generator-*
sudo apt-get install build-essential libirrlicht-dev cmake libpng12-dev libjpeg8-dev libgl1-mesa-dev
cmake .
make -j2
cd ..
rm The-NodeBox-Generator.tar.gz
mv rubenwardy-The-NodeBox-Generator-*/ The\ NodeBox\ Generator/
cd The\ NodeBox\ Generator/
rm CMake*
rm cmake*
rm Makefile
rm -r cmake/
rm -r CMakeFiles
echo "Compilation complete."
sleep 1s


Download

Also, remember to change the extension to .sh and chmod +x it.
Last edited by Evergreen on Sun May 12, 2013 12:31, edited 1 time in total.
"Help! I searched for a mod but I couldn't find it!"
http://krock-works.16mb.com/MTstuff/modSearch.php
 

User avatar
Jordach
Member
 
Posts: 4412
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach

by Jordach » Sun May 12, 2013 00:54

Evergreen, AWESOME!

( ͡° ͜ʖ ͡°) ( ͡o ͜ʖ ͡o) [$ ( ͡° ͜ʖ ͡°) $] ( ͡$ ͜ʖ ͡$) ヽ༼ຈل͜ຈ༽ノ



My image and media server is back online and is functioning as normal.
 

User avatar
Evergreen
Member
 
Posts: 2131
Joined: Sun Jan 06, 2013 01:22
GitHub: 4Evergreen4
IRC: EvergreenTree
In-game: Evergreen

by Evergreen » Sun May 12, 2013 01:08

Jordach wrote:Evergreen, AWESOME!

Why thank you! :D
Last edited by Evergreen on Sun May 12, 2013 12:20, edited 1 time in total.
"Help! I searched for a mod but I couldn't find it!"
http://krock-works.16mb.com/MTstuff/modSearch.php
 

User avatar
Jordach
Member
 
Posts: 4412
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach

by Jordach » Sun May 12, 2013 11:09

Evergreen wrote:
Jordach wrote:Evergreen, AWESOME!

Why thank you! :D (unless you are being sarcastic, sometimes it's hard to tell)
I use sarcasm where appropriate, but in most cases I am, and this is the same for IRC. Also: yes, that script is super useful for Bash Terminal boys to use The Nodebox Generator.

( ͡° ͜ʖ ͡°) ( ͡o ͜ʖ ͡o) [$ ( ͡° ͜ʖ ͡°) $] ( ͡$ ͜ʖ ͡$) ヽ༼ຈل͜ຈ༽ノ



My image and media server is back online and is functioning as normal.
 

User avatar
sfan5
Member
 
Posts: 3636
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5

by sfan5 » Mon May 13, 2013 06:46

Evergreen wrote:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
[...]
cd ~/Desktop
[...]


Not everyone likes it on the Desktop
Mods: Mesecons | WorldEdit | Nuke
Minetest builds for Windows (32-bit & 64-bit)
 

User avatar
Evergreen
Member
 
Posts: 2131
Joined: Sun Jan 06, 2013 01:22
GitHub: 4Evergreen4
IRC: EvergreenTree
In-game: Evergreen

by Evergreen » Mon May 13, 2013 12:01

sfan5 wrote:
Evergreen wrote:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
[...]
cd ~/Desktop
[...]


Not everyone likes it on the Desktop

I'm working on making an option in the command as to where it goes. Also, just cut the folder and paste it somewhere else. :P
"Help! I searched for a mod but I couldn't find it!"
http://krock-works.16mb.com/MTstuff/modSearch.php
 

twoelk
Member
 
Posts: 1092
Joined: Fri Apr 19, 2013 16:19

by twoelk » Wed May 22, 2013 12:20

PilzAdam wrote:
twoelk wrote:


nope, site answers:

Did you mean?

msvcp100.dll
10.00.40219.325, Microsoft® C Runtime Library, Microsoft® Visual Studio® 2010

msvcp100d.dll
10.00.21003.1, Microsoft® C Runtime Library, Microsoft® Visual Studio® 2010

msvcp110.dll
msvcp71d.dll
Microsoft® C++ Runtime Library, v. 7.10.3077.0

msvcp90d.dll
9.00.30729.1, Microsoft® C++ Runtime Library, Microsoft® Visual Studio® 2008

msvcr110d.dll
11.00.50727.1 built by: RTMREL, Microsoft® C Runtime Library, Microsoft® Visual Studio® 2012

So, why dont you download it (the second or last one)?


---
old post but I just couldnot resist:
MSVCP110D.dll missing file
msvcp100d.dll second suggestion - find the one different number
msvcr110d.dll last suggestion - find the one different letter

dont know wether the files will do the job anyway but they simply do not have the same name.
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Wed May 22, 2013 12:27

Try doing it again, I think that was a debug build.
 

User avatar
Evergreen
Member
 
Posts: 2131
Joined: Sun Jan 06, 2013 01:22
GitHub: 4Evergreen4
IRC: EvergreenTree
In-game: Evergreen

by Evergreen » Thu Jun 20, 2013 00:55

Idea: Make it so you can import nodebox data tables. :D
"Help! I searched for a mod but I couldn't find it!"
http://krock-works.16mb.com/MTstuff/modSearch.php
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Thu Jun 20, 2013 13:05

That is on the todo
Last edited by rubenwardy on Thu Jun 20, 2013 13:05, edited 1 time in total.
 

angjminer
New member
 
Posts: 5
Joined: Tue Jun 25, 2013 17:13

by angjminer » Wed Jun 26, 2013 19:52

would you mind if i added an export to file option?
using linux here and ctrl-a ctrl-c refuses to work.
would try to figure that out but it looks easier to add the txt file export.
 

User avatar
Dan Duncombe
Member
 
Posts: 904
Joined: Thu May 09, 2013 21:11

by Dan Duncombe » Sat Jul 06, 2013 15:47

OMFG! THIS IS ONE OF THE MOST USEFUL GADGETS EVA! WOOT WOOT! PUMPKIN! SQUASH!


Edit: CUCUMBER!
Last edited by Dan Duncombe on Sat Jul 06, 2013 16:01, edited 1 time in total.
Some Mods: Castles Prefab Camouflage
My Games: Nostalgia Realtest Revamped
Servers: See above games.
 

PreviousNext

Return to Minetest-Related

Who is online

Users browsing this forum: No registered users and 21 guests

cron