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. |
|
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. |
|
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. |
|
More...
|
almost 11 years ago
|
Allow updating a placeholder component description. |
|
More...
|
almost 11 years ago
|
Allow updating a placeholder component description. |
|
More...
|
almost 11 years ago
|
Read protocol version from webclient login. |
|
More...
|
almost 11 years ago
|
Read protocol version from webclient login. |
|
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. |
|
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. |
|
More...
|
almost 11 years ago
|
Added example scene for creating a custom static-structured component from script. |
|
More...
|
almost 11 years ago
|
Added example scene for creating a custom static-structured component from script. |
|
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. |
|
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. |
|
More...
|
almost 11 years ago
|
Renamed SceneAPI's RegisterCustomComponentType() to RegisterComponentType(). Added function IsComponentTypeRegistered() which checks both factories and registered placeholder types. |
|
More...
|
almost 11 years ago
|
Renamed SceneAPI's RegisterCustomComponentType() to RegisterComponentType(). Added function IsComponentTypeRegistered() which checks both factories and registered placeholder types. |
|
More...
|
almost 11 years ago
|
Created a new protocol version for sending the static-structure component descriptions. Not sent to protocol v1 (original). |
|
More...
|
almost 11 years ago
|
Created a new protocol version for sending the static-structure component descriptions. Not sent to protocol v1 (original). |
|
More...
|
almost 11 years ago
|
New network message for transmitting structure of PlaceholderComponents across the wire. |
|
More...
|
almost 11 years ago
|
New network message for transmitting structure of PlaceholderComponents across the wire. |
|
More...
|
almost 11 years ago
|
Create placeholder component typeId by hashing the typeName if not explicitly specified. |
|
More...
|
almost 11 years ago
|
Create placeholder component typeId by hashing the typeName if not explicitly specified. |
|
More...
|
almost 11 years ago
|
Fix Entity::SerializeToXMLString to actually produce output. |
|
More...
|
almost 11 years ago
|
Fix Entity::SerializeToXMLString to actually produce output. |
|
More...
|
almost 11 years ago
|
Initial support for registering unknown components as EC_PlaceholderComponent, when sufficient data is available. |
|
More...
|
almost 11 years ago
|
Initial support for registering unknown components as EC_PlaceholderComponent, when sufficient data is available. |
|
More...
|
almost 11 years ago
|
Delete headers from frameworks of the app bundle. Closes #702. |
|
More...
|
almost 11 years ago
|
Delete headers from frameworks of the app bundle. Closes #702. |
|
More...
|
almost 11 years ago
|
On OSX, always build kNet without Boost to avoid possible crash issues. |
|
More...
|
almost 11 years ago
|
On OSX, always build kNet without Boost to avoid possible crash issues. |
|
More...
|
almost 11 years ago
|
Spelling in WhatsNew.txt. |
|
More...
|
almost 11 years ago
|