Xonotic Forums
Ingar's NetRadiant packages - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Creating & Contributing (https://forums.xonotic.org/forumdisplay.php?fid=10)
+--- Forum: Xonotic - Editing and Concept Art (https://forums.xonotic.org/forumdisplay.php?fid=11)
+--- Thread: Ingar's NetRadiant packages (/showthread.php?tid=4278)



Ingar's NetRadiant packages - Ingar - 07-01-2013

Hi,

as many of you might known already, I'm mainting a set of NetRadiant packages on my website. I uploaded a new build yesterday, so I figered this might be a good opportunity to make a post and get some feedback from the community Cool

2015-06-21

Windows - 32 bit
netradiant-20150621-win32.7z

Debian 8.1 - 32 bit
netradiant-20150621-debian8.1-x86.tar.xz
Debian 8.1 - 64 bit
netradiant-20150621-debian8.1-x86_64.tar.xz

Ubuntu 15.04 - 32 bit
netradiant-20150621-ubuntu15-x86.tar.xz
Ubuntu 15.04 - 64 bit
netradiant-20150621-ubuntu15-x86_64.tar.xz

2013-06-30

Windows - 32 bit
netradiant-20130630-win32.zip
Windows - 64 bit (experimental)
netradiant-20130630-win64.zip

Ubuntu 12.04 - 32 bit
netradiant-20130630-ubuntu12-x86.tar.bz2
Ubuntu Linux 12.04 - 64 bit
netradiant-20130630-ubuntu12-x86_64.tar.bz2

Source code
netradiant-20130630-src.tar.bz2

MacOS users: unfortunatly, I no longer have access to a Mac and can not provide the latest build for MacOS.

Note: Although I have a working mapping setup, I don't actually map for Xonotic. I do play though.


RE: Ingar's NetRadiant packages - machine! - 07-01-2013

A new package will try that today, got some problems with your old one http://forums.xonotic.org/showthread.php?tid=4279&pid=60076#pid60076

EDIT: Also thanks for providing these! Smile


RE: Ingar's NetRadiant packages - Ingar - 07-02-2013

I pushed my building branch to the git repository, it is basicly master merged with all my other branches.

Code:
git clone git://git.xonotic.org/xonotic/netradiant.git netradiant
cd netradiant
get checkout ingar/netradiant-ing
make

For now, this branch requires webp, I still have to make that optional. I ran into ussues on Ubuntu, where the system-provided library wouldn't cooperate. I worked around this by building my own libzebp:

Code:
wget -c http://webp.googlecode.com/files/libwebp-0.3.0.tar.gz && \
tar xzf libwebp-0.3.0.tar.gz && \
cd libwebp-0.3.0 && \
./configure --prefix=/usr/local --enable-static --disable-shared && \
make && \
make install

This evil trick might work for YourDistro ™ as well.

If you need to uninstall libwebp again, run the following command from the build directory:

Code:
make uninstall



RE: Ingar's NetRadiant packages - Garux - 12-24-2013

Both x32 and x64 q3map2 versions fail to compile simple map on winXP 32bit and win7 64bit here.
App stops with error at start of BasePortalVis and TraceGrid.

Just figured out, that it completes compile, while running via build menu and fails, if running same commands (copypaste from radiant's log) through batch file.
Was failing with build menu in summer tho :o

Also 64 bit radiant fails, while not using 'settings' dir, monitoring q3map2 or using not single option from build menu.
64 bit q3map2 crashed in attemp to compile light with hq settings (q3map2 from radiant 1.6 allocated 3.6gb memory for that one).
Probably need some special system settings or dll pack.


RE: Ingar's NetRadiant packages - Garux - 01-12-2014

At least ubuntu12 64 build works..
Tested on map, which wanted about 3.3gb of ram (5.0 virt)


RE: Ingar's NetRadiant packages - Garux - 08-05-2015

Good news!Smile

But your build specific bugs are still here (on win*)
Quote:
(02-14-2015, 07:10 AM)Garux Wrote:
Quote:Two actually bad bugs
-toggling floating texture browser breaks one, can 'fix' by switching to console and back
(any windows version)

Quote:-minimize entity inspector or any floating window - minimizes radiant, can't restore

+white square on pressing ctrl with aero on