summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Expand)Author
2015-10-17Merge pull request #2589 from eska014/add-raycast2d-type_maskJuan Linietsky
2015-10-17Merge pull request #2594 from Biliogadafr/PinSoftnessJuan Linietsky
2015-10-16Merge branch 'master' of https://github.com/okamstudio/godotMarianoGNU
2015-10-16Merge branch 'master' of https://github.com/okamstudio/godotreduz
2015-10-16-fixes and more fixes to new scene system, seems stable now..reduz
2015-10-13-A little More control about pixel snapping in 2DJuan Linietsky
2015-10-13Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-10-13ability to change audio track in theora videoJuan Linietsky
2015-10-12ran cppcheck, fixed cases where array index is used before limits checkfirefly2442
2015-10-10Expose softness parameter of pin joint to the editor.Biliogadafr
2015-10-10Merge branch 'master' of https://github.com/okamstudio/godotreduz
2015-10-10Large improvements on scene packing and managementreduz
2015-10-10Add type mask property to RayCast2Deska
2015-10-08 Please enter the commit message for your changes. Lines startingAriel Manzur
2015-09-30fix miss bind for Node::find_nodevolzhs
2015-09-28Merge pull request #2528 from MarianoGnu/sprite-editJuan Linietsky
2015-09-28Add SpriteRegionEditor and update Polygon2DUVEditorMarianoGNU
2015-09-26Fix return type of get_reverb_roomRémi Verschelde
2015-09-26Fix default/filter/* parsing in _getRémi Verschelde
2015-09-26Fix some copy-paste mistakes in linear/db volume functionsRémi Verschelde
2015-09-26Rename _voice_count to _polyphony in SamplePlayer to be consistent with Sampl...Rémi Verschelde
2015-09-26Fixed theora playback. Removed theoraplayer.Juan Linietsky
2015-09-26Merge pull request #2458 from TheHX/text_edit_hscrollJuan Linietsky
2015-09-26Merge pull request #2533 from eska014/fix-visibility-notification-propagationJuan Linietsky
2015-09-26Merge pull request #2534 from eska014/unpress-hidden-buttonsJuan Linietsky
2015-09-26Fix BaseButtons remaining pressed when hiding them while pressing them downeska
2015-09-26Fix propagation of NOTIFICATION_VISIBILITY_CHANGEDeska
2015-09-25Update documentation for TileSet and TimerRémi Verschelde
2015-09-25Merge pull request #2449 from leezh/label-valign-fixJuan Linietsky
2015-09-25Merge pull request #2502 from vnen/fix-itemlist-typoJuan Linietsky
2015-09-24Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-09-24Added ability to set custom mouse cursors. Not hardware accelerated yet.Juan Linietsky
2015-09-24added alignment to BoxContainerZher Huei Lee
2015-09-22Move the shape test to a little soonerGeorge Marques
2015-09-22Check if shape is valid before referencing itGeorge Marques
2015-09-22Add missing `return` so Visual Studio compileseska
2015-09-21Fix typo in ItemList bindingsGeorge Marques
2015-09-21remove required argument from streamplayer (was a bug), make it default as 0...Juan Linietsky
2015-09-20fixed stupid bug caused by accidentally removed line before commitJuan Linietsky
2015-09-20Ability to visually debug geometry visually:Juan Linietsky
2015-09-18begin work on debugging collisions....Juan Linietsky
2015-09-15Ability to keep collisionshapes and collisionpolygons when running the game.reduz
2015-09-10Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-09-10HTML5 exporter ImprovementsJuan Linietsky
2015-09-09Rewrite of the AudioStream APIJuan Linietsky
2015-09-09Fix HScrollBar of TextEdit, closes #2355Franklin Sobrinho
2015-09-08hide opened menu when click on menu buttonfirefly2442
2015-09-08fix minsize-related issues with LabelZher Huei Lee
2015-09-07added get_visible_characters() to LabelZher Huei Lee
2015-09-07reworked Label classZher Huei Lee