| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | TileSet/TileMap: Decompose solid non-convex polygons into convexes. Real fix ↵ | Mariano Suligoy | 2019-03-04 | 2 | -38/+23 |
| | | | | | for #24003 | ||||
| * | Specifically error when users try to use sync to physics and move and slide, ↵ | Juan Linietsky | 2019-03-04 | 1 | -0/+3 |
| | | | | | closes #26545 | ||||
| * | Clean up and fix some situations where triangulation may fail, closes #26366 | Juan Linietsky | 2019-03-02 | 1 | -1/+3 |
| | | |||||
| * | Make query checks less agressive, fixes #24694 | Juan Linietsky | 2019-03-02 | 1 | -1/+1 |
| | | |||||
| * | Do not crash on empty path, closes #23701 | Juan Linietsky | 2019-02-23 | 1 | -0/+3 |
| | | |||||
| * | Ensure move and slide snap respects stop on slope, fixes #26180 | Juan Linietsky | 2019-02-23 | 1 | -0/+6 |
| | | |||||
| * | Check that area is inside tree besides checking that queries are flushed, ↵ | Juan Linietsky | 2019-02-22 | 1 | -1/+1 |
| | | | | | fixes #26148 | ||||
| * | Fixed bugs in test body motion and removed unnecesary test in ↵ | Juan Linietsky | 2019-02-21 | 1 | -3/+0 |
| | | | | | move_and_slide. Fixes #25968 | ||||
| * | Add -Wshadow=local to warnings and fix reported issues. | marxin | 2019-02-20 | 2 | -29/+29 |
| | | | | | Fixes #25316. | ||||
| * | Merge pull request #26025 from clayjohn/particles_lifetime | Rémi Verschelde | 2019-02-18 | 1 | -1/+1 |
| |\ | | | | | Allowing setting particles lifetime greater than 600 | ||||
| | * | allowing setting particles lifetime greater than 600 | clayjohn | 2019-02-18 | 1 | -1/+1 |
| | | | |||||
| * | | Fix AudioStreams::stop possibly causing a small noise | Marcelo Fernandez | 2019-02-17 | 2 | -16/+24 |
| | | | |||||
| * | | Updat polygons when skeleton setup changes, fixes #25949 | Juan Linietsky | 2019-02-16 | 3 | -2/+32 |
| | | | |||||
| * | | Change snapping to only happen when the floor normal remains as floor, fixes ↵ | Juan Linietsky | 2019-02-16 | 1 | -6/+14 |
| | | | | | | | | | #22312 | ||||
| * | | Make sure stop on slope can have a tiny bit of precision edge. | Juan Linietsky | 2019-02-16 | 1 | -1/+1 |
| | | | |||||
| * | | Fix typos with codespell | Rémi Verschelde | 2019-02-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using codespell 1.14.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang doubleclick lod nd numer que te unselect EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ``` | ||||
| * | | Merge pull request #25821 from akien-mga/sync-class-and-filenames | Rémi Verschelde | 2019-02-13 | 8 | -15/+16 |
| |\ \ | |/ |/| | Ensure classes match their header filename | ||||
| | * | Scene: Ensure classes match their header filename | Rémi Verschelde | 2019-02-12 | 8 | -15/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also drop some unused files. Renamed: - `scene/2d/navigation2d.h` -> `navigation_2d.h` - `scene/2d/screen_button.h` -> `touch_screen_button.h` - `scene/3d/scenario_fx.h` -> `world_environment.h` - `scene/audio/audio_player.h` -> `audio_stream_player.h` - `scene/resources/bit_mask.h` -> `bit_map.h` - `scene/resources/color_ramp.h` -> `gradient.h` - `scene/resources/shape_line_2d.h` -> `line_shape_2d.h` - `scene/resources/scene_format_text.h` -> `resource_format_text.h` - `scene/resources/sky_box.h` -> `sky.h` Dropped: - `scene/resources/bounds.h` | ||||
| * | | Merge pull request #25496 from ptrojahn/lookat | Rémi Verschelde | 2019-02-12 | 1 | -1/+1 |
| |\ \ | |/ |/| | Fix look_at with non uniform scaling | ||||
| | * | Fix look_at with non uniform scaling | Paul Trojahn | 2019-02-08 | 1 | -1/+1 |
| | | | | | | | | | | | The angle function doesn't consider the scaling of the local coordinates, so it needs to be removed first. Fixes #23247 | ||||
| * | | Merge pull request #25754 from JFonS/fix_25567 | Rémi Verschelde | 2019-02-12 | 1 | -12/+8 |
| |\ \ | | | | | | | Fix canvas particle material for old GLSL versions | ||||
| | * | | Fix canvas particle material for old GLSL versions | JFonS | 2019-02-11 | 1 | -12/+8 |
| | | | | |||||
| * | | | Warn when using GPU particles with GLES2 | Rémi Verschelde | 2019-02-09 | 1 | -0/+5 |
| | | | | | | | | | | | | | Closes #25733. | ||||
| * | | | Merge pull request #25551 from JFonS/fix_rogue_cpu_particles | Rémi Verschelde | 2019-02-08 | 1 | -1/+1 |
| |\ \ \ | |/ / |/| | | Fix local_delta when resetting CPUParticles | ||||
| | * | | Fix local_delta when resetting CPUParticles | JFonS | 2019-02-01 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix particles animation on GLES2 | JFonS | 2019-02-06 | 1 | -1/+1 |
| |/ / | |||||
| * / | Do not restrict light texture type (wont work with atlas, though) | Juan Linietsky | 2019-01-27 | 1 | -1/+1 |
| |/ | |||||
| * | Change the frame number before triggering the animation_finished signal | Gilles Roudiere | 2019-01-27 | 1 | -1/+1 |
| | | |||||
| * | Ability to get the current canvas item being drawn from stylebox. | Juan Linietsky | 2019-01-24 | 2 | -0/+11 |
| | | |||||
| * | Merge pull request #25207 from clayjohn/cpu_particle_2d_aligny_bug | Rémi Verschelde | 2019-01-22 | 1 | -1/+1 |
| |\ | | | | | Fix bug with CpuParticles2D AlignY | ||||
| | * | fix bug with cpu_particle_2d_align_y | clayjohn | 2019-01-21 | 1 | -1/+1 |
| | | | |||||
| * | | properly initialize angular_velocity in cpuparticles2d | clayjohn | 2019-01-21 | 1 | -0/+1 |
| |/ | |||||
| * | -Re-added margins in one way collision (made in a more user friendly way ↵ | Juan Linietsky | 2019-01-18 | 7 | -2/+69 |
| | | | | | | | than in Godot 2.1), fixes #23860 -Fixed potential bug in OWC (i dont think anyone had it but..) | ||||
| * | Add some checks to avoid disaster when making a node the scene root. Fixes ↵ | Juan Linietsky | 2019-01-17 | 1 | -0/+1 |
| | | | | | #24484 | ||||
| * | Fixes to 2D lights, closes #24750 | Juan Linietsky | 2019-01-17 | 1 | -1/+1 |
| | | |||||
| * | Appease some CppCheck warns for files in the "scene" directory | Michael Alexsander Silva Dias | 2019-01-16 | 2 | -6/+2 |
| | | |||||
| * | Removed splits in Polygon editor, replace by internal vertices and polygon ↵ | Juan Linietsky | 2019-01-08 | 2 | -69/+255 |
| | | | | | support. | ||||
| * | Add process_mode property to Camera2D | Timo Schwarzer | 2019-01-06 | 2 | -7/+52 |
| | | | | | | This allows the user to choose if the camera should update in _process or _physics_process. | ||||
| * | Merge pull request #24689 from BrodyEller/master | Rémi Verschelde | 2019-01-04 | 1 | -0/+1 |
| |\ | | | | | Fix viewport not updating with make_current() for Camera2D | ||||
| | * | Fix viewport not updating with make_current() for Camera2D | Brody Eller | 2019-01-01 | 1 | -0/+1 |
| | | | |||||
| * | | Allow offset and unit_offset to be set higher than one loop | Timo Schwarzer | 2019-01-03 | 1 | -2/+2 |
| | | | | | | | | | Fixes #24745 | ||||
| * | | Merge pull request #24691 from BlackCatter/line2d-fix | Rémi Verschelde | 2019-01-02 | 1 | -0/+4 |
| |\ \ | |/ |/| | Fix line 2D intersection behavior | ||||
| | * | Fix line 2D intersection behavior | Artem Burjachenko | 2019-01-02 | 1 | -0/+4 |
| | | | |||||
| * | | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 72 | -144/+144 |
| |/ | | | | Happy new year to the wonderful Godot community! | ||||
| * | Merge pull request #24509 from guilhermefelipecgs/fix_24273 | Rémi Verschelde | 2018-12-21 | 1 | -0/+2 |
| |\ | | | | | Add bind for TileMap::get_cell_autotile_coord | ||||
| | * | Add bind for TileMap::get_cell_autotile_coord | Guilherme Felipe | 2018-12-20 | 1 | -0/+2 |
| | | | |||||
| * | | Fixes for TileSetEditor and TileMapEditor | Guilherme Felipe | 2018-12-20 | 1 | -2/+3 |
| |/ | | | | | | | [TileSetEditor] Hide Bitmask and Priority for ATLAS_TILE [TileMapEditor] Hide "Disable autotile" if the selected tile isn't autotile Fix #22756, don't update bitmask when tilemode is ATLAS_TILE | ||||
| * | Add z-index to ATLAS_TILE | Guilherme Felipe | 2018-12-17 | 1 | -1/+2 |
| | | |||||
| * | fix stop_on_slope affecting sliding up slopes | piratesephiroth | 2018-12-14 | 1 | -12/+4 |
| | | |||||
| * | Merge pull request #24046 from DualMatrix/stop_slope | Rémi Verschelde | 2018-12-14 | 1 | -1/+1 |
| |\ | | | | | Fixed using move_and_slide with stop_on_slope stopping too early | ||||
