David Cernat
|
a5484d237b
|
Merge pull request #203 from OpenMW/master
Add OpenMW commits up to 21 Apr 2017, part 2
|
8 years ago |
scrawl
|
8fbf9dc597
|
Merge pull request #1253 from akortunov/pinned
Remember "pinned" windows across game restarts
|
8 years ago |
Andrei Kortunov
|
2b3b6d558f
|
Move updatePinnedWindows() function to private section
|
8 years ago |
scrawl
|
931310d2e2
|
Merge pull request #1268 from Allofich/anim
Add enabled check to animation script commands
|
8 years ago |
Andrei Kortunov
|
f986e3fafa
|
Remove unused code
|
8 years ago |
Allofich
|
143ee387cc
|
Add enabled check to animation script commands
(Fixes #3793)
|
8 years ago |
scrawl
|
7998583a7b
|
Merge pull request #1267 from Allofich/scriptsign
Treat =< and => as == in scripts
|
8 years ago |
scrawl
|
fc56fc0b81
|
Merge pull request #1265 from akortunov/develop
Use "sLevel" GMST instead of hardcoded text in load game menu
|
8 years ago |
Allofich
|
e095817ac2
|
Treat =< and => as == in scripts
(Fixes #3744)
|
8 years ago |
scrawl
|
2c879ddbbf
|
Merge pull request #1264 from Allofich/script
Run scripts for voiced dialogue
|
8 years ago |
Andrei Kortunov
|
e717d046f2
|
Escaped class name string
|
8 years ago |
scrawl
|
1956602aa2
|
Merge pull request #1262 from Allofich/warnings
Fix more warnings
|
8 years ago |
Andrei Kortunov
|
f67ec9c9ce
|
Use sLevel GMST instead of hardcoded text in load game menu
|
8 years ago |
David Cernat
|
fec82dc033
|
Merge pull request #202 from OpenMW/master
Add OpenMW commits up to 21 Apr 2017
|
8 years ago |
Andrei Kortunov
|
6c1e3a0618
|
Merged from upstream master
|
8 years ago |
Allofich
|
ff3cb18d4f
|
Fix shadowing warnings
|
8 years ago |
Allofich
|
60c67bc327
|
Run scripts for voiced dialogue
(Fixes #3787)
|
8 years ago |
scrawl
|
c2240e3af1
|
Call the WindowManager::updatePlayer after the startup script is run
|
8 years ago |
scrawl
|
1ffb9e1bf3
|
Remove renderWorldMap()
|
8 years ago |
scrawl
|
bfdde0262f
|
Merge pull request #1260 from akortunov/levitationfix
Purge existing levitation effects when levitation is disabled (fixes #3766)
|
8 years ago |
scrawl
|
83dbe3ac99
|
Merge pull request #1261 from rhtucker/master
Added all settings that are in settings.cfg but were not yet documented.
|
8 years ago |
scrawl
|
5eb12ea8b5
|
Merge pull request #1263 from akortunov/chargenfixes
Chargen menus fixes
|
8 years ago |
Andrei Kortunov
|
c65c643abe
|
Fixed race menu skills layout
|
8 years ago |
Allofich
|
ff3e307059
|
Pass parameters by const reference
|
8 years ago |
David Cernat
|
10d554af5b
|
[Client] Make NPCs react to DedicatedPlayer & DedicatedActor attacks
|
8 years ago |
Andrei Kortunov
|
0a90b48e60
|
Fixed progressbars layout in review menu
|
8 years ago |
Andrei Kortunov
|
90d90b6d81
|
Fixed dynamic stats tooltips in review menu
|
8 years ago |
Allofich
|
2e5fd74db0
|
Fix invalid iterator warning
|
8 years ago |
Ryan Tucker
|
29cf296be5
|
Added all settings that are in settings.cfg but were not yet documented.
|
8 years ago |
David Cernat
|
edb155869b
|
Merge pull request #201 from OpenMW/master
Add OpenMW commits up to 19 Apr 2017
|
8 years ago |
David Cernat
|
6aa0fa85ab
|
[Client] Send and read ActorAttack packets
|
8 years ago |
David Cernat
|
2e8714afaa
|
[Client] Rethink and restructure tes3mp combat code so it works for NPCs
|
8 years ago |
scrawl
|
df3b4fe6a5
|
Merge pull request #1259 from Allofich/warnings
Fix a few Cppcheck warnings
|
8 years ago |
David Cernat
|
6c2bbd6608
|
[Client] Fix assignAttackTarget() not assigning LocalPlayer as target
|
8 years ago |
Andrei Kortunov
|
f0f1df3a96
|
Properly clear inventory
|
8 years ago |
Allofich
|
e87d2aa1af
|
Remove unused function
|
8 years ago |
Allofich
|
60a2625b89
|
Add parentheses to clarify calculations
|
8 years ago |
scrawl
|
30081393a6
|
Add InventoryWindow::clear() as part of world cleanup
|
8 years ago |
Allofich
|
f299f26720
|
Remove unused variable
|
8 years ago |
Allofich
|
5a00b239ac
|
Reduce scope of variables
|
8 years ago |
Allofich
|
c655875584
|
Change mWaterEnabled from float to bool
|
8 years ago |
David Cernat
|
61cedfa192
|
[Client] Add CellController methods to fetch Actors without needing Ptrs
|
8 years ago |
Andrei Kortunov
|
04eb4ea6b6
|
Check for disabled levitation (fixes #3766)
|
8 years ago |
David Cernat
|
0ef9e014eb
|
[Client] Add resetAttack() and getSpellSuccess() to MechanicsHelper
|
8 years ago |
scrawl
|
50f3794d12
|
Merge pull request #1258 from akortunov/drownfix
Fixed drowning widget initialization with non-default "fHoldBreathTime" GMST value
|
8 years ago |
David Cernat
|
f2e8e14665
|
[General] Add shouldSend boolean to mwmp::Attack
|
8 years ago |
Andrei Kortunov
|
3c4c47d1e6
|
Reduced scope of fHoldBreathTime variable
|
8 years ago |
David Cernat
|
c3375ba86f
|
[Client] Add MechanicsHelper::assignAttackTarget()
|
8 years ago |
David Cernat
|
17c4b6d4de
|
[Client] Add MechanicsHelper methods for easily getting Attacks from Ptr
|
8 years ago |
Andrei Kortunov
|
c3fd327bb2
|
Fixed drowning widget initialization
|
8 years ago |