]>
git.rm.cloudns.org Git - xonotic/netradiant.git/log
timo [Sat, 13 Sep 2008 16:12:55 +0000 (16:12 +0000)]
fix setup target
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@321
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Sat, 6 Sep 2008 08:35:17 +0000 (08:35 +0000)]
* applied patch by StefanV (from mailinglist) that fixes an error in config.py (broke compilation) and some string conversion warnings
* fixes some more string conversions warnings in bobtoolz
* fixed unresolved symbols in bobtoolz and gtkgensurf (due to the above mentioned patch where the prototypes were not updated)
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@320
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
timo [Mon, 1 Sep 2008 17:34:10 +0000 (17:34 +0000)]
merge branch work back into trunk
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@319
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Mon, 25 Aug 2008 12:32:29 +0000 (12:32 +0000)]
* fixed missing string for error output
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@314
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
timo [Sun, 24 Aug 2008 03:20:51 +0000 (03:20 +0000)]
ABToSVK commit
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant.ab@308
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Fri, 25 Jul 2008 19:14:48 +0000 (19:14 +0000)]
* fixed a warning and an error in the overflow check in l_net
* const stuff for GetNextChainItem (bobtoolz)
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@303
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
lordhavoc [Fri, 25 Jul 2008 07:31:37 +0000 (07:31 +0000)]
ported over the 1.5 branch version of q3map2 which is newer
made Visual Studio files work in VS2005 Express
fixed a ton of warnings in VS2005 Express
fixed some compile problems on OpenSUSE 11.0
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@302
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Thu, 10 Jul 2008 08:30:47 +0000 (08:30 +0000)]
* divVerent's patch for the brush primitives surface dialog (fixed segfault due to NULL pointer)
* Quote http://zerowing.idsoftware.com/pipermail/gtkradiant/2008-July/011094.html : Attached to this message is a patch for a "somewhat working" brush
primitives surface dialog. It is an ugly hack, as it converts between
fake texdef notations and brush primitives whenever values are needed.
Had to fix an accuracy bug: the surface dialog rounded all rotation
values to integer angles, which SEVERELY broke things for me (changed
the Gtk spin object to use 4 digits, which is enough for me).
Also, I changed the fake texdef / brush primitives conversions to use
long double internally, as float's roundoff errors were quite visible to
me when testing.
Hope the remaining roundoff errors from converting back and forth won't
kill me, but it worked for a simple map example.
Also, I had to separate out "Snap to grid" and "Don't clamp" into two
separare options. They now mean:
- Snap to grid: snaps drag/etc. actions to the grid
- Don't clamp: disable brush point snapping during many operations, like
merely shifting brushes, editing texturing parameters, map loading,
etc.
The reason is that I do need the grid, but I don't want to get my
objects messed up by the snapping in my map. As I am using free
rotations, this DOES change quite much.
The config.py change is needed for compilation on Debian stable;
Debian's scons does not use the CFLAGS variable, but just CCFLAGS and
CXXFLAGS. In newer scons versions, CFLAGS is _shared_ flags for C and
C++, so if you want to require these, you don't need to include the
CFLAGS in CXXFLAGS too.
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@301
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Thu, 10 Jul 2008 07:41:14 +0000 (07:41 +0000)]
* fixed spawnflags dialog due to local and global variable mix (thanks divVerent)
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@300
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Thu, 10 Jul 2008 07:38:14 +0000 (07:38 +0000)]
* brush primitive patch by divVerent
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@299
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Thu, 10 Jul 2008 07:24:06 +0000 (07:24 +0000)]
* gametools => gametools_win32, gametools_linux, gametools_macos
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@298
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Sat, 5 Jul 2008 10:21:36 +0000 (10:21 +0000)]
* removed a lot of HACKs for several games by merging the enginepath_win32, enginepath_linux and enginepath_macos from 1.5
to 1.6 (default for everything is quake3)
* removed the hacks for q2.game and heretic2.game (just check whether the game config value quake2 is set - TODO: game
dialog needs update - quake2 option should be given)
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@297
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Sat, 5 Jul 2008 08:53:43 +0000 (08:53 +0000)]
* reactivated some old quake2 code
* more translateable strings
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@296
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Sat, 5 Jul 2008 08:37:22 +0000 (08:37 +0000)]
* more translateable strings
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@295
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Sat, 5 Jul 2008 07:32:06 +0000 (07:32 +0000)]
* synced german translation with latest pot updates
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@294
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Sat, 5 Jul 2008 07:14:52 +0000 (07:14 +0000)]
* more translateable strings
* fixed warnings about unused variables
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@293
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Fri, 4 Jul 2008 22:11:30 +0000 (22:11 +0000)]
* more translateable strings
* fixed warning about unused variable
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@292
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Fri, 4 Jul 2008 21:43:45 +0000 (21:43 +0000)]
* some new translateable strings
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@291
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Mon, 30 Jun 2008 18:09:38 +0000 (18:09 +0000)]
* removed SETUP=0 (only valid for 1.5)
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@290
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Fri, 27 Jun 2008 15:09:36 +0000 (15:09 +0000)]
* reactivated WXY_Print function to generate screenshots from the xy window
* removed all the references to the old bugzilla links (deadlinks - no longer useful)
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@289
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Fri, 27 Jun 2008 14:30:13 +0000 (14:30 +0000)]
* Tremulous patch by Ingar
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@288
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Thu, 26 Jun 2008 18:50:38 +0000 (18:50 +0000)]
* removed todo entry
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@287
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Thu, 26 Jun 2008 18:50:18 +0000 (18:50 +0000)]
* introduced a new config variable to be able to load maps directly from the enginePath/basePath/maps directory
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@286
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Thu, 26 Jun 2008 17:48:22 +0000 (17:48 +0000)]
* more translations
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@285
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Thu, 26 Jun 2008 15:19:48 +0000 (15:19 +0000)]
* fixed dir handle leaks for windows
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@284
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Thu, 26 Jun 2008 14:30:58 +0000 (14:30 +0000)]
* removed unnecessary gi18n.h inclusions
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@283
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Thu, 26 Jun 2008 13:58:20 +0000 (13:58 +0000)]
* const stuff
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@282
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Thu, 26 Jun 2008 13:57:38 +0000 (13:57 +0000)]
* const stuff
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@281
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Thu, 26 Jun 2008 13:53:24 +0000 (13:53 +0000)]
* reverted some const changes in order to let g_slist_append work again
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@280
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Thu, 26 Jun 2008 11:51:10 +0000 (11:51 +0000)]
* added TODO entry
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@279
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Thu, 26 Jun 2008 11:40:59 +0000 (11:40 +0000)]
* fixed warnings
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@278
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Thu, 26 Jun 2008 11:40:00 +0000 (11:40 +0000)]
* fixed warning
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@277
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Thu, 26 Jun 2008 11:39:44 +0000 (11:39 +0000)]
* fixed warnings
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@276
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Thu, 26 Jun 2008 11:21:13 +0000 (11:21 +0000)]
* fixed warnings
* removed www dir (dead links, almost none of the posted links are available - correct me when i'm wrong, then we can revert this remove)
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@275
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Thu, 26 Jun 2008 11:20:01 +0000 (11:20 +0000)]
* fixed warnings and fixed clips counter
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@274
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Thu, 26 Jun 2008 11:01:07 +0000 (11:01 +0000)]
* some notes for running the translated version of radiant
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@273
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Thu, 26 Jun 2008 11:00:42 +0000 (11:00 +0000)]
* INSTALL.txt: dead link
* LICENSE_ID: empty file
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@272
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Thu, 26 Jun 2008 10:19:31 +0000 (10:19 +0000)]
* mark strings translateable in the dialogs
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@271
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Thu, 26 Jun 2008 09:43:34 +0000 (09:43 +0000)]
* new strings marked translateable in the preferences menus
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@270
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Thu, 26 Jun 2008 09:07:09 +0000 (09:07 +0000)]
* translated more strings into german
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@269
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Thu, 26 Jun 2008 08:58:17 +0000 (08:58 +0000)]
* more translateable strings
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@268
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Thu, 26 Jun 2008 08:38:52 +0000 (08:38 +0000)]
* note about translating radiant
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@267
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Thu, 26 Jun 2008 08:32:36 +0000 (08:32 +0000)]
* added first translation start for german
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@266
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Thu, 26 Jun 2008 08:31:13 +0000 (08:31 +0000)]
* added pot file (translation catalog)
* marked more strings as translateable
* deactivated gtk_disable_setlocale and bind the textdomains
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@265
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Thu, 26 Jun 2008 07:52:02 +0000 (07:52 +0000)]
* fixed a lot of compiler warnings (mostly const char * stuff and use of uninitialized data)
* add support for translating radiant (just marked three strings, more to come)
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@264
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Thu, 26 Jun 2008 06:57:21 +0000 (06:57 +0000)]
* removed config.mk (not used)
* fixed some warnings in synapse.cpp (const stuff, unused variable)
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@263
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Thu, 26 Jun 2008 06:52:09 +0000 (06:52 +0000)]
* moved zeroradiant (1.6) into trunk
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@262
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Thu, 26 Jun 2008 06:47:18 +0000 (06:47 +0000)]
* add compiling file from 1.5 with minor changes
* moved some parts of the old compiling file to the changelog (what was that for anyway?)
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@260
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Thu, 26 Jun 2008 06:46:24 +0000 (06:46 +0000)]
* prepared the COMPILING file for 1.5 for branches/1.5
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@259
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Wed, 25 Jun 2008 22:07:02 +0000 (22:07 +0000)]
* eol-style native
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@258
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Wed, 25 Jun 2008 22:05:08 +0000 (22:05 +0000)]
* changed eol-style to native
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@257
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Thu, 19 Jun 2008 11:56:48 +0000 (11:56 +0000)]
* renamed class LoadModule into CLoadModule because LoadModule is already a registered function on windows
* fixed some other windows compilation problems
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@256
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Wed, 18 Jun 2008 09:41:02 +0000 (09:41 +0000)]
* fixed crash that occurs if there is not enough space for the status toolbar (thanks Pan-(G))
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@255
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Sat, 26 Apr 2008 06:59:53 +0000 (06:59 +0000)]
* updated two toolbar images
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@254
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Sat, 26 Apr 2008 06:57:15 +0000 (06:57 +0000)]
* missing bitmaps
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@253
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
timo [Fri, 25 Apr 2008 02:17:12 +0000 (02:17 +0000)]
MSVC8: change output dir rules to put binaries into install/
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@252
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
timo [Fri, 25 Apr 2008 02:14:55 +0000 (02:14 +0000)]
misc
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@251
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
timo [Mon, 14 Apr 2008 20:15:34 +0000 (20:15 +0000)]
error handling in watchbsp (contributed by ilm)
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@250
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
timo [Sun, 13 Apr 2008 17:28:01 +0000 (17:28 +0000)]
fix
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@249
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
timo [Sat, 12 Apr 2008 23:01:39 +0000 (23:01 +0000)]
fix and improve the game selection and game configuration dialogs - added dir dialog, using GtkComboBox (added support for GtkComboBox too)
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@248
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Tue, 8 Apr 2008 16:58:37 +0000 (16:58 +0000)]
* added Q2wPack and UFOAIPack to setup_packs target
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@247
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Tue, 8 Apr 2008 16:57:12 +0000 (16:57 +0000)]
* removed gamepacks from zeroradiant repository
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@246
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
timo [Mon, 7 Apr 2008 02:44:39 +0000 (02:44 +0000)]
rollback didn't mean to checkin that
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@245
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
timo [Mon, 7 Apr 2008 02:43:47 +0000 (02:43 +0000)]
win32 FindFiles fix
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@244
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Sun, 6 Apr 2008 07:22:35 +0000 (07:22 +0000)]
* updated the q2w project file (thanks Ingar)
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@243
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
timo [Sat, 5 Apr 2008 21:55:14 +0000 (21:55 +0000)]
x64 binaries
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@242
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
timo [Sat, 5 Apr 2008 21:53:46 +0000 (21:53 +0000)]
x86 binaries
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@241
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
timo [Sat, 5 Apr 2008 21:38:49 +0000 (21:38 +0000)]
working on more installation functionality
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@240
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
timo [Sat, 5 Apr 2008 19:52:13 +0000 (19:52 +0000)]
alternate installation paths for the builders
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@239
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
timo [Sat, 5 Apr 2008 19:14:42 +0000 (19:14 +0000)]
add build script for win32
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@238
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Mon, 24 Mar 2008 16:53:15 +0000 (16:53 +0000)]
* added nexuiz and quake2 gamepack support
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@237
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Mon, 24 Mar 2008 16:24:33 +0000 (16:24 +0000)]
* added q2w gamepack (wip)
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@236
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Mon, 24 Mar 2008 16:12:40 +0000 (16:12 +0000)]
* added quake2world support
* finished warsow support
* NOTE: This should really be generalized
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@235
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Mon, 24 Mar 2008 15:24:37 +0000 (15:24 +0000)]
* added UFO:AI gamepack
* changed gametools path in game definition file (this allows us to store more than one game in the games/ directory)
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@234
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Mon, 24 Mar 2008 11:13:02 +0000 (11:13 +0000)]
* added UFOAI_PACK support
* fixed prefix option for none q3 based games
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@233
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Mon, 24 Mar 2008 10:47:55 +0000 (10:47 +0000)]
* modified ufoai surface plugin to read the surface and content flag names from the game project file
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@232
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Wed, 19 Mar 2008 07:20:06 +0000 (07:20 +0000)]
* fixed libpng linkage (2nd try)
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@231
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Wed, 19 Mar 2008 07:15:04 +0000 (07:15 +0000)]
* fixed linkage of imagepng lib
* fixed prtview compilation (missing header)
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@230
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Wed, 19 Mar 2008 07:02:30 +0000 (07:02 +0000)]
* fixed prtview compilation (also included in the build chain now)
* NOTE: Removed CDialog code
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@229
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Tue, 18 Mar 2008 19:31:49 +0000 (19:31 +0000)]
* implemented FindFiles, NextFile and ~FindFiles for linux
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@228
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
timo [Tue, 18 Mar 2008 17:47:38 +0000 (17:47 +0000)]
fix windows compile, it's possible the linux build broke and will need misc tweaks. you need a new GtkR-1.6-deps.zip
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@227
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Tue, 18 Mar 2008 17:26:49 +0000 (17:26 +0000)]
* reverted r225 as the license is still unclear
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@226
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Tue, 18 Mar 2008 17:11:08 +0000 (17:11 +0000)]
* added pk3man and fixed it to compile for latest radiant
* NOTE: Not included in the build chain - doesn't link
* NOTE: iepair.h is not used at the moment
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@225
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Sun, 16 Mar 2008 20:54:29 +0000 (20:54 +0000)]
* added UFOAI to gamepack configuration code
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@224
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Sun, 16 Mar 2008 20:39:33 +0000 (20:39 +0000)]
* hacked quake2 transparent surfaces support into the draw brush function
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@223
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Sun, 16 Mar 2008 20:06:02 +0000 (20:06 +0000)]
* added three new filter types for quake2 surface and content flags
* fixed ufoai level filters
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@222
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Sun, 16 Mar 2008 19:12:41 +0000 (19:12 +0000)]
* added ufoai plugin to build chain
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@221
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Sun, 16 Mar 2008 19:11:03 +0000 (19:11 +0000)]
* fixed the texture filters in the ufoai plugin
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@220
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Sun, 16 Mar 2008 19:10:26 +0000 (19:10 +0000)]
* cleanup - use GINT_TO_POINTER and GPOINTER_TO_INT
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@219
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Sun, 16 Mar 2008 19:09:40 +0000 (19:09 +0000)]
* allow the setting of the orientation and the gametype in the gtkgensurf plugin (they were set to insensitive before and thus didn't allow the changing of the values)
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@218
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Sun, 16 Mar 2008 19:01:48 +0000 (19:01 +0000)]
* deactivated filter removal and readd with every g_qeglobals.d_savedinfo.exclude update (see comment)
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@217
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Sun, 16 Mar 2008 17:24:26 +0000 (17:24 +0000)]
* show supported models in picomodel about message
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@216
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Sun, 16 Mar 2008 17:09:59 +0000 (17:09 +0000)]
* removed the (now) empty bitmap dirs (see rev 214)
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@215
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Sun, 16 Mar 2008 16:35:07 +0000 (16:35 +0000)]
* readded copyright notice to picomodel plugin
* moved plugin bitmaps into install/modules/bitmaps
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@214
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Sun, 16 Mar 2008 16:05:36 +0000 (16:05 +0000)]
* fixed ufoai surface plugin (don't give a stack variable pointer to the button callback function but a static array pointer)
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@213
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
timo [Sun, 16 Mar 2008 15:51:12 +0000 (15:51 +0000)]
uncrustify config - not applying until more sync with internal versions are done
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@212
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Sun, 16 Mar 2008 09:53:49 +0000 (09:53 +0000)]
* updated ufoai plugin
* converted toolbar icons to indexed bitmaps - none indexed bitmaps are
not supported
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@211
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Sun, 16 Mar 2008 09:47:43 +0000 (09:47 +0000)]
* sample plugin toolbar bitmap
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@210
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Sun, 16 Mar 2008 09:44:15 +0000 (09:44 +0000)]
* forgot the header files in previous commit
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@209
8a3a26a2 -13c4-0310-b231-
cf6edde360e5
mattn [Sun, 16 Mar 2008 09:42:56 +0000 (09:42 +0000)]
* added filter api to create new filters from within plugins
* TTimo, please have a look at the mainframe.cpp part
git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@208
8a3a26a2 -13c4-0310-b231-
cf6edde360e5