Skip to content
Snippets Groups Projects
  1. Nov 10, 2016
    • Rogier's avatar
      Fix mob deserialization errors in the client (#4743) · 7e17eaed
      Rogier authored
      The problem was seen while using the mobf mod package.
      
      The problem happens when the server serializes entity attachments.
      Sometimes, such attachments no longer exist. The serialization code
      skips those. However, the total number of attachments was serialized
      earlier.  Therefore the client expects more than it gets, and logs a
      serialization error.
      7e17eaed
  2. Nov 09, 2016
  3. Nov 08, 2016
  4. Nov 07, 2016
  5. Nov 06, 2016
  6. Nov 05, 2016
    • Wuzzy's avatar
      Separate optional from required mod dependencies in main menu (#4721) · 1c570cb3
      Wuzzy authored
      * Separate optional from require dep's in main menu
      
      * Simplify modmgr mod dependency listing code
      1c570cb3
    • Loïc Blot's avatar
      PlayerSAO saving fix (#4734) · 66bb2954
      Loïc Blot authored
      PlayerSAO::disconnected() function was historical and remove the link between SAO and RemotePlayer session. With previous attributes linked to RemotePlayer saving was working. But now attributes are read from SAO not RemotePlayer and the current serialize function verify SAO exists to save the player attributes.
      
      Because PlayerSAO::disconnected marks playersao for removal, only mark playerSAO for removal and let PlayerSAO::removingFromEnvironment do the correct saving behaviour and all the disconnection process instead of doing a partial removal and let the server loop doing the RemotePlayer cleanup and remove some saved attributes...
      66bb2954
    • Zeno-'s avatar
      Fix memory leak in ::safeLoadFile (#4730) · b5c84c34
      Zeno- authored
      b5c84c34
  7. Nov 04, 2016
  8. Nov 02, 2016
  9. Nov 01, 2016
  10. Oct 31, 2016
  11. Oct 30, 2016
    • Loïc Blot's avatar
      Fix overloading problems mentioned by clang · 595932a8
      Loïc Blot authored
      595932a8
    • Loïc Blot's avatar
      PlayerSAO/LocalPlayer refactor: (#4612) · 9d25242c
      Loïc Blot authored
      * Create UnitSAO, a common part between PlayerSAO & LuaEntitySAO
      * Move breath to PlayerSAO & LocalPlayer
      * Migrate m_yaw from (Remote)Player & LuaEntitySAO to UnitSAO
      * Migrate m_yaw from Player to LocalPlayer for client
      * Move some functions outside of player class to PlayerSAO/RemotePlayer or LocalPlayer depending on which class needs it
      * Move pitch to LocalPlayer & PlayerSAO
      * Move m_position from Player to LocalPlayer
      * Move camera_barely_in_ceiling to LocalPlayer as it's used only there
      * use PlayerSAO::m_base_position for Server side positions
      * remove a unused variable
      * ServerActiveObject::setPos now uses const ref
      * use ServerEnv::loadPlayer unconditionnaly as it creates RemotePlayer only if it's not already loaded
      * Move hp from Player to LocalPlayer
      * Move m_hp from LuaEntitySAO to UnitSAO
      * Use m_hp from PlayerSAO/UnitSAO instead of RemotePlayer
      9d25242c
    • Hugo Locurcio's avatar
      d4332602
  12. Oct 28, 2016
  13. Oct 27, 2016
  14. Oct 26, 2016
  15. Oct 25, 2016
  16. Oct 24, 2016
  17. Oct 21, 2016
Loading