Stephen Saunders
|
8867e865e0
|
valgrind: fix undefined variables/warnings and a few more memory leaks on quit
|
2023-12-26 13:15:29 +01:00 |
|
Stephen Saunders
|
c0e6c7a5dd
|
Fix MSVC warnings for RBDoom3BFG, suppress for some third party source libs (jpeg, png, oggvorbis)
|
2023-06-23 16:30:48 -04:00 |
|
Robert Beckebans
|
e1db32fe30
|
Little TrenchBroom interop fixes
|
2021-10-09 18:37:53 +02:00 |
|
Admer
|
2f58f2b0c2
|
Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops
|
2021-09-11 17:53:30 +02:00 |
|
Robert Beckebans
|
9a0a89dbbd
|
idMath::INFINITY -> idMath::INFINITUM for system define clash on macOS
|
2021-07-26 08:46:39 +02:00 |
|
Robert Beckebans
|
4a6af2d609
|
Applied new Astyle settings
|
2019-11-11 20:27:44 +01:00 |
|
Robert Beckebans
|
a7c6f4973b
|
Fixed warnings with Clang 3.6
|
2015-05-01 14:57:31 +02:00 |
|
Christoph Korn
|
264ffcb6f7
|
Fix typos
Just fix some typos.
|
2013-12-31 02:23:16 +01:00 |
|
Daniel Gibson
|
ba126dde3a
|
Fixed various warnings from clang
|
2012-12-23 06:40:47 +01:00 |
|
Robert Beckebans
|
dd9b8a8710
|
Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds.
|
2012-12-22 16:18:19 +01:00 |
|
Robert Beckebans
|
99166faf71
|
Fixed compile problems on Win64
|
2012-12-17 12:24:31 +01:00 |
|
Daniel Gibson
|
9eeea7adf3
|
Fix tons of compiler warnings
mostly -Wreorder, use const char* instead of char* for "static strings",
fix inappropriate usage of NULL (e.g. instead of '\0' or (int)0)
|
2012-12-11 23:57:05 +01:00 |
|
Robert Beckebans
|
3b0dabe30a
|
Formatted code.
|
2012-12-08 18:20:13 +01:00 |
|
Robert Beckebans
|
3639ba0c7b
|
Everything compiles on Linux. Now we can fix the linker problems! :)
|
2012-12-07 18:29:47 +01:00 |
|
Robert Beckebans
|
f55a763ca4
|
Formatted code using Artistic Style for better readability.
|
2012-11-28 16:47:07 +01:00 |
|
Brian Harris
|
5016f605b8
|
Initial commit
|
2012-11-26 12:58:24 -06:00 |
|