Commit Graph

107 Commits

Author SHA1 Message Date
Timothee "TTimo" Besset 943107012f
Merge pull request #564 from illwieckz/gcc8
gcc8: static_cast NULL instead of reinterpret_cast
2018-01-20 15:33:17 -06:00
Pan 189a61a9e0 Fix missing #elif 2018-01-20 12:06:23 +01:00
Thomas Debesse 38b0faf0da preproc: more unknown architecture error 2017-08-31 00:45:30 +02:00
Thomas Debesse 417032e526 bikeshedding: move some misplaced comment 2017-08-31 00:45:30 +02:00
Thomas Debesse 413564daa3 preproc: add some FreeBSD defines (path sep etc.) 2017-08-31 00:45:29 +02:00
Thomas Debesse 8d176b75c8 gcc8: static_cast NULL instead of reinterpret_cast 2017-08-30 18:16:07 +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 2793befffd Fix warning equality comparison with extraneous parentheses 2 2017-07-09 15:29:30 +02:00
Pan7 81a1776bbd Fix more extraneous parentheses warnings 2017-04-27 21:58:43 +02:00
Timothee Besset fd3ec15ae4 fix compiler warning, be more legible 2017-02-25 15:11:45 -06:00
Timothee "TTimo" Besset 4a85ffff3a Merge pull request #404 from Pan7/Fixlwob
Fix gcc warning tex may be used uninitialized in this function
2017-02-25 14:59:41 -06:00
Timothee Besset 0c3d8f5f70 misc wording 2017-02-25 14:54:27 -06:00
Pan7 bb3dd7421c Fix gcc warning tex may be used uninitialized in this function 2017-02-24 15:48:12 +01:00
Pan7 3bc866b623 Don't free buffer of another scope (#401) 2017-02-21 12:45:49 -05:00
Pan7 d90ddd6cf8 Fix obj crash (#399) 2017-02-21 12:45:37 -05:00
TTimo 1d0feb0a4a Merge branch 'master' of github.com:TTimo/GtkRadiant 2017-01-01 09:08:45 -06:00
TTimo a26c818a1e remove the old .vcproj 2017-01-01 09:08:37 -06:00
Timothee "TTimo" Besset fe89aa3e6f Merge pull request #377 from Pan7/fixmatrix
Fix gcc warning sizeof on array function parameter src will return si…
2017-01-01 08:43:26 -06:00
Timothee "TTimo" Besset d8480ac41c Merge pull request #376 from Pan7/m4x4
m4_submat modification
2017-01-01 08:41:38 -06:00
TTimo d7dafaea33 tweak previous pull with an assert 2017-01-01 08:30:46 -06:00
Timothee "TTimo" Besset d1e5cf4b65 Merge pull request #373 from Pan7/fixlwo2
Fix gcc warning i may be used uninitialized
2017-01-01 08:28:36 -06:00
Timothee "TTimo" Besset a6d10074b7 Merge pull request #372 from Pan7/fixlwo
Fix for potentially using uninitialized variable
2017-01-01 08:24:28 -06:00
Jay Dolan 5938d4e49f Fix a handful of compiler warnings. 2016-12-31 16:02:08 -05:00
Jay Dolan a851e037c8 This generates a different warning now, and is just wrong anyway. 2016-12-31 15:55:29 -05:00
Jay Dolan b529282159 Fix compilation on OS X. How is this working elsewhere? 2016-12-31 15:44:18 -05:00
Christophe Mateos c483b791b0 Aligment. 2016-12-19 23:53:11 +01:00
Christophe Mateos 2d08c0518c PicoModel Backport: Fixed compilation. 2016-12-19 23:45:54 +01:00
Timothee "TTimo" Besset bcdcd58467 Merge pull request #387 from Mateos81/PicoModelExperiment
PicoModel lib backport from 1.5
2016-12-10 11:16:48 -06:00
Christophe Mateos 14c2c858b9 PicoModel - End of 1.5 backporting
lwo subfolder already done by @jdolan:
a269593afe (diff-584b574ac260b5150f42f60544e9266e)
2016-12-09 02:57:39 +01:00
Christophe Mateos 054cfcd15c PicoModel: Cleanup, ASE support upgrade test, uncrustify
Next to be tested is MD3...
2016-12-04 06:16:39 +01:00
Christophe Mateos 41f9d3a1e1 Ported picomodel.c from 1.5
Improvements over 1.4/1.5 are in.
2016-12-04 01:43:28 +01:00
Timothee Besset 5432b04490 update git ignores 2016-09-30 10:24:25 -05:00
Timothee Besset cd222b3618 misc cleanup 2016-09-29 14:20:56 -05:00
Pan7 70b90a60c7 Fix gcc warning sizeof on array function parameter src will return size of float (*)[3] 2016-08-25 17:47:34 +02:00
Pan7 3c9676f428 m4_submat modification 2016-08-24 11:28:08 +02:00
Pan7 d089ba9454 Fix gcc warning shdr may be used uninitialized 2016-08-22 10:41:34 +02:00
Pan7 c346d43ae0 Fix gcc warning i may be used uninitialized 2016-08-22 08:48:01 +02:00
Pan7 282f33d813 Fix for potentially using uninitialized variable 2016-08-21 21:35:42 +02:00
Pan7 a342e2d1d1 Fix for uninitialized var warning 2016-08-20 06:59:43 +02:00
Thomas Köppe 3b2fb7f27e [unzip.c{,pp}] Change zc{alloc,free} to internal linkage 2016-08-03 15:53:59 +01: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
Pan7 e09ed3bffd usemtl for obj models 2015-10-01 17:56:00 +02: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
jdolan 21a7ab44c7 Re-define fileHandle_t as void * so that it is 64-bit safe. Fixes 4 compiler warnings and potentially some broken code. 2013-07-07 10:14:29 -04:00
jdolan 5ed95d5bdd Fix signedness warning by casting. 2013-07-07 09:51:38 -04:00
Timothee "TTimo" Besset 5df79a9c62 tweak the GL widget font (for windows mostly) 2013-07-05 15:55:09 -05:00
jdolan 380a05bbdf Add a little more context to configuration errors. 2013-07-04 20:31:24 -04:00
Timothee Besset 4c9f5c5229 double free - and that's never crashed us before .. in how many years? 2013-06-07 04:39:38 +01:00