Commit Graph

595 Commits (9b483c3ae31f0ce11ea9a47fbada16441cf2c4ae)

Author SHA1 Message Date
graffy76 9b483c3ae3 Fix for file path issues 11 years ago
graffy76 9ce4a04a2d merge from saving
Merge branch 'saving' of https://github.com/zinnschlag/openmw into esxSelector

Conflicts:
	apps/launcher/datafilespage.cpp
	apps/opencs/editor.cpp
	apps/opencs/view/doc/filedialog.cpp
	apps/opencs/view/doc/filedialog.hpp
11 years ago
graffy76 16d87ea1d1 Merge branch 'master' into esxSelector 11 years ago
graffy76 f9591ddda6 Reimplemented constentselector view class 11 years ago
Marc Zinnschlag fdba029566 Merge remote-tracking branch 'sirherrbatka/filters' into saving 11 years ago
Marek Kochanowicz ce2c558257 Missed a file. 11 years ago
Marc Zinnschlag c995533e07 Merge branch 'dialogue' into saving
Conflicts:
	apps/opencs/model/world/columnimp.hpp
	apps/opencs/model/world/columns.cpp
	apps/opencs/model/world/columns.hpp
	apps/opencs/model/world/data.cpp
	components/esm/loaddial.hpp
11 years ago
Marek Kochanowicz b138533bf3 renamed defaultfilter.omwaddon.project to defaultfilters. 11 years ago
Marek Kochanowicz 96b6787255 Getting rid of extension. Correcting tiny mistake in filters file. 11 years ago
Marek Kochanowicz cafea438bd Added missing light filter. 11 years ago
Marek Kochanowicz 762cbf6278 Changed gauntlets filter. It showes now both gauntlets and bracers. 11 years ago
scrawl 3a3f2a37c8 Add cut, copy & paste of text 11 years ago
graffy76 17950210fa Merge branch 'master' into esxSelector 11 years ago
graffy76 217a4d75b4 Implemented profile function in launcher datafiles page
Implemented dependency sorting to ensure dependent files appear latest
in the list.
11 years ago
graffy76 00c78a4aa1 Implementing ContentSelector class in DataFilesPage
Moved AdjusterWidget / FileWidget to ContentSelectorView
11 years ago
Marek Kochanowicz ae5e8b95ff Solving Issue912 11 years ago
graffy76 513f0c4b3e Implemented file/adjuster widgets into new addon creation dialog 11 years ago
graffy76 cfdc19c427 Renamed esxSelector to contentSelector
Fixed datafilespage model implementation in launcher
Filtered addons in table view by selected game file
11 years ago
graffy76 7b7dfa122d Merge branch 'master' into esxSelector 11 years ago
graffy76 244e581952 Finished implementing drag / drop
refactored datafilesmodel (now contentmodel)
refactored esmfil
11 years ago
Marc Zinnschlag 2dc3c0ae4f integrated startup icons 11 years ago
sirherrbatka 7ecf020fcb Merge pull request #1 from zinnschlag/master
Icons for startup window.
11 years ago
Marek Kochanowicz 294bf6c194 Icons for startup window (check raster/startup). 11 years ago
graffy76 a6e7cf9a8c Implementing drag and drop 11 years ago
Marc Zinnschlag 5a792b10b9 fixed local openmw.cfg file 11 years ago
Lars Söderberg f4e9199f78 Various chargen tweaks 12 years ago
scrawl e5ce94c336 Fix the water being affected by fog on the map 12 years ago
scrawl d3d6dfbde8 Refactored loading screen
- Add loading progress for data files, global map, terrain
 - Refactored and improved cell loading progress
12 years ago
Marek Kochanowicz 3e174df856 Adding nomadic1 icons. Wooho! 12 years ago
Marc Zinnschlag fb7273e14a Merge remote-tracking branch 'sirherrbatka/icons-svg'
Conflicts:
	.gitignore
12 years ago
Marek Kochanowicz 8cd2d89e4e Merge branch 'icons-svg' of https://github.com/sirherrbatka/openmw into icons-svg 12 years ago
Marek Kochanowicz 44b4c642b7 Added alternative book icon in scalable folder. No raster just yet. I'm not sure if it will replace old icon. 12 years ago
Lars Söderberg 45083fc89e Chargen updates 12 years ago
Lars Söderberg e33239eae5 Various fixes 12 years ago
sirherrbatka c57fb4fc4f Delete .directory 12 years ago
Marek Kochanowicz 717e04cac5 More icons. At last! 12 years ago
scrawl 5f7e6f7b10 Fix a material issue, layers per pass wasn't entirely correct 12 years ago
graffy76 6898321676 Reenabling features
Profile functions enabled
New/load file functions partially enabled
Layout reorganized
12 years ago
scrawl ecf7786d11 terrain_num_lights was removed 12 years ago
graffy76 b52645bf2a Fixes to accommodate master/plugin loading 12 years ago
scrawl 8c8653160d Crash fix, material fix 12 years ago
scrawl ebf9debb80 Enabled terrain self shadows, implemented getHeightAt, some optimizations 12 years ago
scrawl e27437f8ed New terrain renderer - improvements:
- Consistent triangle alignment, fixes a noticable crack near the census and excise office. Note that alignment is still not the same as vanilla. Vanilla uses a weird diagonal pattern. I hope there aren't more trouble spots that will force us to replicate vanilla, but at least we can do that now.
 - Fixes several blending issues and cell border seams
 - Fix map render to use the terrain bounding box instead of an arbitrary height
 - Different LODs are now properly connected instead of using skirts
 - Support self shadowing
 - Normals and colors are stored in the vertices instead of a texture, this enables per-vertex lighting which should improve performance, fix compatibility issues due to the PS getting too large and mimic vanilla better
 - Support a fixed function fallback (though the splatting shader usually performs better)
 - Designed for distant land support - test: https://www.youtube.com/watch?v=2wnd9EuPJIY - we can't really enable this yet due to depth precision issues when using a large view distance
12 years ago
graffy76 e614ec3353 Fixing profile code in progress... 12 years ago
graffy76 f6217f9c6a Moved esx selector classes out of global namespace 12 years ago
graffy76 45277c0082 Minor changes
Stretched table columns to fit widget width
Reduced width of opencs file dialog
Hid the file size column for launcher
Added alternating row colors in table view
12 years ago
graffy76 66e50343ad Fixed row-selection/check feature 12 years ago
graffy76 a9db983233 Fixing row-click selection 12 years ago
graffy76 2878f51cd3 Reimplemented dependency selection feature
Moved more code to ContentSelector
Added support for omwgame and omwaddon files
12 years ago
graffy76 49c4e1bf9e Removed master table widget 12 years ago