Lasse Öörni
|
ad7b7451b4
As latest SDL was found to be non-threadsafe in practice, removed the StaticMutex and the OBJECTTYPESTATIC constructs which were added to support multi-context use within a single process.
|
před 12 roky |
Lasse Öörni
|
1fdf228359
Move the AngelScript API registration to the Script library and inverted the Script <-> Engine library dependency.
|
před 12 roky |
Lasse Öörni
|
5e5d98581c
Concatenate world rotation separately to fix GetWorldRotation() returning erroneous values when parent node has nonuniform scale.
|
před 12 roky |
Wei Tjong Yao
|
8d1c28bc3e
Group components into categories. In the Editor app, dynamically create the menu structure based on the component categories. Added new GetCategory() method in Component class and exposed it to script. Reviewed and fixed as necessary the default attributes registration of Component's descendant classes. Removed 'Attenuation' and 'Panning' attributes from SoundSource3D as they are updated constantly in this class. Enhanced Context class to 'register' component category during the component factory registration.
|
před 12 roky |
Wei Tjong Yao
|
a76a3b1ab7
Reordered UIElement's attributes, common attributes got registered first. Enhanced Attribute Inspector to show UIElement's attributes for single selection case. Multiple selection is still WIP.
|
před 12 roky |
Wei Tjong Yao
|
de9b19d6d4
Script subsystem prints the stack strace automatically on exception.
|
před 12 roky |
Wei Tjong Yao
|
4d72b5a609
ScriptAPIDumper dumps to console when output file is not provided. Removed caveat from have to compile with ENABLE_LOGGING. Exposed variants to print to stderr to script. Added shell script for calling ConvertDocsToWiki executable. Fixed Editor application to handle exit on error gracefully. Updated documentation and wiki accordingly.
|
před 13 roky |
Lasse Öörni
|
da243eb31b
Applied UI & editor related patch from weitjong.
|
před 13 roky |
Lasse Öörni
|
a40fead7dc
Updated license for the new year.
|
před 13 roky |
Lasse Öörni
|
7d8558a51f
Applied massive patch from weitjong.
|
před 13 roky |
Lasse Öörni
|
88aaa46465
Corrected formatting issues. License.txt & Readme.txt encoded as UTF-8, source code uses ASCII encoding.
|
před 13 roky |
Lasse Öörni
|
f0b6d55b28
Enclosed Urho3D classes inside Urho3D namespace to avoid clashes with external libraries.
|
před 13 roky |
Lasse Öörni
|
170ee77019
To avoid confusion when to use what, and as the performance is usually better, use only HashMap & HashSet instead of Map & Set.
|
před 13 roky |
Lasse Öörni
|
613e3e94f9
Allocate nested script execution contexts on demand.
|
před 13 roky |
Lasse Öörni
|
f5bfe558cb
Slight AngelScript use cleanup.
|
před 13 roky |
Lasse Öörni
|
4666520d0b
Improved ragdoll stability in TestScene.
|
před 13 roky |
Lasse Öörni
|
7524eb27a9
Clear inbuilt script object type search cache when compiling script code to prevent crash if a failed script module compile is attempted several times.
|
před 13 roky |
Lasse Öörni
|
a1049eab4e
Updated to AngelScript 2.23.0 WIP.
|
před 14 roky |
Lasse Öörni
|
cc3ee34f58
Increased occlusion buffer depth bias.
|
před 14 roky |
Lasse Öörni
|
b068022660
Use function pointers directly for preparing AngelScript context.
|
před 14 roky |
Lasse Öörni
|
2f0d3caecd
Migrated to AngelScript 2.22.0.
|
před 14 roky |
Lasse Öörni
|
bdc29caebd
Reverted to AngelScript 2.21.1 because of crash with VariantMap.
|
před 14 roky |
Lasse Öörni
|
1c47bc6f20
Migrated to AngelScript 2.22.0 WIP.
|
před 14 roky |
Lasse Öörni
|
37621a0c4b
Removed View friend class from Renderer. Made more Renderer functions public, as they can be usable also outside of View.
|
před 14 roky |
Lasse Öörni
|
700520f320
Further comments and code cleanup.
|
před 14 roky |
Lasse Öörni
|
180da947fa
Added generated scripting API reference.
|
před 14 roky |
Lasse Öörni
|
40caea422e
Migrated to AngelScript 2.21.0.
|
před 14 roky |
Lasse Öörni
|
b90c1386be
Removed unnecessary parentheses.
|
před 14 roky |
Lasse Öörni
|
118ed95315
Multithreaded the shader compilation using all available CPU cores.
|
před 14 roky |
Lasse Öörni
|
f1010c683e
Removed errorprone string addition operations.
|
před 14 roky |