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
*
Merge pull request #11724 from marcelofg55/visualscript_crashfix
Poommetee Ketson
2017-10-02
1
-2
/
+8
|
\
|
*
VisualScript crashfix when returns are too few
Marcelo Fernandez
2017-09-30
1
-2
/
+8
*
|
[GDnative] Add active_library_path to init options struct
Emmanuel Leblond
2017-10-02
2
-0
/
+2
*
|
[GDnative] Add binding to GDNativeLibrary::get_active_library_path
Emmanuel Leblond
2017-10-02
1
-0
/
+1
*
|
Merge pull request #11719 from toger5/svg_color_convert_alpha
Gilles Roudiere
2017-10-01
1
-1
/
+1
|
\
\
|
*
|
keep alpha when converting svg colors fixes #11289
toger5
2017-09-30
1
-1
/
+1
*
|
|
Replace a OPCODE_BREAK with break in opcode 31
Hein-Pieter van Braam
2017-10-01
1
-1
/
+1
|
|
/
|
/
|
*
|
Properly allow completion on variable initializer arguments, closes #9359
Juan Linietsky
2017-09-29
1
-2
/
+1
|
/
*
Merge pull request #11617 from groud/fix_bad_display
Rémi Verschelde
2017-09-27
1
-1
/
+0
|
\
|
*
Remove unecessary anchors&margins set causing bad display (sons of containers)
Gilles Roudiere
2017-09-27
1
-1
/
+0
*
|
Fixed wrong break statement in GDFunction::call
Scayze
2017-09-27
1
-1
/
+1
|
/
*
Merge pull request #11424 from groud/control_node_presets
Rémi Verschelde
2017-09-26
1
-1
/
+1
|
\
|
*
Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...
Gilles Roudiere
2017-09-22
1
-1
/
+1
*
|
Merge pull request #11518 from hpvb/gdscript-direct-dispatch
Rémi Verschelde
2017-09-25
1
-113
/
+196
|
\
\
|
*
|
Remove several checks on DEBUG_RELEASE
Hein-Pieter van Braam
2017-09-25
1
-4
/
+13
|
*
|
Use computed goto to dispatch next opcode
Hein-Pieter van Braam
2017-09-25
1
-109
/
+183
*
|
|
Merge pull request #11567 from QuLogic/scons-var-types
Rémi Verschelde
2017-09-25
16
-31
/
+27
|
\
\
\
|
*
|
|
Use BoolVariable in platform-specific options.
Elliott Sales de Andrade
2017-09-25
1
-1
/
+1
|
*
|
|
Use BoolVariable for module options.
Elliott Sales de Andrade
2017-09-25
3
-3
/
+3
|
*
|
|
Use BoolVariable for third-party options.
Elliott Sales de Andrade
2017-09-25
12
-24
/
+20
|
*
|
|
Use BoolVariable in target/component/advanced options.
Elliott Sales de Andrade
2017-09-25
3
-3
/
+3
|
|
/
/
*
|
|
Merge pull request #11580 from endragor/ios-export
Rémi Verschelde
2017-09-25
5
-6
/
+12
|
\
\
\
|
*
|
|
Enhance iOS export
Ruslan Mustakov
2017-09-26
5
-6
/
+12
|
|
/
/
*
/
/
Fixed constness of variant functions, as well as visual script sequence ports...
Juan Linietsky
2017-09-25
1
-2
/
+2
|
/
/
*
|
Add support for OpenSSL 1.1.0.
Elliott Sales de Andrade
2017-09-24
2
-11
/
+54
*
|
Rename get_position => get_playback_position and seek_pos => seek on audio cl...
Marcelo Fernandez
2017-09-23
10
-24
/
+24
|
/
*
Merge pull request #11461 from hpvb/add-likely-macros
Rémi Verschelde
2017-09-22
1
-3
/
+3
|
\
|
*
Implement Linux-style likely()/unlikely() macros
Hein-Pieter van Braam
2017-09-21
1
-3
/
+3
*
|
Fixed a bunch of typos, including an error code.
Ross Hadden
2017-09-21
1
-1
/
+1
|
/
*
Rename pos to position in user facing methods and variables
letheed
2017-09-20
16
-37
/
+37
*
Do not compile Recast for Android
Ruslan Mustakov
2017-09-20
1
-1
/
+1
*
Merge pull request #11256 from djrm/pr_visual_improvements
Rémi Verschelde
2017-09-19
1
-10
/
+25
|
\
|
*
Improved VisualScriptEditor
Daniel J. Ramirez
2017-09-14
1
-10
/
+25
*
|
Allow booleanization of all types
Hein-Pieter van Braam
2017-09-19
4
-29
/
+7
*
|
Merge pull request #11402 from hpvb/remove-gdscript-checks-on-release
Rémi Verschelde
2017-09-19
1
-33
/
+54
|
\
\
|
*
|
Remove more GDScript runtime checks on release
Hein-Pieter van Braam
2017-09-19
1
-33
/
+54
*
|
|
Merge pull request #11386 from kosz78/fix-msvc-compile-errors
Rémi Verschelde
2017-09-19
2
-3
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Change structure order for godot nim compatibility
Konstantin Zaitsev
2017-09-19
1
-1
/
+1
|
*
|
Fix MSVC compilation errors
Konstantin Zaitsev
2017-09-19
1
-2
/
+2
*
|
|
Move Variant::evaluate() switch to computed goto
Hein-Pieter van Braam
2017-09-17
6
-8
/
+8
|
/
/
*
|
Merge pull request #11296 from touilleMan/gdnative-api-struct
Thomas Herzog
2017-09-17
4
-2
/
+740
|
\
\
|
*
|
[GDnative] Use X macro to define godot_gdnative_api_struct and it instantiation
Emmanuel Leblond
2017-09-17
2
-1328
/
+684
|
*
|
[GDnative] create godot_gdnative_api_struct and pass it to godot_gdnative_ini...
Emmanuel Leblond
2017-09-17
4
-2
/
+1384
*
|
|
Merge pull request #11274 from Rubonnek/keep-argument-names-consistent
Rémi Verschelde
2017-09-17
3
-7
/
+7
|
\
\
\
|
*
|
|
Renamed function arguments to keep them consistent between declaration and im...
Wilson E. Alvarez
2017-09-14
3
-7
/
+7
|
|
|
/
|
|
/
|
*
|
|
Apply clang-format again to recent changes
Rémi Verschelde
2017-09-16
3
-42
/
+95
*
|
|
Fix compile error on gd_native_library_editor.cpp with tools=no
Marcelo Fernandez
2017-09-15
1
-0
/
+2
|
|
/
|
/
|
*
|
Merge pull request #11230 from maxim-sheronov/fix_enum_bindings
Thomas Herzog
2017-09-15
3
-0
/
+94
|
\
\
|
*
|
Fix enums bindings
Maxim Sheronov
2017-09-13
3
-0
/
+94
*
|
|
Merge pull request #11237 from endragor/gdnative-variant-ref
Thomas Herzog
2017-09-14
1
-1
/
+16
|
\
\
\
[next]