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
/
gdnative
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename AcceptDialog get_ok() to get_ok_button()
Marcel Admiraal
2020-12-14
1
-1
/
+1
*
[Complex Text Layouts] Add variable fonts support.
bruvzg
2020-12-13
3
-0
/
+25
*
Merge pull request #44190 from touilleMan/constify-ScriptLanguage.can_inherit...
Rémi Verschelde
2020-12-08
2
-2
/
+2
|
\
|
*
Constify ScriptLanguage.can_inherit_from_file
Emmanuel Leblond
2020-12-08
2
-2
/
+2
*
|
Merge pull request #44176 from touilleMan/global_class_naming-for-pluginscript
Rémi Verschelde
2020-12-08
5
-0
/
+42
|
\
\
|
|
/
|
/
|
|
*
Add PluginScript support for global class naming/icon path
Emmanuel Leblond
2020-12-08
5
-0
/
+42
*
|
Allow PluginScript to customize language's can_inherit_from_file attribute
Emmanuel Leblond
2020-12-08
3
-1
/
+6
*
|
Merge pull request #44076 from Faless/js/4.x_gdnative
Rémi Verschelde
2020-12-07
1
-5
/
+5
|
\
\
|
|
/
|
/
|
|
*
[HTML5] Make GDNative support feature-based.
Fabio Alessandrelli
2020-12-05
1
-1
/
+1
|
*
[HTML5] GDNative support via SIDE_MODULE.
Fabio Alessandrelli
2020-12-05
1
-5
/
+5
*
|
Rename TYPE_REAL to TYPE_FLOAT
George Marques
2020-12-04
1
-1
/
+1
|
/
*
Refactor DocData into core and editor (DocTools) parts
Thakee Nathees
2020-12-02
2
-0
/
+3
*
Documentation generation for GDScript
Thakee Nathees
2020-11-29
2
-0
/
+14
*
[Complex Text Layouts] Implement GDNative interface for TextServer.
bruvzg
2020-11-26
14
-0
/
+1960
*
Core: Always enable ptrcall, remove PTRCALL_ENABLED define
Rémi Verschelde
2020-11-25
2
-3
/
+1
*
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-16
2
-2
/
+0
*
Refactor variant built-in methods yet again.
reduz
2020-11-11
1
-1
/
+3
*
Fix gdnative build when WebRTC module is disabled.
Fabio Alessandrelli
2020-11-10
1
-1
/
+1
*
Merge pull request #43383 from vnen/gdnative-string-header
Rémi Verschelde
2020-11-10
1
-1
/
+6
|
\
|
*
GDNative: Define special char types in string.h
George Marques
2020-11-07
1
-1
/
+6
*
|
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
37
-83
/
+83
*
|
Remove `Color.contrasted()` as its behavior is barely useful
Hugo Locurcio
2020-11-03
3
-16
/
+0
|
/
*
Optimize SVG using `svgcleaner --multipass`
Hugo Locurcio
2020-10-25
2
-10
/
+2
*
GDNative XR: remove redundant `config.py`
Andrii Doroshenko (Xrayez)
2020-10-24
1
-6
/
+0
*
add iOS Simulator platform
Stephan Dilly
2020-09-19
1
-0
/
+1
*
Move GDNative `String` tests to respective module
Andrii Doroshenko (Xrayez)
2020-09-11
1
-0
/
+1980
*
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
4
-496
/
+705
*
Add link titles for all links in the class reference
Hugo Locurcio
2020-08-31
1
-2
/
+2
*
Make all String float conversion methods be 64-bit
Aaron Franke
2020-07-27
3
-25
/
+11
*
SCons: Refactor running commands through builders
Andrii Doroshenko (Xrayez)
2020-07-28
1
-2
/
+1
*
CI: Install master version of psf/black
Rémi Verschelde
2020-07-26
1
-2
/
+2
*
Remove multilevel calls
George Marques
2020-07-24
3
-35
/
+2
*
Merge pull request #40450 from asmaloney/spelling
Rémi Verschelde
2020-07-21
1
-1
/
+1
|
\
|
*
Fix spelling & grammar in comments, docs, and messages
Andy Maloney
2020-07-21
1
-1
/
+1
*
|
Update core documentation to match recent C# changes
Aaron Franke
2020-07-21
5
-16
/
+16
|
/
*
Merge pull request #40291 from hinlopen/dialog-size
Rémi Verschelde
2020-07-15
1
-1
/
+1
|
\
|
*
Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...
Stijn Hinlopen
2020-07-14
1
-1
/
+1
*
|
Merge pull request #40386 from touilleMan/correct-Reference-is_reference-api....
Rémi Verschelde
2020-07-15
1
-1
/
+1
|
\
\
|
*
|
Correct is_reference attribute in api.json for Reference class
Emmanuel Leblond
2020-07-14
1
-1
/
+1
|
|
/
*
/
Add missing has_default_value field for signals in api.json
Emmanuel Leblond
2020-07-14
1
-0
/
+1
|
/
*
Commit other files changed by file_format.sh
Aaron Franke
2020-07-13
1
-1
/
+1
*
Add override keywords.
Marcel Admiraal
2020-07-10
8
-128
/
+128
*
Add sort and has methods to PackedArrays
Aaron Franke
2020-07-06
3
-11
/
+276
*
Merge pull request #40092 from hinlopen/remove-find-last
Rémi Verschelde
2020-07-04
3
-16
/
+0
|
\
|
*
Remove String::find_last (same as rfind)
Stijn Hinlopen
2020-07-03
3
-16
/
+0
*
|
Merge pull request #40050 from naithar/feature/ios-gdnative-master-2
Rémi Verschelde
2020-07-03
3
-38
/
+106
|
\
\
|
|
/
|
/
|
|
*
GDNative export: do not add fake lookup table if static lib is not used
Sergey Minakov
2020-07-02
1
-35
/
+73
|
*
GDNative Editor: Support selecting frameworks for iOS
Sergey Minakov
2020-07-02
1
-2
/
+14
|
*
GDNative: support dynamic loading of iOS frameworks
Sergey Minakov
2020-07-02
1
-1
/
+19
*
|
Merge pull request #38713 from aaronfranke/string-64bit
Rémi Verschelde
2020-07-01
1
-3
/
+3
|
\
\
|
|
/
|
/
|
[next]