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
/
collision_polygon_2d.cpp
Age
Commit message (
Expand
)
Author
2021-10-23
Fix unexpected crashes in `notification`
Zae
2021-09-16
Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBody
PouleyKetchoupp
2021-08-13
Fix some unnecessary includes
Aaron Franke
2021-06-04
KinematicBody split between new CharacterBody and PhysicsBody
PouleyKetchoupp
2021-04-11
Use Array for node configuration warnings
Nathan Franke
2021-03-04
Fix errors with invalid CollisionPolygon2D
PouleyKetchoupp
2021-02-07
Initialize class variables with default values in scene/ [1/2]
Rafał Mikrut
2021-01-29
Use real_t in physics nodes
Aaron Franke
2021-01-13
Merge pull request #45102 from nekomatata/fix-update-shape-data
Rémi Verschelde
2021-01-12
Update PolyPartition / Triangulator library
Aaron Franke
2021-01-12
Fix collision shape update when changing shape properties
PouleyKetchoupp
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-10-01
Merge pull request #38743 from arrowinaknee/node-config-warnings
Rémi Verschelde
2020-05-27
Split `Geometry` singleton into `Geometry2D` and `Geometry3D`
Andrii Doroshenko (Xrayez)
2020-05-16
Update all get_configuration_warning to retrieve warnings from the parent
ArrowInAKnee
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-27
Renaming of servers for coherency.
Juan Linietsky
2020-03-17
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-02-25
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-01-09
Don't compile editor-only function when tools=no
Gilles Roudière
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-10
Removed unused variables, add some constants numbers
Rafał Mikrut
2019-07-06
Added release function to PoolVector::Access.
Ibrahn Sahir
2019-03-04
TileSet/TileMap: Decompose solid non-convex polygons into convexes. Real fix ...
Mariano Suligoy
2019-01-18
-Re-added margins in one way collision (made in a more user friendly way than...
Juan Linietsky
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-11-08
-Moved EditorDefaultValue to ClassDB, made it core
Juan Linietsky
2018-10-04
fix enum cast warnings on clang
karroffel
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-07-26
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-04-03
Remove the selection rect for nodes that do not require it
Gilles Roudiere
2018-03-13
Merge pull request #17114 from poke1024/fix15719
Rémi Verschelde
2018-03-01
Fix line thickness for CollisionPolygon2D.
poke1024
2018-01-11
Update collision shapes data on tree entered
Pedro J. Estébanez
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-04
Merge pull request #15191 from Jerome67000/z_renaming
Rémi Verschelde
2018-01-03
#15078 renamed "z" -> "z_index" property in Node2D
Jerome67000
2018-01-03
Merge pull request #15093 from poke1024/canvas-editor-select
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-12-27
More exact picking for canvas editor
Bernhard Liebl
2017-11-19
Rework the canvas_item API for further improves to the canvas item editor
Gilles Roudiere
2017-09-13
Fix enums bindings
Maxim Sheronov
2017-08-27
Dead code tells no tales
Rémi Verschelde
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
[next]