index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
2d
Age
Commit message (
Expand
)
Author
2017-12-10
TileMap: Drop unused center_x/center_y booleans
Rémi Verschelde
2017-12-09
Merge pull request #14454 from CyanBlob/TileMap
Rémi Verschelde
2017-12-09
-Ability to and unwrap lightmap coordinates on import
Juan Linietsky
2017-12-09
Convert tilemap format in get_tile_data()
Andrew Thomas
2017-12-09
Merge pull request #14321 from ibrahn/path2d-two-style
Rémi Verschelde
2017-12-08
Fixes TileMap occluder offsets.
PJB3005
2017-12-07
Fixed is_playing funtion (was reporting wrong), closes #13928
Juan Linietsky
2017-12-07
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-12-06
-Fix particles with size==0, closes #13931
Juan Linietsky
2017-12-06
Particles2D: Fix normal map rid.
Andreas Haas
2017-12-06
Reworked PathFollow2D behaviour, based on such in version 2.1.
Ibrahn Sahir
2017-12-02
TileMap Fixes
Mariano Suligoy
2017-12-01
Merge pull request #13216 from hoelzl/pr-fix-tile-origin-center
Poommetee Ketson
2017-11-30
Fix PathFollow2D motion.
Ferenc Arn
2017-11-28
Change RayCast2D 'Exclude Parent' to include Area2D
Chris Bradfield
2017-11-27
Fix displacement for centered tilemaps
Matthias Hoelzl
2017-11-25
Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...
Juan Linietsky
2017-11-24
Fix TileMap and TileSet ClassDB bindings
Ruslan Mustakov
2017-11-23
Fixed #13167. Restored ParallaxLayer mirroring that was broken by pull reque...
Sofox
2017-11-22
Merge pull request #13159 from AndreaCatania/ray
Rémi Verschelde
2017-11-22
Merge pull request #12301 from MarianoGnu/master
Rémi Verschelde
2017-11-21
Removed type_mask and fixed some variable name
AndreaCatania
2017-11-20
Merge pull request #12421 from TheSofox/parallax-overhaul
Rémi Verschelde
2017-11-20
Fixes a double class registering error
Gilles Roudiere
2017-11-20
Implement auto-tiling
Mariano Suligoy
2017-11-20
Merge pull request #13049 from tagcup/pathfollow2d_parallel_transport
Rémi Verschelde
2017-11-20
Fix the prevention for sliding on slopes in the 2d version of move_and_slide
Eric Wiltfang
2017-11-19
Use parallel transport in PathFollow2D.
Ferenc Arn
2017-11-19
Rework the canvas_item API for further improves to the canvas item editor
Gilles Roudiere
2017-11-17
Rename Rect3 to AABB.
Ferenc Arn
2017-11-17
Merge pull request #12870 from Nibodhika/master
Rémi Verschelde
2017-11-15
Fixing tilemap rotation for non top-left tiles.
Vito
2017-11-14
Finalized ability to convert from CanvasItem/Spatial/Particles materials to S...
Juan Linietsky
2017-11-11
Merge pull request #12806 from letheed/unify-degrees
Poommetee Ketson
2017-11-10
Disabled filter clip by default and made it optional, fixes #12368, likely ot...
Juan Linietsky
2017-11-10
Unify degree members and properties
letheed
2017-11-10
Remove deprecated rotation methods
letheed
2017-11-09
Reworked how servers preallocate RIDs, should fix #10970
Juan Linietsky
2017-10-31
Merge pull request #10770 from RandomShaper/fix-joints
Rémi Verschelde
2017-10-26
Overhauled the ParallaxBackground system so that it works properly regardless...
Sofox
2017-10-26
Fixes infinite loop in NavPolygonInstance warnings
Cédric Fuchs
2017-10-23
missing set/get_collision_mask_bit() for RayCast
Jakub Grzesik
2017-10-21
Merge pull request #12291 from RandomShaper/fix-raycast-naming
Rémi Verschelde
2017-10-21
Rename RayCasts collision_layer to collision_mask
Pedro J. Estébanez
2017-10-22
Bind unbound enums, rearrange some by value
Poommetee Ketson
2017-10-20
Merge pull request #12260 from bojidar-bg/11975-navpoly-freeze
Rémi Verschelde
2017-10-20
Fix adding a NavigationPolygonInstance to a Node2D freezing the editor
Bojidar Marinov
2017-10-18
Tweaks ParallaxBackground to work better with zoom. Ensures a Parallax Layer ...
Sofox
2017-10-11
Fix AnimatedSprite frame property slider in editor
Hiroshi Ogawa
2017-09-30
Renamed fixed_process to physics_process
AndreaCatania
[next]