scrawl
|
3d76ba5a7c
|
Merge pull request #1086 from Allofich/warnings
Fix shadowing warnings
|
8 years ago |
Allofich
|
6ec37b5cfb
|
Fix shadowing warnings
|
8 years ago |
Allofich
|
e78f02aaf2
|
Consider reflected/absorbed hostile spells as assaults
|
8 years ago |
MiroslavR
|
210c02d98e
|
Fix interactive ID validity checks in TypesetBookImpl
|
8 years ago |
Allofich
|
a81a04e6d0
|
Remove unused line
|
8 years ago |
Allofich
|
fa17784722
|
Change breaks to continues
|
8 years ago |
scrawl
|
140be70a90
|
Merge pull request #1082 from Gladdy/master
Fix for segmentation fault on entering a cell
|
8 years ago |
scrawl
|
b170efb9fa
|
Merge pull request #1084 from Allofich/water
Don't let water-only creatures prevent resting
|
8 years ago |
Allofich
|
a2e174a40f
|
Don't let water-only creatures prevent resting
|
8 years ago |
Allofich
|
266ec1aadc
|
Make AI response to spell hits more like original MW
|
8 years ago |
Koncord
|
fa0a55c2a9
|
Fix use of freed memory
|
8 years ago |
Koncord
|
94d5efdfd3
|
Call LOG_QUIT after Networking's dtor call
|
8 years ago |
David Cernat
|
add1a5e5b2
|
Merge pull request #72 from OpenMW/master
Add OpenMW commits up to 30 Sep
|
8 years ago |
David Cernat
|
e0361835b0
|
Allow script-induced setting of equipment
|
8 years ago |
David Cernat
|
4b96080521
|
Make GetItemSlot work and add SendEquipment in server item functions
|
8 years ago |
Marc Zinnschlag
|
e918474a94
|
Merge remote-tracking branch 'rcutmore/bug-3277'
|
8 years ago |
David Cernat
|
728a09e423
|
Reorder functions in LocalPlayer and make their names more consistent
|
8 years ago |
David Cernat
|
6650b74498
|
Add handling of skill increases
|
8 years ago |
David Cernat
|
15a4602482
|
Add getSkillIncrease, setSkillIncrease functions to OpenMW's NpcStats
|
8 years ago |
David Cernat
|
f4621d8529
|
Use setLevelProgress when setting LocalPlayer's skills
|
8 years ago |
David Cernat
|
8fbc6f31f1
|
Add setLevelProgress function to OpenMW's NpcStats
|
8 years ago |
David Cernat
|
977b277cdd
|
Add missing entries for level progress functions
|
8 years ago |
David Cernat
|
a0e9a672a5
|
Split updateClassStats in 3 and add handling of level progress
|
8 years ago |
David Cernat
|
2ab619b0e3
|
Constantly update skill progress from LocalPlayer
|
8 years ago |
Rob Cutmore
|
8f47ed17df
|
Show nested tables only when they are editable
|
8 years ago |
Martijn Bakker
|
45ffdbb284
|
fixed a segmentation fault when entering a cell which contains someone already attacking you
|
8 years ago |
David Cernat
|
56a2c70911
|
Use double instead of int for skill progress functions
|
8 years ago |
David Cernat
|
ae4950ce49
|
Add server stat functions for getting and setting skill progress
|
8 years ago |
David Cernat
|
6ae4cc15e4
|
Clean up handling of stat packets on client, part 2
|
8 years ago |
David Cernat
|
25026a9b95
|
Allow player-controlled NPCs to have attack animations again
|
8 years ago |
David Cernat
|
5efa5aa912
|
Fix indentation
|
8 years ago |
David Cernat
|
afbd3274cc
|
Clean up handling of stat packets on client
|
8 years ago |
David Cernat
|
bc0aa86bcf
|
Make variable names more consistent and easier to understand
|
8 years ago |
David Cernat
|
694ce537b6
|
Allow script-induced dynamic stat changes, part 2
|
8 years ago |
David Cernat
|
18cd964d21
|
Allow script-induced dynamic stat changes
|
8 years ago |
David Cernat
|
ae00f12c87
|
Merge pull request #68 from OpenMW/master
Use a shader to render the simple water, ensuring that fog is applied…
|
8 years ago |
scrawl
|
85c7d014d3
|
Use a shader to render the simple water, ensuring that fog is applied per pixel (Fixes #2716)
|
8 years ago |
David Cernat
|
7a1531c01b
|
Fix script functions for setting dynamic stats, part 2
|
8 years ago |
David Cernat
|
458bdf4dff
|
Fix script functions for setting dynamic stats
|
8 years ago |
David Cernat
|
433190d82e
|
Rename OnPlayerUpdateEquiped into OnPlayerChangeEquipment
|
8 years ago |
David Cernat
|
684caf7791
|
Merge branch 'master' of https://github.com/TES3MP/openmw-tes3mp
|
8 years ago |
David Cernat
|
16216b30f7
|
Fix formatting
|
8 years ago |
Koncord
|
94f6ab30f2
|
Fix GetProtocolVersion
|
8 years ago |
David Cernat
|
b6086ab015
|
Rename ID_GAME_DYNAMICSTATS_CURRENT into ID_GAME_DYNAMICSTATS
|
8 years ago |
David Cernat
|
57f07813b0
|
Rename ID_GAME_UPDATE_POS into ID_GAME_POS
|
8 years ago |
David Cernat
|
26487598a6
|
Rename ID_GAME_UPDATE_EQUIPED into ID_GAME_EQUIPMENT
|
8 years ago |
David Cernat
|
0479eb38cc
|
Update protocol version and make version mismatch error less confusing
|
8 years ago |
David Cernat
|
9fd5ae981e
|
Add missing backslash
|
8 years ago |
David Cernat
|
ce4b326b02
|
Rename ID_GAME_UPDATE_BASESTATS into ID_GAME_DYNAMICSTATS_CURRENT
|
8 years ago |
David Cernat
|
295f486a97
|
Using less confusing names for server stat functions, part 2
|
8 years ago |
David Cernat
|
69030579c1
|
Using less confusing names for server stat functions
|
8 years ago |
David Cernat
|
7ae9ea7465
|
Add server stat functions for getting attribute and skill counts
|
8 years ago |
David Cernat
|
57703482b2
|
Fetch attribute and skill counts in server stat functions
|
8 years ago |
David Cernat
|
4d7130b12f
|
Improve logic for script-induced cell changes
|
8 years ago |
David Cernat
|
01af4f3bbc
|
Update position before sending cell packet
|
8 years ago |
David Cernat
|
1ee2458f6e
|
Add packet for player levels, part 2
|
8 years ago |
David Cernat
|
046a1ea899
|
Add packet for player levels
|
8 years ago |
Rob Cutmore
|
b59694c4f0
|
Set tooltip for read-only nested tables
|
8 years ago |
David Cernat
|
7e4543ffcb
|
Merge pull request #64 from OpenMW/master
Add OpenMW commits up to 24 Sep
|
8 years ago |
Marc Zinnschlag
|
eaeaae3243
|
Merge remote-tracking branch 'aesylwinn/FixRefIdData'
|
8 years ago |
scrawl
|
4791fadb9a
|
Merge pull request #1078 from MiroslavR/hidden-items
Do not show uncarriable lights in item views
|
8 years ago |
Aesylwinn
|
b899d43a33
|
Allow base plugins to overwrite referencables made in other base plugins.
|
8 years ago |
scrawl
|
dc07885d25
|
Merge pull request #1069 from Allofich/combat
Add unarmed attack selection to chooseBestAttack()
|
8 years ago |
MiroslavR
|
52e00f5fef
|
Do not show uncarriable lights in item views
|
8 years ago |
Rob Cutmore
|
829345257c
|
Allow disabled nested tables to be scrollable
|
8 years ago |
David Cernat
|
10d391a1fd
|
Merge pull request #63 from OpenMW/master
Add OpenMW commits up to 23 Sep
|
8 years ago |
Allofich
|
0582f2d918
|
Adjust touch spell/telekinesis interaction
|
8 years ago |
Allofich
|
0c603e986d
|
Don't play touch spell explosions on non-activatable statics
|
8 years ago |
Allofich
|
eecf412b85
|
Recreate vanilla-like behavior for telekinesis and touch spells
|
8 years ago |
Allofich
|
04c13ffab3
|
Add unarmed attack selection to chooseBestAttack()
|
8 years ago |
scrawl
|
8379291f70
|
Merge pull request #1072 from Allofich/range
Give "on touch" spells same range as vanilla MW
|
8 years ago |
Allofich
|
37cc4e9efe
|
Don't play area vfx for 0-area touch spells that hit non-actors
|
8 years ago |
Allofich
|
563ae479e8
|
Give "on touch" spells same range as vanilla MW
|
8 years ago |
David Cernat
|
f515111845
|
Merge pull request #62 from OpenMW/master
Add OpenMW commits up to 20 Sep
|
8 years ago |
scrawl
|
c6ef26ba4b
|
Merge pull request #1070 from mrcheko/pathfinding
fix using potion as weapon
|
8 years ago |
mrcheko
|
229cb4b386
|
remove dynamic_cast to ActionPotion
|
8 years ago |
mrcheko
|
48765f2ff2
|
fix using potion as weapon
|
8 years ago |
David Cernat
|
1534f835a6
|
Merge pull request #61 from OpenMW/master
Add OpenMW commits up to 19 Sep
|
8 years ago |
scrawl
|
718178bfe9
|
Merge pull request #1066 from MiroslavR/setinvisible
Don't use base invisibility magnitude for setting alpha
|
8 years ago |
Allofich
|
7e3cca6d37
|
Vfx after Divine/Almsivi intervention should be attached to player
|
8 years ago |
Allofich
|
d1157b3e10
|
Use correct vfx for teleport spells
|
8 years ago |
David Cernat
|
9690e007df
|
Don't send unhandled skill and attribute requests to joining players
|
8 years ago |
David Cernat
|
79c561057c
|
Merge pull request #59 from OpenMW/master
Add OpenMW commits up to 18 Sep
|
8 years ago |
MiroslavR
|
744667e163
|
Don't use base invisibility magnitude for setting alpha (Fixes #3555)
|
8 years ago |
scrawl
|
cd4b182091
|
Merge pull request #1051 from Allofich/textures
Use spell effect particle textures
|
8 years ago |
Allofich
|
a8e9f2df67
|
Cleanup
|
8 years ago |
scrawl
|
30d5c7488d
|
savegamedialog: don't reset the character selection scrollbar when a character is deleted
|
8 years ago |
Koncord
|
24617589e4
|
Fix packet spam
|
8 years ago |
Koncord
|
96e2d749c7
|
New auth protocol
|
8 years ago |
Koncord
|
61c5456373
|
Log callbacks
|
8 years ago |
Koncord
|
e661a35ac2
|
Fix checking strings in SetName & SetBirthsign
|
8 years ago |
Koncord
|
1e48555617
|
Make sensitivity to protocol version
|
8 years ago |
Koncord
|
fe10821528
|
Add loaded/isLoaded to server player
|
8 years ago |
Koncord
|
df13e9c37a
|
Fix verbose log level in server
|
8 years ago |
David Cernat
|
68f974d999
|
Merge pull request #57 from OpenMW/master
Add OpenMW commits up to 17 Sep
|
8 years ago |
scrawl
|
8520b97b37
|
Merge pull request #1062 from stil-t/master
apps/wizard: (trivial) fix misplaced arguments in installFile for installFiles
|
8 years ago |
scrawl
|
7bd445fb83
|
Don't crash if FontManager::getByName returns NULL (Fixes #3552)
|
8 years ago |
David Cernat
|
cdada00a8a
|
Merge pull request #56 from OpenMW/master
Add OpenMW commits up to 15 Sep
|
8 years ago |
Mikhail Korolev
|
7e2fe77836
|
apps/wizard: (trivial) fix misplaced arguments in installFile for installFiles
|
8 years ago |
scrawl
|
7bbdeb5f85
|
Merge pull request #1061 from MiroslavR/nameless-actors
Allow activating actors without a name
|
8 years ago |