Commit Graph

  • c535c76d18 added DetourCommon ikpil 2023-06-01 23:44:02 +0900
  • e87d1f9635 remove new int[2] in CalcTileCount() ikpil 2023-06-01 22:25:15 +0900
  • a96f582a54 removed new int[2] in CalcGridSize() ikpil 2023-06-01 22:21:31 +0900
  • d9f8629930 안쓰는 참조 제거 ikpil 2023-05-31 22:22:06 +0900
  • 328fcdaca7 int[] CalcTileLoc(pos) -> void CalcTileLoc(pos, out, out) ikpil 2023-05-31 22:13:47 +0900
  • 5bcacd8e7c remove new int[3] -> out salt, it, ip ikpil 2023-05-31 22:06:19 +0900
  • f1b6798ccb NUnit3TestAdapter 4.4.2 -> 4.5.0 ikpil 2023-05-31 22:05:51 +0900
  • ba89398253 remove Tuple<int, Vector3f> ikpil 2023-05-31 00:46:12 +0900
  • bf07c8f3ff remove tuple<float, float> ok!! ikpil 2023-05-30 22:15:44 +0900
  • 98f62a4f8a remove tuple<float, float> ikpil 2023-05-29 12:33:41 +0900
  • 11f023969f remove tuple<float, float> 1st ikpil 2023-05-29 12:06:03 +0900
  • 5f20b565b1 license zlib ikpil 2023-05-28 11:47:14 +0900
  • e8165859de inline ikpil 2023-05-27 11:37:32 +0900
  • fa2b7f4ed5 move RecastVectors -> Vector3f ikpil 2023-05-26 21:34:29 +0900
  • 995c062a18 float[2] -> Vector2f ikpil 2023-05-25 23:27:32 +0900
  • 3f72b8e916 inline Vector3f ikpil 2023-05-25 23:12:23 +0900
  • 425e1887f6 Vector3f inline ikpil 2023-05-24 00:06:28 +0900
  • 3f79c8294f inline vector3f ikpil 2023-05-23 00:07:12 +0900
  • febc66e791 upgrade library ikpil 2023-05-22 10:57:33 +0900
  • 5ee2f6661c move VMad -> Vector3f.Mad ikpil 2023-05-21 18:00:03 +0900
  • 5e788cbe65 [Upstream] Fix spans being filtered even if they have just enough clearance ikpil 2023-05-21 16:57:21 +0900
  • 458f57e3d5 [Upstream] Fix spans being filtered even if they have just enough clearance ikpil 2023-05-21 16:55:24 +0900
  • 0af084afb8 remove VCopy ikpil 2023-05-20 12:33:51 +0900
  • 50090a4555 remove VSet ikpil 2023-05-20 12:28:03 +0900
  • ba63c95806 reomve vcopy ikpil 2023-05-20 12:22:41 +0900
  • 2945a09b73 RcMath.VScale -> inline Vector3f.Scale ikpil 2023-05-20 11:02:59 +0900
  • e55f37abca VDot -> Vector3f.Dot ikpil 2023-05-19 22:56:12 +0900
  • e68d6ab5fa remove warning ikpil 2023-05-18 08:30:38 +0900
  • b1f29a0812 move RcMath VDist, VLen -> Vector3f.Distance, Length ikpil 2023-05-18 08:25:57 +0900
  • aeaf0f2c41 move RcMath.VAdd -> Vector3f.Add, operator+ ikpil 2023-05-18 08:15:50 +0900
  • 63427dce0a [개발/최익필] VLerp -> Vector3f.Lerp ikpil 2023-05-17 14:30:41 +0900
  • 575d762c15 for vscode ikpil 2023-05-16 09:13:12 +0900
  • 1e76fd0884 RcMath VNormalize -> Vector3f.Normalize ikpil 2023-05-15 23:25:50 +0900
  • 5928befe25 move RcMath.VCross -> Vector3f.Cross ikpil 2023-05-15 23:21:31 +0900
  • 0cdf8c67b4 move RcMath.VDot2D -> Vector3f.Dot2D ikpil 2023-05-14 17:09:37 +0900
  • 0c37c9eedb remove VSub -> Vector3f.Subtract ikpil 2023-05-14 16:57:57 +0900
  • cc6fde19bb new constructor ikpil 2023-05-14 12:36:04 +0900
  • 9f6f1a0b33 remove unused function ikpil 2023-05-14 12:20:08 +0900
  • dd399ed9b8 modify readme ikpil 2023-05-13 13:23:08 +0900
  • 992d635801 modify readme ikpil 2023-05-13 12:59:09 +0900
  • 12b5cc9ea8 remove VectorPtr ikpil 2023-05-13 12:46:18 +0900
  • e13dc0ac70 C3 style ikpil 2023-05-13 12:31:14 +0900
  • 1cd8acfa8c performance 10% ikpil 2023-05-12 00:04:14 +0900
  • 9bbd245962 C# style ikpil 2023-05-11 00:10:35 +0900
  • aa92751cb0 bugfix us time ikpil 2023-05-11 00:10:09 +0900
  • 0f16874d14 change name ikpil 2023-05-10 22:44:51 +0900
  • 4ded5e0529 C# style ikpil 2023-05-09 22:57:42 +0900
  • 7677add89e implement Vector3f, Vector2f Equals, GetHashCode ikpil 2023-05-08 23:12:11 +0900
  • 208c1a9e76 move enum ikpil 2023-05-07 18:15:22 +0900
  • 5c2a654de5 move class ikpil 2023-05-07 18:10:20 +0900
  • 7d5f37f415 move private class -> public class ikpil 2023-05-07 17:55:13 +0900
  • d066523e9e move class type ikpil 2023-05-07 12:36:27 +0900
  • 0f9e61f51e preventing name conflicts ikpil 2023-05-06 11:44:57 +0900
  • e8e328d6af float[][] -> Vector3f[] ikpil 2023-05-06 11:24:09 +0900
  • 9da140feac C# style interface naming ikpil 2023-05-05 09:06:43 +0900
  • ded8f33ac1 C# style function name ikpil 2023-05-05 08:44:48 +0900
  • bef429e5dc C# style ikpil 2023-05-05 08:13:42 +0900
  • 136c8d040d class PortablResult -> struct ikpil 2023-05-05 00:15:28 +0900
  • 332753ba23 remove using ikpil 2023-05-04 00:29:56 +0900
  • d3d966cccc crowd performance ikpil 2023-05-04 00:29:08 +0900
  • cd39cbbd36 heap memory optimization ikpil 2023-05-03 00:11:45 +0900
  • ebb77c5465 new float[] -> vector3f ikpil 2023-05-02 23:16:31 +0900
  • 65dd1f2836 remove comment ikpil 2023-05-01 22:42:01 +0900
  • 6391b3b243 refactoring ikpil 2023-04-30 19:19:37 +0900
  • d682d0f6a3 remove vector3f get_x, y, z proeprty ikpil 2023-04-29 19:48:19 +0900
  • 67cbf7ffd1 copy -> operator= ikpil 2023-04-29 19:32:20 +0900
  • 5592f82192 012 -> xyz ikpil 2023-04-29 19:13:15 +0900
  • 7daeb96382 012->xyz ikpil 2023-04-29 19:04:29 +0900
  • 5ed9e602fb 012->xyz ikpil 2023-04-29 13:29:40 +0900
  • da8c66bd1a 012 -> xyz ikpil 2023-04-29 13:24:26 +0900
  • 713576c14a 012->xyz ikpil 2023-04-29 13:18:27 +0900
  • 25132fbdd5 012->xyz ikpil 2023-04-29 13:15:19 +0900
  • 6ead61661d 012 -> xyz ikpil 2023-04-29 13:11:38 +0900
  • 3ecfa5d9fd 012 -> xyz ikpil 2023-04-29 13:06:21 +0900
  • b714e5b0f7 test ikpil 2023-04-29 13:00:34 +0900
  • d108c56a29 123 -> xyz ikpil 2023-04-29 13:00:19 +0900
  • 096cfec536 에러 수정 ikpil 2023-04-29 12:49:13 +0900
  • abf52d1ec3 [0, 1, 2] => xyz ikpil 2023-04-29 12:48:56 +0900
  • 98e2504d7f [0,1,2] -> xyz ikpil 2023-04-29 12:41:07 +0900
  • 39bb7e32b4 pass same file line ikpil 2023-04-29 12:33:34 +0900
  • b30f3c7666 test ikpil 2023-04-29 12:30:51 +0900
  • cf7a44afdb vector3f -> xyz ikpil 2023-04-29 11:21:25 +0900
  • 0620cdcd85 C# style ikpil 2023-04-28 23:22:09 +0900
  • 89eb8554d9 move frand ikpil 2023-04-27 22:36:05 +0900
  • 4cb6c1cac7 vectorf[n] -> x, y, z ikpil 2023-04-26 01:08:38 +0900
  • 4002d1e18b add test [Parallelizable] ikpil 2023-04-25 23:22:44 +0900
  • e5d7cca6c6 async log ikpil 2023-04-24 23:18:48 +0900
  • 6eb503c287 change ikpil 2023-04-23 14:19:49 +0900
  • 7e4150d7ee move ObstacleAvoidanceParams ikpil 2023-04-23 14:15:45 +0900
  • 546a9d0b97 move QueryResults ikpil 2023-04-23 14:13:10 +0900
  • 188b9e619e add log message broker sink ikpil 2023-04-23 14:03:35 +0900
  • 6300a24a81 change access ikpil 2023-04-22 13:57:09 +0900
  • 11558e4b81 change Vector3f's operator ==, != ikpil 2023-04-22 13:44:05 +0900
  • 2300779b72 add SegmentVert ikpil 2023-04-22 13:43:24 +0900
  • f4406b05e0 class Result<T> -> readonly struct Result<T> ikpil 2023-04-22 12:53:41 +0900
  • 364a197ec2 prepare ikpil 2023-04-22 12:44:02 +0900
  • 7e277ef08d resize screenshot ikpil 2023-04-22 12:41:39 +0900
  • 8214842151 float[] -> Vector3f ikpil 2023-04-22 12:39:40 +0900
  • b80b784e31 float[] -> Vector3f ikpil 2023-04-22 12:34:39 +0900
  • f232d5638d change float[] -> Vector3f ikpil 2023-04-22 12:27:52 +0900