| .. |
|
assets
|
Merge pull request #1805 from Azaezel/startRightEndRight
|
2016-10-19 08:39:12 -05:00 |
|
components
|
The default configuration is for the asset database to automatically unload an asset when it's no longer referenced. This causes problems when we would delete objects and then go to make more instances that reference the same asset while the same mission is going.
|
2016-06-06 21:20:00 -05:00 |
|
decal
|
Goes and replaces the references/names that use Prepass to be Deferred, since we're actually using deferred.
|
2017-04-11 00:23:14 -05:00 |
|
examples
|
Issue found by PVS Studio:
|
2015-07-28 23:25:09 -05:00 |
|
fps
|
Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy
|
2017-06-23 11:36:20 -05:00 |
|
fx
|
ground-cover -- Adds an ambient modulation bias to control how much the foliage images are modulated by the sun's ambient light setting.
|
2017-07-27 00:18:38 +01:00 |
|
gameBase
|
process-order -- code to help positioning of objects in the process lists.
|
2017-07-27 00:21:47 +01:00 |
|
physics
|
Fixes collision shape assignment after a PhysicsShapeData resource change signal is triggered.
|
2017-07-11 19:11:09 -04:00 |
|
sceneComponent
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|
sfx
|
clang: constructor initialization order
|
2016-10-14 18:16:55 -05:00 |
|
turret
|
Assorted bug fixes
|
2017-07-27 01:50:52 +01:00 |
|
vehicles
|
Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy
|
2017-06-23 11:36:20 -05:00 |
|
accumulationVolume.cpp
|
Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy
|
2017-06-23 11:36:20 -05:00 |
|
accumulationVolume.h
|
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 |
|
aiClient.cpp
|
Fixed String comparisons.
|
2014-11-05 23:29:08 -05:00 |
|
aiClient.h
|
Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro.
|
2014-11-03 22:42:51 -05:00 |
|
aiConnection.cpp
|
Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro.
|
2014-11-03 22:42:51 -05:00 |
|
aiConnection.h
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|
aiPlayer.cpp
|
anim-clip -- sequence selection by afx effects
|
2017-07-27 00:31:43 +01:00 |
|
aiPlayer.h
|
anim-clip -- sequence selection by afx effects
|
2017-07-27 00:31:43 +01:00 |
|
camera.cpp
|
Merge pull request #1972 from pacomont/Fix_bad_initialization_on_camera
|
2017-05-15 00:58:36 -05:00 |
|
camera.h
|
obj-select -- object selection functionality
|
2017-07-26 23:59:44 +01:00 |
|
cameraSpline.cpp
|
suppresses a leak potentially caused by Knot::mType||Knot::mPath entries.
|
2016-06-21 20:53:08 -05:00 |
|
cameraSpline.h
|
suppresses a leak potentially caused by Knot::mType||Knot::mPath entries.
|
2016-06-21 20:53:08 -05:00 |
|
containerQuery.cpp
|
enhanced-physical-zone -- PhysicalZone object enhanced to allow orientation add radial forces.
|
2017-07-27 01:10:20 +01:00 |
|
containerQuery.h
|
clang: constructor initialization order
|
2016-10-14 18:16:55 -05:00 |
|
convexShape.cpp
|
Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy
|
2017-06-23 11:36:20 -05:00 |
|
convexShape.h
|
For for Issue #106 Convex Shape Bandwidth
|
2012-11-05 14:27:30 -05:00 |
|
debris.cpp
|
enhanced-particle -- Accounts for larger number of particle size keys.
|
2017-07-26 23:24:08 +01:00 |
|
debris.h
|
datablock-temp-clone -- Implements creation of temporary datablock clones to allow late substitution of datablock fields.
|
2017-07-26 21:10:43 +01:00 |
|
entity.cpp
|
Hooks the component fields back into the inspector so they are registered as proper fields of their types, as opposed to the regular string-only dynamic fields.
|
2016-06-02 22:40:29 -05:00 |
|
entity.h
|
Final Linux compliance changes(renames, tweaks for gcc compliance, etc)
|
2016-05-29 00:58:02 -05:00 |
|
gameFunctions.cpp
|
Includes a fix to get lights to render more correctly in the reflection pass. Also includes a helper function to force a render from a passed in transform and frustum.
|
2017-07-07 02:55:56 -05:00 |
|
gameFunctions.h
|
Includes a fix to get lights to render more correctly in the reflection pass. Also includes a helper function to force a render from a passed in transform and frustum.
|
2017-07-07 02:55:56 -05:00 |
|
gameTSCtrl.cpp
|
Removing stuff pertaining to demo modes and trials, as they're redundant now.
|
2015-07-01 23:36:56 -05:00 |
|
gameTSCtrl.h
|
Removing stuff pertaining to demo modes and trials, as they're redundant now.
|
2015-07-01 23:36:56 -05:00 |
|
groundPlane.cpp
|
meshroad-zodiacs -- MeshRoad customizations for rendering zodiacs on them.
|
2017-07-26 22:05:04 +01:00 |
|
groundPlane.h
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|
guiMaterialPreview.cpp
|
Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy
|
2017-06-23 11:36:20 -05:00 |
|
guiMaterialPreview.h
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|
guiNoMouseCtrl.cpp
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|
guiObjectView.cpp
|
Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy
|
2017-06-23 11:36:20 -05:00 |
|
guiObjectView.h
|
Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy
|
2017-06-23 11:36:20 -05:00 |
|
item.cpp
|
Item Mounting
|
2016-06-17 10:36:32 -05:00 |
|
item.h
|
Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy
|
2017-06-23 11:36:20 -05:00 |
|
levelInfo.cpp
|
Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy
|
2017-06-23 11:36:20 -05:00 |
|
levelInfo.h
|
level-wide accumulation assignment - overidden if an object's origin is in an accumulationVolume.
|
2016-06-09 12:51:43 -05:00 |
|
lightAnimData.cpp
|
Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy
|
2017-06-23 11:36:20 -05:00 |
|
lightAnimData.h
|
Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy
|
2017-06-23 11:36:20 -05:00 |
|
lightBase.cpp
|
localRenderViz -- Implements per-light renderViz setting.
|
2017-07-27 01:15:57 +01:00 |
|
lightBase.h
|
localRenderViz -- Implements per-light renderViz setting.
|
2017-07-27 01:15:57 +01:00 |
|
lightDescription.cpp
|
Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy
|
2017-06-23 11:36:20 -05:00 |
|
lightDescription.h
|
Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy
|
2017-06-23 11:36:20 -05:00 |
|
lightFlareData.cpp
|
Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy
|
2017-06-23 11:36:20 -05:00 |
|
lightFlareData.h
|
Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy
|
2017-06-23 11:36:20 -05:00 |
|
missionArea.cpp
|
Use fixed buffer size var when allocating return buffer from console.
|
2014-06-11 13:09:55 +04:00 |
|
missionArea.h
|
Updated logic in MissionArea::getServerObject.
|
2012-11-14 09:25:38 +11:00 |
|
missionMarker.cpp
|
Replaced StringTable->insert("") with StringTable->EmptyString()
|
2017-01-11 23:36:04 -05:00 |
|
missionMarker.h
|
WaypointTeam never worked and if you look at the code you can see its not very clean.
|
2014-11-04 20:14:50 -05:00 |
|
objectTypes.h
|
afxModel-type -- defines a type bit for afxModel objects.
|
2017-07-27 01:18:57 +01:00 |
|
occlusionVolume.cpp
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|
occlusionVolume.h
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|
pathCamera.cpp
|
Fix stack balancing problems by refactoring execution calls
|
2015-02-08 00:08:18 +00:00 |
|
pathCamera.h
|
Fix stack balancing problems by refactoring execution calls
|
2015-02-08 00:08:18 +00:00 |
|
physicalZone.cpp
|
Assorted bug fixes
|
2017-07-27 01:50:52 +01:00 |
|
physicalZone.h
|
enhanced-physical-zone -- PhysicalZone object enhanced to allow orientation add radial forces.
|
2017-07-27 01:10:20 +01:00 |
|
player.cpp
|
player-look -- modified player head and arm control
|
2017-07-27 01:48:16 +01:00 |
|
player.h
|
player-look -- modified player head and arm control
|
2017-07-27 01:48:16 +01:00 |
|
pointLight.cpp
|
Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy
|
2017-06-23 11:36:20 -05:00 |
|
pointLight.h
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|
portal.cpp
|
Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy
|
2017-06-23 11:36:20 -05:00 |
|
portal.h
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|
prefab.cpp
|
Makes it so prefabs can correctly 'export to collada' by running the buildPolyList function on it's children.
|
2016-12-10 17:27:27 -06:00 |
|
prefab.h
|
Makes it so prefabs can correctly 'export to collada' by running the buildPolyList function on it's children.
|
2016-12-10 17:27:27 -06:00 |
|
projectile.cpp
|
enhanced-projectile
|
2017-07-27 01:27:13 +01:00 |
|
projectile.h
|
enhanced-projectile
|
2017-07-27 01:27:13 +01:00 |
|
proximityMine.cpp
|
Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy
|
2017-06-23 11:36:20 -05:00 |
|
proximityMine.h
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|
resource.h
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|
rigid.cpp
|
Backend correction for the rigid vs rigid collision resolver:
|
2015-10-06 15:34:26 -05:00 |
|
rigid.h
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|
rigidShape.cpp
|
more unused variable cleanups
|
2016-10-16 14:41:34 -05:00 |
|
rigidShape.h
|
Fix stack balancing problems by refactoring execution calls
|
2015-02-08 00:08:18 +00:00 |
|
scopeAlwaysShape.cpp
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|
shapeBase.cpp
|
Collision events
|
2017-07-27 01:41:40 +01:00 |
|
shapeBase.h
|
Collision events
|
2017-07-27 01:41:40 +01:00 |
|
shapeCollision.cpp
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|
shapeImage.cpp
|
whitespace updates
|
2017-01-06 23:04:49 -05:00 |
|
spotLight.cpp
|
Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy
|
2017-06-23 11:36:20 -05:00 |
|
spotLight.h
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|
staticShape.cpp
|
datablock-temp-clone -- Implements creation of temporary datablock clones to allow late substitution of datablock fields.
|
2017-07-26 21:10:43 +01:00 |
|
staticShape.h
|
datablock-temp-clone -- Implements creation of temporary datablock clones to allow late substitution of datablock fields.
|
2017-07-26 21:10:43 +01:00 |
|
trigger.cpp
|
Initial Implementation of the Taml, Asset and Modules systems.
|
2015-10-13 15:19:36 -05:00 |
|
trigger.h
|
Made Trigger friendlier towards inheritance.
|
2012-11-18 21:32:51 +11:00 |
|
tsStatic.cpp
|
Selection Highlighting
|
2017-07-26 23:48:29 +01:00 |
|
tsStatic.h
|
Selection Highlighting
|
2017-07-26 23:48:29 +01:00 |
|
zone.cpp
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|
zone.h
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |