Commit graph

1203 commits

Author SHA1 Message Date
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
Timothee "TTimo" Besset
30e0307aa0 Merge pull request #366 from tkoeppe/unused
[quake3/common/aselib.c] Remove unused local variables
2016-08-16 06:17:40 -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
Pan7
9521a52442 Merge branch 'master' of https://github.com/TTimo/GtkRadiant 2016-08-13 21:13:36 +02:00
Timothee "TTimo" Besset
6409de3029 Merge pull request #359 from tkoeppe/unix
[regression_tests] Convert line endings to Unix style uniformly
2016-08-13 10:50:35 -06:00
Timothee "TTimo" Besset
748a1793d8 Merge pull request #360 from tkoeppe/static
[unzip.c{,pp}] Change zc{alloc,free} to internal linkage
2016-08-13 10:49:59 -06:00
Timothee "TTimo" Besset
4b8453ec36 Merge pull request #362 from jdolan/master
Fix Mac build's resolution of the gamepacks.
2016-08-13 10:35:25 -06:00
Jay Dolan
4638c13b57 Fix Mac build's resolution of the gamepacks. 2016-08-13 09:56:43 -04:00
Thomas Köppe
3b2fb7f27e [unzip.c{,pp}] Change zc{alloc,free} to internal linkage 2016-08-03 15:53:59 +01:00
Thomas Köppe
2028e89cf5 [regression_tests] Convert line endings to Unix style uniformly 2016-08-03 15:47:20 +01:00
TTimo
282c13d5ed fix compilation 2016-06-19 16:09:00 -06: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
Timothee "TTimo" Besset
9cb253c43b Merge pull request #353 from Pan7/shaderfallback
Win fallback for non associated shader files
2016-06-11 13:00:17 -05:00
Pan7
7ae40ed73c Win fallback for non associated shader files 2016-05-16 22:49:20 +02:00
Pan7
5105fc5db8 Using Sys_FPrintf with SYS_WRN and SYS_ERR 2016-05-16 21:20:20 +02:00
Timothee "TTimo" Besset
6f17a02271 Merge pull request #351 from Atalanttore/patch-1
Update de.po
2016-05-15 21:37:36 -05:00
Ettore Atalan
d07bdb48ba Update de.po
I've expanded and improved the German translation for GtkRadiant.
2016-05-15 20:14:43 +02:00
Jay Dolan
611b35214b Update Apple Makefile. 2016-05-08 09:22:55 -04:00
Timothee "TTimo" Besset
376eb6c0ac issue #343 - was purging the wrong model from cache, causing pointers to freed memory 2016-04-24 16:50:11 -05: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
Timothee "TTimo" Besset
b60ab94a52 Merge pull request #342 from Pan7/MiniDump
MiniDump for msvc
2016-04-23 15:58:37 -05:00
Pan7
57daf1d8c5 MiniDump for msvc 2016-04-11 22:16:12 +02:00
Timothee "TTimo" Besset
f7f0f1d433 Create CONTRIBUTING.md 2016-03-13 17:41:32 -05:00
Timothee "TTimo" Besset
1f71d06804 Merge pull request #338 from illwieckz/split
split q3map2's main.c to smaller files to make it easier to maintain and help sharing code
2016-03-13 17:18:16 -05:00
Mateos81
b298a72b25 Merge remote-tracking branch 'refs/remotes/TTimo/master' into InvalidMiscModelFix 2016-03-12 20:07:23 +01:00
Mateos81
00b2e67bed Merge remote-tracking branch 'refs/remotes/TTimo/master' 2016-03-12 20:06:48 +01:00
Mateos81
a0e076ce9b Alignments in code. 2016-03-12 20:05:45 +01: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
TTimo
eb40681f0a reduce warning spam 2016-01-10 11:20:13 -06:00
TTimo
9a169784d2 at some point libpng stopped being a dep of image.so? 2016-01-10 11:20:02 -06:00
Timothee "TTimo" Besset
58d61bb3a8 Merge pull request #331 from zturtleman/filter-miscmodel-eclass
Filter misc_model etc by eclass instead of each entity name
2016-01-10 10:50:06 -06:00
Timothee Besset
d2c940a694 pull the new file 2015-12-24 22:35:15 -06:00
Timothee Besset
4e08b4bd49 compile x64 q3map2 against new libxml2 x64 lib folder 2015-12-24 22:31:49 -06:00
Timothee Besset
ff0c4617f3 oops left the other stuff turned off 2015-12-24 19:27:46 -06:00
Timothee Besset
5ed4d02c78 more Visual Studio 2015 conversion 2015-12-24 19:21:23 -06:00
Timothee Besset
3272dc1416 clone the bspc source 2015-12-24 19:21:05 -06:00
Mateos81
3027776243 Make NULL models rendered as a box, and selectable (were already editable)
TODO:
- Handle the case "Model not found".
- Add relevant console prints.
- Fix glitchy-looking selected box.
2015-11-11 11:56:29 +01:00
Mateos81
6a5fca6f1c Merge remote-tracking branch 'refs/remotes/TTimo/master' 2015-11-11 11:49:32 +01:00
Timothee "TTimo" Besset
f48ddaa0de Merge pull request #330 from zturtleman/vfs-errno
Include errno.h in plugins/vfspk3/vfs.cpp
2015-11-08 22:14:25 -06:00
Zack Middleton
8d057ab8ea Filter misc_model etc by eclass instead of each entity name
This makes the recently added "misc_model_breakable" be filtered and
removes the redundant list of model entity names.
2015-11-08 17:47:34 -06:00