Commit Graph

7004 Commits (ae4e3181d9d13b32ed87b6616b036fb5258afa2d)
 

Author SHA1 Message Date
graffy76 ae4e3181d9 Fixing repo permissions commit #1 12 years ago
graffy76 9f6d250463 QDebug reference removal 12 years ago
graffy76 55b115935a Implemented RefRecordTypeDelegate
Added accessor functions to CSMWorld::UniversalId for static const
sIdArg[]
12 years ago
graffy76 9d95a38934 Implementing delegate for referenceables table Type column
Added delegate skeleton class

Added delegate creation code in ViewManager

Added Display_RefRecordType enum to columnbase.hpp

Changed Type column'sDisplay type to Display_RefRecordType in
refidcollection.cpp

modified OpenCS CMakeLists.txt to incorporate RefRecordTypeDelegate
class
12 years ago
graffy76 6deddf7229 Fixed code conventions in user settings, changed top-level page names 12 years ago
graffy76 f0f895ad10 Fixed settings file error message
Errors only occur if both global and local settings files are not found.
All other file read errors fail silently.
12 years ago
graffy76 8f4fd8202e Deleted ".directory" text files.
Files were hidden files added by dolphin.
12 years ago
graffy76 7175c7cfe0 Updated OpenMW project CMakeLists.txt to include opencs.cfg file
installation.
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
graffy76 75d7d3b7fc Added base.png 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 965d93ea40 Pull to get latest icons
Merge branch 'icons-svg' of git://github.com/sirherrbatka/openmw into recordStatusDelegate
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
Marek Kochanowicz c174f57a2f Git changes show that it should upload all the files this time. Let's
hope…
12 years ago
graffy76 a5d9d3fd7a Updated status icons from sirherrbatka 12 years ago
graffy76 97cfbc31b5 Merge color icons
Merge branch 'icons-svg' of git://github.com/sirherrbatka/openmw into recordStatusDelegate
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
Marc Zinnschlag 9d6d200d22 updated credits file 12 years ago
fstp a3b2a76e60 Added virtual destructors to classes LocalMapBase and EffectEditorBase. 12 years ago
Nikolay Kasyanov d13430e2b8 Fix for CMake > 2.8.9 on OS X 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
Marc Zinnschlag 68bef59d89 updated changelog again 12 years ago
pvdk b3595a6a2e Fix for duplicate key/value pairs being written to settings.cfg, Bug #755 12 years ago
Marc Zinnschlag 512dcdc735 updated changelog 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
Marek Kochanowicz 09ab541102 Colored status icons. Hopefully everybody loves watercolors! 12 years ago
scrawl 8bd712cc95 Fix being able to move slowly when over encumbered 12 years ago
Marek Kochanowicz e403773e95 Simply removed background from status icons. 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 94db7cdcfe Added png's of icons 12 years ago
graffy76 35fb9b669a Final details implemented
Png icons, alignments fixed.
12 years ago