Cronologia Commit

Autore SHA1 Messaggio Data
  Lasse Öörni f461c8234b Use a global hash-to-varname mapping table in the editor, which is saved along with the editor config. This allows intelligible var names in prefabs across scenes. Closes #540. 11 anni fa
  hdunderscore b999275b53 Updated to cover these cases: 11 anni fa
  hdunderscore e20bf79dcd Added persistence of attributes for ScriptInstances in the editor, so that when an error occurs, the values are not reset to default. 11 anni fa
  Lasse Öörni e6508e418b If reverse mapping of a node variable is not known, show the hexadecimal hash to allow editing the var in the editor. 11 anni fa
  Lasse Öörni 159bda2928 Update inspector window right after creation to fix bugged layout. 11 anni fa
  Aster@中国上海 84fe0946c8 Remove ShortStringHash, Now all of ShortStringHash are replaced by StringHash. 11 anni fa
  Lasse Öörni ff391f125e Show the true local ID's in the editor even though they are "ugly" (starting from 16777216), because these are the values that should be entered as a node ID attribute. 11 anni fa
  Lasse Öörni 47836474e2 Variant pointer refactoring. Variant can now hold a weak pointer to a RefCounted object, which is safer, and is returned using GetPtr(). Engine events have been converted to use that mechanism. GetPtr() is also directly available in AngelScript, as well as assigning a RefCounted or derived class handle to a Variant. 12 anni fa
  Yao Wei Tjong 姚伟忠 2e8744dc01 Minor cleanup - remove redundant null check for subsystems pointer. 12 anni fa
  primitivewaste 53f6483931 Added a toolbar to the editor. 12 anni fa
  Lasse Öörni b957f60143 Added ApplyMaterialList() function to StaticModel so that the feature can be used outside the editor as well. Refactored editor to use that function instead of its own implementation. 12 anni fa
  Wei Tjong Yao b20ff3475f Fixed editor's Attribute Inspector to reuse the existing component containers before creating a new one. Enhanced Attribute Inspector to change ui-element icon's color based on its 'visible' property. 12 anni fa
  Lasse Öörni 64e826c3e3 Update changelog. 12 anni fa
  Lasse Öörni 0b657a893d Continue work on material editor. 12 anni fa
  Wei Tjong Yao 2f88f7fc81 Fixed UI subsystem to dismiss the FileSelector correctly when its modal window is being closed via ESC key. 12 anni fa
  Lasse Öörni cb5961c04d Use a reference to UpdateAttributes() fullupdate flag, so that if a non-fullupdate turns into a fullupdate due to changed number of attribute editors, the iconpanel is resized properly. 12 anni fa
  Wei Tjong Yao 1f54977f7e Completed renaming of Scene and Node windows to Hierarchy and Attribute-inspector windows, respectively. 12 anni fa