.. |
arena_graph.cpp
|
Merge remote-tracking branch 'origin/win-64bit'
|
2017-10-17 00:55:22 +08:00 |
arena_graph.hpp
|
Use 16bit integer to save some space in ArenaGraph
|
2016-10-03 09:28:12 +08:00 |
arena_node_3d.hpp
|
Simplify code
|
2016-09-24 10:05:15 +08:00 |
arena_node.cpp
|
Inital work on one graph interface
|
2016-09-15 11:46:31 +08:00 |
arena_node.hpp
|
Header clean up
|
2017-02-21 12:09:22 +08:00 |
bezier_curve.cpp
|
Updated (c) year to include 2015.
|
2015-03-30 11:42:50 +11:00 |
bezier_curve.hpp
|
Merge branch 'master' into fixes
|
2015-07-03 15:29:53 +02:00 |
bounding_box_3d.hpp
|
Simplify code
|
2016-09-24 10:05:15 +08:00 |
check_cannon.cpp
|
Improve undo destruction for flyable
|
2018-08-08 11:50:45 +08:00 |
check_cannon.hpp
|
Fix more override warnings
|
2018-07-19 00:35:56 +08:00 |
check_cylinder.cpp
|
First fix for the basket-ball in cannon - make the ball follow
|
2017-05-12 17:11:46 +10:00 |
check_cylinder.hpp
|
First fix for the basket-ball in cannon - make the ball follow
|
2017-05-12 17:11:46 +10:00 |
check_goal.cpp
|
First fix for the basket-ball in cannon - make the ball follow
|
2017-05-12 17:11:46 +10:00 |
check_goal.hpp
|
First fix for the basket-ball in cannon - make the ball follow
|
2017-05-12 17:11:46 +10:00 |
check_lap.cpp
|
Mitigate AI-related edge cases of original fx
|
2018-04-08 20:47:24 -04:00 |
check_lap.hpp
|
First fix for the basket-ball in cannon - make the ball follow
|
2017-05-12 17:11:46 +10:00 |
check_line.cpp
|
Made --check-debug to work with --no-graphics; print also the
|
2018-06-01 00:24:27 +10:00 |
check_line.hpp
|
Port line debug to SP, removing all unicolor code too
|
2018-01-03 15:28:29 +08:00 |
check_manager.cpp
|
Remove unused class
|
2018-07-23 08:41:59 +08:00 |
check_manager.hpp
|
First fix for the basket-ball in cannon - make the ball follow
|
2017-05-12 17:11:46 +10:00 |
check_sphere.cpp
|
First fix for the basket-ball in cannon - make the ball follow
|
2017-05-12 17:11:46 +10:00 |
check_sphere.hpp
|
First fix for the basket-ball in cannon - make the ball follow
|
2017-05-12 17:11:46 +10:00 |
check_structure.cpp
|
Made --check-debug to work with --no-graphics; print also the
|
2018-06-01 00:24:27 +10:00 |
check_structure.hpp
|
First fix for the basket-ball in cannon - make the ball follow
|
2017-05-12 17:11:46 +10:00 |
drive_graph.cpp
|
Add indication for collected flags in GUI and map
|
2018-08-21 01:31:49 +08:00 |
drive_graph.hpp
|
Add indication for collected flags in GUI and map
|
2018-08-21 01:31:49 +08:00 |
drive_node_2d.cpp
|
Add support for directional (forward-only or backwards-only) driveline segments
|
2016-10-15 18:56:13 -04:00 |
drive_node_2d.hpp
|
Add support for directional (forward-only or backwards-only) driveline segments
|
2016-10-15 18:56:13 -04:00 |
drive_node_3d.cpp
|
Add support for directional (forward-only or backwards-only) driveline segments
|
2016-10-15 18:56:13 -04:00 |
drive_node_3d.hpp
|
Header clean up
|
2017-02-21 12:09:22 +08:00 |
drive_node.cpp
|
Header clean up
|
2017-02-21 12:09:22 +08:00 |
drive_node.hpp
|
Add support for directional (forward-only or backwards-only) driveline segments
|
2016-10-15 18:56:13 -04:00 |
graph.cpp
|
Add indication for collected flags in GUI and map
|
2018-08-21 01:31:49 +08:00 |
graph.hpp
|
Invert x-z of position for soccer blue team player
|
2018-07-20 01:06:11 +08:00 |
model_definition_loader.cpp
|
Load LOD models required by phyiscal moveable objects for server only
|
2018-07-19 00:51:04 +08:00 |
model_definition_loader.hpp
|
Add SP for correct normal and easier shader system
|
2017-12-25 14:00:10 +08:00 |
quad.cpp
|
New setQuad function
|
2018-04-12 21:33:59 +02:00 |
quad.hpp
|
New setQuad function
|
2018-04-12 21:33:33 +02:00 |
terrain_info.cpp
|
Moved m_track out of World into a static m_track in Track. Makes
|
2016-12-13 07:53:33 +11:00 |
terrain_info.hpp
|
Merge remote-tracking branch 'origin/master' into walldriving
|
2016-04-08 13:42:58 +08:00 |
track_manager.cpp
|
Tried to fix all 64-bit related compiler warnings triggered from files
|
2017-04-08 23:25:33 +10:00 |
track_manager.hpp
|
Updated (c) year to include 2015.
|
2015-03-30 11:42:50 +11:00 |
track_object_manager.cpp
|
Initial work on dynamic physics object rewind
|
2018-07-12 09:05:26 +08:00 |
track_object_manager.hpp
|
Initial work on dynamic physics object rewind
|
2018-07-12 09:05:26 +08:00 |
track_object_presentation.cpp
|
Add updateGraphics for track object presentation
|
2018-10-11 16:23:20 +08:00 |
track_object_presentation.hpp
|
Add updateGraphics for track object presentation
|
2018-10-11 16:23:20 +08:00 |
track_object.cpp
|
Discard ThreeDAnimation with no IPO
|
2018-10-12 01:20:57 +08:00 |
track_object.hpp
|
Port rewinders to use shared_ptr
|
2018-07-24 14:22:20 +08:00 |
track_sector.cpp
|
Add comment to clarify why the checkline check is done that way
|
2018-10-12 05:01:53 +02:00 |
track_sector.hpp
|
Fix distances when off-road, keep rescue to last on-road node
|
2018-10-10 19:41:02 -04:00 |
track.cpp
|
Allow flag to be placed on driveable object (for ctf temple)
|
2018-10-04 01:06:58 +08:00 |
track.hpp
|
Try to free vertex buffer memory if possible
|
2018-09-12 16:29:41 +08:00 |