aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2555 from jackmakesthings/class-reference-formattingJuan Linietsky2015-10-171-6/+20
|\
| * Small readability fixes for the in-game class reference - fixes #2515 and #23...Jack Gold2015-09-291-6/+20
* | Merge pull request #2556 from volzhs/fix_miss_bind_findnodeJuan Linietsky2015-10-171-1/+1
|\ \
| * | fix miss bind for Node::find_nodevolzhs2015-09-301-1/+1
| |/
* | Merge pull request #2569 from TheHX/issue_2567Juan Linietsky2015-10-171-0/+1
|\ \
| * | Fix bug in EditorPlugin::add_custom_control, fixes #2567Franklin Sobrinho2015-10-041-0/+1
* | | Merge pull request #2572 from leezh/clipping-fixJuan Linietsky2015-10-171-1/+5
|\ \ \
| * | | nested clipping of canvas items now worksZher Huei Lee2015-10-051-1/+5
| |/ /
* | | Merge pull request #2584 from buresu/fix-parentheses-equality-warningsJuan Linietsky2015-10-172-3/+3
|\ \ \
| * | | fix parentheses-equality warnings of osx clang近藤 直人2015-10-092-3/+3
* | | | Merge pull request #2587 from eska014/fix-area2d-mask-matchingJuan Linietsky2015-10-172-5/+5
|\ \ \ \
| * | | | Fix 3D Area mask matchingeska2015-10-101-3/+3
| * | | | Fix Area2D type mask matchingeska2015-10-091-2/+2
| |/ / /
* | | | Merge pull request #2589 from eska014/add-raycast2d-type_maskJuan Linietsky2015-10-172-1/+20
|\ \ \ \
| * | | | Add type mask property to RayCast2Deska2015-10-102-1/+20
| |/ / /
* | | | Merge pull request #2594 from Biliogadafr/PinSoftnessJuan Linietsky2015-10-178-4/+75
|\ \ \ \
| * | | | Expose softness parameter of pin joint to the editor.Biliogadafr2015-10-108-4/+75
| |/ / /
* | | | Merge pull request #2602 from sanikoyes/Pr-REUSE_ADDR_WIN32Juan Linietsky2015-10-171-0/+7
|\ \ \ \
| * | | | REUSE_ADDR under windows platformsanikoyes2015-10-131-0/+7
* | | | | Merge pull request #2607 from StraToN/doc-updateJuan Linietsky2015-10-171-29/+79
|\ \ \ \ \
| * | | | | GraphEdit and GraphNode documentationJulian Murgia - StraToN2015-10-161-29/+79
* | | | | | Merge pull request #2608 from didier-v/OSX_get_localeJuan Linietsky2015-10-172-0/+7
|\ \ \ \ \ \
| * | | | | | Added specific get_locale to OSX platformDidier Vandekerckhove2015-10-162-0/+7
| |/ / / / /
* | | | | | Merge pull request #2609 from eska014/export-hintsJuan Linietsky2015-10-171-16/+30
|\ \ \ \ \ \
| * | | | | | Add GDScript export hint for real numbers with easing `export(float, EASE)`eska2015-10-161-0/+10
| * | | | | | Add multiline string GDScript export hint `export(String, MULTILINE)`eska2015-10-161-0/+11
| * | | | | | Revert "add flag and multiline hits in GDScript"eska2015-10-161-16/+9
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'master' of https://github.com/okamstudio/godotreduz2015-10-16132-55902/+606
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | -A little More control about pixel snapping in 2DJuan Linietsky2015-10-136-3/+18
| | |/ / / | |/| | |
| * | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-10-13382-34838/+110161
| |\| | |
| * | | | ability to change audio track in theora videoJuan Linietsky2015-10-135-6/+48
| * | | | Fixed theora playback. Removed theoraplayer.Juan Linietsky2015-09-26128-55898/+553
* | | | | -fixes and more fixes to new scene system, seems stable now..reduz2015-10-1610-27/+210
* | | | | Merge branch 'master' of https://github.com/okamstudio/godotreduz2015-10-10341-33702/+103526
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | newline fixesreduz2015-10-0838-33297/+33297
| * | | | fixed uninitialized memory issues in audio codereduz2015-10-083-2/+7
| * | | | Please enter the commit message for your changes. Lines startingAriel Manzur2015-10-082-4/+4
| * | | | Merge pull request #2564 from ZuBsPaCe/opus-support-vs2013punto-2015-10-083-3/+10
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Fixes following Visual Studio 2013 compile error on windows:ZuBsPaCe2015-10-031-2/+7
| | * | | Fixes following Visual Studio 2013 compile error on windows:ZuBsPaCe2015-10-032-1/+3
| |/ / /
| * | | Merge pull request #2563 from vnen/opus-supportJuan Linietsky2015-10-02274-2/+68380
| |\ \ \
| | * | | Add support for Opus audio formatGeorge Marques2015-10-02274-2/+68380
| |/ / /
| * | | Merge pull request #2562 from romulox-x/clear_fixJuan Linietsky2015-10-011-1/+0
| |\ \ \
| | * | | removed unnecessary clear, which prevented root viewport from working right w...romulox_x2015-10-011-1/+0
| |/ / /
| * | / -Added ability to use cubic interpolation on image resize (little more qualit...Juan Linietsky2015-10-018-393/+501
| | |/ | |/|
| * | Merge pull request #2548 from romulox-x/iCloudpunto-2015-09-287-0/+462
| |\ \
| | * | improved iCloud build option descriptionsteve2015-09-271-1/+1
| | * | Initial iCloud implementation, supporting key value pairssteve2015-09-277-0/+462
| * | | Merge pull request #2528 from MarianoGnu/sprite-editJuan Linietsky2015-09-289-3/+868
| |\ \ \
| | * | | Add SpriteRegionEditor and update Polygon2DUVEditorMarianoGNU2015-09-289-3/+868