.. |
a_star.cpp
|
Merge pull request #21492 from Maykeye/astar
|
2018-10-02 10:30:12 +02:00 |
a_star.h
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
aabb.cpp
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
aabb.h
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
audio_frame.cpp
|
Add missing copyright headers and fix formatting
|
2018-01-05 01:22:23 +01:00 |
audio_frame.h
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
bsp_tree.cpp
|
Fix warnings on release builds (not DEBUG_ENABLED)
|
2018-10-03 17:34:55 +02:00 |
bsp_tree.h
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
camera_matrix.cpp
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
camera_matrix.h
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
delaunay.h
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
expression.cpp
|
Moved member variables to initializer list
|
2018-12-11 18:33:01 -05:00 |
expression.h
|
Moved member variables to initializer list
|
2018-12-11 18:33:01 -05:00 |
face3.cpp
|
Fix more "may be used initialized" warnings from GCC 7
|
2018-10-04 18:54:20 +02:00 |
face3.h
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
geometry.cpp
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
geometry.h
|
Ensure that array passed to physics is always counter clockwise, fixes #15361.
|
2018-11-14 15:55:50 -03:00 |
math_defs.h
|
Remove trailing whitespace
|
2018-11-20 11:15:02 +01:00 |
math_fieldwise.cpp
|
Removed obsoleted core/helper/value_evaluator.h and moved math_fieldwise to core/math/
|
2018-09-23 14:58:15 +02:00 |
math_fieldwise.h
|
Removed obsoleted core/helper/value_evaluator.h and moved math_fieldwise to core/math/
|
2018-09-23 14:58:15 +02:00 |
math_funcs.cpp
|
Implement random number generator
|
2018-11-13 10:50:07 +03:00 |
math_funcs.h
|
Implement random number generator
|
2018-11-13 10:50:07 +03:00 |
matrix3.cpp
|
Remove redundant "== false" code
|
2018-10-06 16:20:41 -04:00 |
matrix3.h
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
octree.h
|
Merge pull request #21982 from luzpaz/misc-typos
|
2018-09-13 10:59:00 +02:00 |
plane.cpp
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
plane.h
|
Moved member variables to initializer list
|
2018-12-11 18:33:01 -05:00 |
quat.cpp
|
Remove redundant "== false" code
|
2018-10-06 16:20:41 -04:00 |
quat.h
|
Moved member variables to initializer list
|
2018-12-11 18:33:01 -05:00 |
quick_hull.cpp
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
quick_hull.h
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
random_number_generator.cpp
|
Added integer number generation function to RNG class
|
2018-12-06 14:49:52 +03:00 |
random_number_generator.h
|
Added integer number generation function to RNG class
|
2018-12-06 14:49:52 +03:00 |
random_pcg.cpp
|
Implement random number generator
|
2018-11-13 10:50:07 +03:00 |
random_pcg.h
|
Implement random number generator
|
2018-11-13 10:50:07 +03:00 |
rect2.cpp
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
rect2.h
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
SCsub
|
SCons: Build core's thirdparty code in own environment
|
2018-09-28 11:40:41 +02:00 |
transform.cpp
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
transform.h
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
transform_2d.cpp
|
[Core] Move Rect2 and Transform2D to their own files
|
2018-08-10 23:40:50 -05:00 |
transform_2d.h
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
triangle_mesh.cpp
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
triangle_mesh.h
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
triangulate.cpp
|
Misc. typos
|
2018-09-12 21:39:17 -04:00 |
triangulate.h
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
vector2.cpp
|
Remove redundant "== false" code
|
2018-10-06 16:20:41 -04:00 |
vector2.h
|
Remove redundant "== false" code
|
2018-10-06 16:20:41 -04:00 |
vector3.cpp
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
vector3.h
|
Remove redundant "== false" code
|
2018-10-06 16:20:41 -04:00 |