aboutsummaryrefslogtreecommitdiff
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* Properly fix tab scrolling, fixes #3128, fixes #3314Juan Linietsky2016-01-132-244/+93
* Fix situation where TSCN format might crash, closes #3062Juan Linietsky2016-01-122-7/+14
* -Properly lock and and warn about switching off contact monitoring, fixes #3041Juan Linietsky2016-01-125-6/+53
* Merge pull request #3257 from TheHX/pr-range-propertiesRémi Verschelde2016-01-112-10/+10
|\
| * Fix error caused by dragging a Range propertyFranklin Sobrinho2016-01-062-10/+10
* | Merge pull request #3300 from MarianoGnu/bug_fixingRémi Verschelde2016-01-111-0/+4
|\ \
| * | fix: TouchScreenButton should stop propagating action when button is removed ...MarianoGNU2016-01-101-0/+4
* | | It seems everyone misses the polygon decomposer output, fixes #3069Juan Linietsky2016-01-101-1/+1
* | | -Make a rare corner case where disabling/reenabling mipmaps causes invalid te...Juan Linietsky2016-01-102-0/+90
* | | make path update when curve changes, fixes #3144Juan Linietsky2016-01-101-0/+2
* | | change intersect_ray function to discriminate pickable objects, fixes #3203Juan Linietsky2016-01-101-2/+2
|/ /
* | removed this fix, which brought more problems than solutionsJuan Linietsky2016-01-101-2/+2
* | removed printsAriel Manzur2016-01-091-5/+7
* | Merge pull request #3279 from neikeq/issue_3259Rémi Verschelde2016-01-081-1/+1
|\ \
| * | Fix TextEdit caret drawn when outside the visible regionIgnacio Etcheverry2016-01-081-1/+1
* | | do not return zero with minus-sign within range value, fixes #3221Richard Nespithal2016-01-081-1/+5
* | | TextEdit/LineEdit: Handle numpad PageUp, PageDown, Home and EndIgnacio Etcheverry2016-01-072-12/+56
* | | TextEdit/LineEdit: Handle numpad arrows if NumLock is disabledIgnacio Etcheverry2016-01-072-16/+59
|/ /
* | Merge pull request #3191 from neikeq/filedialog_hotkeysRémi Verschelde2016-01-074-1/+51
|\ \
| * | FileDialog: keyboard shortcut to toggle "show hidden files"Ignacio Etcheverry2016-01-024-1/+51
* | | Merge pull request #3136 from MarianoGnu/bug_fixingRémi Verschelde2016-01-061-2/+3
|\ \ \
| * | | Fix RGBA Uniform autogeneration in ShaderGraph (fixes #2606)MarianoGNU2015-12-261-2/+3
| * | | Merge branch 'master' of https://github.com/okamstudio/godot into postaMarianoGNU2015-10-2425-90/+158
| |\ \ \
* | | | | Fix .tscn format not loading signal bindsFranklin Sobrinho2016-01-061-4/+4
| |_|_|/ |/| | |
* | | | Merge pull request #3159 from neikeq/tab_close_iconRémi Verschelde2016-01-064-1/+7
|\ \ \ \
| * | | | Add tab close icon to the default themeIgnacio Etcheverry2015-12-294-1/+7
* | | | | Merge pull request #3211 from SaracenOne/audio_stream_pause_fixRémi Verschelde2016-01-062-2/+2
|\ \ \ \ \
| * | | | | Fix delay on audio stream pauseSaracen2016-01-032-2/+2
* | | | | | Fix is_node_being_edited() when not building toolsRémi Verschelde2016-01-051-0/+4
* | | | | | properly specify metadata in KB functionJuan Linietsky2016-01-031-1/+1
* | | | | | -Replaced tinyjpg for jpgd (public domain), fixes progressive encoded jpgs an...Juan Linietsky2016-01-033-69/+1
* | | | | | forgot to bind NOTIFICATION_INSTANCED, closes #2261Juan Linietsky2016-01-031-0/+2
|/ / / / /
* | | | | -Fix global transform cache not being cleared in 2D nodes, fixes many editor ...Juan Linietsky2016-01-021-0/+1
* | | | | Properly clear/restore current camera when switching scenes. Fixes #2137Juan Linietsky2016-01-024-73/+56
* | | | | Make buttons properly obey stylebox content marins, closes #2156Juan Linietsky2016-01-021-1/+3
* | | | | -Restore mouse on X11 when debugger break happens, closes #2232Juan Linietsky2016-01-021-3/+3
* | | | | added a finished signal to StreamPlayer, closes #2249Juan Linietsky2016-01-021-0/+3
* | | | | -Fix TouchScreenButton to work with stretch and viewport canvas transform, cl...Juan Linietsky2016-01-022-4/+4
* | | | | remove the invalid id error when freeing a 3D joint, fixes #2383Juan Linietsky2016-01-021-1/+1
* | | | | Merge pull request #3184 from vnen/update-copyright-2016Juan Linietsky2016-01-01343-343/+343
|\ \ \ \ \
| * | | | | Update copyright to 2016 in headersGeorge Marques2016-01-01343-343/+343
* | | | | | Make both lights and occluders stop working if hidden, fixes #2437Juan Linietsky2016-01-013-1/+22
* | | | | | Make CanvasModulate deactivate when hidden, fixes #2437Juan Linietsky2016-01-011-2/+11
|/ / / / /
* | | | | -Improved convex decomposer for CollisionPolygon2D, fixes #2336Juan Linietsky2015-12-312-3/+50
* | | | | -fix range limit issue in Particles2D, closes #2411Juan Linietsky2015-12-312-4/+3
* | | | | remove error print in area collision, should be a valid situation, closes #2463Juan Linietsky2015-12-311-1/+5
* | | | | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2015-12-3151-274/+665
|\ \ \ \ \
| * | | | | add 2d paths and joints to collision/navigation debug, fixes #2439reduz2015-12-292-13/+32
| * | | | | Added a reset() function to Particles2D, fixes #2472, fixes #2468reduz2015-12-292-0/+11
| * | | | | Fix CanvasItem.draw_set_transform to act according to docs, fixes #2487reduz2015-12-291-1/+1