Skip to content
Snippets Groups Projects
  1. Mar 05, 2016
    • MoNTE48's avatar
      Update Android dependencies, -O3 optimization, remove old ARMv5 config · 096a01ff
      MoNTE48 authored
      * Update OpenSSL (thanks @sapier, i use his patch!), Curl and SQLite3.
      * Remove old arm config. Almost all phones that use ARMv5 have 1 core and 256-512 RAM, it's about 2-5 FPS.
      * Do -O3 optimization for libs and remove -fexpensive-optimizations for Minetest (-O3 includes this! Read gcc docs).
      * OpenSSL fix - thanks @sapier, again.
      096a01ff
  2. Mar 04, 2016
  3. Mar 03, 2016
  4. Mar 01, 2016
  5. Feb 28, 2016
  6. Feb 27, 2016
  7. Feb 26, 2016
  8. Feb 25, 2016
  9. Feb 24, 2016
  10. Feb 23, 2016
  11. Feb 22, 2016
    • orwell96's avatar
      Reset block send timer when invoking setBlock(s)NotSent() · e17fbb31
      orwell96 authored
      As stated in this forum thread [1], I noticed that there is a
      2 second interval in which inventory changes are shown on the
      client. @yyt16384 found the source of these 2 seconds:
      m_nothing_to_send_pause_timer is set to 2.0 every time there
      are no changes to make, but this timer is not reset when
      SetBlockNotSent or setBlocksNotSent are invoked. So in worst
      case, the changed block will be sent over 2 seconds too late.
      
      With this change, changed inventories are updated almost
      immediately, but it causes additional connection load.
      e17fbb31
Loading