graffy76
244e581952
Finished implementing drag / drop
...
refactored datafilesmodel (now contentmodel)
refactored esmfil
11 years ago
graffy76
0eb06ada39
Implemneting drag and drop
11 years ago
graffy76
a6e7cf9a8c
Implementing drag and drop
11 years ago
graffy76
e6fdc7e7fd
...
12 years ago
graffy76
6898321676
Reenabling features
...
Profile functions enabled
New/load file functions partially enabled
Layout reorganized
12 years ago
graffy76
24e38846da
Fixed broken profile actions
12 years ago
graffy76
b52645bf2a
Fixes to accommodate master/plugin loading
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
a14e0b32d8
Restructured esxselector directory
...
Added ./view
Removed ./utils and ./model/esm
Relocated code accordingly.
12 years ago
graffy76
d0363b037c
Renamed components/fileorderlist to components/esxselector
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
b24dd5c6ac
Continued migration of code to ContentSelector
12 years ago
graffy76
0087b0d67c
Removed checkboxes from master list
...
Moved checkbox code from datafilesmodel to pluginsproxymodel
12 years ago
graffy76
61602789e1
Began migrating code to ContentSelector base
12 years ago
graffy76
4c8c6d6971
Moved init code to master / plugin proxy classes
12 years ago
graffy76
7389507eb5
Created masterproxylist class
12 years ago
graffy76
2bc56d0b5c
Fixed missing item list in launcher combobox
12 years ago
graffy76
b850fe0289
Removed vertical headers from plugin view
12 years ago
graffy76
49c4e1bf9e
Removed master table widget
12 years ago
graffy76
84e5c2610a
Implemented combobox for game file selection
12 years ago
graffy76
bfb71f23c9
Changed filter mechanism for game / addons
...
Filters by number of master references, regardless of extension
12 years ago
Chris Robinson
21121d5ba5
Store the object class in the LiveCellRef
12 years ago
Chris Robinson
08d1d486a4
Merge remote-tracking branch 'zini/master' into ptr-improvements
12 years ago
Marc Zinnschlag
d122699b2f
and another fix for the same issue :(
12 years ago
Chris Robinson
58481ec7c3
Merge remote-tracking branch 'zini/master' into ptr-improvements
12 years ago
Marc Zinnschlag
7b4d8afde7
fix to previous commit
12 years ago
Chris Robinson
fdbf09ed40
Merge remote-tracking branch 'zini/master' into ptr-improvements
...
Conflicts:
apps/openmw/mwworld/containerstore.cpp
12 years ago
Marc Zinnschlag
e94fcce622
accessing references via their ID now also works for references in containers in active cells
12 years ago
Chris Robinson
2853b56ed5
Throw an exception when trying to get an empty Ptr's type
12 years ago
Chris Robinson
0f2b2ff1ce
Small header cleanup
12 years ago
Chris Robinson
86f2cd5848
Use dynamic_cast to get the LiveCellRef
12 years ago
Chris Robinson
48c07fbd98
Remove some unnecessary fields from Ptr
12 years ago
Chris Robinson
74f855e948
Move common LiveCellRef fields to the base class
12 years ago
Chris Robinson
11166a1a17
Don't store the type name string in the Ptr
...
This should get rid of all heap allocations caused by constructing or copying
Ptr objects.
12 years ago
Chris Robinson
b6d2888c48
Avoid using boost::any in MWWorld::Ptr
...
Reduces dependency on Boost, and should improve performance a bit when
copying or constructing Ptr objects.
12 years ago
Marc Zinnschlag
aee0336780
Merge remote-tracking branch 'kcat/script-functions'
12 years ago
Chris Robinson
73437dfdca
GetEffect can accept an effect ID string as well
12 years ago
Chris Robinson
c1dfa980bf
Combine ShowVarsImplicit and ShowVarsExplicit
...
Also removes an unnecessary else statement
12 years ago
Marc Zinnschlag
e2e76147c8
Merge remote-tracking branch 'potatoesmaster/magic'
12 years ago
Chris Robinson
30973352e8
Implement ShowVars (SV) console function
12 years ago
Chris Robinson
2353ac1739
Properly implement SetWerewolfAcrobatics
12 years ago
Emanuel Guevel
ad3646cb15
Fix spell icons displayed when effect ended
12 years ago
Emanuel Guevel
a47c76001c
Apply trap magic effects
12 years ago
Emanuel Guevel
37ea0f3fb9
Display refusal message when weapon/magic icons are clicked as werewolf
12 years ago
Emanuel Guevel
997f37700d
Display HUD icons for hidden windows
12 years ago
Emanuel Guevel
c27c33f542
Fix pinned windows hiding
...
They were always displayed in console mode and in game (even if they
were force hidden).
12 years ago