Skip to content
Snippets Groups Projects
  1. May 31, 2014
  2. May 26, 2014
  3. May 25, 2014
  4. May 24, 2014
  5. May 23, 2014
  6. May 20, 2014
  7. May 18, 2014
  8. May 17, 2014
  9. May 16, 2014
  10. May 14, 2014
  11. May 11, 2014
  12. May 08, 2014
  13. May 07, 2014
  14. May 05, 2014
  15. May 04, 2014
  16. May 03, 2014
  17. May 02, 2014
  18. Apr 29, 2014
  19. Apr 28, 2014
  20. Apr 27, 2014
    • sapier's avatar
      Fix rounding issue of hud dpi on some machines · 65016c88
      sapier authored
      65016c88
    • ShadowNinja's avatar
      Fix code style of async API · f2b93b7b
      ShadowNinja authored
      f2b93b7b
    • 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
Loading