summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-24Groups Editor: Clear LineEdit after creating a new groupFranklin Sobrinho
2016-01-24Removed get() function from many variant typed arrays, fixes #2135Juan Linietsky
2016-01-24Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2016-01-24Correct viewport scaling with stretch mode viewport, fixes #1571Juan Linietsky
2016-01-23Merge pull request #2698 from Faless/add_area_fixJuan Linietsky
Fix bug in Body(2D)SW::add_area
2016-01-23-Some changes to how scenes and scripts are overriden in scene instance and ↵Juan Linietsky
inheritance -Fixes #3127 and also properly fixes #2958
2016-01-23-Fixes a bunch of stdout errors, closes #2763 closes #2731Juan Linietsky
2016-01-23-Forgot to add clips input to graphedit, fixes #3420Juan Linietsky
2016-01-23-Fixed revert scene, should work proprely now, fixes #2782Juan Linietsky
2016-01-23-Fixed video stream theora not finishing when stream finishes, closes #3066Juan Linietsky
2016-01-23Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2016-01-23-Support the TRNS flag on libpng, fixes #3097Juan Linietsky
2016-01-23Merge pull request #3425 from godotengine/revert-3324-pr-property-editorJuan Linietsky
Revert "Better search for SectionedPropertyEditor, added "All" section"
2016-01-23Revert "Better search for SectionedPropertyEditor, added "All" section"Juan Linietsky
2016-01-23-remove unnecesary error report, fixes #3361Juan Linietsky
2016-01-23Fix wrong condition test for saving, fixes #3287Juan Linietsky
2016-01-23-Added ability to remap dependencies in tscn (forgot to do it..), fixes #3368Juan Linietsky
2016-01-23-Ability to retrieve state data from PackedScene, closes #3413Juan Linietsky
2016-01-23-Added a "modal_close" signal for controlsJuan Linietsky
-Used it to keep changes on lineedit when focused out
2016-01-23Merge pull request #3421 from godotengine/revert-3407-pr-issue-1717Juan Linietsky
Revert "Tree and PropertyEditor confirm value change on focus loss"
2016-01-23Revert "Tree and PropertyEditor confirm value change on focus loss"Juan Linietsky
2016-01-22-Improved tab visibility, fixes #3314Juan Linietsky
2016-01-22-leftover debug code was causing a crash in navigation 2d, removed it and ↵Juan Linietsky
fixes #3374
2016-01-22-make sure instance placeholder works with duplicate(), fixes #3378Juan Linietsky
2016-01-22Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2016-01-22Merge pull request #3412 from Hinsbart/add_mappingRémi Verschelde
add gamepad mapping (ps4 pad, html5/win/firefox)
2016-01-22add mappings and increase max number of buttonshondres
2016-01-22-Fix viewport converting the scren in grayness, fixes #3406Juan Linietsky
2016-01-22Merge pull request #3408 from neikeq/issue_1123_fixRémi Verschelde
EditorNode: Ignore unhandled input if there is a dialog visible
2016-01-21EditorNode: Ignore unhandled input if there is a dialog visibleIgnacio Etcheverry
2016-01-21Merge pull request #3407 from TheHX/pr-issue-1717Rémi Verschelde
Tree and PropertyEditor confirm value change on focus loss
2016-01-21Tree and PropertyEditor confirm value change on focus lossFranklin Sobrinho
2016-01-21Merge pull request #3404 from Ovnuniarchos/SetSignedDataRémi Verschelde
set_signed_data now works correctly on pcm8 samples.
2016-01-21set_signed_data now works correctly on pcm8 samples.Ovnuniarchos
2016-01-21Merge pull request #3403 from neikeq/spinbox_hold_impRémi Verschelde
Fix and improved Spinbox behaviour
2016-01-21Fix wrong local mouse pos when holding spinbox and improve behaviourIgnacio Etcheverry
2016-01-21Merge pull request #3398 from Ovnuniarchos/DocSoundRémi Verschelde
Some low-level audio documentation.
2016-01-20Merge pull request #3400 from Hinsbart/html5-gamepadpunto-
html5 gamepad support
2016-01-21html5 gamepad supportHinsbart
2016-01-21Documented AudioServserSW, EventPlayer and EventStream*. Corrections on ↵Ovnuniarchos
AudioServer and Sample.
2016-01-20Merge pull request #3397 from eska014/web-export-flex-statuseska014
Center status display per flexbox in web export
2016-01-20Center status display in web export per flexboxeska
- Fix mouse button press events not arriving in canvas - Fix right mouse button click on canvas opening context menu
2016-01-20Merge pull request #3396 from includeLuka/masterRémi Verschelde
Fixed wrong variable names
2016-01-20Fixed wrong variable namesLuka
2016-01-20Merge pull request #3394 from godotengine/wider-script-panelRémi Verschelde
Wider initial size of the panel with scripts
2016-01-20Wider initial size of the panel with scriptskubecz3k
I believe it's size is now exactly the same how it was before commit that allowed to hide script panel entirely. I assume previously it was 140 wide because of 70px of minimal size + 70px of offset, so now when minimal size is 0 the offset need to be 140.
2016-01-20fix export bugJuan Linietsky
2016-01-20Merge pull request #3392 from Hinsbart/html5-gamepadRémi Verschelde
fix string conversion in javascript export
2016-01-20fix string conversion in javascript exporthondres
2016-01-20Merge pull request #3381 from MarianoGnu/graph_zoomRémi Verschelde
Add zoom to GraphEdit