Commit Graph

13154 Commits (replace)
 

Author SHA1 Message Date
cc9cii dc9af19dcf Don't use C++11 features. 10 years ago
scrawl 68de876051 Switch to weapon drawstate when creating a bound weapon (Fixes #2387) 10 years ago
scrawl 48ea6286fd Book/scroll window refactoring 10 years ago
scrawl 37a6d7da76 WindowManager refactoring 10 years ago
Scott Howard e2ef8c4022 fix -Wnewline-eof warnings 10 years ago
cc9cii 28259f914c Remove potential memory leak. 10 years ago
Marc Zinnschlag 491f44869e Merge remote-tracking branch 'maqifrnswa/cmake_compile_flags' 10 years ago
cc9cii 43ec933b7b Revert to the original clone() method. Create a new copy method for modified records. 10 years ago
Scott Howard d7baf92353 tell include_directories which libraries are system libs 10 years ago
cc9cii 8ac7b77d36 For RefId's, modify a copy of the base record rather than modifying the record directly. 10 years ago
Scott Howard 88f746574d fix compiler detection and adding build flags in CMakeLists.txt 10 years ago
Marc Zinnschlag bef0bd13f3 updated credits file 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 ef34d8b3fb Markdown syntax fix 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 f708944657 Remove toggle sneak menu option
Users can change the option in settings.cfg.
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
Marc Zinnschlag 900745f577 updated changelog 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 5a47b7ae6e Warning fix 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
cc9cii d28f257ada Fix for bug #2428. Set default flag value (mandatory) for containers. 10 years ago
scrawl c7cd576002 Remove leftover of old tests 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