aboutsummaryrefslogtreecommitdiff
path: root/scene/resources
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | ability to change audio track in theora videoJuan Linietsky2015-10-131-0/+1
| * | | | | | Fixed theora playback. Removed theoraplayer.Juan Linietsky2015-09-263-14/+38
* | | | | | | -fixes and more fixes to new scene system, seems stable now..reduz2015-10-162-15/+51
* | | | | | | Large improvements on scene packing and managementreduz2015-10-104-128/+1913
| |/ / / / / |/| | | | |
* | | | | | Add missing `return` so Visual Studio compileseska2015-09-221-1/+1
|/ / / / /
* | | | | Ability to visually debug geometry visually:Juan Linietsky2015-09-2031-10/+502
* | | | | Rewrite of the AudioStream APIJuan Linietsky2015-09-096-102/+51
| |_|_|/ |/| | |
* | | | -display/emulate_touchscreen now really emulates a touchscreenJuan Linietsky2015-08-291-1/+1
| |_|/ |/| |
* | | **WARNING BEFORE PULLING**Juan Linietsky2015-08-236-6/+25
| |/ |/|
* | QOL, script buttons in scene tabsJuan Linietsky2015-07-261-1/+3
|/
* -some changes by okamJuan Linietsky2015-06-302-4/+14
* Several performance improvements, mainly in loading and instancing scenes and...Juan Linietsky2015-06-297-28/+31
* forgot to add mirroredrepeat flag to flags file. fixed.romulox_x2015-06-251-1/+1
* added support for mirrored repeat texture wrappingromulox_x2015-06-252-1/+3
* 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
* | Multiple scene editing *POTENTIALLY UNSTABLE*Juan Linietsky2015-06-223-2/+2
* | some editor window changesJuan Linietsky2015-06-134-0/+12
|/
* grid container supports separate h and v spacingJuan Linietsky2015-06-081-1/+2
* Merge pull request #1973 from Biliogadafr/ColorRampJuan Linietsky2015-06-074-0/+220
|\
| * Inline get_color_at_offset(). Delete unnecessary check.Biliogadafr2015-05-282-49/+44
| * Add get_color_at_offset(). Ensure correct points order.Biliogadafr2015-05-262-9/+66
| * Replace color phases with color ramp for Particles2D.Biliogadafr2015-05-244-0/+168
* | -fixed many memory initialization issuesJuan Linietsky2015-06-062-8/+14
* | Merge remote-tracking branch 'origin/master'Juan Linietsky2015-06-061-0/+55
|\ \
| * | -fixes to navigation, so edge-merging is more flexible on conflictJuan Linietsky2015-06-011-0/+55
* | | new file dialog!Juan Linietsky2015-06-061-2/+21
|/ /
* / work in progress, resource previewsJuan Linietsky2015-05-311-1/+0
|/
* more fixesJuan Linietsky2015-05-191-1/+1
* -More strict argument type-checking, will make many bugs visible, fixes #1809Juan Linietsky2015-05-041-0/+2
* -corrected frac() and hyperbolic sin,cos,tan when running on PC (GLSL120), fi...Juan Linietsky2015-05-041-1/+1
* -vec3 uniforms should now work, fixes #1773Juan Linietsky2015-05-041-1/+1
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-05-041-2/+2
|\
| * Fixed some items caught in cppcheckNathan Warden2015-05-021-2/+2
* | improved kinematic motion, improved demos for kinematic motionJuan Linietsky2015-05-031-5/+13
|/
* -Fixes from source code analyzizer, closes #1768Juan Linietsky2015-05-011-1/+1
* -some cleanupsJuan Linietsky2015-04-301-0/+2
* -made normalmaps easier in 2D, fixes #1467Juan Linietsky2015-04-271-0/+2
* -Many fixes and demo for RichTexLabelJuan Linietsky2015-04-211-1/+5
* Updated copyright year in all headersJuan Linietsky2015-04-18102-251/+251
* fixed UV2 source in shader graph, closes #1633Juan Linietsky2015-04-121-2/+2
* -Fixes bug in ShaderGraph material, when uniform property is not used, fixes ...Juan Linietsky2015-04-092-2/+6
* fix crash when deleting shader from material, fixes #1631Juan Linietsky2015-04-071-1/+1
* fixed shader graph length node, fixes #1632Juan Linietsky2015-04-071-1/+1
* Beta1 Attempt #1Juan Linietsky2015-04-021-3/+12
* Merge pull request #1460 from MarianoGnu/masterJuan Linietsky2015-03-224-2/+46
|\
| * Improve mechanism and fix radio icon rendering.Mariano Javier Suligoy2015-03-011-2/+6
| * Add CheckBox control with theme edition and radio icon avaible.Mariano Javier Suligoy2015-03-014-1/+41
* | fixes/cleans upJuan Linietsky2015-03-224-1/+20