summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-16-added custom metadata to physics shapes (2D only for now)Juan Linietsky
2014-10-14-do not use calc_tangents if no UVsJuan Linietsky
2014-10-14FixesJuan Linietsky
2014-10-14Merge pull request #792 from romulox-x/normalmap-view-bugJuan Linietsky
2014-10-14fix view dependent problem in normal mappingromulox_x
2014-10-14Merge pull request #790 from marynate/PR-fix-ios-buildJuan Linietsky
2014-10-14Fix ios build errormarynate
2014-10-14ColladaJuan Linietsky
2014-10-13Merge pull request #784 from romulox-x/2d-particle-depthJuan Linietsky
2014-10-12offset particle drawing order so that recently emitted particles are always d...romulox_x
2014-10-12Little BitsJuan Linietsky
2014-10-10Merge pull request #773 from hiltonm/fix-2d-spatial-audioJuan Linietsky
2014-10-10Remove camera check for 2D audio listener.Hilton Medeiros
2014-10-10missingJuan Linietsky
2014-10-10Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2014-10-10-less agressive install.txt, existence of this package is proof enough of dis...Juan Linietsky
2014-10-09Merge pull request #770 from romulox-x/sprite-frame-floatJuan Linietsky
2014-10-09Modified sprite's draw notification call to use floats instead of integers so...romulox_x
2014-10-09-compatibility fixes, Better Collada is ready for PRIME TIME!Juan Linietsky
2014-10-09-Rasterizer supports meshes with both skeletons and blend shapesJuan Linietsky
2014-10-09Misc BitsJuan Linietsky
2014-10-08Merge pull request #763 from marynate/PR-fix-build-on-winJuan Linietsky
2014-10-08Fix windows build issue by moving libraries from LIBS to LINKFLAGS; Remove re...marynate
2014-10-07-One liner fix for crash, line was removed accidentally.Juan Linietsky
2014-10-07Build System ChangesJuan Linietsky
2014-10-03Icons for many new types of nodesJuan Linietsky
2014-10-03missing fils from yesterday comit.Juan Linietsky
2014-10-03missing demo filesJuan Linietsky
2014-10-03Huge Amount of BugFixJuan Linietsky
2014-09-25Merge pull request #731 from mikica1986vee/masterJuan Linietsky
2014-09-25warp_mouse_pos for osxmikica1986vee
2014-09-24Merge pull request #726 from rollenrolm/collada_exporterJuan Linietsky
2014-09-25Restore current frame and assigned actions to the state before exportRalf Hölzemer
2014-09-23Only export Actions with a user count > 0Ralf Hölzemer
2014-09-22-added collision exception to 3D Physics API tooJuan Linietsky
2014-09-22-variables with export in script are now IMMEDIATELY AND ALWAYS visible in pr...Juan Linietsky
2014-09-21Merge pull request #717 from rollenrolm/fix-inspector-rename-updateJuan Linietsky
2014-09-21Fix #395: change node name does not refresh in the inspector until you resele...Ralf Hölzemer
2014-09-21Fixed too many little issues, check the issues closed today.Juan Linietsky
2014-09-21Added LICENSE.mdJuan Linietsky
2014-09-19- more fixes on #672 on windowsJuan Linietsky
2014-09-19Fixing Issues...Juan Linietsky
2014-09-19Merge pull request #701 from adolson/project-manager-titleJuan Linietsky
2014-09-19Merge pull request #705 from rollenrolm/vslider-fixJuan Linietsky
2014-09-19Merge pull request #708 from sanikoyes/Pr-fix-file-existsJuan Linietsky
2014-09-19Fix file_existssanikoyes
2014-09-18Merge pull request #706 from rollenrolm/color-picker-fixJuan Linietsky
2014-09-19Fix bug #471, Colour picker labels are incorrect in HSV and RAW modeRalf Hölzemer
2014-09-19Fix for inverted VSliderRalf Hölzemer
2014-09-18add title to project manager windowDana Olson