[Gtkradiant] r180 - in GtkRadiant/branches/ZeroRadiant: . contrib/bkgrnd2d contrib/bobtoolz contrib/camera contrib/gtkgensurf contrib/hydratoolz contrib/prtview install install/games libs plugins/eclassfgd plugins/entity plugins/image plugins/imagehl plugins/imagem8 plugins/imagepng plugins/imagewal plugins/map plugins/mapxml plugins/model plugins/shaders plugins/spritemodel plugins/surface plugins/surface_heretic2 plugins/surface_quake2 plugins/textool plugins/vfspak plugins/vfspk3 plugins/vfswad

svn-noreply at zerowing.idsoftware.com svn-noreply at zerowing.idsoftware.com
Tue Oct 23 23:00:49 CDT 2007


Author: timo
Date: Tue Oct 23 23:00:48 2007
New Revision: 180

Added:
   GtkRadiant/branches/ZeroRadiant/SConscript.module
   GtkRadiant/branches/ZeroRadiant/install/
   GtkRadiant/branches/ZeroRadiant/install/games/
   GtkRadiant/branches/ZeroRadiant/install/games/qz.game
   GtkRadiant/branches/ZeroRadiant/install/games/synapse.config
Removed:
   GtkRadiant/branches/ZeroRadiant/libs/jpeglib.h
Modified:
   GtkRadiant/branches/ZeroRadiant/SConscript.lib
   GtkRadiant/branches/ZeroRadiant/SConscript.radiant
   GtkRadiant/branches/ZeroRadiant/config.py
   GtkRadiant/branches/ZeroRadiant/contrib/bkgrnd2d/plugin.cpp
   GtkRadiant/branches/ZeroRadiant/contrib/bobtoolz/bobToolz-GTK.cpp
   GtkRadiant/branches/ZeroRadiant/contrib/camera/camera.cpp
   GtkRadiant/branches/ZeroRadiant/contrib/gtkgensurf/plugin.cpp
   GtkRadiant/branches/ZeroRadiant/contrib/hydratoolz/plugin.cpp
   GtkRadiant/branches/ZeroRadiant/contrib/prtview/prtview.cpp
   GtkRadiant/branches/ZeroRadiant/libs/synapse.h
   GtkRadiant/branches/ZeroRadiant/plugins/eclassfgd/plugin.cpp
   GtkRadiant/branches/ZeroRadiant/plugins/entity/plugin.cpp
   GtkRadiant/branches/ZeroRadiant/plugins/image/image.cpp
   GtkRadiant/branches/ZeroRadiant/plugins/image/jpeg.cpp
   GtkRadiant/branches/ZeroRadiant/plugins/imagehl/imagehl.cpp
   GtkRadiant/branches/ZeroRadiant/plugins/imagem8/imagem8.cpp
   GtkRadiant/branches/ZeroRadiant/plugins/imagepng/plugin.cpp
   GtkRadiant/branches/ZeroRadiant/plugins/imagewal/imagewal.cpp
   GtkRadiant/branches/ZeroRadiant/plugins/map/plugin.cpp
   GtkRadiant/branches/ZeroRadiant/plugins/mapxml/plugin.cpp
   GtkRadiant/branches/ZeroRadiant/plugins/model/plugin.cpp
   GtkRadiant/branches/ZeroRadiant/plugins/shaders/plugin.cpp
   GtkRadiant/branches/ZeroRadiant/plugins/spritemodel/plugin.cpp
   GtkRadiant/branches/ZeroRadiant/plugins/surface/surfdlg_plugin.cpp
   GtkRadiant/branches/ZeroRadiant/plugins/surface_heretic2/surfdlg_plugin.cpp
   GtkRadiant/branches/ZeroRadiant/plugins/surface_quake2/surfdlg_plugin.cpp
   GtkRadiant/branches/ZeroRadiant/plugins/textool/TexTool.cpp
   GtkRadiant/branches/ZeroRadiant/plugins/vfspak/vfspak.cpp
   GtkRadiant/branches/ZeroRadiant/plugins/vfspk3/vfspk3.cpp
   GtkRadiant/branches/ZeroRadiant/plugins/vfswad/vfswad.cpp
Log:
some updates to the Linux build system - obtained a core binary and all required modules

Modified: GtkRadiant/branches/ZeroRadiant/SConscript.lib
Url: http://zerowing.idsoftware.com/viewcvs/radiant/GtkRadiant/branches/ZeroRadiant/SConscript.lib?view=diff&rev=180&p1=GtkRadiant/branches/ZeroRadiant/SConscript.lib&r1=179&p2=GtkRadiant/branches/ZeroRadiant/SConscript.lib&r2=180
==============================================================================

Added: GtkRadiant/branches/ZeroRadiant/SConscript.module
Url: http://zerowing.idsoftware.com/viewcvs/radiant/GtkRadiant/branches/ZeroRadiant/SConscript.module?view=auto&rev=180
==============================================================================

Modified: GtkRadiant/branches/ZeroRadiant/SConscript.radiant
Url: http://zerowing.idsoftware.com/viewcvs/radiant/GtkRadiant/branches/ZeroRadiant/SConscript.radiant?view=diff&rev=180&p1=GtkRadiant/branches/ZeroRadiant/SConscript.radiant&r1=179&p2=GtkRadiant/branches/ZeroRadiant/SConscript.radiant&r2=180
==============================================================================

Modified: GtkRadiant/branches/ZeroRadiant/config.py
Url: http://zerowing.idsoftware.com/viewcvs/radiant/GtkRadiant/branches/ZeroRadiant/config.py?view=diff&rev=180&p1=GtkRadiant/branches/ZeroRadiant/config.py&r1=179&p2=GtkRadiant/branches/ZeroRadiant/config.py&r2=180
==============================================================================

Modified: GtkRadiant/branches/ZeroRadiant/contrib/bkgrnd2d/plugin.cpp
Url: http://zerowing.idsoftware.com/viewcvs/radiant/GtkRadiant/branches/ZeroRadiant/contrib/bkgrnd2d/plugin.cpp?view=diff&rev=180&p1=GtkRadiant/branches/ZeroRadiant/contrib/bkgrnd2d/plugin.cpp&r1=179&p2=GtkRadiant/branches/ZeroRadiant/contrib/bkgrnd2d/plugin.cpp&r2=180
==============================================================================

Modified: GtkRadiant/branches/ZeroRadiant/contrib/bobtoolz/bobToolz-GTK.cpp
Url: http://zerowing.idsoftware.com/viewcvs/radiant/GtkRadiant/branches/ZeroRadiant/contrib/bobtoolz/bobToolz-GTK.cpp?view=diff&rev=180&p1=GtkRadiant/branches/ZeroRadiant/contrib/bobtoolz/bobToolz-GTK.cpp&r1=179&p2=GtkRadiant/branches/ZeroRadiant/contrib/bobtoolz/bobToolz-GTK.cpp&r2=180
==============================================================================

Modified: GtkRadiant/branches/ZeroRadiant/contrib/camera/camera.cpp
Url: http://zerowing.idsoftware.com/viewcvs/radiant/GtkRadiant/branches/ZeroRadiant/contrib/camera/camera.cpp?view=diff&rev=180&p1=GtkRadiant/branches/ZeroRadiant/contrib/camera/camera.cpp&r1=179&p2=GtkRadiant/branches/ZeroRadiant/contrib/camera/camera.cpp&r2=180
==============================================================================

Modified: GtkRadiant/branches/ZeroRadiant/contrib/gtkgensurf/plugin.cpp
Url: http://zerowing.idsoftware.com/viewcvs/radiant/GtkRadiant/branches/ZeroRadiant/contrib/gtkgensurf/plugin.cpp?view=diff&rev=180&p1=GtkRadiant/branches/ZeroRadiant/contrib/gtkgensurf/plugin.cpp&r1=179&p2=GtkRadiant/branches/ZeroRadiant/contrib/gtkgensurf/plugin.cpp&r2=180
==============================================================================

Modified: GtkRadiant/branches/ZeroRadiant/contrib/hydratoolz/plugin.cpp
Url: http://zerowing.idsoftware.com/viewcvs/radiant/GtkRadiant/branches/ZeroRadiant/contrib/hydratoolz/plugin.cpp?view=diff&rev=180&p1=GtkRadiant/branches/ZeroRadiant/contrib/hydratoolz/plugin.cpp&r1=179&p2=GtkRadiant/branches/ZeroRadiant/contrib/hydratoolz/plugin.cpp&r2=180
==============================================================================

Modified: GtkRadiant/branches/ZeroRadiant/contrib/prtview/prtview.cpp
Url: http://zerowing.idsoftware.com/viewcvs/radiant/GtkRadiant/branches/ZeroRadiant/contrib/prtview/prtview.cpp?view=diff&rev=180&p1=GtkRadiant/branches/ZeroRadiant/contrib/prtview/prtview.cpp&r1=179&p2=GtkRadiant/branches/ZeroRadiant/contrib/prtview/prtview.cpp&r2=180
==============================================================================

Added: GtkRadiant/branches/ZeroRadiant/install/games/qz.game
Url: http://zerowing.idsoftware.com/viewcvs/radiant/GtkRadiant/branches/ZeroRadiant/install/games/qz.game?view=auto&rev=180
==============================================================================

Added: GtkRadiant/branches/ZeroRadiant/install/games/synapse.config
Url: http://zerowing.idsoftware.com/viewcvs/radiant/GtkRadiant/branches/ZeroRadiant/install/games/synapse.config?view=auto&rev=180
==============================================================================



More information about the Gtkradiant mailing list