dteviot
84762c4eb8
Progress bar at 0% shows no text.
10 years ago
MiroslavR
47c053444f
Make the jail progress last one second
10 years ago
Marc Zinnschlag
8e007c91fd
Merge remote-tracking branch 'jordan-ayers/bugfix/1533'
10 years ago
Marc Zinnschlag
07c27065d6
Merge remote-tracking branch 'slothlife/msvc-warning-fixes'
10 years ago
scrawl
68f89318e7
Fix canvas align in skill view
10 years ago
Jordan Ayers
5edafc2a4c
Cleanup: Add const to read-only CellRefList access.
...
OMW Bug #1533
10 years ago
Jordan Ayers
399259a95c
Improve CellStore exception messages.
10 years ago
scrawl
387969bf42
Remove an old .gitignore
10 years ago
dteviot
f6128a85b2
resolve symlinks when searching for file's last modified time.
10 years ago
Jordan Ayers
c21b59ecff
Teleportation: Avoid marking searched cells as changed.
...
OMW Bug #1533
Only mark cells with the target marker / evidence chest as 'changed'.
10 years ago
scrawl
5eadffd0c4
Make launcher's version label selectable so it can be copy-pasted into issue reports
10 years ago
dteviot
514fba5f73
On Windows content list imported from morrowind.ini is sorted by file modified time stamps.
10 years ago
dteviot
9708e8529f
Removed unneeded include.
10 years ago
dteviot
accc078e0e
Morrowind.ini import progress bar. ( Fixes #2344 )
...
1. Show a "bouncing ball" Progress bar when importing from morrowind.ini.
2. Removed dialog that asks for content list name when import game files from morrowind.ini. Instead, name is time stamp.
3. Removed commented out code.
4. Additional bugfix. No longer create a empty content list when OpenMW.cfg has no content files.
10 years ago
Nathan Aclander
6d7e1242cc
Fixed incorrect casting
...
Only cast to strings things that are ints. Also I missed an mFactionRank to cast.
10 years ago
Nathan Aclander
539e8276c8
Silenced clang warning by converting int to string
10 years ago
scrawl
a5847afdac
Fix ignored clicks on HUD mini-map ( Fixes #2388 )
10 years ago
scrawl
6d62aa7544
Don't prompt for spell deletion when using cycling keys ( Fixes #2382 )
10 years ago
Marc Zinnschlag
4c5bba2947
Merge remote-tracking branch 'dteviot/SpellCastingFixes'
10 years ago
Marc Zinnschlag
8686ffcedb
Merge remote-tracking branch 'scrawl/master'
10 years ago
dteviot
6e2d6a0282
Minor correction, MWWorld::getMaxActivationDistance() is now public.
10 years ago
dteviot
8d7de7d1ec
Telekinesis allows safe opening of traps ( Fixes #1916 )
...
When trap activated at beyond normal activation distance, assume telekinesis used and detonate trap at trapped object's location.
Also some minor code refactoring of spellcasting.
1. Corrected parameter passed to explodeSpell().
2. For loop now correctly does an early exit.
3. Removed duplicated tests.
10 years ago
Marc Zinnschlag
1b91bc73f6
Merge remote-tracking branch 'cc9cii/suppress-msvc-warning'
10 years ago
Marc Zinnschlag
a57c8b36df
Merge remote-tracking branch 'cc9cii/addon-name-fix'
10 years ago
Marc Zinnschlag
acb351c047
Merge remote-tracking branch 'corristo/osx-ci'
10 years ago
cc9cii
efdee19477
Suppress warning about the lack of virtual destructor.
10 years ago
cc9cii
e5c1c31648
Ignore case when detecting legacy extensions (.esm or .exp). Should resolve bug #2227 .
10 years ago
slothlife
a9b74671a6
Fix various MSVC warnings
10 years ago
Nikolay Kasyanov
0e95512400
CI: fix `make package` condition by adding missing spaces
10 years ago
Marc Zinnschlag
6cc9fa2b3f
Merge remote-tracking branch 'slothlife/cmake-release-build-fix'
10 years ago
slothlife
f1fd27aeaf
Select CMAKE_BUILD_TYPE if not specified
...
A suggestion by kcat to ensure CMake selects a reasonable default for
the build type if users don't set it themselves.
10 years ago
Alexander "Ace" Olofsson
a61019dfa8
Update referencecheck.cpp
...
MSVC does not allow for the usage of 'and' or 'or' literals
10 years ago
Jordan Ayers
6d1aec6970
Confiscate stolen goods: Support Mournhold prisons.
...
OMW Bug #1533
10 years ago
Jordan Ayers
5ef78903dc
Teleportation: Support markers in Mournhold.
...
OMW Bug #1533
Note: the 'stolen goods' search is not yet correct for Mournhald.
10 years ago
scrawl
81925645a3
Unreachable enemies combat AI fix ( Fixes #2271 )
10 years ago
scrawl
37a85e31d6
Ripples fix
10 years ago
scrawl
93ffdb427c
Small tweak to ripples
10 years ago
scrawl
0e88fb3dca
ESSImport: read AiPackages
10 years ago
scrawl
a1ee26922e
ESSImport: note location of corpse clear countdown
10 years ago
Marc Zinnschlag
74232b90fc
updated credits file
10 years ago
scrawl
96a295c44f
Fix for deleting all items in a levelled list
10 years ago
scrawl
8b417c06db
Fix missing clear in ESM::Spell::load ( Fixes #2368 )
10 years ago
scrawl
a139e4efb0
Grey out completed quests in journal quests list
10 years ago
Kamil Bar
3b7a23aa72
Fixed charge checks for light and other objects, corrected CellRef charge union comments
10 years ago
Kamil Bar
9628415e21
Missing change & changed comments to represent actual code
10 years ago
Kamil Bar
52a064afc3
Fixed charges checking
10 years ago
Jordan Ayers
1d18d3ff4c
Add a full search to findInteriorPositionInWorldSpace.
...
Part of OMW Bug #1533
Implement a search for one of the 'nearest' exterior cells. In this
case, 'nearest' means the fewest number of cells away via door markers.
This causes the world map position to update immediately after teleporting,
unless the new cell has no connecting path to an exterior. Intervention
spells and Jail travel will be much closer to vanialla Morrowind,
except for in Mournhold.
10 years ago
Kamil Bar
e1314d6211
Implement OpenCS reference validation (Feature #831 )
10 years ago
scrawl
49d912e5b6
Don't rely on subrecord order part 2
...
Nice side effects:
- Subrecord name comparison now uses magic number instead of string (faster)
- Improves the error message for unknown subrecords: will print the record in question instead of failing to read the next record with a strange error
10 years ago
slothlife
cfe81bafe8
Remove setting CMAKE_BUILD_TYPE to Debug
...
Setting was causing single-target configurations (ninja, make) to
incorrectly link vs debug runtimes on Windows.
10 years ago