You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw-tes3mp/apps
David Cernat 80be664139 [Server] Fix skill-related script functions
Add getSkillIncrease() and setSkillIncrease() script functions to get and set the attribute bonuses received at the next level up as a result of skill increases.

Previously, getSkill() and setSkill() attempted to return and set the attribute bonuses, respectively. However, they mistakenly used a skill ID as a parameter for the attribute bonuses, when in fact npcStats.mSkillIncrease is an integer array of size 8 where the key stands for an attribute's ID. As a result, setSkill() had the unexpected side effect of messing up a player's major and minor skills because of the invalid values it was setting for npcStats.mSkillIncreases.
7 years ago
..
browser [Browser] Add "no password" filter to browser 7 years ago
bsatool Restore trailing new lines to shrink PR 7 years ago
esmtool Restore trailing new lines to shrink PR 7 years ago
essimporter ESS-Importer: Convert magic projectiles (Closes #2320) 7 years ago
launcher Merge pull request #287 from OpenMW/master while resolving conflicts 7 years ago
master [Master] Use RakNet ban system instead homebrew 7 years ago
mwiniimporter Restore trailing new lines to shrink PR 7 years ago
niftest Restore trailing new lines to shrink PR 7 years ago
opencs Merge pull request #319 from OpenMW/master while resolving conflicts 7 years ago
openmw Merge pull request #340 from TES3MP/master 7 years ago
openmw-mp [Server] Fix skill-related script functions 7 years ago
openmw_test_suite Move new behaviour into macro to reduce code duplication 7 years ago
wizard Move new behaviour into macro to reduce code duplication 7 years ago
doc.hpp