Skip to content
Snippets Groups Projects
  1. Aug 23, 2014
  2. Aug 21, 2014
  3. Aug 19, 2014
    • sapier's avatar
      Mod profiling support · c24e0753
      sapier authored
      Config settings:
      profiling = true/false (gather statistics)
      detailed_profiling = true/false (break mod times to callbacks)
      
      Chat commands:
      save_mod_profile saves current statistics in debug.txt and shows on console (on default loglevel)
      c24e0753
  4. Aug 15, 2014
  5. Jul 30, 2014
  6. Jun 23, 2014
  7. Jun 19, 2014
  8. Jun 14, 2014
  9. May 31, 2014
  10. May 16, 2014
  11. May 08, 2014
  12. May 07, 2014
  13. Apr 29, 2014
  14. 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
    • ShadowNinja's avatar
      Only push the Lua error handler once · db4ea465
      ShadowNinja authored
      db4ea465
    • 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
  15. Apr 18, 2014
  16. Apr 15, 2014
  17. Apr 12, 2014
  18. Apr 09, 2014
  19. Apr 08, 2014
    • sapier's avatar
      Cleanup client init states by bumping protocol version · 142e2d3b
      sapier authored
      Don't use TOSERVER_RECEIVED_MEDIA but TOSERVER_CLIENT_READY as indicatio for client ready
      Handle clients with protocol version < 23 (almost) same way as before
      Make client tell server about it's version
      Add client state to not send bogus player position updates prior init complete
      Add access to statistics information (peer connction time,rtt,version)
      Fix clients standing stalled in world while preloading item visuals (new clients only)
      Add get_player_information to read client specific information from lua
      142e2d3b
  20. Mar 15, 2014
  21. Mar 12, 2014
  22. Mar 09, 2014
  23. Mar 08, 2014
  24. Feb 27, 2014
  25. Feb 16, 2014
Loading