Commit History

Author SHA1 Message Date
  Eugene Kozlov 104efa8581 Restore legacy accessor attributes. 8 years ago
  Eugene Kozlov 6961d6f358 Use "post-set callback" instead of "epilogue". Update docs. 8 years ago
  Eugene Kozlov 22ed4a63e9 Remove non-obvious macro accessors generators. Fix out-of-Urho3D serializables compilation. 8 years ago
  Eugene Kozlov 1b0fec98de Add attributes with custom set and get functions. 8 years ago
  Eugene Kozlov 7a3ec74ea4 Refactor attributes. Minor changes. 8 years ago
  Eugene Kozlov 5a2bec95f1 Automatic upgrade: override, typedef to using, 0 to nullptr. 8 years ago
  Eugene Kozlov b617a576c4 Added attribute metadata. Removed attribute variant structure element names. Resolves #1766. 8 years ago
  Konstant 2e38a651c7 Fix another typo in Serializable macro docs. 9 years ago
  Konstant ff12f61382 Fix small error in Serializable.h in URHO3D_ACCESSOR_VARIANT_VECTOR_STRUCTURE_ATTRIBUTE docs. 9 years ago
  Lasse Öörni f5b68769d0 ElementsNames -> ElementNames. 9 years ago
  Konstant 8bde966269 Add macro. 9 years ago
  Konstant f0a872ad2b Add variantStructureElementsNames_ list to attribute. 9 years ago
  urho3d-travis-ci ee054a1507 Travis CI: bump copyright to 2017. 9 years ago
  Konstant 435fb3687d Add missing namespace prefix in URHO3D_ACESSOR_ATTRIBUTE 9 years ago
  Matan Shukry 22b16e2aa3 Added namespace prefix for various calls to GetVariantType 9 years ago
  Eugene Kozlov a69df6344a Replace new/delete with UniquePtr in simplest cases. 9 years ago
  Eugene Kozlov 14e057a70d Make EnumAttributeAccessorImpl compatible with enum classes. 9 years ago
  Lasse Öörni fcb7808aff Minor edit to reduce unnecessary whitespace. 9 years ago
  Eugene Kozlov 6a72b70b41 Fix copypaste error in attribute accessor. 9 years ago
  Eugene Kozlov 273a3ac881 Add support of free functions as attribute accessors. 9 years ago
  urho3d-travis-ci c4f6f315ff Travis CI: bump copyright to 2016. 10 years ago
  Nick Royer 379860e543 Added functions for scenes, nodes, etc. to be saved/loaded to JSON data 10 years ago
  Ivan K fe05d4b16c UPDATE_ATTRIBUTE_DEFAULT_VALUE -> URHO3D_UPDATE_ATTRIBUTE_DEFAULT_VALUE 10 years ago
  Ivan K 3959d569fa MIXED_ACCESSOR_ATTRIBUTE -> URHO3D_MIXED_ACCESSOR_ATTRIBUTE 10 years ago
  Ivan K 83b811b7e8 ENUM_ACCESSOR_ATTRIBUTE -> URHO3D_ENUM_ACCESSOR_ATTRIBUTE 10 years ago
  Ivan K 212f419026 ACCESSOR_ATTRIBUTE -> URHO3D_ACCESSOR_ATTRIBUTE 10 years ago
  Ivan K 14b1669735 ENUM_ATTRIBUTE -> URHO3D_ENUM_ATTRIBUTE 10 years ago
  Ivan K 431e29d2cd ATTRIBUTE -> URHO3D_ATTRIBUTE 10 years ago
  Ivan K 8b351bcf01 REMOVE_ATTRIBUTE -> URHO3D_REMOVE_ATTRIBUTE 10 years ago
  Ivan K 82b9a034a2 COPY_BASE_ATTRIBUTES -> URHO3D_COPY_BASE_ATTRIBUTES 10 years ago