Sebastian Wick
14d074e3e7
select first screen if none is in the setting
12 years ago
Sebastian Wick
a1fea97c3b
use SDL for resolution -> multimonitor support
12 years ago
mckibbenta
16a27e28f7
inluded gmsts with default values to creation of new base files
12 years ago
Marc Zinnschlag
d61c12ccfc
minor cleanup
12 years ago
Sebastian Wick
d364fd8561
Merge branch 'master' of https://github.com/zinnschlag/openmw
12 years ago
Sebastian Wick
0e29286856
fix custom resolution maximum
12 years ago
graffy76
62e164b2aa
Fixed load file error if no file is found
12 years ago
graffy76
a73b97d125
Fixed broken references and other bugs
...
Removed references to CSVSettings::SamplePage class
Removed multiple QDebug references
Fixed custom LineEdits (window size user pref) would not accept data
12 years ago
Marc Zinnschlag
f5ba2b37e7
Merge remote-tracking branch 'vorenon/fixes'
12 years ago
vorenon
efdcd9649c
Fading for Exterior->Interior cell transitions
12 years ago
Marc Zinnschlag
8b909ff838
killed a stray srand
12 years ago
graffy76
b3d185e421
Unsaved changes missed in previous commits
12 years ago
graffy76
f4a2cf64c2
Removed CSVSettings::SamplePage class files
12 years ago
graffy76
101c147217
Final changes for record status icon feature, incl. window size user
...
preference
1. Included updated status icons, added base.png
2. Added doxygen comments CSV / CSM Settings classes
3. Implemented Glorf's code for window size preference
4. Minor changes code that searches maps in CSV / CSM Settings classes
5. Removed CSVSettings::SamplePage class
6. Other minor code maintenance / improvements
12 years ago
Miroslav Puda
8da3494d74
Revert "Type of weather changed from string to enum."
...
This reverts commit 04d90b4c47
.
Conflicts:
apps/openmw/mwworld/weather.cpp
apps/openmw/mwworld/weather.hpp
12 years ago
Miroslav Puda
26a6bdb27d
Correction of sigsegv.
12 years ago
Miroslav Puda
f9940413fd
Static for nextWeather()
12 years ago
Miroslav Puda
bf31e5385c
Removal of duplicit exterior checking and unneded string copiing.
12 years ago
Miroslav Puda
8a45686e0a
WeatherResult added as member variable.
12 years ago
Miroslav Puda
f01aa8f55e
Simpler statistical calculation of next weather; minus before parens.
12 years ago
Miroslav Puda
04d90b4c47
Type of weather changed from string to enum.
12 years ago
vorenon
4e8e048968
Added missing click sounds to dialogue
12 years ago
Marc Zinnschlag
94ec05c2c6
Revert "simplifying CSMWorld::CellRef"
...
With the refactored collection class we can now handle the more complex load function
This reverts commit 97f421df8a
.
12 years ago
Marc Zinnschlag
9c6fa29938
Merge remote-tracking branch 'glorf/bugfix2'
12 years ago
Glorf
09cc57381a
Bugfix #809
12 years ago
Thoronador
d26e721d10
no const for int and bool
12 years ago
Thoronador
9313b2b3fe
better const correctness for MwIniImporter
12 years ago
Marc Zinnschlag
f0718c477f
Merge remote-tracking branch 'darkf/issue-812'
12 years ago
Marc Zinnschlag
5b3d2f5da1
gave Collection class its own header file and removed an unsed cpp file
12 years ago
Marc Zinnschlag
8f167a603c
split IdCollection into Collection and IdCollection class
12 years ago
Marc Zinnschlag
4b2d920f9d
rewrote IdCollection::load (not using private members of IdCollection anymore)
12 years ago
graffy76
f87eb67968
Fixed conflicts
...
Merge branch 'cs-windows' of https://github.com/Glorf/openmw
Conflicts:
apps/opencs/model/settings/usersettings.cpp
apps/opencs/model/settings/usersettings.hpp
apps/opencs/view/settings/usersettingsdialog.cpp
12 years ago
Marc Zinnschlag
2968b96882
added a bit more documentation
12 years ago
Marc Zinnschlag
f4e7916ec4
moved IdCollection base into its own source file pair and renamed it to Collection
12 years ago
darkf
43455129d0
launcher: Instead of killing config writing due to no master files being selected, instead display a warning when Play is pressed.
12 years ago
Marc Zinnschlag
b5926257f5
Merge remote-tracking branch 'scrawl/sdl_input2'
12 years ago
scrawl
b16bc69479
Removed the no longer needed --debug switch
12 years ago
Marc Zinnschlag
57ce87bf12
Merge remote-tracking branch 'scrawl/sdl_input2'
12 years ago
scrawl
4fd7891d2c
Fix a message box issue
12 years ago
vorenon
76a2abcbe3
added missing line break in front of multiple choice questions
12 years ago
scrawl
b16c92c2f5
Better handle SDL_TEXTINPUT events
12 years ago
vorenon
ed6098388f
return false instead of std::exit
12 years ago
vorenon
b97a051dc6
Merge branch 'bug813' of https://github.com/vorenon/openmw into bug813
12 years ago
scrawl
03682184c6
Enable SDL_TEXTINPUT events only when a text input widget currently has key focus
12 years ago
Marc Zinnschlag
3e29506d5c
Merge remote-tracking branch 'vorenon/dialogue'
12 years ago
vorenon
9ac4a9c5eb
Don't start OpenMW if no master file is selected. This fixes bug #813
12 years ago
vorenon
4c0086b54c
Workaround for bug #820
12 years ago
scrawl
4c8a04d9cb
Merge branch 'master' of https://github.com/zinnschlag/openmw into sdl_input2
...
Conflicts:
apps/openmw/mwinput/inputmanagerimp.cpp
12 years ago
scrawl
5252ffa104
More cleanup
12 years ago
scrawl
289587b1a9
Cleanup
12 years ago
scrawl
f1ff9b69b3
Mouse grab and relative input need to be disabled when the mouse leaves the window; Disabled resolution switching / window resizing for now due to several glitches
12 years ago
graffy76
700d55f1fb
Fixed / implemented missing features for RecordStatusDelegate
...
Implemented updating editor application from preferences menu, loading
settings when editor loads, adding Record Status Display prefernce.
Fixed multiple bugs, made changes to CSM(V)Settings classes to make
implementing new prefrences easier.
Rewrote CSMSettings::UserSettings to retain last-loaded settings.
Adjusted icon position in Record Status column
Capitalized status text
Added delegate to referenceables table
12 years ago
scrawl
9331a6380c
Merge remote-tracking branch 'corristo/sdl_input2' into sdl_input2
12 years ago
scrawl
4fb32f7f05
Moved window resize messages to sdlinputwrapper
12 years ago
Nikolay Kasyanov
9807eacb58
Removed obsolete OIS workaround
12 years ago
Nikolay Kasyanov
5984a15846
We don't need Carbon on OS X anymore
12 years ago
Rohit Nirmal
e5ddaaf676
Fix wrong indenting from my last commits.
12 years ago
Marc Zinnschlag
df016778be
Merge remote-tracking branch 'rohitnirmal/journal-open-sound'
12 years ago
scrawl
0880805559
Minor cleanup
12 years ago
Rohit Nirmal
9d4ecc3e73
replace tabs with spaces.
12 years ago
Rohit Nirmal
aac3ada14b
Use mousewheel to turn book pages.
12 years ago
scrawl
fcf35d3871
Removed the UI cursor sensitivity slider
12 years ago
scrawl
ab3634d692
Removed some remains of OIS
12 years ago
scrawl
14a2a26a56
Fullscreen resizing fix
12 years ago
scrawl
403704b92a
Use openmw.png for SDL_SetWindowIcon
12 years ago
scrawl
705488ddfb
Fix mouse movement events being discarded when there's more than one event in a frame
12 years ago
scrawl
cc077eaba6
Fix mouse wheel triggering a click event in mygui
12 years ago
scrawl
918a1655bb
Restored HW cursor rotation and resolution/fullscreen switching
12 years ago
scrawl
495aeb5d3b
Merge branch 'master' into HEAD
...
Conflicts:
CMakeLists.txt
apps/openmw/engine.cpp
apps/openmw/mwgui/cursorreplace.cpp
apps/openmw/mwgui/cursorreplace.hpp
apps/openmw/mwgui/windowmanagerimp.cpp
apps/openmw/mwgui/windowmanagerimp.hpp
apps/openmw/mwinput/inputmanagerimp.cpp
libs/openengine/ogre/renderer.cpp
12 years ago
Marc Zinnschlag
df1f1bd5c8
Merge remote-tracking branch 'glorf/cs-windows'
12 years ago
Glorf
548f4d683f
Globalization of user settings
12 years ago
Marc Zinnschlag
bd08677a7f
Merge branch 'openmw24'
12 years ago
Marc Zinnschlag
c891e529f3
Merge remote-tracking branch 'rohitnirmal/launcher-fix-rohit'
12 years ago
Rohit Nirmal
2fd4d71774
trim whitespace from key and value while reading settings file - stops ugly buildup in settings.cfg, and correctly reads settings from it.
12 years ago
darkf
fc0f04324c
Remove some superfluous mSkyManager NULL checks
12 years ago
darkf
fb462f1b1a
launcher: Throw error if no data files are selected
12 years ago
darkf
fd25616cab
launcher: Properly quit if settings write fails.
12 years ago
Rohit Nirmal
fdeac21f22
Merge branch 'master' of https://github.com/zinnschlag/openmw into journal-open-sound
12 years ago
Rohit Nirmal
b5caa25e5c
Just move check if player owns journal to inputmanagerimp.cpp - prevents playing sound when going to main menu.
12 years ago
fstp
98e5cb6d7b
Added ifdef to keep backward compatibility with the FFmpeg library.
12 years ago
Rohit Nirmal
4eede86ce6
Moved journal open/close sound effect playback to JournalWindowImpl, and have opening sound play only if the player has the journal.
12 years ago
fstp
a3b2a76e60
Added virtual destructors to classes LocalMapBase and EffectEditorBase.
12 years ago
Glorf
10165d3c6b
Feature #468
12 years ago
Marc Zinnschlag
97f421df8a
simplifying CSMWorld::CellRef
12 years ago
Marc Zinnschlag
1e60ad3cd6
Promoted references to a top level record internally.
...
Note: This does not change the structure of the ESX format.
12 years ago
Marc Zinnschlag
48496a644f
Merge remote-tracking branch 'scrawl/master'
12 years ago
scrawl
daab4f55a3
Use Morrowind's fonts
12 years ago
pvdk
b3595a6a2e
Fix for duplicate key/value pairs being written to settings.cfg, Bug #755
12 years ago
Marc Zinnschlag
f586eef604
Merge remote-tracking branch 'torben/pathfindingoverhaul'
12 years ago
Torben Carrington
09beafd044
Pathfinding Overhaul - Master cleanup! Cleaned pathfinding entirely, all AI packages that are implemented as well, Increased buffer! This makes the intro guard no longer walk into you or go to far into the room (not tested against vanilla distances but it seems accurate enough until the next itteration of pathfinding fixes).
12 years ago
Torben Carrington
a4caec56cf
Pathfinding Overhaul - Fixed selecting cells that are inaccessable from AIWander and pathfinding in general (sadly requires minor effort on the AI Packages implementation but it is the quickest way I can see), minor cleanup again (there is a lot to cleanup, this will prolly be in every commit).
12 years ago
scrawl
8bd712cc95
Fix being able to move slowly when over encumbered
12 years ago
Torben Carrington
73a9671742
Pathfinding Overhaul - Changed the name of checkIfNextPointReached to a more intuitive name considering what it does (checkPathCompleted) and fixed a minor bug in it, modified buildPath() to take one final parameter, a bool which dictates whether or not to always use pathfinding (like AIWander should be doing) or to allow for "shortcuts", modified all ai packages to work with these two changes.
12 years ago
graffy76
1d93cf09bc
Cell formatting and code optimization changes
12 years ago
Torben Carrington
c080785235
Pathfinding Overhaul - Finished cleaning, removed unnecessary parameter in one function, fixed use of the function in ai packages and added use of clearPath() function in aiwander, fixed algorithms and got rid of excess subtractions in getDistance functions (thanks to Chris!).
12 years ago
Torben Carrington
7b465ae4f1
Pathfinding Overhaul - Even more cleanup and spacing corrections, small renaming (more to come), removed a few unnecessary actions that wasted CPU time and tmp RAM.
12 years ago
Torben Carrington
96fdaf7410
Pathfinding Overhaul - More cleanup.
12 years ago
Torben Carrington
4838678944
Pathfinding Overhaul - Cleanup, removed unnecessary include, fixed spacing, added a function for clearing a path, overall preperation to begin working on fixing pathfinding.
12 years ago
graffy76
35fb9b669a
Final details implemented
...
Png icons, alignments fixed.
12 years ago
Miroslav Puda
dc17fa1636
Removal of duplicit enumeration and unnecessary conditions.
12 years ago