Skip to content
Snippets Groups Projects
  1. Feb 22, 2016
    • Jeija's avatar
      Add Lua interface to HTTPFetchRequest · 31e0667a
      Jeija authored
      This allows mods to perform both asynchronous and synchronous HTTP
      requests. Mods are only granted access to HTTP APIs if either mod
      security is disabled or if they are whitelisted in any of the
      the secure.http_mods and secure.trusted_mods settings.
      
      Adds httpfetch_caller_alloc_secure to generate random, non-predictable
      caller IDs so that lua mods cannot spy on each others HTTP queries.
      31e0667a
    • Jeija's avatar
      Fix HTTPFetchRequest performing a GET request if post_data is supplied · a3892f5a
      Jeija authored
      Instead, perform a POST request with post_data.
      a3892f5a
  2. Feb 21, 2016
  3. Feb 20, 2016
  4. Feb 19, 2016
  5. Feb 18, 2016
  6. Feb 16, 2016
  7. Feb 15, 2016
  8. Feb 14, 2016
  9. Feb 13, 2016
  10. Feb 11, 2016
  11. Feb 10, 2016
    • Auke Kok's avatar
      Fix backface culling when connecting to new servers. · 47464c93
      Auke Kok authored
      Introduce a new contentfeatures version (8). When clients
      connect using v27 protocol version, they can assume that
      the tiledef.backface_culling is trustable, but if clients
      connect to servers providing contentfeatures version 7,
      then the v27 clients know that backface culling settings
      provided by the server in tiledefs are bogus for mesh,
      plantlike, firelike or liquid drawtype nodes.
      
      thanks to hmmmm, est31, nerzhul.
      
      Tested on new client - new server, new client - old server
      old client - new server.
      47464c93
  12. Feb 09, 2016
Loading