9
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a warning log print if a custom component type is re-registered, and an error print if component with same typeid but different name is registered. Keep track of custom component types received from the server so that we don't echo them back on the first call of ProcessSyncState() on the client.
cadaver
as Lasse Öörni
More... almost 11 years ago
If placeable is skeletally attached but the parent mesh is not playing any animations, must update transform manually when the parent's transform changes.
cadaver
as Lasse Öörni
More... almost 11 years ago
If placeable is skeletally attached but the parent mesh is not playing any animations, must update transform manually when the parent's transform changes.
cadaver
as Lasse Öörni
More... almost 11 years ago
Allow updating a placeholder component description.
cadaver
as Lasse Öörni
More... almost 11 years ago
Allow updating a placeholder component description.
cadaver
as Lasse Öörni
More... almost 11 years ago
Read protocol version from webclient login.
cadaver
as Lasse Öörni
More... almost 11 years ago
Read protocol version from webclient login.
cadaver
as Lasse Öörni
More... almost 11 years ago
Use our own ComputeHash() for making up component type ID's. When computing type ID from name, use the form of typename without EC_ prefix.
cadaver
as Lasse Öörni
More... almost 11 years ago
Use our own ComputeHash() for making up component type ID's. When computing type ID from name, use the form of typename without EC_ prefix.
cadaver
as Lasse Öörni
More... almost 11 years ago
Added example scene for creating a custom static-structured component from script.
cadaver
as Lasse Öörni
More... almost 11 years ago
Added example scene for creating a custom static-structured component from script.
cadaver
as Lasse Öörni
More... almost 11 years ago
Allow creation of attribute dynamic properties to EC_PlaceholderComponent, whose attributes are dynamically allocated, but is still supposed to mimic a static-structured component. Fixed moc creation for EC_PlaceholderComponent.
cadaver
as Lasse Öörni
More... almost 11 years ago
Allow creation of attribute dynamic properties to EC_PlaceholderComponent, whose attributes are dynamically allocated, but is still supposed to mimic a static-structured component. Fixed moc creation for EC_PlaceholderComponent.
cadaver
as Lasse Öörni
More... almost 11 years ago
Renamed SceneAPI's RegisterCustomComponentType() to RegisterComponentType(). Added function IsComponentTypeRegistered() which checks both factories and registered placeholder types.
cadaver
as Lasse Öörni
More... almost 11 years ago
Renamed SceneAPI's RegisterCustomComponentType() to RegisterComponentType(). Added function IsComponentTypeRegistered() which checks both factories and registered placeholder types.
cadaver
as Lasse Öörni
More... almost 11 years ago
Created a new protocol version for sending the static-structure component descriptions. Not sent to protocol v1 (original).
cadaver
as Lasse Öörni
More... almost 11 years ago
Created a new protocol version for sending the static-structure component descriptions. Not sent to protocol v1 (original).
cadaver
as Lasse Öörni
More... almost 11 years ago
New network message for transmitting structure of PlaceholderComponents across the wire.
cadaver
as Lasse Öörni
More... almost 11 years ago
New network message for transmitting structure of PlaceholderComponents across the wire.
cadaver
as Lasse Öörni
More... almost 11 years ago
Create placeholder component typeId by hashing the typeName if not explicitly specified.
cadaver
as Lasse Öörni
More... almost 11 years ago
Create placeholder component typeId by hashing the typeName if not explicitly specified.
cadaver
as Lasse Öörni
More... almost 11 years ago
Fix Entity::SerializeToXMLString to actually produce output.
Stinkfist
as Stinkfist0
More... almost 11 years ago
Fix Entity::SerializeToXMLString to actually produce output.
Stinkfist
as Stinkfist0
More... almost 11 years ago
Initial support for registering unknown components as EC_PlaceholderComponent, when sufficient data is available.
cadaver
as Lasse Öörni
More... almost 11 years ago
Initial support for registering unknown components as EC_PlaceholderComponent, when sufficient data is available.
cadaver
as Lasse Öörni
More... almost 11 years ago
Delete headers from frameworks of the app bundle. Closes #702.
cadaver
as Lasse Öörni
More... almost 11 years ago
Delete headers from frameworks of the app bundle. Closes #702.
cadaver
as Lasse Öörni
More... almost 11 years ago
On OSX, always build kNet without Boost to avoid possible crash issues.
cadaver
as Lasse Öörni
More... almost 11 years ago
On OSX, always build kNet without Boost to avoid possible crash issues.
cadaver
as Lasse Öörni
More... almost 11 years ago
Spelling in WhatsNew.txt.
cadaver
as Lasse Öörni
More... almost 11 years ago