Thomas Debesse
1204a32362
[q3map2] add basic etlegacy support to q3map2
...
- add basic etlegacy support to q3map2
To provide complete support, q3map2 must be extended to specify multiple basepath for the same game since q3map2 extends the “etmain” basepath with its own “legacy” basepath, see #358
2016-10-14 07:08:46 +02:00
Timothee Besset
5432b04490
update git ignores
2016-09-30 10:24:25 -05:00
TTimo
8557f1820f
more cleanups
2016-08-20 17:50:23 -06:00
TTimo
de8105beb4
readability
2016-08-20 16:06:09 -06:00
Timothee "TTimo" Besset
28e9b8ec59
Merge pull request #364 from tkoeppe/memsize
...
[tools/quake3/q3map2] Fix memset size bugs
2016-08-20 16:03:57 -06:00
Timothee "TTimo" Besset
cee35a43d7
Merge pull request #367 from tkoeppe/nan
...
[tools/quake3/q3map2/light{,maps}_ydnar.c] Fix float-to-int conversion
2016-08-20 15:56:26 -06:00
Thomas Köppe
7ea2c399ad
[tools/quake3/q3map2] Fix memset size bugs
2016-08-16 23:41:29 +01:00
Thomas Köppe
87002dc31a
[quake3/q3map2/brush.c] Fix misnamed variable
2016-08-16 22:50:14 +01:00
Timothee "TTimo" Besset
d1109f70e5
Merge pull request #363 from tkoeppe/zipbrace
...
[quake3/common/unzip.c] Add braces to make nested if/else less brittle
2016-08-16 06:21:24 -06:00
Timothee "TTimo" Besset
c49832c272
Merge pull request #365 from tkoeppe/abs
...
[quake3/q3map2/brush.c] Fix arithmetic bug
2016-08-16 06:18:15 -06:00
Thomas Köppe
f463907e46
[tools/quake3/q3map2/light{,maps}_ydnar.c] Fix float-to-int conversion by preventing NaN values
2016-08-14 12:16:13 +01:00
Thomas Köppe
683e9415f7
[quake3/common/aselib.c] Remove unused local variables
2016-08-14 01:22:03 +01:00
Thomas Köppe
d18d90278e
[quake3/q3map2/brush.c] Fix arithmetic bug
2016-08-14 01:14:17 +01:00
Thomas Köppe
df3ebf5173
[quake3/common/unzip.c] Add braces to make nested if/else less brittle; attempt to make whitespace a bit more uniform
2016-08-14 01:01:05 +01:00
Thomas Köppe
3b2fb7f27e
[unzip.c{,pp}] Change zc{alloc,free} to internal linkage
2016-08-03 15:53:59 +01:00
Timothee "TTimo" Besset
c918a29cd0
Merge pull request #352 from Pan7/Sys_FPrintf
...
Using Sys_FPrintf with SYS_WRN and SYS_ERR
2016-06-11 13:01:13 -05:00
Pan7
5105fc5db8
Using Sys_FPrintf with SYS_WRN and SYS_ERR
2016-05-16 21:20:20 +02:00
Timothee Besset
cc68a76900
phrasing..
2016-04-24 15:05:09 -05:00
Timothee Besset
a88ef20680
fix short alloc and heap corruption for winding_accu_t and brush_t - brought about by https://github.com/TTimo/bspc/pull/4
2016-04-24 15:02:50 -05:00
Timothee Besset
b36b3ba4b6
Visual Studio 2015 on debug configs too
2016-04-24 14:52:52 -05:00
Thomas Debesse
d58490f20b
split fixaas stuff from q3map2
2016-02-13 04:54:26 +01:00
Thomas Debesse
cd07f71691
split bsp analyze/info/scale stuff from q3map2
2016-02-13 04:54:26 +01:00
Thomas Debesse
cd5ff8d96c
split bsp conversion stuff from q3map2
2016-02-12 20:02:35 +01:00
Timothee "TTimo" Besset
8428b75fcb
Merge pull request #273 from QBall147/master
...
Increase MAX_MAP_VISIBILITY as certain QuakeLive maps are starting to hi...
2016-01-10 11:31:47 -06:00
Timothee Besset
4e08b4bd49
compile x64 q3map2 against new libxml2 x64 lib folder
2015-12-24 22:31:49 -06:00
Timothee Besset
5ed4d02c78
more Visual Studio 2015 conversion
2015-12-24 19:21:23 -06:00
TTimo
48369d78f9
- Convert to Visual Studio 2015
...
- Drop STLPort
- Rebuild libxml2 binaries, update project files accordingly
- Rebuild jpeg-9 binaries
2015-11-07 23:44:49 -06:00
QBall147
17349a28db
Increase MAX_MAP_VISIBILITY as certain QuakeLive maps are starting to hit the limit
2014-08-14 19:05:13 +01:00
Alex Lo
76ea7385dd
Fixed a number of out of bounds accesses.
...
Visual Studio's static code analyser found a number of out of bounds array
accesses. This commit fixes a number of them as well as a few other problems
the analyser brought up.
This also fixes #1 in the issue tracker.
2013-11-01 00:24:58 +00:00
Timothee "TTimo" Besset
5aa744b026
misc fixes, reviewed the urt q3map2 code
2013-09-07 17:39:31 -05:00
TTimo
666847b0ce
switch to xp compatible compiler toolchain, add/fix an archive and upload script for the VM builder
2013-08-24 22:50:12 +00:00
Chris Brooke
65175c80b1
oops forgot q3map2_urt (added -exportents)
2013-07-15 07:16:51 +01:00
Chris Brooke
3e5bc317d0
Added -exportents to q3map2.
2013-07-15 04:58:15 +01:00
Timothee Besset
0241ec6d9b
put q3map2.exe x64 in install/x64, and copy the dependent DLLs
2013-06-07 05:13:20 +01:00
Timothee Besset
5d0b2a2b94
fix crashes: libxml2 static linking, turn off libintl stuff
2013-06-03 03:23:11 +01:00
Timothee Besset
7c1f101a29
spitting x64 q3map2 now
2013-06-02 00:56:33 +01:00
Timothee Besset
f397e4a8d6
link libxml2
2013-06-01 23:39:34 +01:00
Timothee Besset
9f425c0c72
add include path for gdk-pixbuf
2013-06-01 23:26:37 +01:00
Timothee Besset
1ec0ec94ba
switching to newer gtk and libxml. wip
2013-06-01 23:05:35 +01:00
Timothee "TTimo" Besset
ca29808460
missed those - q3map2 x64
2013-05-30 03:22:29 -05:00
Timothee "TTimo" Besset
2ca658fe9f
convert projects to msvc 2012
2013-05-23 20:44:41 -05:00
Timothee 'TTimo' Besset
05e48b2d4e
add q3data to the windows project
2012-10-07 14:22:42 -05:00
Timothee 'TTimo' Besset
df729933f8
compile q3data on Linux
2012-10-07 11:52:47 -05:00
Timothee 'TTimo' Besset
2bd4ea84f0
better QL Linux homepath config
2012-08-29 21:43:19 -05:00
Timothee 'TTimo' Besset
c692d7b5c5
point to the right QL homepath
2012-08-29 20:49:09 -05:00
Chris Brooke
9b37f2e205
Ok bspc works now for quakelive
2012-07-31 18:01:54 +01:00
Timothee "TTimo" Besset
06ac3b72a5
Merge pull request #104 from QBall147/bspc
...
Added bspc to the solution (with initial ql support)
2012-07-30 19:10:32 -07:00
Chris Brooke
bc1f18b574
Added bspc to the solution (with ql support)
2012-07-30 12:23:40 +01:00
Chris Brooke
2101cf6ae7
QuakeLive PK3 support for Q3Map2
2012-07-27 17:46:54 +01:00
Eric Wasylishen
29df45359d
Remove includes for glib/gconvert.h and glib/gmem.h, according to http://developer.gnome.org/glib/stable/glib-compiling.html it is an error to include individual hedaers starting with glib 2.32
2012-07-21 12:21:58 -04:00