1vanK
|
544ce6a558
GetUInt() etc -> GetU32() | Add color32 type alias
|
3 лет назад |
1vanK
|
b6058dc478
Rename ToUInt64(String) etc to ToU64(String) etc
|
3 лет назад |
1vanK
|
334574fe89
JSONValue.cpp: fix warnings
|
3 лет назад |
1vanK
|
b8437b12dd
Use [[fallthrough]]
|
3 лет назад |
1vanK
|
e9616faafd
Minimizing license text in src files (#2924)
|
3 лет назад |
urhobot
|
c65eaab8a3
GH Actions: Bump copyright year to 2022.
|
4 лет назад |
urhobot
|
f861a10a61
GH Actions: Bump copyright to 2021.
|
4 лет назад |
urho3d-travis-ci
|
1151b8a2d6
Travis CI: bump copyright to 2020.
|
6 лет назад |
urho3d-travis-ci
|
a476f0c401
Travis CI: bump copyright to 2019.
|
7 лет назад |
Yao Wei Tjong 姚伟忠
|
d43bf1b3d6
Clang-Tidy - hicpp-signed-bitwise.
|
8 лет назад |
urho3d-travis-ci
|
70049ba582
Travis CI: bump copyright to 2018.
|
8 лет назад |
Yao Wei Tjong 姚伟忠
|
dc384c1bec
Quick fix for Android-CI build.
|
8 лет назад |
Eugene Kozlov
|
5a2bec95f1
Automatic upgrade: override, typedef to using, 0 to nullptr.
|
8 лет назад |
Lasse Öörni
|
cc26cac198
Use base16 for VariantMap hash key conversion in both directions in JSONValue. Expose JSONValue Get/Set Variant & VariantMap to script.
|
8 лет назад |
Lasse Öörni
|
d57e7bc5c4
Fix JSONValue::End() and typo. Closes #1925.
|
8 лет назад |
urho3d-travis-ci
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 лет назад |
Lasse Öörni
|
48f779e234
Add possibility for materials to define vertex & pixel shader compilation defines, like techniques & passes. Related to #1566. As a consequence, removed the "alphamask" hint from techniques (render order can be used instead) and automatic determination if material should occlude. Fixed bugs in Material JSON save. Allow JSONValue::Size() to also work in object mode. Added porting notes as necessary.
|
9 лет назад |
Lasse Öörni
|
b7c7568c24
Add to/from string conversions for JSONValueType & JSONNumberType. Minor code cleanup and missing JSONValue script bindings. Closes #1546.
|
9 лет назад |
urho3d-travis-ci
|
c4f6f315ff
Travis CI: bump copyright to 2016.
|
10 лет назад |
Lasse Öörni
|
48ab1f3bda
Squashed commit of the following:
|
10 лет назад |
Lasse Öörni
|
5165aa91fb
Remove GetJsonType() function from editor resource browser code since JSON files don't have a similar root element name, and it was causing the editor not to compile. Fix save of ResourceRef / ResourceRefList in JSON. Fix missing child nodes in JSON scenes. Fix editor to use the correct function to save / load JSON nodes. Fix number of attempts in finding the attribute matching JSON data.
|
10 лет назад |
Lasse Öörni
|
8463b48e96
Remove SplitMode enum in favor of a bool to simplify script binding. Reverse the default behavior to not return empty strings to ensure correctness of existing code. Fix resource prefix path list to not require a space. Fix ResourceRefList deserialization. Closes #1014.
|
10 лет назад |
Ivan K
|
ad2eb74d83
LOGERROR -> URHO3D_LOGERROR
|
10 лет назад |
Ivan K
|
3a7e7f058e
LOGWARNING -> URHO3D_LOGWARNING
|
10 лет назад |
aster2013
|
92eefa7fc0
Refactor JSONValue SetVariantXXX functions.
|
10 лет назад |
aster2013
|
b27d32a134
JSONFile
|
10 лет назад |
aster2013
|
57551ca717
Remove At function in JSONValue, add SetXXX functions for LuaAPI.
|
10 лет назад |
aster2013
|
ddc19bf278
Fix name error, add iterator for JSON object type.
|
10 лет назад |
aster2013
|
d3247fccf5
Minor fixed.
|
10 лет назад |
aster2013
|
c0014f40bb
Accroding the discuss on forum by Lasse and other users and refer to the json code in Lasse's Turso3D engine, rewrite JSONFile and JSONValue class, make it looks like JSON.
|
10 лет назад |