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
/
platform
/
javascript
/
api
/
api.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-05-16
Fix scons installation on AppVeyor
Rémi Verschelde
1
-1
/
+2
2018-05-16
Fix bad operator check in `ShaderLanguage::_validate_assign`
nemerle
1
-1
/
+1
2018-05-16
Add missing copyright headers
Guilherme Felipe
27
-0
/
+810
2018-05-16
Properly show the property name on tooltip
Juan Linietsky
1
-1
/
+5
2018-05-17
[docs] fix links in class docs
Kelly Thomas
9
-14
/
+14
2018-05-16
Exposed set/get_project_metadata in EditorSettings.
Michael Alexsander Silva Dias
4
-4
/
+29
2018-05-16
AssetLib pagination modifications
Karolis K
2
-36
/
+36
2018-05-16
Changed the name displayed in the Script tab for built-in script with a more ...
Samuele Zolfanelli
1
-1
/
+2
2018-05-16
Store flags so it isn't lost when viewport isn't setup yet
Bastiaan Olij
2
-6
/
+9
2018-05-16
Allow editing of some unbound properties when hinted (or no range hinted)
Juan Linietsky
18
-48
/
+113
2018-05-16
Add note about color picker deferred initialization
Juan Linietsky
1
-0
/
+3
2018-05-16
Fix segfault at quiting editor
volzhs
1
-1
/
+1
2018-05-16
Add margin bottom with find/replace bar on script editor
volzhs
2
-6
/
+5
2018-05-16
Fix Camera2D drag margin property is affected by zoom property #18912
Anthony Rey
1
-4
/
+4
2018-05-15
Fix compile error with clang
Marcelo Fernandez
1
-1
/
+1
2018-05-15
-New inspector.
Juan Linietsky
39
-337
/
+5975
2018-05-15
Fix missing registration for new param of TextEdit::cursor_set_line.
Pieter-Jan Briers
2
-1
/
+3
2018-05-15
fix get_char_width for non-latin characters
ianb96
2
-3
/
+3
2018-05-16
Update zstd to 1.3.4
volzhs
32
-3196
/
+5587
2018-05-16
Update minizip to 1.2.11
volzhs
8
-45
/
+68
2018-05-16
Update libwebp to 1.0.0
volzhs
49
-367
/
+1589
2018-05-15
Respect visibility change by Scene dock when using Sync Scene Changes
volzhs
2
-29
/
+15
2018-05-15
Bring back 2D bone selection
Gilles Roudiere
2
-38
/
+92
2018-05-15
Fixes hovered Nodes2D display in the editor (remove duplicates)
Gilles Roudiere
1
-1
/
+10
2018-05-14
added documentation for procedural sky
clayjohn
1
-0
/
+19
2018-05-14
TextEdit word wrap
Ian
4
-576
/
+986
2018-05-14
ImageTexture.load returns an error code.
Pieter-Jan Briers
4
-6
/
+11
2018-05-14
Workaround for clang 6 bug.
bruvzg
1
-9
/
+9
2018-05-14
[docs] fix links in class docs
Kelly Thomas
3
-7
/
+7
2018-05-14
Build HTML5 release_debug with -Os, like release.
Leon Krause
1
-10
/
+6
2018-05-14
Small refactoring in HTML5 build scripts
Leon Krause
2
-6
/
+3
2018-05-14
Fixed some warnings found with Cppcheck.
Michael Alexsander Silva Dias
8
-25
/
+8
2018-05-13
Updates frame timeout when changing speed scale
groud
2
-11
/
+19
2018-05-13
filled in docs for panorama sky
clayjohn
1
-0
/
+3
2018-05-13
Revert "Use fake audio playing property in editor"
Hein-Pieter van Braam
6
-44
/
+3
2018-05-13
[macOS] Fix numeric keys scan-codes remapping.
bruvzg
1
-10
/
+10
2018-05-13
Fix duplicate definitions with FreeType
Leon Krause
1
-3
/
+0
2018-05-13
Editor: make custom bold font config working
Martin Capitanio
1
-1
/
+1
2018-05-12
[DOCS] Vector2/Vector3/TileMap wording fixes
Chris Bradfield
3
-64
/
+69
2018-05-12
Expose channels in NetworkedMultiplayerENet
Fabio Alessandrelli
3
-6
/
+115
2018-05-12
Fix and improve docs, adds send_bytes
Fabio Alessandrelli
3
-10
/
+31
2018-05-12
Allow sending raw bytes through MultiplayerAPI
Fabio Alessandrelli
2
-1
/
+41
2018-05-12
Makes doc methods display enums.
Pieter-Jan Briers
1
-9
/
+28
2018-05-12
Add SLERP to Vector{2,3}, optimize Quat's Vector3 rotation.
tagcup
11
-17
/
+158
2018-05-12
Change reused variable name in command line parsing
Leon Krause
1
-6
/
+6
2018-05-12
Remove dead branch in command line logic
Leon Krause
1
-16
/
+1
2018-05-12
Revert "Fix custom resource path look-up per command line"
Leon Krause
1
-4
/
+1
2018-05-12
Fix Error in the ScrollContainer Tooltips
Daniel "Orangestar" O
1
-1
/
+1
2018-05-12
Sync classref with current source
Rémi Verschelde
48
-55
/
+774
2018-05-11
Fix scene import when platform=server
Josh Faust
1
-23
/
+131
[next]