Skip to content
Snippets Groups Projects
  1. Jun 08, 2014
  2. Jun 04, 2014
  3. May 29, 2014
  4. May 27, 2014
  5. May 24, 2014
  6. May 23, 2014
  7. May 17, 2014
  8. May 16, 2014
  9. May 11, 2014
  10. May 10, 2014
  11. May 08, 2014
  12. May 07, 2014
  13. Apr 29, 2014
  14. Apr 27, 2014
    • ShadowNinja's avatar
    • ShadowNinja's avatar
      Remove dependency on marshal and many other async changes · 6ab3b4c8
      ShadowNinja authored
      This makes a number of changes:
        * Remove the dependency on marshal by using string.dump and loadstring.
        * Use lua_tolstring rather than having Lua functions pass string lengths to C++.
        * Move lua_api/l_async_events.* to cpp_api/s_async.*, where it belongs.
        * Make AsyncWorkerThread a child of ScriptApiBase, this removes some duplicate functionality.
        * Don't wait for async threads to shut down.  (Is this safe?  Might result in corruption if the thread is writing to a file.)
        * Pop more unused items from the stack
        * Code style fixes
        * Other misc changes
      6ab3b4c8
  15. Apr 25, 2014
    • ShadowNinja's avatar
      Revert "Add backtrace to error function" · e3bdd7b2
      ShadowNinja authored
      This reverts commit 5b518ed2.
      
      This caused duplicate tracebacks and tracebacks when unwanted.
      It also ignored the level argument to error() and didn't pass the message (or level) to debug.traceback().
      Use xpcall() or lua_pcall()'s errorhandler argument instead.
      e3bdd7b2
  16. Apr 18, 2014
  17. Apr 13, 2014
  18. Apr 11, 2014
  19. Mar 22, 2014
  20. Mar 21, 2014
  21. Mar 11, 2014
  22. Mar 05, 2014
  23. Feb 27, 2014
  24. Feb 05, 2014
  25. Feb 03, 2014
  26. Jan 24, 2014
  27. Jan 22, 2014
  28. Jan 19, 2014
  29. Jan 18, 2014
  30. Jan 14, 2014
  31. Jan 12, 2014
Loading