Skip to content
Snippets Groups Projects
  1. Mar 23, 2015
  2. Mar 22, 2015
  3. Mar 21, 2015
  4. Mar 20, 2015
  5. Mar 18, 2015
  6. Mar 13, 2015
    • Loïc Blot's avatar
      Prepare Protocol v25 init & authentication. · 74d34da6
      Loïc Blot authored
      * TOSERVER_INIT and TOCLIENT_INIT renamed to _LEGACY
      * TOSERVER_PASSWORD merged from dev-0.5, can use protocol v24 and v25
      * TOCLIENT_ACCESS_DENIED merged from dev-0.5, can use protocol v24 and v25, with normalized strings an a custom id for custom errors
      * new TOSERVER_INIT packet only send MT version, supported compressions, protocols and serialization, this permit to rework everything later without break the _INIT packet
      * new TOSERVER_AUTH packet which auth the client
      * new TOCLIENT_HELLO packet which send server serialization version atm
      * new TOCLIENT_AUTH_ACCEPTED which is send when TOCLIENT_AUTH was okay. After this packet, the client load datas from servers, like after TOCLIENT_INIT_LEGACY packet
      74d34da6
  7. Mar 11, 2015
  8. Mar 08, 2015
  9. Mar 07, 2015
  10. Mar 05, 2015
  11. Mar 04, 2015
  12. Mar 03, 2015
  13. Feb 27, 2015
  14. Feb 26, 2015
  15. Feb 23, 2015
  16. Feb 18, 2015
  17. Feb 17, 2015
  18. Feb 16, 2015
    • Loïc Blot's avatar
      Performance Improvement: Use a cache which caches result for getFacePositions. · 7c8793cb
      Loïc Blot authored
      This greatly reduce the number of std::list generated by caching the result, which is always constant for each radius selected.
      In the callgrind map, you will see original:
        * 3.3M calls to std::list for 9700 calls to getFacePositions
      In the modified version, you will see:
        * 3.3K calls to std::list for 6900 call to getFacePositions
      Callgrind map is here: #2321
      
      it's a huge performance improvement to l_find_node_near
      7c8793cb
  19. Feb 12, 2015
  20. Feb 05, 2015
  21. Jan 19, 2015
  22. Jan 18, 2015
  23. Jan 15, 2015
  24. Jan 13, 2015
  25. Jan 07, 2015
  26. Jan 05, 2015
  27. Jan 04, 2015
Loading