index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
classes
/
PhysicsBody2D.xml
Age
Commit message (
Expand
)
Author
2022-11-19
Revert move vector parameter name to motion
Haoyu Qiu
2022-09-17
Add recovery_as_collision in move_and_collide/test_move
fabriceci
2022-08-23
Rename properties unnecessarily using slash (`/`) in their names
Rémi Verschelde
2022-08-11
[doc] Use "param" instead of "code" to refer to parameters (4)
Andy Maloney
2022-08-08
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-02-15
Add an XML schema for documentation
Hugo Locurcio
2022-01-26
Revert #53174 (applying the delta in move and collide), rename rec_vel to dis...
fabriceci
2021-12-03
Make overridden properties link to parent definition
Yuri Sizov
2021-11-15
Replace Godot docs URL with `$DOCS_URL` in XML class reference
Rémi Verschelde
2021-11-10
Fix test_move reporting collision when touching another body
PouleyKetchoupp
2021-09-28
Apply delta in move and collide
fabriceci
2021-09-20
Don't generate empty doc sections and reduce code duplication
Aaron Franke
2021-08-10
Remove infinite inertia and ray shapes from CharacterBody
PouleyKetchoupp
2021-07-30
doc: Use self-closing tags for `return` and `argument`
Rémi Verschelde
2021-06-04
Safe margin cleanup
PouleyKetchoupp
2021-06-04
Properties for move_and_slide and remove move_and_slide_with_snap
PouleyKetchoupp
2021-06-04
KinematicBody split between new CharacterBody and PhysicsBody
PouleyKetchoupp
2021-04-20
Move collision layer and mask into CollisionObject.
Marcel Admiraal
2020-10-13
Remove old RigidBody layers property and methods.
Marcel Admiraal
2020-08-31
Merge pull request #40993 from Calinou/doc-collision-layer-mask
Rémi Verschelde
2020-08-31
Add link titles for all links in the class reference
Hugo Locurcio
2020-08-03
Reference the online documentation in collision layer/mask properties
Hugo Locurcio
2020-04-24
doc: Fix parsing typed arrays in makerst.py
Rémi Verschelde
2020-01-31
Update docs to version 4.0
clayjohn
2020-01-26
doc: Drop unused 'category' property from header
Rémi Verschelde
2019-09-24
doc: Fix parsing of self-closing XML tags
Rémi Verschelde
2019-09-04
Run doctool after overridden properties changes
Bojidar Marinov
2019-06-30
doc: Remove null default values that can't be determined
Rémi Verschelde
2019-06-30
doc: Remove hardcoded default values from descriptions
Rémi Verschelde
2019-06-30
doc: Add default values to all properties
Rémi Verschelde
2019-05-20
doc: Document default value for PhysicsBody collision layers
Rémi Verschelde
2019-04-19
doc: Drop unused <demos> tag
Rémi Verschelde
2019-04-01
doc: Bump version to 3.2
Rémi Verschelde
2018-11-05
doc: Use HTTPS for docs.godotengine.org and point to latest branch
Rémi Verschelde
2018-11-01
Add method get_collision_exceptions
Guilherme Recchi Cardozo
2018-09-16
[DOCS] Classref additions and consistency fixes
Chris Bradfield
2018-06-12
Add support for tutorial links to makerst.py
robojumper
2018-02-27
doc: Remove status from hardcoded version string
Rémi Verschelde
2018-02-19
doc: Update version string in header
Rémi Verschelde
2018-01-25
doc: Fix references to online tutorials after godotengine/godot-docs#1015
Rémi Verschelde
2018-01-25
doc: Sync with current source
Rémi Verschelde
2018-01-17
doc: Replace some more "val" with "value" + sync
Rémi Verschelde
2018-01-15
Filled tutorial field in most relevent classes.
Juan Linietsky
2018-01-13
doc: Update version string in XML
Rémi Verschelde
2017-11-24
doc: Remove setters and getters now exposed via properties/members
Rémi Verschelde
2017-11-24
doc: Update header version for 3.0-beta
Rémi Verschelde
2017-11-15
doc: Remove revision.module_config from version string
Rémi Verschelde
2017-09-16
Modified/Added documentation for PhysicsBody and PhysicsBody2D
FigyTuna
2017-09-13
doc: Sync classref with current source
Rémi Verschelde
2017-09-12
Changed the doc class generation to individual files per class. It is also po...
Juan Linietsky