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
/
doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #12988 from akien-mga/xdg-home-paths
Rémi Verschelde
2017-11-20
2
-4
/
+4
|
\
|
*
EditorSettings: Rename settings_path to settings_dir
Rémi Verschelde
2017-11-17
1
-2
/
+2
|
*
Rename OS::get_data_dir to OS::get_user_data_dir
Rémi Verschelde
2017-11-17
1
-2
/
+2
*
|
Fix the class docs for the rst-syntax errors.
Martin Capitanio
2017-11-19
10
-10
/
+11
*
|
Merge pull request #12955 from groud/editor_canvas_item_api_rework
Poommetee Ketson
2017-11-20
1
-2
/
+2
|
\
\
|
*
|
Rework the canvas_item API for further improves to the canvas item editor
Gilles Roudiere
2017-11-19
1
-2
/
+2
*
|
|
Merge pull request #12961 from eska014/platform-doc
Rémi Verschelde
2017-11-19
2
-0
/
+32
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Facilitate exposing platform-exclusive interfaces to all platforms
Leon Krause
2017-11-18
2
-0
/
+32
*
|
|
Fix class docs, improve error handling of the rst generator.
Martin Capitanio
2017-11-18
1
-3
/
+7
|
|
/
|
/
|
*
|
Merge pull request #12982 from tagcup/aabb_rename
Rémi Verschelde
2017-11-17
12
-57
/
+57
|
\
\
|
*
|
Rename Rect3 to AABB.
Ferenc Arn
2017-11-17
12
-57
/
+57
*
|
|
Merge pull request #12962 from SaracenOne/gui_focus_next_prev
Juan Linietsky
2017-11-17
1
-2
/
+34
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add manual overrides for focus_next and focus_previous on controls similar to...
Saracen
2017-11-16
1
-2
/
+34
*
|
|
Merge pull request #12940 from willnationsdev/richtextlabel-docs
Rémi Verschelde
2017-11-17
1
-11
/
+40
|
\
\
\
|
*
|
|
Adding internal tag stack information.
Will Nations
2017-11-14
1
-11
/
+40
*
|
|
|
GDScript: Refactor "GD" class prefix to "GDScript"
Rémi Verschelde
2017-11-16
1
-2
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
doc: Sync classref with current source
Rémi Verschelde
2017-11-15
8
-16
/
+122
*
|
|
doc: Make all module docs self-contained
Rémi Verschelde
2017-11-15
55
-3534
/
+0
*
|
|
doc: Rename "@Global Scope" to "@GlobalScope"
Rémi Verschelde
2017-11-15
13
-28
/
+28
*
|
|
doc: Remove revision.module_config from version string
Rémi Verschelde
2017-11-15
464
-464
/
+464
*
|
|
Added RegEx.search_all() for multiple matches
Zher Huei Lee
2017-11-14
2
-37
/
+60
*
|
|
Removed add/remove interface bindings and added get_interfaces
BastiaanOlij
2017-11-13
2
-20
/
+9
*
|
|
classref: Sync with current source
Rémi Verschelde
2017-11-13
21
-121
/
+372
|
/
/
*
|
Merge pull request #12862 from YeldhamDev/text_property
Rémi Verschelde
2017-11-12
1
-0
/
+3
|
\
\
|
*
|
Made text in TextEdit a property.
Michael Alexsander Silva Dias
2017-11-12
1
-0
/
+3
*
|
|
Add support for the TAU constant. Fixes #12094.
Goutte
2017-11-12
2
-5
/
+8
|
/
/
*
/
Added "is_readonly()" to TextEdit and made it a property.
Michael Alexsander Silva Dias
2017-11-11
1
-0
/
+10
|
/
*
add context menu enable getters, setters, and properties in LineEdit and Text...
Ian
2017-11-11
2
-0
/
+38
*
Unify degree members and properties
letheed
2017-11-10
5
-18
/
+18
*
Merge pull request #12733 from NathanWarden/document_object
Chris Bradfield
2017-11-08
1
-22
/
+33
|
\
|
*
[DOCS] Object
Nathan Warden
2017-11-08
1
-22
/
+33
*
|
[DOCS] OS.get_unique_string().
Max Hilbrunner
2017-11-08
1
-1
/
+1
|
/
*
Merge pull request #12636 from Chaosus/wrapdocs
Poommetee Ketson
2017-11-06
1
-0
/
+52
|
\
|
*
Docs for wrap functions
Chaosus
2017-11-04
1
-0
/
+52
*
|
Basic docs for Geometry plus two new functions
Bernhard Liebl
2017-11-05
1
-0
/
+39
|
/
*
AStar: implementation of get_point_connections
DmDerbin
2017-11-04
1
-0
/
+22
*
Proofreading: Change a usage of "specially" to "especially"
Robbie Cooper
2017-10-31
1
-1
/
+1
*
Add Colemak keybindings to editor for osx
N0hbdy
2017-10-30
1
-1
/
+1
*
[DOCS] Added documentation for OccluderPolygon2D
Henrique Campos
2017-10-30
1
-0
/
+8
*
Merge pull request #12437 from mhilbrunner/astar-setpointweightscale
Rémi Verschelde
2017-10-29
1
-1
/
+24
|
\
|
*
AStar: Add setters for point position and scale weight, cleanup
Unknown
2017-10-27
1
-1
/
+24
*
|
classref: Apply doctool to fix formatting
Rémi Verschelde
2017-10-29
3
-5
/
+10
*
|
[DOCS]Completed LineEdit.xml
MattUV
2017-10-28
1
-23
/
+35
*
|
Merge pull request #12396 from AntiSC2/master
Chris Bradfield
2017-10-28
1
-16
/
+55
|
\
\
|
|
/
|
/
|
|
*
Add and polish up documentation for Image methods
Jakob Sinclair
2017-10-26
1
-16
/
+55
*
|
[DOCS] Corrected some typing mistakes on Node2D.xml
MattUV
2017-10-27
1
-4
/
+4
*
|
Merge pull request #12339 from Ertain/master
Rémi Verschelde
2017-10-27
1
-3
/
+20
|
\
\
|
*
|
Added descriptions to RichTextLabel
Jason Anderson
2017-10-25
1
-3
/
+20
*
|
|
Merge pull request #12422 from eska014/httpclient-api
Rémi Verschelde
2017-10-26
1
-18
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Remove HTTPClient::send_body_text and ::send_body_data
Leon Krause
2017-10-26
1
-18
/
+0
[next]