Timothee 'TTimo' Besset
c9fce466d1
Upgrade Windows project files to 2019
2022-11-24 18:19:08 -06:00
Hugo Locurcio
15c7549830
Fix build error on Linux due to missing <stdint.h>
include
...
This closes #662 .
2021-01-07 18:57:03 +01:00
Timothee 'TTimo' Besset
6f98213cc2
Fix various duplicate definition link errors, picked up by gcc 10
2020-07-04 16:08:41 -05:00
TTimo
61bb386826
minor tweak
2018-04-21 14:01:04 -05:00
isRyven
3bf4b081cc
fix q3map2 pak sorting
2018-03-25 00:29:41 +02:00
Thomas Debesse
bf2da7441f
reduce diff noise
2018-02-06 05:34:43 +01:00
divverent
0375a83f2b
new modes for minimap: -black = black on transparent, -white = white on transparent, -gray = white on black
...
git-svn-id: svn://svn.icculus.org/netradiant/trunk@347 61c419a2-8eb2-4b30-bcec-8cead039b335
2018-02-06 05:01:55 +01:00
Thomas Debesse
ba64802bb6
some fixes to issues pointed by @tkoeppe
2018-01-28 03:15:25 +01:00
Thomas Debesse
01d635a135
tools: reduce diff noise
2018-01-27 22:54:14 +01:00
Rudolf Polzer
39a8ddd6d9
q3map2: more warnings
...
imported from netradiant, original commit message:
> more warnings
2018-01-27 22:53:18 +01:00
rpolzer
58f0f9e557
q3map2/picomodel: remove some warnings
...
imported from netradiant, initial commit message:
> q3map2 is now waring free
2018-01-27 22:53:18 +01:00
Rudolf Polzer
5a40208a05
q3map2: fix some more warnings
...
imported from netradiant, initial commit message:
> fix some more warnings
2018-01-27 22:53:18 +01:00
TimePath
4d558e10c7
q3map2: remove some "unused but set variable" warning
...
imported from netradiant, initial commit message:
> Remove -Wno-unused-but-set-variable
2018-01-27 22:53:18 +01:00
Thomas Debesse
ff416cdfb9
q3map2: drop quakelive encrypted pk3 vfs
2018-01-27 02:26:30 +01:00
Timothee Besset
f00e8fd6a6
fix pk3dir/dpk/dpkdir code
2018-01-22 09:03:45 -06:00
Timothee Besset
67fa177673
cleanup more offsetof usage
2018-01-22 08:43:48 -06:00
Thomas Köppe
f061ce9990
Change winding_t, winding_accu_t and brush_t to use flexible array members rather than fixed-sized arrays.
...
The arrays were always meant to be variably sized, and objects are only ever allocated dynamically. Object size computations are simplified with this change.
Flexible arrays were introduced in C99, so this change means that we will require a C99-conforming compiler henceforth.
2018-01-22 02:23:23 +00:00
Timothee "TTimo" Besset
c92429820b
Merge pull request #533 from illwieckz/pk3dir
...
pk3dir support (+pk4dir/dpkdir support)
2018-01-21 15:08:15 -06:00
Timothee Besset
08b44c433d
Disable the deprecated functions warning
2018-01-21 14:59:29 -06:00
Timothee Besset
fc33f1818c
Merge branch 'master' of github.com:TTimo/GtkRadiant
2018-01-21 14:47:38 -06:00
Timothee Besset
e08d6b6429
Visual Studio 2017. Fixed q3map2_urt 64 bit compilation also.
2018-01-21 14:47:06 -06:00
Thomas Köppe
ec0907f7ca
Use standard "offsetof" facility rather than manual code involving null pointer dereferences.
2018-01-21 01:54:24 +00:00
Thomas Köppe
760623150e
[q3map2] Unwind script stack in case of script loading error.
...
Also avoid type punning read into char* variable (even though char* and void* happen to be layout-compatible).
2018-01-08 15:18:40 +00:00
Thomas Debesse
c99c1abd9b
[q3map2] import pk3dir/dpk/dpkdir support from netradiant
...
- load every pk3dir/dpkdir as VFS
- increase VFS_MAXDIR
- dpk/dpkdir is not versionned yet
2018-01-07 21:09:52 +01:00
Thomas Debesse
9f595b664b
preproc: FreeBSD also provides pthread
2017-08-31 00:45:24 +02:00
Thomas Debesse
a3773852a4
preproc: add a FreeBSD condition everytime there is Linux or MacOS
2017-08-30 14:20:01 +00:00
Pan7
a9e28b5507
Fix warning variable bcHeight is used uninitialized
2017-08-18 02:18:31 +02:00
Pan7
7a936d6832
Fix g_ascii_strdown usage
2017-08-08 01:24:41 +02:00
Pan7
6acfd910ae
Fix warning g_strdown is deprecated
2017-07-11 23:08:05 +02:00
Pan7
a8925cbedb
Fix xml passing to parameter warnings
2017-07-10 01:04:28 +02:00
TTimo
a26c818a1e
remove the old .vcproj
2017-01-01 09:08:37 -06:00
Thomas Debesse
75e2a70823
More: Using Sys_FPrintf with SYS_WRN and SYS_ERR
...
This commit do the same as “Using Sys_FPrintf with SYS_WRN and SYS_ERR” commit by @Pan7 (5105fc5
) for occurrences that were left untouched (tools/ subtree only).
2016-10-15 20:16:14 +02: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
Thomas Köppe
683e9415f7
[quake3/common/aselib.c] Remove unused local variables
2016-08-14 01:22:03 +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
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
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
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
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
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
Chris Brooke
2101cf6ae7
QuakeLive PK3 support for Q3Map2
2012-07-27 17:46:54 +01:00