1. 09 Feb, 2018 1 commit
  2. 08 Feb, 2018 1 commit
  3. 07 Feb, 2018 1 commit
  4. 05 Feb, 2018 1 commit
  5. 04 Feb, 2018 1 commit
  6. 02 Feb, 2018 1 commit
  7. 29 Jan, 2018 1 commit
  8. 25 Jan, 2018 2 commits
  9. 24 Jan, 2018 3 commits
  10. 22 Jan, 2018 3 commits
  11. 21 Jan, 2018 1 commit
  12. 18 Jan, 2018 1 commit
  13. 17 Jan, 2018 1 commit
  14. 16 Jan, 2018 1 commit
  15. 15 Jan, 2018 13 commits
  16. 10 Jan, 2018 2 commits
  17. 09 Jan, 2018 2 commits
  18. 07 Jan, 2018 2 commits
  19. 06 Jan, 2018 2 commits
    • 16이상민's avatar
      Add test for 'SourceBuffer' class · c6acafe4
      16이상민 authored
      c6acafe4
    • 16이상민's avatar
      Assets/Script/CoordinateMapperView.cs: · 38c2e903
      16이상민 authored
      Refactoring code because the code that sets the buffer is structurally redundant.
      Refactoring code because the Release () function is called unnecessarily in the constructor and the internal implementation of the OnDisable () function calls the Release () function when the call syntax is removed.
      
      Assets/Script/CoordinateMapperManager.cs:
      Extract method because Update () function of 'CoordinateMapperManager' class is big.
      Extract module because 'CoordinateMapperManager' class is big.
      38c2e903