1. 30 Nov, 2017 1 commit
  2. 11 Nov, 2017 1 commit
  3. 10 Oct, 2017 1 commit
  4. 25 Sep, 2017 2 commits
  5. 23 Sep, 2017 3 commits
  6. 05 Sep, 2017 1 commit
  7. 06 Aug, 2017 1 commit
    • psy_commando's avatar
      Fixed issue where variadic static method arguments wouldn't get read from cache properly · b2329fb5
      psy_commando authored
      * The count of cached parameters was done wrong (I assume), so the parameter array was empty when calling a static method more than once with a variadic parameter array for some reasons.
      
      The best way to spot the issues immediately is to try to wrap "String.Format(string, params object[])" in a static class method "Format(string, params object[])". And then call it twice in a row with any valid paramters. The second time, the parameter array will be completely empty even if data was passed to the function inside the lua script.
      b2329fb5
  8. 25 May, 2017 1 commit
  9. 07 Feb, 2017 1 commit
  10. 17 Jan, 2017 1 commit
  11. 20 May, 2016 1 commit
  12. 23 Apr, 2016 2 commits
  13. 28 Mar, 2016 2 commits
  14. 07 Mar, 2016 1 commit
  15. 05 Mar, 2016 3 commits
  16. 29 Dec, 2015 1 commit
  17. 21 Oct, 2015 3 commits
  18. 19 Oct, 2015 1 commit
  19. 18 Oct, 2015 1 commit
  20. 07 Oct, 2015 1 commit
  21. 30 Sep, 2015 1 commit
  22. 11 May, 2015 2 commits
  23. 01 May, 2015 4 commits
  24. 27 Apr, 2015 1 commit
  25. 07 Apr, 2015 1 commit
  26. 03 Apr, 2015 2 commits