summaryrefslogtreecommitdiff
path: root/src/server
Commit message (Collapse)AuthorAge
* CSM/SSM: Add on_mods_loaded callback (#7411)Loïc Blot2018-06-06
| | | | | * CSM/SSM: Add on_mods_loaded callback
* Add online content repositoryrubenwardy2018-04-19
| | | | Replaces mods and texture pack tabs with a single content tab
* Fix SAOM (#7200)Vitaliy2018-04-06
| | | | * Bugfix
* Fix various clang-tidy reported performance-type-promotion-in-math-fnLoïc Blot2018-04-03
|
* Optimize entity-entity collision (#6587)Vitaliy2018-04-03
| | | | | | * Add IrrLicht type aliases * Add hash for IrrLicht vector * Add object map
* Print the mod loading time (#7137)you2018-03-24
| | | | * Print the mod loading time
* Server: delegate mod management & config to ServerModConfiguration (#7131)Loïc Blot2018-03-16
* Server: delegate mod management & config to ServerModConfiguration (rename it to ServerModManager) * Use c++11 range based loops * Add unittests + experimental/default mod as a test case to permit testing mod loading in future tests