Skip to content
Snippets Groups Projects
  1. Feb 24, 2013
  2. Feb 23, 2013
  3. Feb 22, 2013
  4. Feb 21, 2013
  5. Feb 20, 2013
    • Jürgen Doser's avatar
      Print missing mod dependencies on server start · 89b88917
      Jürgen Doser authored
      i.e., not only the mod with missing dependencies, but also the missing
      dependencies itself. (This already used to be the case before the mod
      selection gui was added)
      
      Also, mods with unsatisfied dependencies are no longer reported as
      mods that could not be found.
      89b88917
  6. Feb 19, 2013
  7. Feb 15, 2013
  8. Feb 14, 2013
  9. Feb 13, 2013
  10. Feb 12, 2013
  11. Feb 10, 2013
  12. Feb 07, 2013
  13. Feb 06, 2013
  14. Feb 01, 2013
    • Jürgen Doser's avatar
      Remove use of operator[] on a std::map, so no spurious elements get inserted. (fixes #464) · 9ebf1fd3
      Jürgen Doser authored
      All uses of operator[] in guiConfigureWorld.cpp have been replaced
      with .find() operations.
      
      In some places, operator[] had been called with mod names of "Add-Ons"
      or "N/A", which would insert a default-constructed ModSpec into the
      list of add-on mods. In other places, the use of operator[] was safe
      now, but it probably is safer for future changes to use .find()
      everywhere.
      9ebf1fd3
  15. Jan 30, 2013
  16. Jan 27, 2013
  17. Jan 26, 2013
  18. Jan 23, 2013
  19. Jan 22, 2013
Loading