view extern/LICENSE.json.txt @ 160:bbb506feb55f

Server: implement new stats for character, closes #761 @2h Each character no longer have a global level integer. Instead, separate each stat with a different level, factor and experience which define the current stat level, the desired partition of experience (from 100%) for this stat and the current experience respectively.
author David Demelier <markand@malikania.fr>
date Mon, 05 Mar 2018 21:04:14 +0100
parents 3a6769c1d1e7
children
line wrap: on
line source

The library is licensed under the MIT License 
<http://opensource.org/licenses/MIT>:

Copyright (c) 2013-2016 Niels Lohmann

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.