greye
29b7734b52
add qualifiers for names in templates to make gcc 4.7+ happy
12 years ago
Marc Zinnschlag
c808bf2b23
updating region map on changes to region and cell records
12 years ago
Marc Zinnschlag
b17f383c6d
Merge remote-tracking branch 'graffy76/RefIdTypeDelegate'
...
Conflicts:
apps/opencs/view/world/table.cpp
12 years ago
graffy76
11178cc470
Repo permissions commit fix #3
12 years ago
graffy76
bb049806df
Repo permissions commit fix #2
12 years ago
graffy76
f31e5ef851
new files (repo commit fix #2 )
12 years ago
graffy76
ae4e3181d9
Fixing repo permissions commit #1
12 years ago
scrawl
bbb5d2b98a
Change tooltip positioning to resemble vanilla
12 years ago
Marc Zinnschlag
d389b70ec4
added missing case folding
12 years ago
Marc Zinnschlag
121978a69e
some cleanup; added handling of deleted cells (now displayed instead of ignored)
12 years ago
Chris Robinson
dbdfa624e1
Don't start the player with collision disabled
...
Since we spawn properly at the door now, there's no reason
to start with tcl on.
12 years ago
Marc Zinnschlag
116320cc0d
dealing with invalid regions and cells without regions
12 years ago
Marc Zinnschlag
6159724b04
build region map from records (only initial build; updates not implemented yet)
12 years ago
Marc Zinnschlag
4f05f2bddf
basic region map; non-interactive for now and working with dummy data instead of real cell/region records
12 years ago
Marc Zinnschlag
71a6955182
Merge remote-tracking branch 'scrawl/master'
12 years ago
scrawl
50a0d16f8f
Pass only the X11 window to Ogre, otherwise it would treat it as parentWindowHandle instead of externalWindowHandle. parentWindowHandle does not seem to play nice with SDL and occasionally crashes with a GLXBadDrawable error on startup.
12 years ago
scrawl
91f6d87126
Fix an uninitialized variable
12 years ago
Marc Zinnschlag
0fd49f10a9
Merge branch 'minus'
12 years ago
Marc Zinnschlag
4a75c7dcc0
allow backticks in names
12 years ago
Marc Zinnschlag
602e40e19d
Merge remote-tracking branch 'greye/coc'
12 years ago
greye
e553f285b8
update player position on engine start
12 years ago
greye
f3d54a7ba4
move finding default cell positions to World
12 years ago
greye
0c303aa285
fix fading on cell transition when cell is loaded
12 years ago
greye
6bb3942288
use Land height data for position in coc
12 years ago
greye
a3094b808e
update coc behaviour for interior cells
12 years ago
scrawl
744c5804ed
Simplified doors, now they will stop after hitting an obstacle instead of trying to back off.
12 years ago
Marc Zinnschlag
de5898c953
post merge fixes
12 years ago
Marc Zinnschlag
4986b7d65d
Merge branch 'master' into ref
12 years ago
Marc Zinnschlag
1c4b70805b
added missing reference table columns
12 years ago
Marc Zinnschlag
9a39f32c32
store ID of cell in reference struct
12 years ago
Marc Zinnschlag
9a49125281
added references table
12 years ago
scrawl
72600a16cf
Fix chargen race menu bug, updating a render target from within MyGUI's ControllerManager update is not a good idea
12 years ago
scrawl
58fce74620
Use the already existing mScrollPage as step size for scrollbar button repeats; increased precision of options menu sliders
12 years ago
scrawl
5c8950f91c
Merge branch 'master' of git://github.com/zinnschlag/openmw
12 years ago
Marc Zinnschlag
f9d7c7574e
Merge remote-tracking branch 'swick/scrollbar'
12 years ago
Marc Zinnschlag
3dc42fb948
Merge remote-tracking branch 'greye/master'
12 years ago
greye
76d95dffb6
special case for loading StartScript records
12 years ago
Sebastian Wick
26bd2a5301
use the new scrollbar; range dependent step size; fix
12 years ago
Sebastian Wick
b43f41c2bd
use a mygui controller for scrollbar repeat
12 years ago
Sebastian Wick
f29e30d21d
Merge branch 'master' of https://github.com/zinnschlag/openmw
12 years ago
Sebastian Wick
e3d8bdbafe
autorepeat scrollbar
12 years ago
graffy76
9f6d250463
QDebug reference removal
12 years ago
Marc Zinnschlag
847ec9fa56
Merge remote-tracking branch 'swick/master'
12 years ago
Sebastian Wick
72b7e113cc
only apply in fullscreen
12 years ago
Sebastian Wick
8bdc9ff3ae
set position of the window for multiple monitors
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
Marc Zinnschlag
56637a39a3
Merge remote-tracking branch 'vheuken/master'
12 years ago
Marc Zinnschlag
cd538538b5
fixed weather code
12 years ago
Vincent Heuken
f43b48015e
remove actor's collisionbox on death
12 years ago