Azaezel
c76b44bb91
Ref Count Catch
...
With Permission from Jeff Faust.
// AFX CODE BLOCK (bug-fix) <<
(no text, self evident)
2014-12-22 18:03:52 -06:00
Azaezel
dbf9275037
Ref Count Catch
...
With Permission from Jeff Faust.
// AFX CODE BLOCK (bug-fix) <<
// for events that are not GuaranteedOrdered we can get here w/o ever
// incrementing ref-count on the event.
2014-12-22 18:01:18 -06:00
Azaezel
b2a4f3fd44
depth correction
...
With Permission from Jeff Faust.
// AFX CODE BLOCK (bug-fix) <<
// This fix prevents some bad rendering artifacts that occur at the edge of the visibleDistance.
// The artifacts are most obvious when there is fog present.
2014-12-22 17:58:12 -06:00
Azaezel
a4adf28ef5
mVertexFormat validation fix
...
With Permission from Jeff Faust.
// AFX CODE BLOCK (bug-fix) <<
(no text, self evident)
2014-12-22 17:55:10 -06:00
Azaezel
a3fab3d4c4
Projected Shadow fix
...
With Permission from Jeff Faust.
// AFX CODE BLOCK (bug-fix) <<
// For ShapeBase objects this causes the shader to fade along with the
// object and also prevents a rectangular shadow artifact from occuring
// once the visibility is zero.
2014-12-22 17:52:02 -06:00
LuisAntonRebollo
cd993e0607
Merge pull request #970 from Lopuska/patch-5
...
clamp value fix on vorbis decoding
2014-12-22 23:20:44 +01:00
LuisAntonRebollo
e58beba4a5
Merge pull request #1025 from bpay/fix-amd-mesh-render
...
Fix AMD render problem with missed meshes.
2014-12-22 23:10:43 +01:00
Daniel Buckmaster
84430a46a8
Merge pull request #1046 from Areloch/Issue_945
...
Fixes #945
2014-12-22 14:53:27 +11:00
Daniel Buckmaster
450a6c6c80
Merge pull request #969 from eightyeight/options-for-godrays
...
Added settings for god-ray PostFX.
2014-12-22 14:52:09 +11:00
Azaezel
c6cdfafe4e
cleaned up variant of https://github.com/GarageGames/Torque3D/pull/768 alterations: opengl support, in-shader bug-reporting, direction vector fit to material slider-bar.
2014-12-21 14:07:42 -06:00
Daniel Buckmaster
4af7227559
Fixed some ranges.
2014-12-21 23:20:48 +11:00
Daniel Buckmaster
949251b988
Merge pull request #1065 from rextimmy/windows_date_fix
...
winTime month fix
2014-12-21 21:49:30 +11:00
Daniel Buckmaster
04ff04a95f
Removed some unneccessary changes and made file name consistent.
2014-12-21 21:25:27 +11:00
Daniel Buckmaster
03f71a78c0
Added dStrIsEmpty and replaced some incorrect string comparisons.
2014-12-21 21:25:19 +11:00
Daniel Buckmaster
9396ae7176
Merge remote-tracking branch 'Winterleaf/Development-Console' into defineconsolemethod
...
Conflicts:
Engine/source/T3D/missionMarker.cpp
2014-12-21 21:23:55 +11:00
Daniel Buckmaster
5af91bf07a
Merge pull request #921 from lukaspj/Mixed-Particle-Rendering-Warning-Fix
...
Remove warning
2014-12-21 19:06:57 +11:00
Daniel Buckmaster
154be2ae0e
Merge pull request #974 from Azaezel/sound_provider_fallback_request
...
re-orders sound device provider wieghting
2014-12-21 19:06:06 +11:00
Daniel Buckmaster
183fe7dbeb
Merge pull request #996 from Winterleaf/Add-new-cpus-AMD-Types
...
Added support for AMD Chips
2014-12-21 19:04:26 +11:00
Daniel Buckmaster
8a104a5222
Merge pull request #1018 from eightyeight/ghost-scoping
...
Add the option to limit ghost scoping range
2014-12-21 19:03:02 +11:00
Daniel Buckmaster
7916ff369b
Merge pull request #1026 from jamesu/fix_console_stack
...
Fix issue where console stack values were getting overwritten
2014-12-21 19:02:20 +11:00
LuisAntonRebollo
e5cd80ac87
Merge pull request #1024 from eightyeight/scattersky-flare-fix
...
Fix ScatterSky flare occlusion
2014-12-19 13:35:48 +01:00
Ben Payne
d1f450a001
Fix malformed flags
2014-12-18 18:29:03 -05:00
rextimmy
97e7e07607
winTime month fix
2014-12-18 14:25:45 +10:00
Daniel Buckmaster
62f880af24
Merge pull request #1061 from Azaezel/glowParticles
...
Glow particles
2014-12-18 10:15:05 +11:00
Ben Payne
09d1df4bed
Fix executable naming for cmake builds
2014-12-17 15:27:02 -05:00
Ben Payne
4b57dde346
Fix broken cmake macro
...
Only the first config in the list was being seen
2014-12-17 14:03:51 -05:00
Ben Payne
58f07aecb4
Fix CMP0043 cmake warning when using cmake 3.0.2
...
COMPILE_DEFINITIONS_CONFIG has been deprecated, use generator expressions
with plain COMPILE_DEFINITIONS instead (available since 2.8.10)
2014-12-17 14:03:51 -05:00
Daniel Buckmaster
63b35581c4
Merge pull request #1036 from Areloch/Issue_748
...
PR for issue #748
2014-12-17 21:02:20 +11:00
Azaezel
98048fd974
Merge branch 'GlowingParticles' of https://github.com/lukaspj/Torque3D into glowParticles
...
Conflicts:
Engine/source/renderInstance/renderParticleMgr.cpp
2014-12-16 18:48:28 -06:00
Anis
ca04726ad6
glGenerateMipmap on uncompressed cubemap
2014-12-16 15:14:30 +01:00
LuisAntonRebollo
cf195152d6
Workaround for OpenGL terrain blend on Intel drivers.
2014-12-16 00:30:50 +01:00
Anis
0cf36a8906
mipmap support on DDS for openGL cubemap
2014-12-15 18:59:42 +01:00
LuisAntonRebollo
5d5303cf6d
Merge pull request #1055 from BeamNG/fix_cubemap
...
Fix ShaderGen cubemap feature.
2014-12-15 18:49:53 +01:00
LuisAntonRebollo
15c8922028
Fix ShaderGen cubemap feature.
2014-12-15 18:28:17 +01:00
Daniel Buckmaster
61e106251d
Made toolbar resize intelligently.
2014-12-15 11:22:44 +11:00
LuisAntonRebollo
ef2a843dcd
Merge pull request #1029 from Lopuska/patch-3
...
Intel graphics bugfix
2014-12-14 23:45:47 +01:00
Ben Payne
8d4679b2b7
Fix potential buffer overflows
2014-12-13 16:12:02 -05:00
Ben Payne
cadc390895
Fix leaked member var
2014-12-13 16:08:48 -05:00
Ben Payne
de7101dec2
Fix mismatched free
...
Memory was allocated with new on line 304
2014-12-13 16:08:47 -05:00
Ben Payne
98e79f3aec
Fix uninitialized member vars
2014-12-13 16:08:47 -05:00
Ben Payne
50238fb2ac
Casts are stronger than necessary
2014-12-13 16:08:46 -05:00
Ben Payne
dd297d4dc0
Fix buffer overflow
2014-12-13 16:08:38 -05:00
Areloch
fd186204a2
Fizes #945
2014-12-13 03:11:11 -06:00
LuisAntonRebollo
fe9c30b5bb
Lowercase TSStatic fied names.
2014-12-12 22:41:08 +01:00
LuisAntonRebollo
4e936c2101
Merge pull request #1040 from BeamNG/fix_spaces_in_field
...
Fix spaces in TSStatic fied names.
2014-12-12 22:37:05 +01:00
LuisAntonRebollo
8f4c0ed95d
Fix spaces in TSStatic fied names.
2014-12-12 22:36:08 +01:00
Bruno Gonzalez
046f4e4e2d
Fix off-by-one error in cursor hiding/showing function
...
Incorrect API use according to msdn.
Source: http://msdn.microsoft.com/en-us/library/windows/desktop/ms648396%28v=vs.85%29.aspx
"cursor is displayed only if the display count is greater than or equal to 0"
2014-12-12 16:53:07 +01:00
Daniel Buckmaster
763d178704
Merge pull request #1032 from eightyeight/issue-694
...
Fix a crash when change a material reclect cubemap
2014-12-12 21:49:41 +11:00
Daniel Buckmaster
4210c002bb
Merge pull request #991 from Winterleaf/BitAlign-ServerQuery.cpp
...
Bit Alignment of variables in serverQuery.cpp
2014-12-12 21:47:40 +11:00
Daniel Buckmaster
9fca02b2f8
Merge pull request #1017 from eightyeight/aiplayer-triggers-fix
...
AIPlayer trigger fix
2014-12-12 21:45:57 +11:00