overte-thingvellir/libraries/entities/src
2023-06-03 12:27:24 +02:00
..
AddEntityOperator.cpp
AddEntityOperator.h
AmbientLightPropertyGroup.cpp Optimized EntityItemProperties::copyFromScriptValue 2023-05-19 00:17:40 +02:00
AmbientLightPropertyGroup.h Optimized EntityItemProperties::copyFromScriptValue 2023-05-19 00:17:40 +02:00
AnimationPropertyGroup.cpp Optimized EntityItemProperties::copyFromScriptValue 2023-05-19 00:17:40 +02:00
AnimationPropertyGroup.h Optimized EntityItemProperties::copyFromScriptValue 2023-05-19 00:17:40 +02:00
BloomPropertyGroup.cpp Optimized EntityItemProperties::copyFromScriptValue 2023-05-19 00:17:40 +02:00
BloomPropertyGroup.h Optimized EntityItemProperties::copyFromScriptValue 2023-05-19 00:17:40 +02:00
DeleteEntityOperator.cpp
DeleteEntityOperator.h
DiffTraversal.cpp
DiffTraversal.h
EntitiesLogging.cpp
EntitiesLogging.h
EntityDynamicFactoryInterface.h
EntityDynamicInterface.cpp Convert all "/**jsdoc" occurrences to "/*@jsdoc" 2021-05-12 10:54:45 +12:00
EntityDynamicInterface.h
EntityEditFilters.cpp Scripting-related cleanup 2023-05-19 00:17:41 +02:00
EntityEditFilters.h Fix copyright headers 2023-05-19 00:17:38 +02:00
EntityEditPacketSender.cpp stripping wallet/marketplace out 2023-05-28 15:12:21 +02:00
EntityEditPacketSender.h stripping wallet/marketplace out 2023-05-28 15:12:21 +02:00
EntityItem.cpp stripping wallet/marketplace out 2023-05-28 15:12:21 +02:00
EntityItem.h stripping wallet/marketplace out 2023-05-28 15:12:21 +02:00
EntityItemProperties.cpp stripping wallet/marketplace out 2023-05-28 15:12:21 +02:00
EntityItemProperties.h stripping wallet/marketplace out 2023-05-28 15:12:21 +02:00
EntityItemPropertiesDefaults.h stripping wallet/marketplace out 2023-05-28 15:12:21 +02:00
EntityItemPropertiesMacros.h Optimized getEntityProperties 2023-05-19 00:17:40 +02:00
EntityNodeData.cpp
EntityNodeData.h
EntityPriorityQueue.h
EntityPropertyFlags.h Merge branch 'master' into alignment 2021-02-11 18:07:23 -08:00
EntityPseudoPropertyFlags.h Optimized getEntityProperties 2023-05-19 00:17:40 +02:00
EntityScriptingInterface.cpp stripping wallet/marketplace out 2023-05-28 15:12:21 +02:00
EntityScriptingInterface.h stripping wallet/marketplace out 2023-05-28 15:12:21 +02:00
EntityScriptServerLogClient.cpp
EntityScriptServerLogClient.h review and cleanup of "#include <QtCore/QSharedPointer>" 2021-09-10 21:40:54 -07:00
EntitySimulation.cpp
EntitySimulation.h Replace the deprecated QMutex{ QMutex::Recursive} with QRecursiveMutex 2021-09-26 01:27:19 +02:00
EntityTransformNode.cpp
EntityTransformNode.h
EntityTree.cpp Fix prtotocol incompatilibility after removing wallet 2023-06-03 12:27:24 +02:00
EntityTree.h stripping wallet/marketplace out 2023-05-28 15:12:21 +02:00
EntityTreeElement.cpp entities with billboardMode != none use local rotation so parent rotation doesn't affect them 2021-02-18 22:15:12 -08:00
EntityTreeElement.h optimize picking 2021-01-17 13:09:09 -08:00
EntityTypes.cpp
EntityTypes.h Convert all "/**jsdoc" occurrences to "/*@jsdoc" 2021-05-12 10:54:45 +12:00
GizmoEntityItem.cpp Fix copyright headers 2023-05-19 00:17:38 +02:00
GizmoEntityItem.h optimize picking 2021-01-17 13:09:09 -08:00
GrabPropertyGroup.cpp Optimized EntityItemProperties::copyFromScriptValue 2023-05-19 00:17:40 +02:00
GrabPropertyGroup.h Optimized EntityItemProperties::copyFromScriptValue 2023-05-19 00:17:40 +02:00
GridEntityItem.cpp more (relatively useless) code review 2021-09-11 20:16:51 -07:00
GridEntityItem.h optimize picking 2021-01-17 13:09:09 -08:00
HazePropertyGroup.cpp Optimized EntityItemProperties::copyFromScriptValue 2023-05-19 00:17:40 +02:00
HazePropertyGroup.h Optimized EntityItemProperties::copyFromScriptValue 2023-05-19 00:17:40 +02:00
ImageEntityItem.cpp more (relatively useless) code review 2021-09-11 20:16:51 -07:00
ImageEntityItem.h fix keepAspectRatio, give text entities naturalDimensions 2021-02-20 22:47:33 -08:00
KeyLightPropertyGroup.cpp Optimized EntityItemProperties::copyFromScriptValue 2023-05-19 00:17:40 +02:00
KeyLightPropertyGroup.h Optimized EntityItemProperties::copyFromScriptValue 2023-05-19 00:17:40 +02:00
LightEntityItem.cpp convert explicit shared pointer creation (using "new") to make_shared where possible/appropriate 2021-09-11 15:15:04 -07:00
LightEntityItem.h optimize picking 2021-01-17 13:09:09 -08:00
LineEntityItem.cpp convert explicit shared pointer creation (using "new") to make_shared where possible/appropriate 2021-09-11 15:15:04 -07:00
LineEntityItem.h optimize picking 2021-01-17 13:09:09 -08:00
MaterialEntityItem.cpp more (relatively useless) code review 2021-09-11 20:16:51 -07:00
MaterialEntityItem.h
ModelEntityItem.cpp convert explicit shared pointer creation (using "new") to make_shared where possible/appropriate 2021-09-11 15:15:04 -07:00
ModelEntityItem.h entities with billboardMode != none use local rotation so parent rotation doesn't affect them 2021-02-18 22:15:12 -08:00
MovingEntitiesOperator.cpp
MovingEntitiesOperator.h
ParticleEffectEntityItem.cpp convert explicit shared pointer creation (using "new") to make_shared where possible/appropriate 2021-09-11 15:15:04 -07:00
ParticleEffectEntityItem.h
PolyLineEntityItem.cpp convert explicit shared pointer creation (using "new") to make_shared where possible/appropriate 2021-09-11 15:15:04 -07:00
PolyLineEntityItem.h Fix copyright headers 2023-05-19 00:17:38 +02:00
PolyVoxEntityItem.cpp convert explicit shared pointer creation (using "new") to make_shared where possible/appropriate 2021-09-11 15:15:04 -07:00
PolyVoxEntityItem.h Convert all "/**jsdoc" occurrences to "/*@jsdoc" 2021-05-12 10:54:45 +12:00
PropertyGroup.h Optimized EntityItemProperties::copyFromScriptValue 2023-05-19 00:17:40 +02:00
PulsePropertyGroup.cpp Optimized EntityItemProperties::copyFromScriptValue 2023-05-19 00:17:40 +02:00
PulsePropertyGroup.h Optimized EntityItemProperties::copyFromScriptValue 2023-05-19 00:17:40 +02:00
RecurseOctreeToJSONOperator.cpp Fix copyright headers 2023-05-19 00:17:38 +02:00
RecurseOctreeToJSONOperator.h Fix copyright headers 2023-05-19 00:17:38 +02:00
RecurseOctreeToMapOperator.cpp Fix copyright headers 2023-05-19 00:17:38 +02:00
RecurseOctreeToMapOperator.h Fix copyright headers 2023-05-19 00:17:38 +02:00
RingGizmoPropertyGroup.cpp Optimized EntityItemProperties::copyFromScriptValue 2023-05-19 00:17:40 +02:00
RingGizmoPropertyGroup.h Optimized EntityItemProperties::copyFromScriptValue 2023-05-19 00:17:40 +02:00
ShapeEntityItem.cpp more (relatively useless) code review 2021-09-11 20:16:51 -07:00
ShapeEntityItem.h optimize picking 2021-01-17 13:09:09 -08:00
SimpleEntitySimulation.cpp
SimpleEntitySimulation.h
SimulationOwner.cpp
SimulationOwner.h
SkyboxPropertyGroup.cpp Optimized EntityItemProperties::copyFromScriptValue 2023-05-19 00:17:40 +02:00
SkyboxPropertyGroup.h Optimized EntityItemProperties::copyFromScriptValue 2023-05-19 00:17:40 +02:00
TextEntityItem.cpp convert explicit shared pointer creation (using "new") to make_shared where possible/appropriate 2021-09-11 15:15:04 -07:00
TextEntityItem.h V8 fixes 2023-05-19 00:17:37 +02:00
UpdateEntityOperator.cpp
UpdateEntityOperator.h
WebEntityItem.cpp convert explicit shared pointer creation (using "new") to make_shared where possible/appropriate 2021-09-11 15:15:04 -07:00
WebEntityItem.h Fix copyright headers 2023-05-19 00:17:38 +02:00
ZoneEntityItem.cpp convert explicit shared pointer creation (using "new") to make_shared where possible/appropriate 2021-09-11 15:15:04 -07:00
ZoneEntityItem.h optimize picking 2021-01-17 13:09:09 -08:00