Commit Graph

157 Commits

Author SHA1 Message Date
ikpil 9c42e58e86 change FindCorners 2023-06-20 01:36:03 +09:00
ikpil 00713fa2b1 remove GetPolyWallSegmentsResult 2023-06-19 23:10:48 +09:00
ikpil b49fa1deb2 remove FindLocalNeighbourhoodResult 2023-06-18 17:57:00 +09:00
ikpil abc9692857 remove FindDistanceToWallResult 2023-06-18 17:29:36 +09:00
ikpil da6c972c23 change GetPolyFlags 2023-06-18 08:53:35 +09:00
ikpil 4deaef03b4 remove Tuple<RcVec3f, RcVec3f> in GetOffMeshConnectionPolyEndPoints 2023-06-17 20:38:09 +09:00
ikpil c3846198d1 change interface raycast 2023-06-16 19:15:34 +09:00
ikpil d17b6c13c6 mode state 2023-06-14 00:00:45 +09:00
ikpil ca51085826 move IRcTool.SetSample to ISampleTool.SetSample 2023-06-13 01:19:05 +09:00
ikpil a8aafc8491 add ISampleTool Idiom 2023-06-13 01:04:14 +09:00
ikpil 51de2c88f9 changed m_sample -> _sample 2023-06-13 00:40:03 +09:00
ikpil ba1bdb0295 namespace add DemoTool.Tools 2023-06-13 00:36:17 +09:00
ikpil c069c1fd54 move Demo.Sample to DemoTool.Sample 2023-06-13 00:24:48 +09:00
ikpil d8d3a572c9 C# style GetPolyHeight 2023-06-12 23:39:41 +09:00
ikpil 42583ab5d3 remove MoveAlongSurfaceResult 2023-06-12 00:02:58 +09:00
ikpil 869c1e7b98 separated various build configuration values in the sample view 2023-06-11 16:04:21 +09:00
ikpil 5e1d4cd02a prepare tool <- control < view 2023-06-11 14:58:37 +09:00
ikpil 40229226dc remove FindPolysAroundResult 2023-06-11 14:17:48 +09:00
ikpil 36ad2e1498 remove FindNearestPolyResult ok 2023-06-11 13:41:37 +09:00
ikpil 64315ca56e remove FindNearestPolyResult 1st 2023-06-11 13:28:05 +09:00
ikpil 34e04f010e remove Result<Tuple<DtMeshTile, DtPoly>> 2023-06-11 01:15:44 +09:00
ikpil a0877d3dc6 remove class FindRandomPointResult 2023-06-10 23:18:21 +09:00
ikpil 83da4196e4 remove FindRandomPointResult 3st 2023-06-10 22:34:53 +09:00
ikpil e775e7ad83 remove FindRandomPointResult 2st 2023-06-10 22:20:56 +09:00
ikpil 6271dc71d9 remove FindRandomPointResult 1st 2023-06-10 21:57:39 +09:00
ikpil fc1f64bcc9 remove ClosestPointOnPolyResult 2023-06-10 15:16:52 +09:00
ikpil a10dae89cd add detail information at DtStatus 2023-06-10 12:37:39 +09:00
ikpil c42d89003b remove Tuple<DtMeshTile, DtPoly> 2023-06-10 12:12:02 +09:00
ikpil 776548e916 bugifx - ImGui button duplicate label 2023-06-09 20:56:03 +09:00
ikpil fc553e2753 prepare model <- vm or ctrl <- view 2023-06-09 00:06:04 +09:00
ikpil 5457bb04e5 changed class names by c++ recastnavigation 2023-06-08 21:38:02 +09:00
ikpil 5ab6aaba56 remove unused using 2023-06-08 00:09:52 +09:00
ikpil 36eb495ea7 remove ConsoleTextWriterHook 2023-06-08 00:04:49 +09:00
ikpil 996592eec3 for unity3d 2023-06-07 23:40:05 +09:00
ikpil ed55d6a7f2 for unity3d 2023-06-07 23:35:40 +09:00
ikpil 17891c2d43 for unity3d 2023-06-07 23:19:25 +09:00
ikpil f22ae12d1e move StatusEx 2023-06-07 00:24:41 +09:00
ikpil f29fefb149 rename Vector3f, Vector2f -> RcVec3f, RcVec2f 2023-06-03 21:47:26 +09:00
ikpil 1ed0d41218 remove warn 2023-06-02 00:13:25 +09:00
ikpil bf07c8f3ff remove tuple<float, float> ok!! 2023-05-30 22:15:44 +09:00
ikpil 98f62a4f8a remove tuple<float, float> 2023-05-29 12:33:41 +09:00
ikpil fa2b7f4ed5 move RecastVectors -> Vector3f 2023-05-26 21:34:29 +09:00
ikpil 3f72b8e916 inline Vector3f 2023-05-25 23:12:23 +09:00
ikpil 425e1887f6 Vector3f inline 2023-05-24 00:06:28 +09:00
ikpil 5ee2f6661c move VMad -> Vector3f.Mad 2023-05-21 18:00:03 +09:00
ikpil 0af084afb8 remove VCopy 2023-05-20 12:33:51 +09:00
ikpil 2945a09b73 RcMath.VScale -> inline Vector3f.Scale 2023-05-20 11:02:59 +09:00
ikpil e55f37abca VDot -> Vector3f.Dot 2023-05-19 22:56:12 +09:00
ikpil b1f29a0812 move RcMath VDist, VLen -> Vector3f.Distance, Length 2023-05-18 08:25:57 +09:00
ikpil 63427dce0a [개발/최익필] VLerp -> Vector3f.Lerp 2023-05-17 14:30:41 +09:00
ikpil 1e76fd0884 RcMath VNormalize -> Vector3f.Normalize 2023-05-15 23:25:50 +09:00
ikpil 5928befe25 move RcMath.VCross -> Vector3f.Cross 2023-05-15 23:21:31 +09:00
ikpil 0c37c9eedb remove VSub -> Vector3f.Subtract 2023-05-14 16:57:57 +09:00
ikpil aa92751cb0 bugfix us time 2023-05-11 00:10:09 +09:00
ikpil 0f16874d14 change name 2023-05-10 22:44:51 +09:00
ikpil 4ded5e0529 C# style 2023-05-09 22:57:42 +09:00
ikpil 208c1a9e76 move enum 2023-05-07 18:15:22 +09:00
ikpil 7d5f37f415 move private class -> public class 2023-05-07 17:55:13 +09:00
ikpil d066523e9e move class type 2023-05-07 12:36:27 +09:00
ikpil 0f9e61f51e preventing name conflicts 2023-05-06 11:44:57 +09:00
ikpil 9da140feac C# style interface naming 2023-05-05 09:06:43 +09:00
ikpil ded8f33ac1 C# style function name 2023-05-05 08:44:48 +09:00
ikpil d3d966cccc crowd performance 2023-05-04 00:29:08 +09:00
ikpil 67cbf7ffd1 copy -> operator= 2023-04-29 19:32:20 +09:00
ikpil da8c66bd1a 012 -> xyz 2023-04-29 13:24:26 +09:00
ikpil 0620cdcd85 C# style 2023-04-28 23:22:09 +09:00
ikpil 89eb8554d9 move frand 2023-04-27 22:36:05 +09:00
ikpil 7e4150d7ee move ObstacleAvoidanceParams 2023-04-23 14:15:45 +09:00
ikpil 546a9d0b97 move QueryResults 2023-04-23 14:13:10 +09:00
ikpil 6300a24a81 change access 2023-04-22 13:57:09 +09:00
ikpil 2300779b72 add SegmentVert 2023-04-22 13:43:24 +09:00
ikpil 4662542675 float[] -> Vector3f 2023-04-21 23:41:06 +09:00
ikpil 331e4a2bd1 new float[] -> Vector3f 2023-04-20 22:51:43 +09:00
ikpil 80970e0051 new float[] -> struct Vector3f 2023-04-20 00:04:09 +09:00
ikpil 52d7f63ebd add log view 2023-04-16 11:54:50 +09:00
ikpil f9782da010 rename FrequencyWatch 2023-04-14 22:41:29 +09:00
ikpil c333ef7ce6 remove NuklearGL 2023-04-14 22:29:10 +09:00
ikpil d3d0d80824 remove new float[] 2023-04-13 00:09:56 +09:00
ikpil dfafb03103 remove vCopy(ref Vector3, Vector3) 2023-04-12 23:53:28 +09:00
ikpil 35591536fd bugfix - TickWatch 2023-04-06 18:48:36 +09:00
ikpil 2ad25f0755 remove unused vDistSqr 2023-04-04 13:52:07 +09:00
ikpil 00c3cd57f3 change float[] -> vector3f 2023-04-01 00:28:54 +09:00
ikpil 7c653af669 float[] => vector3f 2023-03-31 01:10:04 +09:00
ikpil 535bbd38a4 float[3] to Vector3f 2023-03-30 01:00:42 +09:00
ikpil 5f6a1ac070 change float[3] -> struct vector3f 2023-03-30 01:00:41 +09:00
ikpil 57183f8bda completed DynamicUpdateTool Save/Load 2023-03-26 15:22:38 +09:00
ikpil a034d61367 completed DynamicUpdateTool Save/Load 2023-03-26 15:01:31 +09:00
ikpil 57eaea29a1 completed DynamicUpdateTool View 2023-03-26 14:52:12 +09:00
ikpil cd4ea6d622 bugfix - buildTypes flags in jumpLinkBuilderToolParams 2023-03-26 14:13:36 +09:00
ikpil 6ac57d0b31 bugfix - crowd tool ui setting 2023-03-26 14:12:10 +09:00
ikpil 706364c30e completed JumpLinkBuilderTool 2023-03-26 13:51:30 +09:00
ikpil 9168ed0f04 completed crowd tool 2023-03-26 12:57:40 +09:00
ikpil 4d19a86c11 completed ConvexVolumeTool 2023-03-26 12:24:06 +09:00
ikpil 877d38cd57 complted OffMeshConnectionTool 2023-03-26 12:04:55 +09:00
ikpil bf76188248 completed test navmesh tool 2023-03-26 12:01:05 +09:00
ikpil 553f236320 intergrate math funcitons 2023-03-25 15:43:20 +09:00
ikpil dcc13b6199 microseconds -> millisecond 2023-03-25 12:52:39 +09:00
ikpil 5d5637143b fix - ticks to millis 2023-03-24 10:58:11 +09:00
ikpil 4e09b573be added mouse inside 2023-03-23 00:29:25 +09:00
ikpil 768d813a1f test 2023-03-18 14:45:37 +09:00