Skip to content
Snippets Groups Projects
  1. Aug 23, 2014
  2. Aug 15, 2014
  3. Jun 19, 2014
  4. Jun 14, 2014
  5. May 07, 2014
  6. Apr 27, 2014
    • 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
    • sapier's avatar
      Add support for dpi based HUD scaling · 1838a3fd
      sapier authored
      Add support for (configurable) multiline hotbar
      Improved screensize handling
      Add userdefined gui scale by BlockMen
      1838a3fd
  7. Apr 09, 2014
  8. Feb 07, 2014
  9. Jan 14, 2014
  10. Jan 05, 2014
  11. Dec 11, 2013
  12. Nov 29, 2013
  13. Nov 11, 2013
  14. Sep 28, 2013
  15. Aug 19, 2013
  16. Aug 17, 2013
  17. Aug 14, 2013
  18. Aug 04, 2013
  19. Jul 28, 2013
  20. Jul 22, 2013
  21. Jul 12, 2013
  22. Jul 09, 2013
  23. Jul 03, 2013
Loading