AzaezelX 62e23d10b4 fix singular pobe capture 2 ani în urmă
..
assets 1cf754dbca asset load refactor 2 ani în urmă
decal fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: 2 ani în urmă
examples f5a34308f9 add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2 ani în urmă
fps f5a34308f9 add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2 ani în urmă
fx ff67efbb19 fix archlinux compilation issue 2 ani în urmă
gameBase fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: 2 ani în urmă
lighting 62e23d10b4 fix singular pobe capture 2 ani în urmă
physics fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: 2 ani în urmă
sceneComponent 7dbfe6994d Engine directory for ticket #1 13 ani în urmă
sfx 4e93c0543e hide scopealwaysshape from the "add" list, by consensus shive portals et al back to being tagged as volumes 2 ani în urmă
turret aa02e48c8d add safeties for enum math across define boundaries 2 ani în urmă
vehicles 4e93c0543e hide scopealwaysshape from the "add" list, by consensus shive portals et al back to being tagged as volumes 2 ani în urmă
Scene.cpp f5a34308f9 add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2 ani în urmă
Scene.h b05d5fd3bd Merge branch 'PostFXReorgAndUpdate' of https://github.com/Areloch/Torque3D into Preview4_0 5 ani în urmă
accumulationVolume.cpp 596d13f9a4 Optimize container bin lookups 2 ani în urmă
accumulationVolume.h 4e93c0543e hide scopealwaysshape from the "add" list, by consensus shive portals et al back to being tagged as volumes 2 ani în urmă
aiClient.cpp c999baf7ed Moves from using dStrCmp to the new String::compare static functions. Keeps things cleaner, consistent, and works with intellisense. 5 ani în urmă
aiClient.h acb192e2a5 Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro. 11 ani în urmă
aiConnection.cpp 7d91d0a577 Eliminate ConsoleFunction and ConsoleMethod, replace with DefineEngineStringlyVariadic 7 ani în urmă
aiConnection.h 7dbfe6994d Engine directory for ticket #1 13 ani în urmă
aiPlayer.cpp f5a34308f9 add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2 ani în urmă
aiPlayer.h fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: 2 ani în urmă
camera.cpp f5a34308f9 add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2 ani în urmă
camera.h fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: 2 ani în urmă
cameraSpline.cpp f4e6060b52 pathshape cleanups and callbacks 3 ani în urmă
cameraSpline.h f4e6060b52 pathshape cleanups and callbacks 3 ani în urmă
containerQuery.cpp a7c7b67c85 enhanced-physical-zone -- PhysicalZone object enhanced to allow orientation add radial forces. 8 ani în urmă
containerQuery.h fbfd3ed8ed clang: constructor initialization order 9 ani în urmă
convexShape.cpp 0d4221fa59 uninitialized and unused value cleanups 2 ani în urmă
convexShape.h fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: 2 ani în urmă
debris.cpp 25c1ebcf13 Properly call endGroup instead of addGroup 2 ani în urmă
debris.h fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: 2 ani în urmă
gameFunctions.cpp 75625dc679 Reverse depth & 32F buffer format 2 ani în urmă
gameFunctions.h 212fc80dfc 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. 8 ani în urmă
gameTSCtrl.cpp 0d6768d57b Removing stuff pertaining to demo modes and trials, as they're redundant now. 10 ani în urmă
gameTSCtrl.h 0d6768d57b Removing stuff pertaining to demo modes and trials, as they're redundant now. 10 ani în urmă
groundPlane.cpp b710a309bd asset load flow work 2 ani în urmă
groundPlane.h fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: 2 ani în urmă
guiMaterialPreview.cpp fabd5864fa uninitialized variables-t3d 5 ani în urmă
guiMaterialPreview.h 7dbfe6994d Engine directory for ticket #1 13 ani în urmă
guiNoMouseCtrl.cpp 7dbfe6994d Engine directory for ticket #1 13 ani în urmă
guiObjectView.cpp dc81e4e267 guiobjectview crash and compatibility fixes 2 ani în urmă
guiObjectView.h dc81e4e267 guiobjectview crash and compatibility fixes 2 ani în urmă
item.cpp aa02e48c8d add safeties for enum math across define boundaries 2 ani în urmă
item.h fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: 2 ani în urmă
levelInfo.cpp f5a34308f9 add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2 ani în urmă
levelInfo.h d23ee397e6 adds wetness 3 ani în urmă
lightAnimData.cpp f5a34308f9 add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2 ani în urmă
lightAnimData.h 695ad6357f Hides some light fields for local lights that are intended for PSSM's, thus useless. 5 ani în urmă
lightBase.cpp f5a34308f9 add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2 ani în urmă
lightBase.h fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: 2 ani în urmă
lightDescription.cpp f5a34308f9 add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2 ani în urmă
lightDescription.h 25686ed4be 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 8 ani în urmă
lightFlareData.cpp aa02e48c8d add safeties for enum math across define boundaries 2 ani în urmă
lightFlareData.h 98a079a797 code duplication prune. should aid in stability 4 ani în urmă
missionArea.cpp f5a34308f9 add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2 ani în urmă
missionArea.h 093252ada3 Updated logic in MissionArea::getServerObject. 13 ani în urmă
missionMarker.cpp e944d117e1 spawnsphere %this tracking 2 ani în urmă
missionMarker.h fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: 2 ani în urmă
notesObject.cpp f5a34308f9 add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2 ani în urmă
notesObject.h fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: 2 ani în urmă
objectTypes.h 5f319e50ed ammend caputre mask so that skylight et al gets terrain, but skips editor-only renders 3 ani în urmă
occlusionVolume.cpp d979cf9d2d PolyhedronVectorData core membervar cleanups 7 ani în urmă
occlusionVolume.h 4e93c0543e hide scopealwaysshape from the "add" list, by consensus shive portals et al back to being tagged as volumes 2 ani în urmă
pathCamera.cpp f5a34308f9 add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2 ani în urmă
pathCamera.h fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: 2 ani în urmă
pathShape.cpp f5a34308f9 add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2 ani în urmă
pathShape.h fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: 2 ani în urmă
physicalZone.cpp f5a34308f9 add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2 ani în urmă
physicalZone.h 4e93c0543e hide scopealwaysshape from the "add" list, by consensus shive portals et al back to being tagged as volumes 2 ani în urmă
player.cpp aa02e48c8d add safeties for enum math across define boundaries 2 ani în urmă
player.h fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: 2 ani în urmă
pointLight.cpp f5a34308f9 add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2 ani în urmă
pointLight.h fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: 2 ani în urmă
portal.cpp f5a34308f9 add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2 ani în urmă
portal.h 4e93c0543e hide scopealwaysshape from the "add" list, by consensus shive portals et al back to being tagged as volumes 2 ani în urmă
prefab.cpp 89b0c7f73b Console Refactor 2 ani în urmă
prefab.h fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: 2 ani în urmă
projectile.cpp c4ae6258cc sound safeties and future notes 2 ani în urmă
projectile.h fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: 2 ani în urmă
proximityMine.cpp c4ae6258cc sound safeties and future notes 2 ani în urmă
proximityMine.h 98a079a797 code duplication prune. should aid in stability 4 ani în urmă
resource.h 7dbfe6994d Engine directory for ticket #1 13 ani în urmă
rigid.cpp 691a08bb33 Backend correction for the rigid vs rigid collision resolver: 10 ani în urmă
rigid.h 7dbfe6994d Engine directory for ticket #1 13 ani în urmă
rigidShape.cpp 0f55389712 rigidshape and derivatives cleanups 2 ani în urmă
rigidShape.h fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: 2 ani în urmă
scopeAlwaysShape.cpp 4e93c0543e hide scopealwaysshape from the "add" list, by consensus shive portals et al back to being tagged as volumes 2 ani în urmă
shapeBase.cpp 155477492d fix updateAudioState null crash 2 ani în urmă
shapeBase.h 4a9f8e0709 get node utility methods by request 2 ani în urmă
shapeCollision.cpp 7dbfe6994d Engine directory for ticket #1 13 ani în urmă
shapeImage.cpp 852ed8f225 Sfx playlist asset working (#1109) 2 ani în urmă
spotLight.cpp f5a34308f9 add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2 ani în urmă
spotLight.h fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: 2 ani în urmă
staticShape.cpp aa02e48c8d add safeties for enum math across define boundaries 2 ani în urmă
staticShape.h fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: 2 ani în urmă
trigger.cpp 89b0c7f73b Console Refactor 2 ani în urmă
trigger.h 4e93c0543e hide scopealwaysshape from the "add" list, by consensus shive portals et al back to being tagged as volumes 2 ani în urmă
tsStatic.cpp b710a309bd asset load flow work 2 ani în urmă
tsStatic.h fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: 2 ani în urmă
zone.cpp d9ff5d3f0e Basic zone code refactor using lists instead of linked lists 2 ani în urmă
zone.h 4e93c0543e hide scopealwaysshape from the "add" list, by consensus shive portals et al back to being tagged as volumes 2 ani în urmă