.. |
a_star.cpp
|
Add option to consider disable points
|
2019-09-27 11:24:59 -04:00 |
a_star.h
|
Add option to consider disable points
|
2019-09-27 11:24:59 -04:00 |
aabb.cpp
|
Update copyright statements to 2019
|
2019-01-01 12:58:10 +01:00 |
aabb.h
|
Update copyright statements to 2019
|
2019-01-01 12:58:10 +01:00 |
audio_frame.cpp
|
Update copyright statements to 2019
|
2019-01-01 12:58:10 +01:00 |
audio_frame.h
|
Added generator audio stream, and spectrum analyzer audio effect
|
2019-04-10 12:58:06 -03:00 |
basis.cpp
|
Added some obvious errors explanations
|
2019-09-25 10:28:50 +02:00 |
basis.h
|
Remove circular dependency between Vector3 and Basis.
|
2019-10-07 16:26:27 +02:00 |
bsp_tree.cpp
|
Changed some code showed in LGTM and Coverage
|
2019-07-20 08:09:57 +02:00 |
bsp_tree.h
|
Remove redundant author doc comments
|
2019-08-12 04:26:38 -05:00 |
camera_matrix.cpp
|
Update some dead links in the codebase
|
2019-07-23 21:06:12 -03:00 |
camera_matrix.h
|
Remove redundant author doc comments
|
2019-08-12 04:26:38 -05:00 |
delaunay.h
|
Replace is_zero_approx(A.distance_to(B)) with A==B
|
2019-08-19 18:16:58 +02:00 |
disjoint_set.cpp
|
Fix copyright headers and style issues
|
2019-09-24 11:52:06 +02:00 |
disjoint_set.h
|
GLTF2 Import Fixes - Skin(s) to Skeleton - Skin Support
|
2019-09-20 23:08:58 -07:00 |
expression.cpp
|
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
|
2019-08-17 12:33:15 +02:00 |
expression.h
|
Added lerp_angles built-in function
|
2019-07-20 12:59:41 +03:00 |
face3.cpp
|
Update copyright statements to 2019
|
2019-01-01 12:58:10 +01:00 |
face3.h
|
Add -Wshadow=local to warnings and fix reported issues.
|
2019-02-20 19:44:12 +01:00 |
geometry.cpp
|
Merge pull request #32051 from qarmin/some_error_explanation
|
2019-09-25 11:51:54 +02:00 |
geometry.h
|
Remove redundant transform method in Geometry singleton
|
2019-09-01 14:34:51 +03:00 |
math_defs.h
|
Several fixes to make GLES2 on HTML5 work much better.
|
2019-02-25 21:47:29 -03:00 |
math_fieldwise.cpp
|
Update copyright statements to 2019
|
2019-01-01 12:58:10 +01:00 |
math_fieldwise.h
|
Update copyright statements to 2019
|
2019-01-01 12:58:10 +01:00 |
math_funcs.cpp
|
Inspector: Make default float step configurable
|
2019-07-23 17:31:38 +02:00 |
math_funcs.h
|
Check for exact equality before approximate equality
|
2019-09-01 14:02:14 -04:00 |
octree.h
|
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
|
2019-08-17 12:33:15 +02:00 |
plane.cpp
|
[Core] Approximate equality
|
2019-04-25 13:20:29 -04:00 |
plane.h
|
[Core] Approximate equality
|
2019-04-25 13:20:29 -04:00 |
quat.cpp
|
Several fixes to make GLES2 on HTML5 work much better.
|
2019-02-25 21:47:29 -03:00 |
quat.h
|
Remove redundant author doc comments
|
2019-08-12 04:26:38 -05:00 |
quick_hull.cpp
|
Scale quickhull tolerance with mesh size
|
2019-03-01 20:58:39 +00:00 |
quick_hull.h
|
Scale quickhull tolerance with mesh size
|
2019-03-01 20:58:39 +00:00 |
random_number_generator.cpp
|
Some code changed with Clang-Tidy
|
2019-06-26 15:08:25 +02:00 |
random_number_generator.h
|
Remove unnecessary code and add some error explanations
|
2019-07-01 12:59:42 +02:00 |
random_pcg.cpp
|
Merge pull request #27193 from toasteater/fix/pcg-randf
|
2019-06-12 15:21:58 +02:00 |
random_pcg.h
|
Merge pull request #27193 from toasteater/fix/pcg-randf
|
2019-06-12 15:21:58 +02:00 |
rect2.cpp
|
Update copyright statements to 2019
|
2019-01-01 12:58:10 +01:00 |
rect2.h
|
Merge pull request #27676 from qarmin/small_fixes_2
|
2019-05-01 08:19:04 +02:00 |
SCsub
|
Move CryptoCore to it's own folder.
|
2019-08-19 16:31:05 +02:00 |
transform.cpp
|
Add Basis constants and format Transform constants
|
2019-08-09 11:34:54 -07:00 |
transform.h
|
Merge pull request #31756 from raphael10241024/fast_aabb_transform
|
2019-09-03 12:26:43 +02:00 |
transform_2d.cpp
|
Added ability for multiple images to be imported as an atlas
|
2019-04-19 15:56:34 -03:00 |
transform_2d.h
|
Add transform methods for PoolVector*Array
|
2019-08-29 14:47:33 +03:00 |
triangle_mesh.cpp
|
Added release function to PoolVector::Access.
|
2019-07-06 12:04:27 +01:00 |
triangle_mesh.h
|
Some code changed with Clang-Tidy
|
2019-06-26 15:08:25 +02:00 |
triangulate.cpp
|
Update copyright statements to 2019
|
2019-01-01 12:58:10 +01:00 |
triangulate.h
|
Update copyright statements to 2019
|
2019-01-01 12:58:10 +01:00 |
vector2.cpp
|
Add Vector2/3 sign and posmod functions, misc additions
|
2019-08-17 18:31:55 -04:00 |
vector2.h
|
Add Vector2/3 sign and posmod functions, misc additions
|
2019-08-17 18:31:55 -04:00 |
vector3.cpp
|
Remove circular dependency between Vector3 and Basis.
|
2019-10-07 16:26:27 +02:00 |
vector3.h
|
Remove circular dependency between Vector3 and Basis.
|
2019-10-07 16:26:27 +02:00 |