Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-19 | Bind missing FixedMaterial constants, fixes #2628 | Franklin Sobrinho | |
2015-10-17 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-10-17 | -fixes disability to remove instanced nodes when reopening scene. Fixes #2610 | Juan Linietsky | |
2015-10-17 | Fix crash when using a Scalar Uniform node to GraphShader | MarianoGNU | |
2015-10-16 | Merge branch 'master' of https://github.com/okamstudio/godot | MarianoGNU | |
# Solved Conflicts: # tools/editor/property_editor.cpp | |||
2015-10-16 | Merge branch 'master' of https://github.com/okamstudio/godot | reduz | |
Conflicts: scene/resources/packed_scene.h | |||
2015-10-16 | -fixes and more fixes to new scene system, seems stable now.. | reduz | |
BUT DONT TRUST ME IT MAY STILL BREAK, USE WITH CARE!! | |||
2015-10-13 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
Conflicts: platform/windows/detect.py | |||
2015-10-13 | ability to change audio track in theora video | Juan Linietsky | |
2015-10-10 | Large improvements on scene packing and management | reduz | |
-Ability to edit and keep changes of instanced scenes and sub-scenes -Ability to inherit from other scenes | |||
2015-09-26 | Fixed theora playback. Removed theoraplayer. | Juan Linietsky | |
Still need to get proper audio output latency in some platforms. | |||
2015-09-22 | Add missing `return` so Visual Studio compiles | eska | |
2015-09-20 | Ability to visually debug geometry visually: | Juan Linietsky | |
-Visible 2D and 3D Shapes, Polygons, Tile collisions, etc. -Visible Navmesh and Navpoly -Visible collision contacts for 2D and 3D as a red point -Customizable colors in project settings | |||
2015-09-09 | Rewrite of the AudioStream API | Juan Linietsky | |
-Fixes long-standing issues regarding to playing a single stream multiple times simultanteously -Fixes wrong-looping, starting, caching, etc. Issues resulting from bad original design -Allows more interesting kinds of streams (stream graphs with streams inside streams!) in the future | |||
2015-08-30 | Merge branch 'master' of https://github.com/okamstudio/godot | Mariano Javier Suligoy | |
# Solved Conflicts: # tools/editor/property_editor.cpp # tools/editor/property_editor.h | |||
2015-08-30 | Compile shaders using default values. | Mariano Javier Suligoy | |
2015-08-29 | Edit default values. WARNING!!! | Mariano Javier Suligoy | |
Do not merge these changes, default values are not compiled into shaders yet! | |||
2015-08-29 | -display/emulate_touchscreen now really emulates a touchscreen | Juan Linietsky | |
-icons to show node menus | |||
2015-08-24 | Merge branch 'master' of https://github.com/okamstudio/godot | Mariano Javier Suligoy | |
2015-08-23 | **WARNING BEFORE PULLING** | Juan Linietsky | |
This push changes the binary and XML formats and bumps the major version to 2.0. As such, files saved in this version WILL NO LONGER WORK IN PREVIOUS VERSIONS. This compatibility breakage with older versions was required in order to properly provide project refactoring tools. If I were you, unless you are brave, I would wait a week or two before pulling, in case of bugs :) Summary of Changes -New Filesystem dock, with filesystem & tree view modes. -New refactoring tools, to change or fix dependencies. -Quick search dialog, to quickly search any file | |||
2015-08-03 | Merge branch 'master' of https://github.com/okamstudio/godot | Mariano Javier Suligoy | |
2015-07-26 | QOL, script buttons in scene tabs | Juan Linietsky | |
2015-07-25 | Little fix: don't create an empty undo/redo command when trying to add a ↵ | Mariano Javier Suligoy | |
second Input GraphNode | |||
2015-07-25 | Duplicate GraphNode(s) [Control+D] | Mariano Javier Suligoy | |
2015-07-20 | Fix tab indent | Mariano Javier Suligoy | |
2015-07-19 | Select and move multiple nodes at once | Mariano Javier Suligoy | |
2015-06-30 | -some changes by okam | Juan Linietsky | |
2015-06-29 | Several performance improvements, mainly in loading and instancing scenes ↵ | Juan Linietsky | |
and resources. A general speedup should be apparent, with even more peformance increase when compiling optimized. WARNING: Tested and it seems to work, but if something breaks, please report. | |||
2015-06-25 | forgot to add mirroredrepeat flag to flags file. fixed. | romulox_x | |
2015-06-25 | added support for mirrored repeat texture wrapping | romulox_x | |
2015-06-22 | Merge pull request #2058 from volzhs/create_from_fnt | Juan Linietsky | |
add bind method for create_from_fnt (load fnt made by BMFont) | |||
2015-06-22 | Multiple scene editing *POTENTIALLY UNSTABLE* | Juan Linietsky | |
-ability to edit multiple scenes at the same time -resource internal IDs are now persistent, this makes multiple scene editing possible but maaaaay result in file corruption bugs (tested and could not find anything but possibility exists because core code changed, report immediately if you find this). -properly save settings, layout, etc when edited -script editing is independent from scene editing now -show a yellow box when a script belongs to the scene | |||
2015-06-13 | some editor window changes | Juan Linietsky | |
-ability to make dock position configurable, and it gets saved -editor starts maximized default | |||
2015-06-10 | add bind method for create_from_fnt (load fnt made by BMFont) | volzhs | |
2015-06-10 | add bind method for create_from_fnt (load fnt made by BMFont) | volzhs | |
2015-06-08 | grid container supports separate h and v spacing | Juan Linietsky | |
closes #2049 | |||
2015-06-07 | Merge pull request #1973 from Biliogadafr/ColorRamp | Juan Linietsky | |
Replace color phases with color ramp for Particles2D. (need some review/guidance) | |||
2015-06-06 | -fixed many memory initialization issues | Juan Linietsky | |
-fixed deadlock on previews thread -fixed compilation errors on unix | |||
2015-06-06 | Merge remote-tracking branch 'origin/master' | Juan Linietsky | |
Conflicts: tools/editor/io_plugins/editor_texture_import_plugin.cpp | |||
2015-06-06 | new file dialog! | Juan Linietsky | |
-ItemList control for easier lists/thumbnails -New file dialog, with support for thumbnails, favorites, recent places, etc -Moved .fscache out of the project, no more bugs due to committed/pulled .fscache! -Dir dialog now sorts directories | |||
2015-06-01 | -fixes to navigation, so edge-merging is more flexible on conflict | Juan Linietsky | |
-add tab support to richtextlabel -some click fixes to audio stream resampled -ability to import largetextures (dialog) | |||
2015-05-31 | work in progress, resource previews | Juan Linietsky | |
2015-05-28 | Inline get_color_at_offset(). Delete unnecessary check. | Biliogadafr | |
2015-05-26 | Add get_color_at_offset(). Ensure correct points order. | Biliogadafr | |
2015-05-24 | Replace color phases with color ramp for Particles2D. | Biliogadafr | |
2015-05-19 | more fixes | Juan Linietsky | |
-only refuse to load an older file if version major is different, fixes #1944 -fix drive letter default value, fixes #1939 | |||
2015-05-04 | -More strict argument type-checking, will make many bugs visible, fixes #1809 | Juan Linietsky | |
-added NOTIFICATION_INSTANCED | |||
2015-05-04 | -corrected frac() and hyperbolic sin,cos,tan when running on PC (GLSL120), ↵ | Juan Linietsky | |
fixes #1775 | |||
2015-05-04 | -vec3 uniforms should now work, fixes #1773 | Juan Linietsky | |
2015-05-04 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |