Commit Graph

24733 Commits (0.7.1-build-fixes)
 

Author SHA1 Message Date
Koncord 02668cd45d
Add accidentally forgotten files to build 5 years ago
David Cernat f563b7c5ed
Merge pull request #541 from testman42/patch-4
It's current year
5 years ago
Testman 09cb990c28
It's current year
inb4 Current Year Fallacy
5 years ago
Koncord 61ef177d48
Build debug, debugging and debuglog for all targets
The server will require SDL2
5 years ago
Koncord b9da843196
Add forgotten stdexcept include 5 years ago
Koncord 090f13b334
Fix CMake files to allow build server only 5 years ago
David Cernat 6828d83a42 [Client] Always hash input for password dialogs
Additionally, clean up repetitive code in GUIController.
5 years ago
David Cernat 3903ac6526 [Server] Add script functions for getting SHA256 hashes & random strings 5 years ago
okdshin c15b3377da [General] Add PicoSHA2 hash generator to extern 5 years ago
David Cernat 7caa6cd8fe [Client] Prevent ActorAI spam from actors starting combat in scripts 5 years ago
David Cernat ca21bc35c2 [Server] Add script functions that read & send ScriptGlobalShort packets 5 years ago
David Cernat 0d51eb5b23 [General] Use unsigned ints for refNums & mpNums in packets 5 years ago
David Cernat cc25612b8d Add OpenMW commits up to 18 Sep 2019
# Conflicts:
#	apps/openmw/mwclass/container.cpp
#	apps/openmw/mwclass/door.cpp
#	apps/openmw/mwmechanics/security.cpp
#	apps/openmw/mwmechanics/spellcasting.cpp
#	apps/openmw/mwscript/miscextensions.cpp
5 years ago
Alexei Dobrohotov 13a0b3bf5a
Merge pull request #2515 from Assumeru/organic-locks
Fix #5155
5 years ago
Alexei Dobrohotov fb87778493
Merge branch 'master' into organic-locks 5 years ago
Alexei Dobrohotov 6f2aaf156e
Merge pull request #2527 from akortunov/resurrect
Continue scripts execution after player's death
5 years ago
Andrei Kortunov 94a281370f Continue scripts execution after player's death (bug #5166) 5 years ago
Evil Eye 32de86d114 merge master 5 years ago
Evil Eye 7c8b82f45c move locking behaviour to cellref 5 years ago
Alexei Dobrohotov d3284c0331
Merge pull request #2525 from akortunov/factionowner
Improve faction items handling
5 years ago
Andrei Kortunov 85bb4a76f6 Improve faction items handling (bug #5164) 5 years ago
Andrei Kortunov 4a6d2cbaff Do not allow player to take items from evidence chests (bug #3609) 5 years ago
Andrei Kortunov 271d8e6d74
Merge pull request #2521 from Capostrophic/material
Support target color in NiMaterialColorController (bug #5159)
5 years ago
Capostrophic 83f61d1636 Support target color in NiMaterialColorController (bug #5159) 5 years ago
Andrei Kortunov dd6c21ad81
Merge pull request #2511 from Capostrophic/water
Water shader cleanup
5 years ago
Andrei Kortunov b205aae4e1
Merge pull request #2518 from Capostrophic/activation
Allow objects to use their ID instead of the name for tooltip/activation checks (bug #5158)
5 years ago
Andrei Kortunov 649a14dfae
Merge branch 'master' into activation 5 years ago
Andrei Kortunov a7cfe5853c
Merge pull request #2522 from Capostrophic/extradata
Refactor NIF extra data and particle modifier handling
5 years ago
Andrei Kortunov a54ba4c9a2
Merge pull request #2524 from Capostrophic/knockdown
Use Open action as fallback for companion activation (bug #5161)
5 years ago
Capostrophic 480000da07 Use Open action as fallback for companion activation (bug #5161) 5 years ago
David Cernat 56f084c9c0 [Client] Fix packet spam for repetitive setting of the same global value 5 years ago
David Cernat ceb16bb6f8 [Client] Reimplement temporary fix from c65d6c1328
The real reason for the crash remains to be fixed.
5 years ago
David Cernat afa704ce95 [Server] Add OnScriptGlobalShort event 5 years ago
David Cernat e424bd9bc3 [General] Implement ClientScriptSettings packet, part 2
The packet can now set which client globals get packets sent about them when their values change on clients.
5 years ago
Capostrophic 790531671a Fix tests 5 years ago
Capostrophic 8baddefdbd Refactor extra data and particle modifier handling
Objects no longer inherit from extra data class
"Controlled" harmful abstraction no longer exists
Introduced NiParticleModifier/NiParticleCollider abstractions
Extra data size reading moved into the base read() method
5 years ago
Evil Eye 85d52ec183 oops 5 years ago
Alexei Dobrohotov 6128279dbf
Merge pull request #2517 from unelsson/terraintextureselection
[Final tests] Editor: Terrain texture selection
5 years ago
Andrei Kortunov 6c006c9c87
Merge pull request #2516 from Capostrophic/launcher
Launcher: Avoid Qt "opening user openmw.cfg twice" warning
5 years ago
Capostrophic 718dbd3f9a Use object ID as the substitution for their name (bug #5158) 5 years ago
Capostrophic 6b74630f6e Preparation work
Phase out canBeActivated() to unify activation checks
Use getName() for the name caption in tooltips
Always use tooltips for non-activator objects
Invert hasTooltip default value
5 years ago
Capostrophic 9788a776b9 Avoid Qt "opening user openmw.cfg twice" warning 5 years ago
Evil Eye a86a8ecc0e Allow locking/picking just about everything 5 years ago
Nelsson Huotari 4ccb951126 move check to outermost scope 5 years ago
Nelsson Huotari 0880923189 Consistency for variable and header argument names. 5 years ago
Nelsson Huotari 6dc3d8b44b More readable code 5 years ago
Nelsson Huotari 780055899d Don't add empty primitive sets to geometry. 5 years ago
Nelsson Huotari 3becacf6d1 Remove globals, const int& -> int, values to const ref. 5 years ago
Nelsson Huotari 1dcee833a1 Less verbose syntax 5 years ago
Nelsson Huotari 5a143fe99d Remove extra include 5 years ago