summaryrefslogtreecommitdiff
path: root/scene/resources
AgeCommit message (Expand)Author
2015-11-24Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-11-24-work in progress resourceparser and .tscn parser. Still non-functionalJuan Linietsky
2015-11-18Merge branch 'master' of https://github.com/okamstudio/godot into shadow_colorSaracen
2015-11-18Merge pull request #2707 from akien-mga/masterJuan Linietsky
2015-11-18Merge pull request #2709 from eska014/fix-default-menubutton-styleboxesJuan Linietsky
2015-11-18Merge pull request #2715 from SaracenOne/shader_fix_and_enhancementJuan Linietsky
2015-11-18Merge pull request #2636 from TheHX/fixed_materialJuan Linietsky
2015-11-18Merge pull request #2639 from MarianoGnu/originJuan Linietsky
2015-11-18Merge pull request #2695 from eska014/add-default-angular-dampJuan Linietsky
2015-11-18*Polygon2D now updates on any modification in its point array. ShapeLine2D ha...Ovnuniarchos
2015-11-18-Fixed default theme a littleJuan Linietsky
2015-11-17-Merged Script and Help tabsJuan Linietsky
2015-11-13-better integration of ndee's themeJuan Linietsky
2015-11-08New shader feature: change the colour of shadows on a per-material basis.Saracen
2015-11-02Added ability to write directly to 4-dimensional position vector from within ...Saracen
2015-11-01Cosmetic fixes to SCons buildsystemRĂ©mi Verschelde
2015-11-01Add default focus StyleBox to MenuButtoneska
2015-10-28Set World2D default angular damp per global `physics_2d/default_angular_damp`eska
2015-10-21-Ability to debug video memory usageJuan Linietsky
2015-10-20-work in progress implementation of NDEE's theme It's NOT DONE YETJuan Linietsky
2015-10-19Fix ButtonGroup broken layoutMarianoGNU
2015-10-19Bind missing FixedMaterial constants, fixes #2628Franklin Sobrinho
2015-10-17Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-10-17-fixes disability to remove instanced nodes when reopening scene. Fixes #2610Juan Linietsky
2015-10-17Fix crash when using a Scalar Uniform node to GraphShaderMarianoGNU
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-13Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-10-13ability to change audio track in theora videoJuan Linietsky
2015-10-10Large improvements on scene packing and managementreduz
2015-09-26Fixed theora playback. Removed theoraplayer.Juan Linietsky
2015-09-22Add missing `return` so Visual Studio compileseska
2015-09-20Ability to visually debug geometry visually:Juan Linietsky
2015-09-09Rewrite of the AudioStream APIJuan Linietsky
2015-08-30Merge branch 'master' of https://github.com/okamstudio/godotMariano Javier Suligoy
2015-08-30Compile shaders using default values.Mariano Javier Suligoy
2015-08-29Edit default values. WARNING!!!Mariano Javier Suligoy
2015-08-29-display/emulate_touchscreen now really emulates a touchscreenJuan Linietsky
2015-08-24Merge branch 'master' of https://github.com/okamstudio/godotMariano Javier Suligoy
2015-08-23**WARNING BEFORE PULLING**Juan Linietsky
2015-08-03Merge branch 'master' of https://github.com/okamstudio/godotMariano Javier Suligoy
2015-07-26QOL, script buttons in scene tabsJuan Linietsky
2015-07-25Little fix: don't create an empty undo/redo command when trying to add a seco...Mariano Javier Suligoy
2015-07-25Duplicate GraphNode(s) [Control+D]Mariano Javier Suligoy
2015-07-20Fix tab indentMariano Javier Suligoy
2015-07-19Select and move multiple nodes at onceMariano Javier Suligoy
2015-06-30-some changes by okamJuan Linietsky
2015-06-29Several performance improvements, mainly in loading and instancing scenes and...Juan Linietsky
2015-06-25forgot to add mirroredrepeat flag to flags file. fixed.romulox_x