1. 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
  2. 07 Feb, 2017 1 commit
  3. 17 Jan, 2017 1 commit
  4. 20 May, 2016 1 commit
  5. 23 Apr, 2016 2 commits
  6. 28 Mar, 2016 2 commits
  7. 07 Mar, 2016 1 commit
  8. 05 Mar, 2016 3 commits
  9. 29 Dec, 2015 1 commit
  10. 21 Oct, 2015 3 commits
  11. 19 Oct, 2015 1 commit
  12. 18 Oct, 2015 1 commit
  13. 07 Oct, 2015 1 commit
  14. 30 Sep, 2015 1 commit
  15. 11 May, 2015 2 commits
  16. 01 May, 2015 4 commits
  17. 27 Apr, 2015 1 commit
  18. 07 Apr, 2015 1 commit
  19. 03 Apr, 2015 2 commits
  20. 01 Apr, 2015 1 commit
  21. 21 Mar, 2015 2 commits
  22. 12 Mar, 2015 1 commit
  23. 23 Feb, 2015 1 commit
  24. 30 Dec, 2014 5 commits