Koncord
|
d7cbfc98eb
|
[Browser] Fix crashing of browser (I hope)
|
8 years ago |
Koncord
|
1f632d8bc9
|
[Master] Fix REST servers/info
|
8 years ago |
Koncord
|
bca594150c
|
[Browser] Add debug info to QueryClient
|
8 years ago |
Koncord
|
918658d383
|
[Master] Waiting ACK instead of immediately closing connection.
|
8 years ago |
Unknown
|
bfbfbeac43
|
Added networking and saving for custom spells
|
8 years ago |
David Cernat
|
4db64e1721
|
[Client] Synchronize spellcasting for non-bipedal creatures
|
8 years ago |
David Cernat
|
c9550fc560
|
[Server] Use case-insensitive filename comparison for plugins
Additionally, clarify the comments related to plugin comparison.
|
8 years ago |
David Cernat
|
690f7dc7df
|
Merge pull request #251 from OpenMW/master
Add OpenMW commits up to 27 Jul 2017, part 2
|
8 years ago |
David Cernat
|
9d05063af4
|
[General] Add server script functions for banning & unbanning IPs
Additionally, use a more informative message for the client when trying to connecting to a server that it is banned from.
|
8 years ago |
Marc Zinnschlag
|
6001e04e51
|
Merge remote-tracking branch 'rcutmore/bug-3148'
|
8 years ago |
David Cernat
|
500bff9911
|
Merge pull request #250 from OpenMW/master
Add OpenMW commits up to 27 Jul 2017
|
8 years ago |
Rob Cutmore
|
3f2cd9b669
|
Editor: Do color to int conversion in ColorEditor
|
8 years ago |
Rob Cutmore
|
c7241c692f
|
Editor: Do int to color conversion in ColorEditor
|
8 years ago |
scrawl
|
1792886f1e
|
Merge pull request #1344 from julianko/dialogue_performance
Fix dialogue window performance
|
8 years ago |
David Cernat
|
2f551aba02
|
[Client] Don't start dialogue via client scripts if already in dialogue
This prevents infinite greeting spam in scripts such as hlormarScript.
|
8 years ago |
David Cernat
|
e6e5d406b8
|
Merge pull request #248 from OpenMW/master
Add OpenMW commits up to 26 Jul 2017, part 2
|
8 years ago |
David Cernat
|
796118c266
|
[Client] Send StatsDynamic packets more often
|
8 years ago |
Julian
|
d7aa2a882d
|
improve dialogue window performance
|
8 years ago |
scrawl
|
d3be4769ea
|
Merge pull request #1347 from akortunov/encumberancefix
Fixed encumberance check (bug #3963)
|
8 years ago |
David Cernat
|
d543edbd9a
|
[Server] Make sure players are initialized as non-werewolves
|
8 years ago |
David Cernat
|
84662ed3fe
|
[Client] Add temporary warnings when creating custom spells and items
|
8 years ago |
Rob Cutmore
|
3fb7c42845
|
Editor: Use colour field for cell map colour
|
8 years ago |
Rob Cutmore
|
0082f5a2dc
|
Editor: fix handling of colour columns
Colours are stored as ints in the backend but the conversion from
QColor to int was broken.
|
8 years ago |
David Cernat
|
cd8d064761
|
[Server] Add PlayerShapeshift to PlayerCellChange's information exchange
|
8 years ago |
David Cernat
|
8b79cdd4f4
|
[Server] Document script functions, part 3
Also reorder functions in Cells and CharClass so they are consistent with the rest.
|
8 years ago |
Andrei Kortunov
|
325ea10594
|
Fixed encumberance check (bug #3963)
|
8 years ago |
David Cernat
|
3d1458b5a2
|
Merge pull request #246 from OpenMW/master
Add OpenMW commits up to 24 Jul 2017
|
8 years ago |
Marc Zinnschlag
|
cfc5cdd309
|
Merge remote-tracking branch 'plutonicoverkill/highlight-occurence-fix'
|
8 years ago |
David Cernat
|
2c1ece79fc
|
Merge pull request #245 from OpenMW/master
Add OpenMW commits up to 22 Jul 2017
|
8 years ago |
David Cernat
|
5e5440b697
|
[Server] Document script functions, part 2
|
8 years ago |
PlutonicOverkill
|
16be1e1a84
|
Fix occurrence highlighting preferences panel
|
8 years ago |
Andrei Kortunov
|
337f0f876d
|
Fade screen in on a new game start
|
8 years ago |
scrawl
|
9bc24ab629
|
Fix character preview zNear/zFar not being autocomputed as intended (Bug #3955)
|
8 years ago |
scrawl
|
5c11266a46
|
Fix character preview item selection
|
8 years ago |
scrawl
|
c9f8a220dc
|
Update the tooltip when the focusObject is set
|
8 years ago |
scrawl
|
0e2e23e9f8
|
Remove tooltip object as part of WindowManager::clear
|
8 years ago |
David Cernat
|
cc91b32b2f
|
[Server] Make spell script functions consistent with others
|
8 years ago |
David Cernat
|
7173a48f4b
|
[Client] Prevent ObjectState packet spam
|
8 years ago |
David Cernat
|
b8b3856c73
|
Merge pull request #244 from OpenMW/master
Add OpenMW commits up to 19 Jul 2017
|
8 years ago |
David Cernat
|
8bd33e5fbb
|
[Server] Document script functions, part 1
|
8 years ago |
scrawl
|
7f634514a8
|
Fix the viewport of the character preview being set a frame ahead due to a threading issue
|
8 years ago |
scrawl
|
20606a2aff
|
Add 'prediction time' setting for cell/terrain pre-loading
|
8 years ago |
scrawl
|
ac78d01b2b
|
Terrain: use the main camera's viewpoint for intersection tests
Fixes lag spikes caused by intersection tests loading/unloading terrain pages.
|
8 years ago |
scrawl
|
a629d48df6
|
Update the facedObject after the camera is updated
|
8 years ago |
David Cernat
|
fd046e42ef
|
Merge pull request #242 from OpenMW/master
Add OpenMW commits up to 16 Jul 2017
|
8 years ago |
scrawl
|
2c7ce26fb7
|
Merge pull request #1336 from akortunov/evadefix
Combat AI: avoid enemy hits when casting Self-ranged spells
|
8 years ago |
Andrei Kortunov
|
98f161c7fd
|
Combat AI: avoid enemy hits when casting Self-ranged spells (fixes #3922)
|
8 years ago |
scrawl
|
2c95f40640
|
Merge pull request #1333 from akortunov/guidistortionfix
Disable sound distortion for GUI actions and PlaySound command [discussion]
|
8 years ago |
Andrei Kortunov
|
2b22d10ebc
|
Spellview fixes
|
8 years ago |
Andrei Kortunov
|
9179a019df
|
Quick keys menu fixes
|
8 years ago |