| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Added proximity and distance fade to SpatialMaterial | Juan Linietsky | 2017-09-21 | 2 | -1/+144 | |
| | | ||||||
| * | Merge pull request #11365 from leezh/freetype_mono | Rémi Verschelde | 2017-09-21 | 1 | -2/+17 | |
| |\ | | | | | Added support for FT_PIXEL_MODE_MONO in FreeType | |||||
| | * | Added support for FT_PIXEL_MODE_MONO in FreeType | Zher Huei Lee | 2017-09-19 | 1 | -2/+17 | |
| | | | ||||||
| * | | Rename pos to position in user facing methods and variables | letheed | 2017-09-20 | 14 | -66/+59 | |
| | | | | | | | | | | | | | | | | | | | | | | | Rename user facing methods and variables as well as the corresponding C++ methods according to the folloming changes: * pos -> position * rot -> rotation * loc -> location C++ variables are left as is. | |||||
| * | | Add some options and reorganize the 2D editor menus. Makes available forced ↵ | Gilles Roudiere | 2017-09-18 | 3 | -3/+3 | |
| |/ | | | | snapping. | |||||
| * | Merge pull request #11274 from Rubonnek/keep-argument-names-consistent | Rémi Verschelde | 2017-09-17 | 2 | -5/+5 | |
| |\ | | | | | Renamed function arguments to keep them consistent between declaration and implementation | |||||
| | * | Renamed function arguments to keep them consistent between declaration and ↵ | Wilson E. Alvarez | 2017-09-14 | 2 | -5/+5 | |
| | | | | | | | | | implementation | |||||
| * | | Fix enums bindings | Maxim Sheronov | 2017-09-13 | 3 | -0/+52 | |
| |/ | | | | | Add missed bindings for enums Move some enums to class to have correct output of api.json | |||||
| * | Merge pull request #11015 from toger5/rtl_default_stylebox_empty | Rémi Verschelde | 2017-09-12 | 1 | -1/+1 | |
| |\ | | | | | rtl uses styleBoxEmpty as defualt fixes: #11014 | |||||
| | * | rtl uses styleBoxEmpty as defualt | toger5 | 2017-09-06 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #10908 from hpvb/fix-unused-variables | Rémi Verschelde | 2017-09-12 | 1 | -9/+0 | |
| |\ \ | | | | | | | Fix unused variable warnings | |||||
| | * | | Fix unused variable warnings | Hein-Pieter van Braam | 2017-09-08 | 1 | -9/+0 | |
| | | | | | | | | | | | | | The forth in my quest to make Godot 3.x compile with -Werror on GCC7 | |||||
| * | | | Merge pull request #11057 from hpvb/fix-various-warnings | Rémi Verschelde | 2017-09-12 | 3 | -18/+17 | |
| |\ \ \ | | | | | | | | | Fix various assorted warnings | |||||
| | * | | | Fix various assorted warnings | Hein-Pieter van Braam | 2017-09-08 | 3 | -18/+17 | |
| | |/ / | | | | | | | | | | | | | Fix various warnings that don't have enough instances to merit individual commits. Also fixes a potential bug in audio_server.cpp. | |||||
| * | | | Merge pull request #11152 from SaracenOne/mesh_arrays_access | Poommetee Ketson | 2017-09-12 | 4 | -2/+25 | |
| |\ \ \ | | | | | | | | | Script access to formatted arrays and blend_arrays in meshes. | |||||
| | * | | | Script access to formatted arrays and blend_arrays in meshes. | SaracenOne | 2017-09-11 | 4 | -2/+25 | |
| | |/ / | ||||||
| * / / | Material: fix priority not int | Poommetee Ketson | 2017-09-11 | 1 | -4/+4 | |
| |/ / | ||||||
| * | | Ability to use a sky for reflection together with a background color. | Juan Linietsky | 2017-09-07 | 2 | -3/+5 | |
| | | | ||||||
| * | | hide next pass for material types that make it pointless, closes #10686 | Juan Linietsky | 2017-09-05 | 2 | -0/+17 | |
| |/ | ||||||
| * | MeshLibrary: remove duplicated line | Poommetee Ketson | 2017-09-05 | 1 | -1/+0 | |
| | | ||||||
| * | Merge pull request #10901 from toger5/script_background_cleanup | Rémi Verschelde | 2017-09-04 | 1 | -0/+1 | |
| |\ | | | | | StyleBoxSupport for RichTextLabel and cleanup for script+docs backgrounds fixes #10685 | |||||
| | * | Unified script panel backgrounds. | toger5 | 2017-09-02 | 1 | -0/+1 | |
| | | | | | | | | | | | | | - simplefied it with using the new rtl. - removed ("ScriptPanel", "EditorStyles") for since rtl now can be used - unified backgrounds when script editor color is set to transparent => option to set background color adapt to theme is deprecated. | |||||
| * | | -Added an optimization so physics shapes are configured later, speeds up ↵ | Juan Linietsky | 2017-09-03 | 2 | -2/+5 | |
| | | | | | | | | | grid map loading and editing | |||||
| * | | Added transmission shader parameter. | Juan Linietsky | 2017-09-03 | 2 | -4/+51 | |
| | | | ||||||
| * | | Fix typos 'a' and 'an' | Poommetee Ketson | 2017-09-02 | 1 | -1/+1 | |
| | | | ||||||
| * | | Made triplanar local space by default, world space optionally, closes #10159 | Juan Linietsky | 2017-09-02 | 2 | -25/+28 | |
| | | | ||||||
| * | | Fix use of unitialized variables | Hein-Pieter van Braam | 2017-09-02 | 3 | -5/+18 | |
| | | | | | | | | | The second in my quest to make Godot 3.x compile with -Werror on GCC7 | |||||
| * | | Merge pull request #10846 from hpvb/fix-sign-compare | Rémi Verschelde | 2017-09-01 | 1 | -2/+2 | |
| |\ \ | | | | | | | Fix signed and unsigned comparisons | |||||
| | * | | Fix signed and unsigned comparisons | Hein-Pieter van Braam | 2017-09-01 | 1 | -2/+2 | |
| | | | | | | | | | | | | | The first in my quest to make Godot 3.x compile with -Werror on GCC7 | |||||
| * | | | Removed ontop property, added a material rendering priority system. Fixes ↵ | Juan Linietsky | 2017-09-01 | 2 | -5/+42 | |
| | | | | | | | | | | | | | #9935, closes #10135 | |||||
| * | | | Fix files header | Poommetee Ketson | 2017-09-01 | 1 | -1/+1 | |
| |/ / | ||||||
| * / | Fix issues regarding reload of resources in imported scenes. Closes #10017 | Juan Linietsky | 2017-08-31 | 2 | -3/+4 | |
| |/ | ||||||
| * | Merge pull request #10816 from toger5/style_box_texture_set_fill | Rémi Verschelde | 2017-08-31 | 2 | -21/+21 | |
| |\ | | | | | unified draw_center naming for (9patch,StyleBoxes) | |||||
| | * | unified draw_center naming for (9patch,StyleBoxes) | toger5 | 2017-08-31 | 2 | -21/+21 | |
| | | | | | | | | | | | | | - filled -> draw_center - is_draw_center -> is_draw_center_enabled - get_draw_center -> is_draw_center_enabled | |||||
| * | | Merge pull request #10823 from toger5/fix_VSlider_focus_non_existent | Rémi Verschelde | 2017-08-31 | 1 | -1/+1 | |
| |\ \ | | | | | | | changed-"HSlider" -> "VSlider" for focus style fixes #728 | |||||
| | * | | changed-"HSlider" -> "VSlider" for focus style fixes #728 | toger5 | 2017-08-31 | 1 | -1/+1 | |
| | |/ | ||||||
| * / | Fixed problem with non triplanar UV2 mode as described in issue. Closes #9979 | Juan Linietsky | 2017-08-31 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #10096 from toger5/label_stylebox | Rémi Verschelde | 2017-08-31 | 1 | -0/+1 | |
| |\ | | | | | fixed Import LineEdit to label + label stylebox | |||||
| | * | fixed Import LineEdit to label + label stylebox | toger5 | 2017-08-17 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | - added a normal stylebox to label. default is StyleBoxEmpty - changed drawing so that it draws correct with styleboxes with margins - changed the LineEdit in the import to use a label with the lineEdit stylebox | |||||
| * | | Merge pull request #10401 from maxim-sheronov/fix_particles_spritesheet | Rémi Verschelde | 2017-08-31 | 2 | -8/+8 | |
| |\ \ | | | | | | | Fix UV calculation for spritesheet in particles | |||||
| | * | | Fix UV calculation for spritesheet in particles | Maxim Sheronov | 2017-08-23 | 2 | -8/+8 | |
| | | | | | | | | | | | | | Fix names of uniforms and make correct uv offset calculation | |||||
| * | | | -Fixed screen edge SSAO filter, fixes #9678 | Juan Linietsky | 2017-08-29 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | -Raised the SSAO limits, making the effect a lot more useful -Still pending to enable tresholding to avoid some hollow places | |||||
| * | | | -Fixes to how collada generates tangents (use SurfaceTool), closes #9562 | Juan Linietsky | 2017-08-29 | 2 | -2/+15 | |
| | | | | | | | | | | | | | -Fix to gridmap cell size (wrong property type) | |||||
| * | | | -Some fixes to code completion. | Juan Linietsky | 2017-08-28 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | -Fix getter in code completion being displayed when it shouldn't -Clean up preview generation for editors and exposed it as editor plugin | |||||
| * | | | Dead code tells no tales | Rémi Verschelde | 2017-08-27 | 11 | -1130/+10 | |
| | | | | ||||||
| * | | | -Largely rewrote gridmap to simplify it | Juan Linietsky | 2017-08-27 | 2 | -16/+59 | |
| | | | | | | | | | | | | | | | | -Got editor working again -Added a current-floor marker on selection | |||||
| * | | | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 102 | -102/+102 | |
| | | | | ||||||
| * | | | Bind missing ArrayMesh.ARRAY_MAX | Marc Gilleron | 2017-08-27 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Cleanup tons of obsolete commented out code | Rémi Verschelde | 2017-08-26 | 3 | -455/+1 | |
| | | | | | | | | | | | | | | | | Mostly in EditorNode, dropping some obsolete editor plugins and also a cleanup of ProjectSettings/EditorSettings. | |||||
| * | | | -Massive clean up to gizmos | Juan Linietsky | 2017-08-26 | 2 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | -Make sure handles are always visible (on top) -Fixed instanced scene selection (should work properly now) -Added interpolated camera -Customizable gizmo colors in editor settings | |||||
