Commit Graph

4977 Commits (8f4fd8202e009b8c483d171df1358cedea54f437)

Author SHA1 Message Date
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
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
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
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
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
fstp 98e5cb6d7b Added ifdef to keep backward compatibility with the FFmpeg library. 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 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
Marc Zinnschlag bbec3680c6 Merge remote-tracking branch 'pakanek/enchanting-mechanics' 12 years ago
Marc Zinnschlag 6e7416d8c5 Merge remote-tracking branch 'scrawl/master' 12 years ago
scrawl 9a43927078 Fix weapons not appearing in Enchantable filter 12 years ago
Miroslav Puda 7a4a386cbe Removal of tab characters. 12 years ago
Torben Carrington dbbc96f600 AIWander Segmentation Fault Fix - Fixes the segmentation fault that used to occur when there was no pathgrid in the cell and a range was passed to AIWander. 12 years ago
Miroslav Puda b40e24c50c Refactorization 12 years ago
Miroslav Puda 4e17bc1499 Fix for display of cast cost decimal value 12 years ago
Marc Zinnschlag 7927ac818c Merge remote-tracking branch 'torben/aiwanderpatchpotential' 12 years ago
Miroslav Puda 9a9b075a02 Correct cast cost for enchantments. 12 years ago
Torben Carrington ebc1fdd017 AIWander Patch - fixed another possibility of a bug occuring, best to fix it now then wait until it happens. 12 years ago
scrawl 0c7f48ec8a Implement movement for creatures (formula is a stub) 12 years ago
Miroslav Puda 1c7b94e94f Switching in nextCastStyle() is now based on enum CastingStyle. 12 years ago
Miroslav Puda 252a1d9223 Replacement of some magical constants 12 years ago
Miroslav Puda 9e1eb8b3b1 Merge branch 'master' of https://github.com/zinnschlag/openmw into enchanting-mechanics 12 years ago
Miroslav Puda 4788b5e226 Better formula for enchantment cost and code refactorization. 12 years ago
Miroslav Puda 56edc1b213 Correction of getting spell range "Target". 12 years ago
Torben Carrington bd6d54cc8f AIWander Minor Patch - Forgot an else statement and another check on an empty node vector, previously no nodes in range or only one would cause the AIWander to not do anything, now they will play idles correctly still. 12 years ago
Marc Zinnschlag 86dd6d0847 Merge remote-tracking branch 'eroen/libcxx' 12 years ago
Marc Zinnschlag fa63ebce78 Merge remote-tracking branch 'scrawl/master' 12 years ago