Lasse Öörni
|
aa0f72cf65
Added world position & normal to RayQueryResult.
|
12 lat temu |
Lasse Öörni
|
a022430876
Added Random() & RandomInt() script functions with min & max range parameters. Similar to the RandomInt(range) overload, in RandomInt(min, max) the max value is exclusive. Note that the corresponding C++ functions are simply called Random for both int and float versions. Closes #48.
|
12 lat temu |
Lasse Öörni
|
f02650d10e
Add int versions of Max, Min & Clamp to the AngelScript API.
|
12 lat temu |
Lasse Öörni
|
0fe2469957
Improved resource unloading. Make it possible to unload all resource types by partial name at once. Editor unloads unnecessary resources after scene load or clear. Add weak ref check to all resource unloading to avoid shader programs being left without their parent shader.
|
12 lat temu |
Lasse Öörni
|
35b59e897f
Allow setting AnimationState bone weights recursively. Added GetAnimationState() to public API of AnimationController.
|
12 lat temu |
Lasse Öörni
|
ee0e3aa663
Removed the mechanism of binary-serializing resource name hashes instead of resource names. This is to allow correct resource loading from binary scene files on platforms that cannot iterate the resources in the application installation (eg. Android). This also affects networking, downside is increased network payload size when resource attributes are transferred. All binary scenes saved with old Urho versions are also invalidated.
|
12 lat temu |
Yao Wei Tjong 姚伟忠
|
596aa3eac6
Fix AngelScriptAPI.h header generation.
|
12 lat temu |
Lasse Öörni
|
3168019a5f
Updated to AngelScript 2.28.0. Added dictionary addon from AngelScript SDK. Closes #46.
|
12 lat temu |
Lasse Öörni
|
bb56ee95d2
Added support for DelayedExecute() from free script functions. This allows calling free functions in the same script module as delayed.
|
12 lat temu |
Lasse Öörni
|
82007cc4f4
Removed the nonintuitive "invisible LOD factor" attribute from AnimatedModel and replaced it with updateInvisible flag similar to ParticleEmitter. This flag must be used for ragdolls or other physically animated objects to ensure that they come into view properly during animation if they previously were outside view. Fixes #40.
|
12 lat temu |
Yao Wei Tjong 姚伟忠
|
a27560c719
Enhance ScriptCompiler to also dump API as C Header file.
|
12 lat temu |