index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
servers
/
physics_2d
/
shape_2d_sw.cpp
Age
Commit message (
Expand
)
Author
2021-01-28
Use real_t in physics code
Aaron Franke
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-06
Rename Vector2.tangent() to Vector2.orthogonal()
Marcel Admiraal
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-05-27
Split `Geometry` singleton into `Geometry2D` and `Geometry3D`
Andrii Doroshenko (Xrayez)
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-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-01
Update copyright statements to 2020
Rémi Verschelde
2019-07-06
Added release function to PoolVector::Access.
Ibrahn Sahir
2019-05-20
Fix some shape2d get_moment_of_inertia error
yakun.zhang
2019-04-08
Small fixes, mostly dupicated code
qarmin
2019-02-21
Merge pull request #26103 from nekomatata/area2d-rectangle-collision-fix
Rémi Verschelde
2019-02-21
Area2d rectangle collision check doesn't ignore the first pixel row and colum...
PouleyKetchoupp
2019-02-20
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-12
Core: Ensure classes match their header filename
Rémi Verschelde
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
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-12
Resolves crash on shape2D culling for empty Concave shapes
Crazy-P
2018-02-19
Merge pull request #16530 from AndreaCatania/rays
Rémi Verschelde
2018-02-19
Improved ray shape (2D and 3D) by addiing the possibility to act as regular s...
Andrea Catania
2018-02-17
Clean up some bad words from code comments
Artem Varaksa
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
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
2017-07-08
Refactor 'treshold' to 'threshold'
Poommetee Ketson
2017-06-04
renamed all Rect2.pos to Rect2.position
alexholly
2017-04-08
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-03-05
A Whole New World (clang-format edition)
Rémi Verschelde
2017-02-13
Use real_t as floating point type in physics code.
Ferenc Arn
2017-01-14
Style: Fix whole-line commented code
Rémi Verschelde
2017-01-11
Type renames:
Juan Linietsky
2017-01-07
Memory pool vectors (DVector) have been enormously simplified in code, and re...
Juan Linietsky
2017-01-01
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2016-09-19
Fix for #6158. Converting Vector2 to Size2 for scaling functions.
anneomcl
2016-07-08
Remove unused variables (fourth pass) + dead code
Rémi Verschelde
2016-03-10
Merge pull request #3999 from neikeq/issues_3650_3990
Rémi Verschelde
2016-03-09
Fix crash when resizing ConcavePolygonShape2D segments
Ignacio Etcheverry
2016-03-09
remove trailing whitespace
Hubert Jarosz
2016-01-01
Update copyright to 2016 in headers
George Marques
2015-04-18
Updated copyright year in all headers
Juan Linietsky
2015-03-22
input events on Area2D is now supported
Juan Linietsky
2015-01-18
-intentional breakage of shader graph to fix issues, existing graphs will be ...
Juan Linietsky
2014-11-02
Bug Fixes
Juan Linietsky
2014-02-19
-improved physics ccd
Juan Linietsky
[next]