summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* -Ability to debug video memory usageJuan Linietsky2015-10-212-1/+24
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-10-204-2/+217
|\
| * Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-10-1941-499/+3502
| |\
| | * Add fill_degrees to limitate radial fillingMarianoGNU2015-10-182-7/+31
| | * Merge branch 'master' of https://github.com/okamstudio/godotMarianoGNU2015-10-1720-32/+390
| | |\
| | * | Add fill modes. Clockwise, Counter-CW and center-offsetMarianoGNU2015-10-172-2/+190
| * | | -some fixes to where screen is read from rasterizerJuan Linietsky2015-10-192-0/+3
* | | | -work in progress implementation of NDEE's theme It's NOT DONE YETJuan Linietsky2015-10-2021-89/+131
| |_|/ |/| |
* | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-10-1712-308/+730
|\ \ \
| * \ \ Merge pull request #2274 from MarianoGnu/masterJuan Linietsky2015-10-1712-308/+730
| |\ \ \ | | | |/ | | |/|
| | * | Fix crash when using a Scalar Uniform node to GraphShaderMarianoGNU2015-10-171-4/+4
| | * | Merge branch 'master' of https://github.com/okamstudio/godotMarianoGNU2015-10-1696-732/+4755
| | |\ \
| | * \ \ Merge branch 'master' of https://github.com/okamstudio/godotMariano Javier Suligoy2015-08-306-14/+102
| | |\ \ \
| | * | | | Add missing icons, also make MSVC2010 happyMariano Javier Suligoy2015-08-302-173/+173
| | * | | | Merge branch 'master' of https://github.com/okamstudio/godotMariano Javier Suligoy2015-08-307-34/+161
| | |\ \ \ \
| | * | | | | Compile shaders using default values.Mariano Javier Suligoy2015-08-301-10/+77
| | * | | | | Edit default values. WARNING!!!Mariano Javier Suligoy2015-08-296-46/+131
| | * | | | | Merge branch 'master' of https://github.com/okamstudio/godotMariano Javier Suligoy2015-08-2417-24/+254
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' of https://github.com/okamstudio/godotMariano Javier Suligoy2015-08-091-2/+2
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'master' of https://github.com/okamstudio/godotMariano Javier Suligoy2015-08-039-14/+679
| | |\ \ \ \ \ \ \
| | * | | | | | | | Delete selected nodes with the Delete keyMariano Javier Suligoy2015-07-261-0/+7
| | * | | | | | | | Little fix: don't create an empty undo/redo command when trying to add a seco...Mariano Javier Suligoy2015-07-252-0/+11
| | * | | | | | | | Duplicate GraphNode(s) [Control+D]Mariano Javier Suligoy2015-07-254-9/+64
| | * | | | | | | | Box selection for GraphNodesMariano Javier Suligoy2015-07-242-8/+90
| | * | | | | | | | Fix tab indentMariano Javier Suligoy2015-07-205-954/+954
| | * | | | | | | | Select and move multiple nodes at onceMariano Javier Suligoy2015-07-197-839/+946
| | * | | | | | | | Use popup menu to add new nodes to the shader graph editor in the last clicke...Mariano Javier Suligoy2015-07-161-3/+11
* | | | | | | | | | -fixes disability to remove instanced nodes when reopening scene. Fixes #2610Juan Linietsky2015-10-171-3/+3
* | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-10-176-19/+303
|\| | | | | | | | |
| * | | | | | | | | Merge pull request #1899 from guilhermefelipecgs/fix_#1897Juan Linietsky2015-10-171-11/+7
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Fix for scroll_to_line and search functions, fix #1897Guilherme Felipe2015-05-131-11/+7
| * | | | | | | | | | Merge pull request #2330 from FEDE0D/parallax_fixJuan Linietsky2015-10-172-1/+23
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ParallaxBackground: added option to ignore camera zoomFederico Pacheco2015-08-042-1/+23
| | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge pull request #2362 from AlexHolly/update-scene-tab-fixJuan Linietsky2015-10-171-1/+9
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | close all parent PopupMenus fixAlexander Holland2015-08-121-1/+9
| | | |_|_|/ / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge pull request #2380 from StraToN/tabs-buttonsJuan Linietsky2015-10-172-6/+264
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Added close button to tab. Added 4 display policies for this close button (sh...Julian Murgia - StraToN2015-08-182-6/+264
| | |/ / / / / / / / /
* | | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-10-1717-168/+2238
|\| | | | | | | | | |
| * | | | | | | | | | Merge pull request #2455 from firefly2442/hide-menu-fixJuan Linietsky2015-10-171-1/+3
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | hide opened menu when click on menu buttonfirefly24422015-09-081-1/+3
| * | | | | | | | | | | Merge pull request #2481 from firefly2442/cppcheck-arrayindexthencheckJuan Linietsky2015-10-171-1/+1
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | ran cppcheck, fixed cases where array index is used before limits checkfirefly24422015-10-121-1/+1
| * | | | | | | | | | | | 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 #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-172-4/+30
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | Expose softness parameter of pin joint to the editor.Biliogadafr2015-10-102-4/+30
| | |/ / / / / / / / / / /
| * | | | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotreduz2015-10-169-41/+255
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| | * | | | | | | | | | | -A little More control about pixel snapping in 2DJuan Linietsky2015-10-132-0/+12