cc9cii
28259f914c
Remove potential memory leak.
10 years ago
cc9cii
43ec933b7b
Revert to the original clone() method. Create a new copy method for modified records.
10 years ago
cc9cii
8ac7b77d36
For RefId's, modify a copy of the base record rather than modifying the record directly.
10 years ago
cc9cii
8b3adec3ec
Added a missing copy constructor.
10 years ago
cc9cii
f90cdec53b
Remove default parameters from the implementation.
10 years ago
cc9cii
6087a18c94
Implement clone() using a new Record constructor.
10 years ago
scrawl
e30f240ba2
Add travel service support for creatures ( Fixes #2432 )
10 years ago
scrawl
457c135097
Remove old workaround
10 years ago
scrawl
36e1b6cc48
Support fatigue below zero for the Drain effect ( Fixes #2430 )
10 years ago
scrawl
3d5c1d1190
Adjust fix for maximum attribute damage limit
10 years ago
Ivy Foster
4f100e6870
Fix rapid toggling when holding sneak button.
10 years ago
Ivy Foster
ba7fc8609c
Add toggle sneak option; fix bug #2119
...
To enable toggle sneak mode, set "toggle sneak = true" in
the [Input] section of settings.cfg.
Outstanding issues:
- In toggle sneak mode, holding the Sneak button causes
rapid, repeated toggling.
- The button in the settings menu doesn't do anything.
10 years ago
dteviot
36141b0c53
Merge remote-tracking branch 'OpenMW/master' into FixWarnings
...
Conflicts:
apps/openmw/mwinput/inputmanagerimp.cpp
apps/openmw/mwmechanics/actors.cpp
extern/sdl4ogre/sdlcursormanager.cpp
10 years ago
dteviot
f19863b545
fixing MSVC 2013 warning C4244: & C4305
...
conversion from 'const float' to 'int', possible loss of data
conversion from 'double' to 'int', possible loss of data
conversion from 'float' to 'int', possible loss of data
10 years ago
cc9cii
128371c902
Copy base data to modified.
10 years ago
dteviot
ca8c8c6aa4
fixing MSVC 2013 warning C4244: & C4305
...
conversion from 'const float' to 'int', possible loss of data
conversion from 'double' to 'int', possible loss of data
conversion from 'float' to 'int', possible loss of data
10 years ago
dteviot
e6cd8484a2
fixing MSVC 2013 warning C4244: & C4305
...
fixes for mistakes in last commit.
10 years ago
dteviot
e197f5318b
fixing MSVC 2013 warning C4244: & C4305
...
conversion from 'const float' to 'int', possible loss of data
conversion from 'double' to 'int', possible loss of data
conversion from 'float' to 'int', possible loss of data
10 years ago
cc9cii
a54ab153b0
Cloned references should be considered "Base" rather than "Modified". Should fix bug #2429 .
10 years ago
Marc Zinnschlag
ba482fa41f
Merge remote-tracking branch 'dteviot/FixWarnings'
10 years ago
scrawl
58807064b4
Revert "Fix reference cell movement leaving behind deleted Ptrs for script access"
...
This reverts commit 666248618e
.
10 years ago
dteviot
f2ac939e61
reverted mShouldRepeat back to unsigned char.
...
As recommended by Scrawl.
10 years ago
dteviot
27f91a8326
correction from Scrawl.
...
Now correctly handles skills/attributes.
Also, document what ContentSelectorView::ContentSelector::slotAddonTableItemActivated() is doing.
10 years ago
Marc Zinnschlag
907ac5ef7f
Merge remote-tracking branch 'scrawl/master'
10 years ago
dteviot
45b6538820
fixed MSVC 2013 warning C4800
...
forcing value to bool 'true' or 'false'
10 years ago
dteviot
407cd50890
fixed warning C4099:
...
type name first seen using 'class' now seen using 'struct'
10 years ago
scrawl
0fda1cdd53
Move oengine to a static library, fixes duplicate compilation of oengine/bullet files by openmw and opencs
10 years ago
Marc Zinnschlag
3c190e5fa4
Merge remote-tracking branch 'dteviot/Bug2285'
10 years ago
Marc Zinnschlag
0b70fdac57
added start script verifier
10 years ago
dteviot
80fe24207c
correction from Scrawl.
...
Now correctly handles skills/attributes.
Also, document what ContentSelectorView::ContentSelector::slotAddonTableItemActivated() is doing.
10 years ago
Marc Zinnschlag
9f155df761
Merge remote-tracking branch 'maqifrnswa/bug2407' into openmw-35-1
10 years ago
Marc Zinnschlag
2e31f01585
Merge remote-tracking branch 'maqifrnswa/bug2407'
10 years ago
scrawl
cced508916
Remove unintended 1.5 factor for damage/restore magic effects
10 years ago
scrawl
8931ddf428
Remove unneeded casts
10 years ago
Scott Howard
d01e8cc97d
PositionCell/PlaceItemCell: add console message if cell doesn't exist
10 years ago
Marc Zinnschlag
c66bf41ac2
Merge remote-tracking branch 'scrawl/master' into openmw-35-1
10 years ago
Marc Zinnschlag
1ed606065c
save start script records
10 years ago
Marc Zinnschlag
a148b851c0
added start script table
10 years ago
Marc Zinnschlag
4e1c086d6a
load start up script records
10 years ago
Marc Zinnschlag
bf92d5cde9
removed redundant mScript field in ESM::StartScript
10 years ago
Marc Zinnschlag
3b8d709583
Merge remote-tracking branch 'maqifrnswa/bug2407'
10 years ago
scrawl
a8cb4e807b
Warning fix
10 years ago
Marc Zinnschlag
455684981c
Merge remote-tracking branch 'scrawl/master'
10 years ago
cc9cii
66ef9d237c
Another try to make it work with gcc/travis.
10 years ago
scrawl
f09cbfb167
Add a comment
10 years ago
scrawl
666248618e
Fix reference cell movement leaving behind deleted Ptrs for script access
10 years ago
cc9cii
7c0f5b72c5
Add enum namespace to workaround travis.
10 years ago
scrawl
f6509fe53e
Another crash fix for land record without data
10 years ago
scrawl
8eb1f4e70e
Remove more log spam
10 years ago
cc9cii
a8427c2efb
Do not add NAME subrecords while saving magic effects or scripts.
10 years ago
scrawl
e3f1cb8305
Remove "loading cell" message
...
This spams the log too much, in particular when loading a savegame.
10 years ago
scrawl
653ddd3f25
Warning fix
10 years ago
Marc Zinnschlag
8b84fa5579
Merge remote-tracking branch 'scrawl/master'
10 years ago
Marc Zinnschlag
928bb234ce
Merge remote-tracking branch 'cc9cii/editor-gamefiles'
10 years ago
Scott Howard
53213bf236
if cell doesn't exist, PositionCell and PlaceItemCell warn std::err but still execute, bug #2407
10 years ago
scrawl
730138035d
Cycle infinite loop fix ( Fixes #2421 )
10 years ago
scrawl
191c0104f6
Crash fix for creatures with no skeleton base ( Fixes #2419 )
10 years ago
scrawl
a653716e2c
Fix for damage/restore effects using the instant apply path when they have a duration
10 years ago
cc9cii
1ee6153940
Remove unnecessary boolean passing between objects.
10 years ago
scrawl
239c0071f5
Armor tooltip should show the effective armor rating
10 years ago
Marc Zinnschlag
64938b3796
Merge remote-tracking branch 'cc9cii/saving-skil'
10 years ago
Marc Zinnschlag
185757da43
Merge remote-tracking branch 'dteviot/Bug2367'
10 years ago
Marc Zinnschlag
59c7fe28d9
Merge remote-tracking branch 'naclander/master'
10 years ago
dteviot
cdee6f41fc
fix: multi effect spell with different ranges ( Fixes #2285 )
...
Applies all effects for a spell with multiple effects, where not all effects have the same range.
10 years ago
cc9cii
5ff66ad40b
Fix Bug #2402 . SKIL records should not have NAME subrecord.
10 years ago
cc9cii
c4625b94e5
Fix OpenCS crashing since commit 9d6145 by showing gamefiles if the content selector was created from OpenCS.
10 years ago
dteviot
41e15e0c2d
Limit maximum attribute damage ( Fixes #2367 )
...
Maximum damage that an attribute can have = base + fortify.
10 years ago
scrawl
2f2a95f735
Fix crash for terrain without data, part 2
10 years ago
scrawl
f82751422d
Fix constant effect restore enchantments being applied incorrectly ( Fixes #2408 )
10 years ago
scrawl
2b7287cbd2
Merge branch 'master' of https://github.com/OpenMW/openmw into joystick
...
Conflicts:
CMakeLists.txt
10 years ago
Digmaster
84ff11d0ab
check if v2 exists before attemping to copy it
10 years ago
Digmaster
464bbe4d6f
if v2 doesn't exist, don't erroneously set keyboardUserExists to true.
10 years ago
Digmaster
5d77ebdc60
If v3 doesn't exist, copy from v2
10 years ago
scrawl
97cc2522c0
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
apps/openmw/mwgui/settingswindow.cpp
extern/oics/ICSInputControlSystem_joystick.cpp
files/mygui/openmw_settings_window.layout
10 years ago
Digmaster
df5513da7c
uses v3 input bindings, not v2
10 years ago
Digmaster
a192836582
(hopefully) correct gamecontrollerdb.txt behavior
10 years ago
Digmaster
796b4b01b0
Fix activating every frame when action is bound to a trigger
10 years ago
Digmaster
e3e6190b85
Added multiple joystick support in ICS. Will fix other issues shortly
10 years ago
Digmaster
1e4a845b6f
Minor code cleanup
10 years ago
Marc Zinnschlag
44d1f43b2b
Merge remote-tracking branch 'sandstranger/fixes-for-android'
10 years ago
Marc Zinnschlag
093c577895
Merge remote-tracking branch 'dteviot/Bug2344'
10 years ago
sylar
cda3782cf2
fix crash game on Android after start loading
10 years ago
sylar
1bb29f610f
enable mipmapping for Android again
10 years ago
Marc Zinnschlag
70a482b3e8
Merge remote-tracking branch 'dteviot/Bug2346'
10 years ago
Marc Zinnschlag
80e6df6092
Merge remote-tracking branch 'scrawl/opencs'
10 years ago
Marc Zinnschlag
281e0042ab
Merge remote-tracking branch 'scrawl/master'
10 years ago
dteviot
72e94380be
fix: boost::filesystem::canonical() available from version 1.48.
10 years ago
scrawl
e7989a197d
Add defaults for some required globals ( Fixes #2397 )
10 years ago
scrawl
3158d34abb
Fix for incorrect OpenCS verifier warning: pcvampire and pcwerewolf are not required, pcyear does not exist at all.
10 years ago
Marc Zinnschlag
a77fbdc965
Merge remote-tracking branch 'jordan-ayers/bugfix/2400'
10 years ago
dteviot
931c95d0b1
workaround for not building on Linux version of Travis.
10 years ago
Jordan Ayers
659a8ba279
Correction to teleportation changes.
...
OMW Bug #2400
Related to OMW Bug #1533
Don't crash on confiscating items if a prison marker cannot be found.
10 years ago
Jordan Ayers
691ebd2372
Correction to teleportation changes.
...
OMW Bug #2400
Related to OMW Bug #1533
Don't crash when finding the closest marker to an exterior position.
10 years ago
Bret Curtis
5672c86924
Rename window title for OpenMW-CS
10 years ago
scrawl
24de6ba27e
Fix crash for LAND records without data
10 years ago
dteviot
cc815c63f1
Fix: no longer loose changes when run install wizard or iniimport.
10 years ago
Marc Zinnschlag
da9bd09a8c
Merge remote-tracking branch 'miroslavr/master'
10 years ago
Marc Zinnschlag
9109162030
Merge remote-tracking branch 'scrawl/master'
10 years ago
scrawl
77bb77b367
Fix for instant restore effects ( Fixes #2392 )
10 years ago
dteviot
84762c4eb8
Progress bar at 0% shows no text.
10 years ago