stk-code_catmod/src/tracks
2016-10-13 14:08:58 +08:00
..
ambient_light_sphere.cpp Updated (c) year to include 2015. 2015-03-30 11:42:50 +11:00
ambient_light_sphere.hpp Updated (c) year to include 2015. 2015-03-30 11:42:50 +11:00
arena_graph.cpp Use 16bit integer to save some space in ArenaGraph 2016-10-03 09:28:12 +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 Allow TrackSector to use with new graph class 2016-09-15 15:47:17 +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 Updated (c) year to include 2015. 2015-03-30 11:42:50 +11:00
check_cannon.hpp Updated (c) year to include 2015. 2015-03-30 11:42:50 +11:00
check_cylinder.cpp Improve scripting error handling, more work on different shapes for collision triggers 2015-07-17 19:18:12 -04:00
check_cylinder.hpp Improve scripting error handling, more work on different shapes for collision triggers 2015-07-17 19:18:12 -04:00
check_goal.cpp First version of advanced soccer ai 2016-05-16 00:46:06 +08:00
check_goal.hpp Try to fix lost control for soccer ai 2016-05-10 08:53:33 +08:00
check_lap.cpp Fix quad requirements issue causing rescues to wrong quad 2015-08-06 20:24:20 -04:00
check_lap.hpp Updated (c) year to include 2015. 2015-03-30 11:42:50 +11:00
check_line.cpp Fixes -Wsign-compare 2016-10-04 08:43:38 +02:00
check_line.hpp Updated (c) year to include 2015. 2015-03-30 11:42:50 +11:00
check_manager.cpp Rename QuadGraph to DriveGraph, make it use the new Graph interface 2016-09-17 14:30:28 +08:00
check_manager.hpp More cleanup to remove hardcoded things in favor of scripting, and start work to allow for more action trigger shapes (work in progress) 2015-07-13 20:27:16 -04:00
check_sphere.cpp Updated (c) year to include 2015. 2015-03-30 11:42:50 +11:00
check_sphere.hpp Updated (c) year to include 2015. 2015-03-30 11:42:50 +11:00
check_structure.cpp Initial work on soccer AI, plus lots of code re-factor/clean up. 2016-01-15 18:25:52 +08:00
check_structure.hpp Updated (c) year to include 2015. 2015-03-30 11:42:50 +11:00
drive_graph.cpp Made the boundary box private to Graph. 2016-09-29 15:10:26 +10:00
drive_graph.hpp Rename QuadGraph to DriveGraph, make it use the new Graph interface 2016-09-17 14:30:28 +08:00
drive_node_2d.cpp Rename QuadGraph to DriveGraph, make it use the new Graph interface 2016-09-17 14:30:28 +08:00
drive_node_2d.hpp Rename QuadGraph to DriveGraph, make it use the new Graph interface 2016-09-17 14:30:28 +08:00
drive_node_3d.cpp Simplify code 2016-09-24 10:05:15 +08:00
drive_node_3d.hpp Allow showing 3D quad in track debug better 2016-09-19 08:49:59 +08:00
drive_node.cpp Rename QuadGraph to DriveGraph, make it use the new Graph interface 2016-09-17 14:30:28 +08:00
drive_node.hpp Rename QuadGraph to DriveGraph, make it use the new Graph interface 2016-09-17 14:30:28 +08:00
graph.cpp Exit loop as soon as kart is found to be on one GraphNode. 2016-09-29 15:11:08 +10:00
graph.hpp Fix typo 2016-10-03 10:30:06 +08:00
model_definition_loader.cpp First try to support colorization texture mask 2016-07-15 00:53:22 +08:00
model_definition_loader.hpp First try to support colorization texture mask 2016-07-15 00:53:22 +08:00
quad.cpp Allow showing 3D quad in track debug better 2016-09-19 08:49:59 +08:00
quad.hpp Inital work on one graph interface 2016-09-15 11:46:31 +08:00
terrain_info.cpp Merge remote-tracking branch 'origin/master' into walldriving 2016-04-08 13:42:58 +08:00
terrain_info.hpp Merge remote-tracking branch 'origin/master' into walldriving 2016-04-08 13:42:58 +08:00
track_manager.cpp Updated (c) year to include 2015. 2015-03-30 11:42:50 +11:00
track_manager.hpp Updated (c) year to include 2015. 2015-03-30 11:42:50 +11:00
track_object_manager.cpp Add support for colorizing library objects using material.xml only 2016-08-17 11:57:18 +08:00
track_object_manager.hpp Add support for colorizing library objects using material.xml only 2016-08-17 11:57:18 +08:00
track_object_presentation.cpp Fix valgrind warning 2016-10-10 13:04:34 +08:00
track_object_presentation.hpp Add support for colorizing library objects using material.xml only 2016-08-17 11:57:18 +08:00
track_object.cpp Don't crash in overworld 2016-08-20 09:01:52 +08:00
track_object.hpp Add support for colorizing library objects using material.xml only 2016-08-17 11:57:18 +08:00
track_sector.cpp Improve performance for findOutOfRoadSector on ArenaGraph 2016-09-30 09:27:44 +08:00
track_sector.hpp Allow TrackSector to use with new graph class 2016-09-15 15:47:17 +08:00
track.cpp Fix memory leak of mesh tool 2016-10-13 14:08:58 +08:00
track.hpp Rename QuadGraph to DriveGraph, make it use the new Graph interface 2016-09-17 14:30:28 +08:00