index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
J08nY
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #11806 from touilleMan/gdnative-version-field
Thomas Herzog
2017-10-04
1
-2
/
+7
|
\
|
*
[GDnative] add future-proof next field to godot_gdnative_api_struct (a la Vul...
Emmanuel Leblond
2017-10-04
1
-0
/
+2
|
*
[GDnative] add api version field to godot_gdnative_api_struct
Emmanuel Leblond
2017-10-03
1
-2
/
+5
*
|
[GDNative] added API struct wrapper generator
Karroffel
2017-10-03
4
-54
/
+71
*
|
Merge pull request #11789 from djrm/pr_visual_improvements
Andreas Haas
2017-10-03
1
-59
/
+103
|
\
\
|
|
/
|
/
|
|
*
VS now supports white themes.
Daniel J. Ramirez
2017-10-02
1
-46
/
+100
|
*
Added correct initialization for script editor theme.
Daniel J. Ramirez
2017-10-02
1
-13
/
+3
*
|
Merge pull request #11792 from touilleMan/gdnative-json-api
Thomas Herzog
2017-10-03
5
-734
/
+4586
|
\
\
|
*
|
[GDnative] replace gdnative_api_struct.h by a json-based autogenerated system
Emmanuel Leblond
2017-10-03
5
-734
/
+4586
|
|
/
*
|
Merge pull request #11653 from bojidar-bg/doc-vscript-1
Nathan Lovato
2017-10-03
2
-3
/
+4
|
\
\
|
|
/
|
/
|
|
*
Document some of the VisualScript classes.
Bojidar Marinov
2017-10-03
2
-3
/
+4
*
|
Added mono module
Ignacio Etcheverry
2017-10-03
92
-0
/
+19622
*
|
Merge pull request #11658 from BastiaanOlij/mobile_vr
Andreas Haas
2017-10-02
8
-0
/
+825
|
\
\
|
*
|
reintroduce generic mobile vr interface
BastiaanOlij
2017-09-28
8
-0
/
+825
*
|
|
Merge pull request #11659 from AndreaCatania/prephysics
Andreas Haas
2017-10-02
3
-7
/
+7
|
\
\
\
|
*
|
|
Renamed fixed_process to physics_process
AndreaCatania
2017-09-30
3
-7
/
+7
|
|
/
/
*
|
|
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
[next]