aboutsummaryrefslogtreecommitdiff
path: root/src/server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add online content repositoryrubenwardy2018-04-192-2/+2
| | | | Replaces mods and texture pack tabs with a single content tab
* Fix SAOM (#7200)Vitaliy2018-04-062-20/+38
| | | | * Bugfix
* Fix various clang-tidy reported performance-type-promotion-in-math-fnLoïc Blot2018-04-031-6/+7
|
* Optimize entity-entity collision (#6587)Vitaliy2018-04-033-0/+340
| | | | | | * Add IrrLicht type aliases * Add hash for IrrLicht vector * Add object map
* Print the mod loading time (#7137)you2018-03-241-1/+8
| | | | * Print the mod loading time
* Server: delegate mod management & config to ServerModConfiguration (#7131)Loïc Blot2018-03-163-0/+146
* 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