Commit Graph

1891 Commits (1d7f3474fa139a013e0255be468333d842fd4ceb)

Author SHA1 Message Date
dteviot 1d7f3474fa Fixed more MSVC 2013 warnings. 10 years ago
scrawl f603a68144 Allow binding Hand To Hand in quick keys menu (Fixes #2024) 10 years ago
scrawl 7fd1c2c2e2 CharacterCreation refactoring 10 years ago
scrawl 48ea6286fd Book/scroll window refactoring 10 years ago
scrawl 37a6d7da76 WindowManager refactoring 10 years ago
scrawl e30f240ba2 Add travel service support for creatures (Fixes #2432) 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
dteviot f2ac939e61 reverted mShouldRepeat back to unsigned char.
As recommended by Scrawl.
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 653ddd3f25 Warning fix 10 years ago
Marc Zinnschlag 8b84fa5579 Merge remote-tracking branch 'scrawl/master' 10 years ago
scrawl 730138035d Cycle infinite loop fix (Fixes #2421) 10 years ago
scrawl 2b7287cbd2 Merge branch 'master' of https://github.com/OpenMW/openmw into joystick
Conflicts:
	CMakeLists.txt
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
Marc Zinnschlag da9bd09a8c Merge remote-tracking branch 'miroslavr/master' 10 years ago
MiroslavR 47c053444f Make the jail progress last one second 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
scrawl a139e4efb0 Grey out completed quests in journal quests list 10 years ago
scrawl 3ccf4642b4 Implement ToggleScripts 10 years ago
scrawl 218f789d88 Fix player DrawState reset when selecting enchanted item (Fixes #2356) 10 years ago
Marc Zinnschlag e9d6e4f6df Merge remote-tracking branch 'ace/include-cleanup' 10 years ago
Alexander "Ace" Olofsson d3128a12b6 Remove a large include form mwbase/windowmanager.hpp 10 years ago
Alexander "Ace" Olofsson df5a08b6de Move manualref code out of header 10 years ago
MiroslavR 1230cf49bf Properly center jail progress widget, fix a bug with it not disappearing if the console is open 10 years ago
MiroslavR 1d9e973573 Add training progress bar, implement jail screen, tweak wait dialog (Fixes #1714) 10 years ago
scrawl 9ce3e4b4e1 UI consistency fix in levelup dialog 10 years ago
scrawl 61ec9196c8 Cap the displayed attribute multiplier in levelup to attribute points left to 100 10 years ago
scrawl 55cd9b526c Skill progress bar changed to match MW 10 years ago
scrawl ae77eacd7e Skill progress refactoring 10 years ago
scrawl 356d1c7657 ESSImport: convert stolen item tracker 10 years ago
scrawl bea88c3643 Stolen item tracking overhaul part 2 (Fixes #2338) 10 years ago
scrawl aa6ebcd75c Change stolen items handling to match MW (Fixes #1443, Fixes #2290) 10 years ago
scrawl 955505c167 Remove unused function 10 years ago
scrawl 0c6e2170db Include cleanup 10 years ago
scrawl 7542fb5cd9 Show map notes on door marker leading to the cell with the note (Fixes #2284) 10 years ago
scrawl 54e79c8c98 Use mouse pressed event for pin button instead of mouse click 10 years ago
scrawl c093e284d9 Delegate cleanup 10 years ago
scrawl 2346c3528d Remove NpcStats::mProfit and store it in the script instead
Also use the Profit label when the "minimumProfit" script variable exists, rather than hardcoding to NPCs.
10 years ago
scrawl d1b5956a98 Fix crash on exit 10 years ago
scrawl c0a88161b2 Get rid of unneeded setSize/setCoord overrides 10 years ago
scrawl 9bcc84ceec Add option to stretch menu backgrounds/cutscenes to the whole screen 10 years ago
scrawl 4cbb79191f Don't put duplicate lines in the console history 10 years ago
scrawl 4921c6ef9e Split window caption bars so that the caption can be transparent (Fixes #531)
Fix transparent window background not applying to the header bar (Fixes #2294)
10 years ago
Jordan Ayers 1410819e20 Dialog fix for line breaks in the middle of words.
Issue 1049
Adjust the TypesetBookImpl::Typesetter to not assume a word break
at the end of write() calls.
A word break is assumed if any of the other content insertion methods
are used (section break, add/select content, etc).
10 years ago
scrawl c883a73d30 Several warning fixes 10 years ago
Alexander "Ace" Olofsson 3a88f4ebd5 Fix windows build, MessageBox is a defined symbol
Windows and its stupid defines...
10 years ago