Skip to content
Snippets Groups Projects
  1. May 17, 2014
  2. May 16, 2014
  3. May 11, 2014
  4. May 10, 2014
  5. May 08, 2014
  6. May 07, 2014
  7. Apr 29, 2014
  8. 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
  9. 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
  10. Apr 18, 2014
  11. Apr 13, 2014
  12. Apr 11, 2014
  13. Mar 22, 2014
  14. Mar 21, 2014
  15. Mar 11, 2014
  16. Mar 05, 2014
  17. Feb 27, 2014
  18. Feb 05, 2014
  19. Feb 03, 2014
  20. Jan 24, 2014
  21. Jan 22, 2014
  22. Jan 19, 2014
  23. Jan 18, 2014
  24. Jan 14, 2014
  25. Jan 12, 2014
  26. Jan 11, 2014
  27. Jan 07, 2014
  28. Jan 06, 2014
  29. Jan 05, 2014
Loading