AzaezelX c7cc86b357 clamp spot angle to 179, há 1 ano atrás
..
assets c9ac4ffbfe correct grouping há 1 ano atrás
decal 3781c7fae5 Add an alternate allocator for DecalManager; Also fix SFX weirdness. há 1 ano atrás
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 há 3 anos atrás
fps 22df872f2d allow misc health readouts to detect vehicles há 2 anos atrás
fx b161e72e7f Updates the initPersistFields for ParticleData and Material to be properly organized with order and group to reflect how they're expected in the editors há 1 ano atrás
gameBase 846cec8dff hybridize suggested approaches with older code style, passing along either a matrix or a null. há 1 ano atrás
lighting de87d2f6ad fix guishapeedpreview not displaying IBL há 1 ano atrás
physics fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: há 2 anos atrás
sceneComponent 7dbfe6994d Engine directory for ticket #1 há 13 anos atrás
sfx 3781c7fae5 Add an alternate allocator for DecalManager; Also fix SFX weirdness. há 1 ano atrás
turret aa02e48c8d add safeties for enum math across define boundaries há 2 anos atrás
vehicles 7552554ded dial back overly agressive setRest há 1 ano atrás
Scene.cpp da06fc1d96 * Fixes description for a few Scene methods há 1 ano atrás
Scene.h da06fc1d96 * Fixes description for a few Scene methods há 1 ano atrás
accumulationVolume.cpp 596d13f9a4 Optimize container bin lookups há 2 anos atrás
accumulationVolume.h 4e93c0543e hide scopealwaysshape from the "add" list, by consensus shive portals et al back to being tagged as volumes há 2 anos atrás
aiClient.cpp c999baf7ed Moves from using dStrCmp to the new String::compare static functions. Keeps things cleaner, consistent, and works with intellisense. há 5 anos atrás
aiClient.h acb192e2a5 Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro. há 11 anos atrás
aiConnection.cpp 7d91d0a577 Eliminate ConsoleFunction and ConsoleMethod, replace with DefineEngineStringlyVariadic há 7 anos atrás
aiConnection.h 7dbfe6994d Engine directory for ticket #1 há 13 anos atrás
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 há 3 anos atrás
aiPlayer.h fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: há 2 anos atrás
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 há 3 anos atrás
camera.h fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: há 2 anos atrás
cameraSpline.cpp f4e6060b52 pathshape cleanups and callbacks há 3 anos atrás
cameraSpline.h f4e6060b52 pathshape cleanups and callbacks há 3 anos atrás
containerQuery.cpp a7c7b67c85 enhanced-physical-zone -- PhysicalZone object enhanced to allow orientation add radial forces. há 8 anos atrás
containerQuery.h fbfd3ed8ed clang: constructor initialization order há 9 anos atrás
convexShape.cpp 1f99d8f14d Update convexShape.cpp há 2 anos atrás
convexShape.h fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: há 2 anos atrás
debris.cpp 25c1ebcf13 Properly call endGroup instead of addGroup há 2 anos atrás
debris.h fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: há 2 anos atrás
gameFunctions.cpp 75625dc679 Reverse depth & 32F buffer format há 2 anos atrás
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. há 8 anos atrás
gameTSCtrl.cpp 0d6768d57b Removing stuff pertaining to demo modes and trials, as they're redundant now. há 10 anos atrás
gameTSCtrl.h 0d6768d57b Removing stuff pertaining to demo modes and trials, as they're redundant now. há 10 anos atrás
groundPlane.cpp b710a309bd asset load flow work há 2 anos atrás
groundPlane.h fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: há 2 anos atrás
guiMaterialPreview.cpp de87d2f6ad fix guishapeedpreview not displaying IBL há 1 ano atrás
guiMaterialPreview.h 7dbfe6994d Engine directory for ticket #1 há 13 anos atrás
guiNoMouseCtrl.cpp 7dbfe6994d Engine directory for ticket #1 há 13 anos atrás
guiObjectView.cpp de87d2f6ad fix guishapeedpreview not displaying IBL há 1 ano atrás
guiObjectView.h dc81e4e267 guiobjectview crash and compatibility fixes há 2 anos atrás
item.cpp aa02e48c8d add safeties for enum math across define boundaries há 2 anos atrás
item.h fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: há 2 anos atrás
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 há 3 anos atrás
levelInfo.h d23ee397e6 adds wetness há 3 anos atrás
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 há 3 anos atrás
lightAnimData.h 695ad6357f Hides some light fields for local lights that are intended for PSSM's, thus useless. há 5 anos atrás
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 há 3 anos atrás
lightBase.h fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: há 2 anos atrás
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 há 3 anos atrás
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 há 8 anos atrás
lightFlareData.cpp aa02e48c8d add safeties for enum math across define boundaries há 2 anos atrás
lightFlareData.h 98a079a797 code duplication prune. should aid in stability há 4 anos atrás
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 há 3 anos atrás
missionArea.h 093252ada3 Updated logic in MissionArea::getServerObject. há 13 anos atrás
missionMarker.cpp e944d117e1 spawnsphere %this tracking há 2 anos atrás
missionMarker.h fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: há 2 anos atrás
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 há 3 anos atrás
notesObject.h fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: há 2 anos atrás
objectTypes.h 5f319e50ed ammend caputre mask so that skylight et al gets terrain, but skips editor-only renders há 3 anos atrás
occlusionVolume.cpp d979cf9d2d PolyhedronVectorData core membervar cleanups há 7 anos atrás
occlusionVolume.h 4e93c0543e hide scopealwaysshape from the "add" list, by consensus shive portals et al back to being tagged as volumes há 2 anos atrás
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 há 3 anos atrás
pathCamera.h fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: há 2 anos atrás
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 há 3 anos atrás
pathShape.h fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: há 2 anos atrás
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 há 3 anos atrás
physicalZone.h 4e93c0543e hide scopealwaysshape from the "add" list, by consensus shive portals et al back to being tagged as volumes há 2 anos atrás
player.cpp af7b5cdb34 * Improved logic to better handle the callback kickoff for actionAnimations happening há 1 ano atrás
player.h af7b5cdb34 * Improved logic to better handle the callback kickoff for actionAnimations happening há 1 ano atrás
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 há 3 anos atrás
pointLight.h fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: há 2 anos atrás
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 há 3 anos atrás
portal.h 4e93c0543e hide scopealwaysshape from the "add" list, by consensus shive portals et al back to being tagged as volumes há 2 anos atrás
prefab.cpp 89b0c7f73b Console Refactor há 2 anos atrás
prefab.h fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: há 2 anos atrás
projectile.cpp c4ae6258cc sound safeties and future notes há 2 anos atrás
projectile.h fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: há 2 anos atrás
proximityMine.cpp c4ae6258cc sound safeties and future notes há 2 anos atrás
proximityMine.h 98a079a797 code duplication prune. should aid in stability há 4 anos atrás
resource.h 7dbfe6994d Engine directory for ticket #1 há 13 anos atrás
rigid.cpp e7b3a95f89 restitution sumation review: average, don't multiply há 2 anos atrás
rigid.h 7dbfe6994d Engine directory for ticket #1 há 13 anos atrás
rigidShape.cpp 7552554ded dial back overly agressive setRest há 1 ano atrás
rigidShape.h f3af564dee clean out resolvecontacts entirely há 2 anos atrás
scopeAlwaysShape.cpp 4e93c0543e hide scopealwaysshape from the "add" list, by consensus shive portals et al back to being tagged as volumes há 2 anos atrás
shapeBase.cpp da06fc1d96 * Fixes description for a few Scene methods há 1 ano atrás
shapeBase.h da06fc1d96 * Fixes description for a few Scene methods há 1 ano atrás
shapeCollision.cpp 7dbfe6994d Engine directory for ticket #1 há 13 anos atrás
shapeImage.cpp 852ed8f225 Sfx playlist asset working (#1109) há 2 anos atrás
spotLight.cpp c7cc86b357 clamp spot angle to 179, há 1 ano atrás
spotLight.h fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: há 2 anos atrás
staticShape.cpp aa02e48c8d add safeties for enum math across define boundaries há 2 anos atrás
staticShape.h fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: há 2 anos atrás
trigger.cpp 89b0c7f73b Console Refactor há 2 anos atrás
trigger.h 4e93c0543e hide scopealwaysshape from the "add" list, by consensus shive portals et al back to being tagged as volumes há 2 anos atrás
tsStatic.cpp b710a309bd asset load flow work há 2 anos atrás
tsStatic.h fbcfe02098 clean up "Add" menubar categoes on the 3d object side via the following: há 2 anos atrás
zone.cpp d9ff5d3f0e Basic zone code refactor using lists instead of linked lists há 2 anos atrás
zone.h 4e93c0543e hide scopealwaysshape from the "add" list, by consensus shive portals et al back to being tagged as volumes há 2 anos atrás