Timothee 'TTimo' Besset
ea96f0741a
add the QL pack to the default list
2012-07-04 10:24:09 -05:00
Timothee "TTimo" Besset
8d84aa7933
Merge pull request #82 from QBall147/q3map2-ql-surface-params
...
Additional Surface parameters for Quake Live
2012-07-04 08:06:51 -07:00
Chris Brooke
26d3246edf
Additional Surface parameters for Quake Live -
...
snowsteps
woodsteps
The below params have been added but have not been implemented yet in ql
(been told it probably will be re-purposed at a later date)
dmgthrough <-- Missile dmg through surface(?)
2012-07-02 05:54:59 +01:00
Timothee 'TTimo' Besset
f3fb7465da
propagate png compatibility fix
2012-06-30 17:39:21 -05:00
Timothee "TTimo" Besset
3dd08a4604
Merge pull request #77 from QBall147/initial-ql-support
...
Initial ql support
2012-06-30 15:16:24 -07:00
Chris Brooke
cce1d1ad8e
ql support now compiles on linux
2012-06-20 23:45:29 +01:00
Chris Brooke
fcdbd268ed
Quake Live PK3 support - FIXED
2012-06-18 16:31:12 +01:00
Chris Brooke
ef1697925f
Quake Live PK3 support
2012-06-18 02:03:11 +01:00
Chris Brooke
d71d86a7a4
initial quake live support (no pk3 support)
2012-06-18 01:42:04 +01:00
Timothee "TTimo" Besset
94aefb8f4c
Merge pull request #75 from mrwonko/JKAConfig
...
Fixed wrong shaderpath and lack of shaderlist.txt for Jedi Academy
2012-06-17 13:25:29 -07:00
Timothee "TTimo" Besset
2a1dd1be8d
Merge pull request #74 from mrwonko/CompileFix12.06
...
Fixed radiant not compiling after qboolean "wonkyness" decrease
2012-06-17 12:23:24 -07:00
Willi Schinmeyer
34f3153d31
Fixed some errors I made copying the shaderlist code
2012-06-16 17:15:50 +02:00
Willi Schinmeyer
6150c562c6
Fix for missing shaderlist in JAPack
2012-06-16 16:51:31 +02:00
Willi Schinmeyer
4a9b132893
Fixed wrong shaderpath being used for Jedi Academy
2012-06-16 16:48:07 +02:00
Willi Schinmeyer
05b369d736
Changed undo function pointer signature to match changed actual function's signature to fix compile error
2012-06-16 16:44:09 +02:00
Timothee 'TTimo' Besset
1e7ca049d6
stripped the common/ and libs/ that are coming from an older release of GtkR, bump version up. building Linux bins for Majki to test with
2012-06-09 14:49:14 -05:00
Timothee 'TTimo' Besset
8212783597
compile both versions of q3map2
2012-06-09 13:49:40 -05:00
Timothee 'TTimo' Besset
61a03e2ee7
add license info on a few things
2012-06-04 23:42:31 -05:00
Timothee 'TTimo' Besset
f99c697a57
that shouldn't be necessary anymore
2012-06-03 11:08:00 -05:00
Timothee 'TTimo' Besset
b19c4bc879
this was built on top of 1.5, so it never got properly transformed to a GPL license. took care of that now
2012-05-28 18:29:36 -05:00
Timothee 'TTimo' Besset
03fbaaa2b6
pass through the same uncrustify rules as the rest of the code to help unifying the code
2012-05-27 22:33:41 -05:00
Timothee 'TTimo' Besset
fd9836715c
got it building
2012-05-27 22:26:10 -05:00
Timothee 'TTimo' Besset
a87fcf9899
make bool/qboolean/boolean *slightly* less wonky
2012-05-27 20:17:32 -05:00
Timothee 'TTimo' Besset
a6cd6796e1
misc
2012-05-27 19:06:21 -05:00
Timothee 'TTimo' Besset
b36ee55e96
cleanup
2012-05-27 18:53:14 -05:00
Timothee 'TTimo' Besset
31286fb558
import urban terror bumpy q3map2 from http://code.google.com/p/urt-bumpy-q3map2/ - removed some trash files, no modifications yet
2012-05-27 18:50:03 -05:00
Timothee 'TTimo' Besset
c22d17a379
Merge remote-tracking branch 'freemancw/dfix'
2012-05-19 15:35:34 -05:00
Timothee "TTimo" Besset
21375fcd2c
Merge pull request #56 from mrwonko/SuppressConsole
...
Suppress console window on Windows Release builds
2012-05-19 12:12:50 -07:00
Willi Schinmeyer
2d902e10da
Fixed encoding & locale problems in radiant.vcproj
2012-05-17 14:19:22 +02:00
Willi Schinmeyer
561bf99a84
Removed vastly inferior variant of accessing argc/argv in WinMain()
2012-05-17 14:14:34 +02:00
Willi Schinmeyer
54238f9bf1
Suppressing the console window by using WinMain - two variants
2012-05-17 14:11:03 +02:00
Clinton Freeman
f9464688fe
reset groupdialog
2012-05-10 08:17:04 -04:00
Clinton Freeman
3127cc0f0e
removed share dir
2012-05-10 07:54:57 -04:00
Clinton Freeman
d7450ff4fb
removed installs dir
2012-05-10 07:53:35 -04:00
Clinton Freeman
7b95e1bd6f
minor changes
2012-05-10 07:46:20 -04:00
Clinton Freeman
9a8d530b09
Added convenience fcn to cut down on repeated code
2012-05-10 03:50:05 -04:00
Clinton Freeman
a590514178
Added saving to quit dialog prompt
2012-05-09 21:36:03 -04:00
Clinton Freeman
24b3efb6ec
Reworked gtk_MessageDialog to have icons, center
...
the window, etc.
2012-05-09 20:51:27 -04:00
Clinton Freeman
a6c7474450
try to fix
2012-05-07 23:24:01 -04:00
Clinton Freeman
a9142e69d2
Merge remote branch 'upstream/master'
2012-05-07 23:22:54 -04:00
Timothee 'TTimo' Besset
9b5ba1fe10
error check and bail if permission denied during gamepack install
2012-05-06 16:59:07 -05:00
Timothee 'TTimo' Besset
6476802ae8
dunno what happened there, someone brain farted hard
2012-05-06 15:55:10 -05:00
Timothee "TTimo" Besset
377547668d
Merge pull request #50 from merlin1991/ETPack
...
Add support for W:ET to the game setup dialog
2012-05-06 11:23:11 -07:00
Timothee "TTimo" Besset
fd89b34bbb
Merge pull request #47 from mrwonko/MapLoading
...
Ability to open .map files with Radiant
2012-05-06 11:21:44 -07:00
Timothee "TTimo" Besset
ef66faa7fe
Merge pull request #49 from mrwonko/FloatingWindowWorkaround
...
Workaround for broken floating windows
2012-05-06 11:20:31 -07:00
Christian Ratzenhofer
f0cb191f52
Add support for W:ET to the game setup dialog
2012-05-06 17:24:12 +02:00
Timothee 'TTimo' Besset
57376baa40
typo fix
2012-05-05 08:46:41 -05:00
Timothee "TTimo" Besset
4152f5b41f
Merge pull request #48 from mrwonko/ModelAlpha
...
Fixed transparency (qer_trans) not working on models
2012-05-04 20:32:27 -07:00
Willi Schinmeyer
e35aa24c74
Workaround for broken floating windows (XY Window etc. always in front of e.g. surface inspector, properties)
2012-05-04 10:45:49 +02:00
Willi Schinmeyer
069d2350eb
Fixed transparency (qer_trans) not working on models
2012-05-04 10:32:48 +02:00