index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass GDNativeLibrary pointer to library init
Ruslan Mustakov
2017-07-28
2
-0
/
+4
*
Merge pull request #9932 from djrm/vs_fixes
Rémi Verschelde
2017-07-28
1
-0
/
+10
|
\
|
*
Do not allow multiple data connections to the same data input slot, fixes #63...
Daniel J. Ramirez
2017-07-27
1
-0
/
+10
*
|
[NativeScript] fixed optional _init call
Karroffel
2017-07-27
1
-18
/
+6
*
|
[NativeScript] fix mutex double lock
Karroffel
2017-07-27
1
-1
/
+1
*
|
added an optional parameter to OS symbol lookup
Karroffel
2017-07-27
2
-3
/
+6
*
|
[NativeScript] call _init on instance creation
Karroffel
2017-07-27
2
-3
/
+45
*
|
Merge pull request #9882 from endragor/nativescript-refcount
Thomas Herzog
2017-07-26
2
-0
/
+25
|
\
\
|
*
|
Forward refcount changes to NativeScriptInstance
Ruslan Mustakov
2017-07-26
2
-0
/
+25
*
|
|
Merge pull request #9883 from bojidar-bg/8217-fixup-get_node-shortcut
Rémi Verschelde
2017-07-26
1
-1
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix $a/b being parsed as division
Bojidar Marinov
2017-07-26
1
-1
/
+2
|
|
/
*
|
Merge pull request #9867 from endragor/nativescript-threading
Thomas Herzog
2017-07-26
3
-38
/
+211
|
\
\
|
*
|
Support multithreading for NativeScriptLanguage
Ruslan Mustakov
2017-07-26
3
-38
/
+211
|
|
/
*
|
Merge pull request #9720 from endragor/stack-bottom
Thomas Herzog
2017-07-26
2
-0
/
+9
|
\
\
|
|
/
|
/
|
|
*
Add a way to retrieve stack bottom of the main thread
Ruslan Mustakov
2017-07-25
2
-0
/
+9
*
|
Fix typo in NativeScript property getter
sheepandshepherd
2017-07-25
1
-1
/
+1
*
|
Merge pull request #9731 from Xrayez/gdscript-completion
Rémi Verschelde
2017-07-25
2
-3
/
+3
|
\
\
|
*
|
Update GDScript completion names for Pool*Arrays
Andrii Doroshenko (Xrayez)
2017-07-25
2
-3
/
+3
*
|
|
fix a regression (GDScript) from e00630b
Karroffel
2017-07-25
2
-2
/
+2
*
|
|
Merge pull request #9844 from karroffel/nativescript-double-init-fix
Thomas Herzog
2017-07-25
2
-2
/
+10
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[NativeScript] fix double initialization in editor
Karroffel
2017-07-25
2
-2
/
+10
*
|
|
Merge pull request #8217 from bojidar-bg/gdscript-fix-keyword-call
Rémi Verschelde
2017-07-25
3
-141
/
+263
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Make GDScript allow some keywords as identifiers
Bojidar Marinov
2017-07-23
3
-141
/
+263
*
|
|
[NativeScript] bound `new` to ClassDB
Karroffel
2017-07-25
1
-0
/
+2
*
|
|
[GDNative] basic OS detection
Karroffel
2017-07-24
1
-2
/
+11
*
|
|
GDNative register_property
Ramesh Ravone
2017-07-24
1
-0
/
+1
*
|
|
Merge pull request #9814 from karroffel/nativescript-doublefree
Thomas Herzog
2017-07-24
2
-3
/
+3
|
\
\
\
|
*
|
|
[NativeScript] forgot to uncomment userdata return
Karroffel
2017-07-24
2
-3
/
+3
*
|
|
|
Merge pull request #9809 from karroffel/nativescript-doublefree
Thomas Herzog
2017-07-24
1
-35
/
+1
|
\
|
|
|
|
*
|
|
[NativeScript] fix double free but on exit
Karroffel
2017-07-24
1
-35
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #9764 from Noshyaar/pr-fix2
Rémi Verschelde
2017-07-24
2
-7
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add object type hint for docs
Poommetee Ketson
2017-07-23
2
-9
/
+9
*
|
|
[GDNative] new GDNative API
Karroffel
2017-07-24
50
-2007
/
+2544
*
|
|
Merge pull request #9765 from Noshyaar/pr-clang
Rémi Verschelde
2017-07-23
7
-7
/
+7
|
\
\
\
|
*
|
|
Clang-formatting *.cpp and *.h (some files excluded)
Poommetee Ketson
2017-07-22
9
-9
/
+9
|
|
/
/
*
|
|
Merge pull request #9758 from vnen/fix-vs-return
Rémi Verschelde
2017-07-23
1
-3
/
+3
|
\
\
\
|
*
|
|
VS: Fix return value for user-defined functions
George Marques
2017-07-22
1
-3
/
+3
|
|
/
/
*
|
|
Merge pull request #9741 from vnen/fix-vs-customnode
Rémi Verschelde
2017-07-23
2
-3
/
+13
|
\
\
\
|
*
|
|
Update a VS custom node when its script changes
George Marques
2017-07-21
2
-0
/
+9
|
*
|
|
Fix issues with custom nodes in visual script
George Marques
2017-07-21
1
-3
/
+4
|
|
/
/
*
|
|
Merge pull request #9706 from djrm/theme_fixes
Rémi Verschelde
2017-07-23
1
-4
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Icons can now be added inside line edits (Search icon).
Daniel J. Ramirez
2017-07-19
1
-4
/
+1
*
|
|
gdnative bug fix in get (return null check)
Ramesh Ravone
2017-07-22
1
-2
/
+5
|
|
/
|
/
|
*
|
-Renamed GlobalConfig to ProjectSettings, makes more sense.
Juan Linietsky
2017-07-19
13
-49
/
+49
*
|
Merge pull request #9699 from RameshRavone/master
Thomas Herzog
2017-07-19
2
-0
/
+64
|
\
\
|
*
|
[GDNative] dynamic properties
Ramesh Ravone
2017-07-19
1
-0
/
+62
|
*
|
_get return type fix
Ramesh Ravone
2017-07-18
1
-0
/
+2
|
|
/
*
/
Add object type hint for docs
Poommetee Ketson
2017-07-19
2
-4
/
+4
|
/
*
-Reorganized all properties of project settings (Sorry, Again).
Juan Linietsky
2017-07-17
2
-2
/
+2
*
Merge pull request #9652 from djrm/theme_fixes
Rémi Verschelde
2017-07-17
1
-3
/
+4
|
\
[next]