aboutsummaryrefslogtreecommitdiff
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-08-231-2/+2
|\| | | | |
| * | | | | Merge pull request #2282 from Ovnuniarchos/masterJuan Linietsky2015-08-081-2/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge remote-tracking branch 'refs/remotes/origin/master'Ovnuniarchos2015-07-263-4/+122
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | Added a proper name and an explanation to arg4 on CanvasItem.draw_texture_rect*.Ovnuniarchos2015-07-201-2/+2
| | | |_|/ | | |/| |
* | / | | **WARNING BEFORE PULLING**Juan Linietsky2015-08-2314-24/+80
|/ / / /
* | | | live debug fixesJuan Linietsky2015-08-023-5/+86
* | | | Live edit WORK IN PROGRESSJuan Linietsky2015-08-026-10/+476
| |/ / |/| |
* | | QOL, script buttons in scene tabsJuan Linietsky2015-07-263-3/+121
* | | -added icons for root node types on tabsJuan Linietsky2015-07-241-1/+1
|/ /
* | -some changes by okamJuan Linietsky2015-06-302-4/+14
* | Several performance improvements, mainly in loading and instancing scenes and...Juan Linietsky2015-06-2931-177/+221
* | more code completion improvementsJuan Linietsky2015-06-271-0/+16
* | improved get_node(), connect(), etc code completion.Juan Linietsky2015-06-261-4/+36
* | forgot to add mirroredrepeat flag to flags file. fixed.romulox_x2015-06-252-1/+6
* | added support for mirrored repeat texture wrappingromulox_x2015-06-252-1/+3
* | compile fixJuan Linietsky2015-06-241-1/+1
* | Tiny typoKermer2015-06-241-2/+2
* | ability to change shadow color in light2dJuan Linietsky2015-06-242-0/+21
* | Merge pull request #1907 from tommy3/show-hidden-filesJuan Linietsky2015-06-231-1/+1
|\ \
| * | set initial flag 'show_hidden_files' for file dialogs in project manager init...tommy32015-05-141-1/+1
| |/
* | Merge pull request #2068 from Krzycho666/color_rampJuan Linietsky2015-06-231-0/+54
|\ \
| * | founded and fixed a bug that freezed godot when deleting while grabbing color...krzycho2015-06-111-0/+2
| * | ColorRamp new features:krzycho2015-06-111-0/+52
* | | Merge pull request #2058 from volzhs/create_from_fntJuan Linietsky2015-06-221-0/+1
|\ \ \
| * | | add bind method for create_from_fnt (load fnt made by BMFont)volzhs2015-06-101-1/+1
| * | | add bind method for create_from_fnt (load fnt made by BMFont)volzhs2015-06-101-0/+1
| |/ /
* | | ability to set process on parent nodes on visibility notifierJuan Linietsky2015-06-222-0/+24
* | | Multiple scene editing *POTENTIALLY UNSTABLE*Juan Linietsky2015-06-2210-9/+142
* | | missing changesJuan Linietsky2015-06-142-1/+4
* | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-06-135-24/+290
|\ \ \
| * | | added ability for Area (3D) to detect other areasJuan Linietsky2015-06-122-14/+278
| * | | made changing pivot simpler in 2D nodes (just press v with mouse over position)Juan Linietsky2015-06-123-10/+12
* | | | some editor window changesJuan Linietsky2015-06-139-18/+175
|/ / /
* / / new space shooter demoJuan Linietsky2015-06-112-34/+48
|/ /
* | draw button focus before text and iconJuan Linietsky2015-06-081-4/+7
* | grid container supports separate h and v spacingJuan Linietsky2015-06-082-9/+12
* | Added Node.find_node(mask) functionJuan Linietsky2015-06-082-0/+25
* | Merge pull request #2007 from Krzycho666/masterJuan Linietsky2015-06-071-0/+1
|\ \
| * | Fixed ui_accept problem. It's possible now to make a custom ui_accept action ...krzycho2015-05-291-0/+1
* | | Merge pull request #1973 from Biliogadafr/ColorRampJuan Linietsky2015-06-079-70/+739
|\ \ \
| * | | Inline get_color_at_offset(). Delete unnecessary check.Biliogadafr2015-05-282-49/+44
| * | | Add get_color_at_offset(). Ensure correct points order.Biliogadafr2015-05-263-38/+67
| * | | Replace color phases with color ramp for Particles2D.Biliogadafr2015-05-249-64/+709
* | | | Merge pull request #1932 from Faless/gravity_distance_fullJuan Linietsky2015-06-074-0/+40
|\ \ \ \
| * | | | Calculate gravity based on distance from body to gravity point (2D)Fabio Alessandrelli2015-05-183-0/+21
| * | | | Calculate gravity based on distance from body to gravity pointFabio Alessandrelli2015-05-182-1/+20
* | | | | -fixed many memory initialization issuesJuan Linietsky2015-06-063-8/+18
* | | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-06-069-4/+1297
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/master'Juan Linietsky2015-06-067-17/+193
| |\ \ \ \ \
| * | | | | | new file dialog!Juan Linietsky2015-06-069-4/+1297