aboutsummaryrefslogtreecommitdiff
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | -A little More control about pixel snapping in 2DJuan Linietsky2015-10-132-0/+12
| * | | | | | | | | | | | | -fixes and more fixes to new scene system, seems stable now..reduz2015-10-167-26/+177
| * | | | | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotreduz2015-10-103-4/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Large improvements on scene packing and managementreduz2015-10-107-137/+2006
* | | | | | | | | | | | | | misc cleanupJuan Linietsky2015-10-178-2/+29
| |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-10-1319-185/+387
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Please enter the commit message for your changes. Lines startingAriel Manzur2015-10-082-4/+4
| | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge pull request #2528 from MarianoGnu/sprite-editJuan Linietsky2015-09-281-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | Add SpriteRegionEditor and update Polygon2DUVEditorMarianoGNU2015-09-281-0/+1
| * | | | | | | | | | | Fix return type of get_reverb_roomRémi Verschelde2015-09-262-5/+5
| * | | | | | | | | | | Fix default/filter/* parsing in _getRémi Verschelde2015-09-261-2/+2
| * | | | | | | | | | | Fix some copy-paste mistakes in linear/db volume functionsRémi Verschelde2015-09-261-5/+5
| * | | | | | | | | | | Rename _voice_count to _polyphony in SamplePlayer to be consistent with Sampl...Rémi Verschelde2015-09-263-12/+14
| * | | | | | | | | | | Merge pull request #2458 from TheHX/text_edit_hscrollJuan Linietsky2015-09-261-5/+8
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Fix HScrollBar of TextEdit, closes #2355Franklin Sobrinho2015-09-091-5/+8
| | | |/ / / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge pull request #2533 from eska014/fix-visibility-notification-propagationJuan Linietsky2015-09-261-1/+1
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Fix propagation of NOTIFICATION_VISIBILITY_CHANGEDeska2015-09-261-1/+1
| * | | | | | | | | | | | Merge pull request #2534 from eska014/unpress-hidden-buttonsJuan Linietsky2015-09-261-0/+10
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Fix BaseButtons remaining pressed when hiding them while pressing them downeska2015-09-261-0/+10
| | |/ / / / / / / / / / /
| * / / / / / / / / / / / Update documentation for TileSet and TimerRémi Verschelde2015-09-251-1/+4
| |/ / / / / / / / / / /
| * | | | | | | | | | | Merge pull request #2449 from leezh/label-valign-fixJuan Linietsky2015-09-252-130/+185
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | fix minsize-related issues with LabelZher Huei Lee2015-09-081-10/+11
| | * | | | | | | | | | | added get_visible_characters() to LabelZher Huei Lee2015-09-072-1/+8
| | * | | | | | | | | | | reworked Label classZher Huei Lee2015-09-072-121/+168
| | |/ / / / / / / / / /
| * | | | | | | | | | | Merge pull request #2502 from vnen/fix-itemlist-typoJuan Linietsky2015-09-251-1/+1
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Fix typo in ItemList bindingsGeorge Marques2015-09-211-1/+1
| * | | | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-09-2457-179/+1469
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | added alignment to BoxContainerZher Huei Lee2015-09-242-0/+53
| | * | | | | | | | | | | | Move the shape test to a little soonerGeorge Marques2015-09-221-3/+4
| | * | | | | | | | | | | | Check if shape is valid before referencing itGeorge Marques2015-09-221-0/+3
| | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | Add missing `return` so Visual Studio compileseska2015-09-221-1/+1
| | |/ / / / / / / / / /
| * | | | | | | | | | | Added ability to set custom mouse cursors. Not hardware accelerated yet.Juan Linietsky2015-09-242-18/+89
* | | | | | | | | | | | ability to change audio track in theora videoJuan Linietsky2015-10-133-3/+27
* | | | | | | | | | | | Fixed theora playback. Removed theoraplayer.Juan Linietsky2015-09-268-39/+226
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | remove required argument from streamplayer (was a bug), make it default as 0...Juan Linietsky2015-09-212-2/+2
* | | | | | | | | | | fixed stupid bug caused by accidentally removed line before commitJuan Linietsky2015-09-201-0/+1
* | | | | | | | | | | Ability to visually debug geometry visually:Juan Linietsky2015-09-2053-182/+1393
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Ability to keep collisionshapes and collisionpolygons when running the game.reduz2015-09-1513-58/+373
| |/ / / / / / / / / /
* / / / / / / / / / / begin work on debugging collisions....Juan Linietsky2015-09-183-0/+21
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-09-1011-178/+525
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Rewrite of the AudioStream APIJuan Linietsky2015-09-0911-178/+525
| |/ / / / / / / / /
* / / / / / / / / / HTML5 exporter ImprovementsJuan Linietsky2015-09-102-0/+7
|/ / / / / / / / /
* | | | | | | / / -removed resources dock, good bye old friendJuan Linietsky2015-09-011-1/+1
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Added gravity scale, and linear/angular damp override to 3D physics.Juan Linietsky2015-08-304-12/+100
* | | | | | | | -fix compile issue (pow)Juan Linietsky2015-08-302-2/+2
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | -multi-selection (shift-click) working in scene treeJuan Linietsky2015-08-291-2/+4
* | | | | | | -display/emulate_touchscreen now really emulates a touchscreenJuan Linietsky2015-08-291-1/+1
* | | | | | | -added hints to sprite v/hframes, fixes truncation problemJuan Linietsky2015-08-292-4/+4
* | | | | | | -fixes to capture modeJuan Linietsky2015-08-294-27/+152
| |_|_|_|/ / |/| | | | |
* | | | | | Added new NinePatch control (could be done before with Panel and Stylebox but...Juan Linietsky2015-08-243-0/+174