mckibbenta
073f64c8bb
stop weapon condition degredation (for the player) with tgm on
11 years ago
Emanuel Guevel
496f786c2a
Implement Disable/EnableLevitation script functions
...
Totally copied on Disable/EnableTeleporting implementation.
Thanks KittyCat!
11 years ago
Alex "rainChu" Haddad
f1b4c2e400
Fixed first person offset to use world transform
...
It slipped my mind that some necks might not be perfectly vertical.
11 years ago
Alex "rainChu" Haddad
ed0c31b485
Refactored, moved logic out of NpcAnimation
...
The logic is now handled by RenderingManager, and Camera sets its
animation's first person offset height. Due to how NpcAnimation seems to
be updated, it has to be the one to actually set its own nodes, in the
case of the hands. Otherwise, the hands would not move without a messier
hack.
11 years ago
Emanuel Guevel
b8c60dabb3
Reintroduce Acrobatics changes made by Glorf
...
Advance Acrobatics skill on jump and on landing,
apply fall damage on landing.
11 years ago
Alex "rainChu" Haddad
0ddb5097fc
Revert "Bug #840 , First Person Sneaking Camera Height"
...
This reverts commit 296abfd48f
.
11 years ago
Alex "rainChu" Haddad
296abfd48f
Bug #840 , First Person Sneaking Camera Height
...
Also, added comments to existing code in the area.
11 years ago
Alex "rainChu" Haddad
4496244b14
Tabs to spaces
...
My own code uses only tabs - I forgot to change the setting on my IDE,
sorry!
11 years ago
Alex "rainChu" Haddad
eae02ea00d
Cleaned up my hackish code for WinMain
11 years ago
Alex "rainChu" Haddad
00a776a1a8
Fixed compilation failure on my machine
...
Fixed shared records not being populated before the player record is
moved.
11 years ago
greye
4cdb57e388
workaround segfault on --new-game switch
11 years ago
Alex "rainChu" Haddad
bffbfff41c
My own fix to make it hackily compile
11 years ago
Tom Mason
dd0a416249
cleaned up bloodmoon_fix_ini
11 years ago
Tom Mason
fd169c2399
fixed issue with cds where subfolders of Data Files were contained outside the Data Files folder
11 years ago
Marc Zinnschlag
7be1f1afc2
implemented SceneToolMode as a horizontal panel with radiobutton-type buttons
11 years ago
Marc Zinnschlag
0c5f07a65a
added SceneToolMode class
11 years ago
Marc Zinnschlag
84cadc10f4
added scene toolbar buttons (still not doing anything)
11 years ago
Marc Zinnschlag
9ea092927f
added basic scene subview (no functionality yet)
11 years ago
Marc Zinnschlag
1363e86828
made verifier ignore deleted records
11 years ago
Marek Kochanowicz
ae5e8b95ff
Solving Issue912
11 years ago
Marc Zinnschlag
0f1c4cb00e
cleanup
11 years ago
Berulacks
91d7291c0c
Switched to using proper enums as opposed to ints.
11 years ago
Berulacks
0c518fb047
Replaced tabs with spaces.
11 years ago
Berulacks
c423479f20
Fixed bug #887
11 years ago
Marc Zinnschlag
a6ea670255
use IdTypeDelegate in report table
11 years ago
Marc Zinnschlag
1c4a4b4f26
generalised RefIdTypeDelegate into IdTypeDelegate
11 years ago
Marc Zinnschlag
f2875e234c
added missing position columns to reference table
11 years ago
Marc Zinnschlag
94bb97e766
replacing tabs with spaces
11 years ago
Marc Zinnschlag
96b181bb54
Merge remote-tracking branch 'xethik/master'
11 years ago
Xethik
094e4d93b7
Generally speaking, you should never compare iterators from two different compilers
...
http://stackoverflow.com/questions/4657513/comparing-iterators-from-different-containers
It seems like this was just an overlook that happened to work on most systems. I was not able to thoroughly test this change, but it fixed an issue I was having in VC10.
It's possible the prev.end() was a copy paste error that was meant to be new.end() anyways.
11 years ago
Xethik
58bb0b8773
Bug #907
...
Added a check to make sure playerview is allowed when attempting to scroll, locking out zooming before character creation.
11 years ago
Marc Zinnschlag
99fe6e68c7
Merge remote-tracking branch 'mckibbenta/tgm'
11 years ago
Marc Zinnschlag
8d4f4e395f
update syntax highlighting when ID list changes
11 years ago
Marc Zinnschlag
ba5e2a0330
changed ID listing to include deleted records by default
11 years ago
Marc Zinnschlag
9c751ae370
separate highlight colour for IDs
11 years ago
Marc Zinnschlag
3d2281fe80
added signals and functions to Data for handling ID list changes
11 years ago
Marc Zinnschlag
78f7f80fc3
configured script highlighting with extensions
11 years ago
scrawl
d5ef843f56
Fix a missing model update
11 years ago
mckibbenta
6bb6ba6372
added god mode comment
11 years ago
mckibbenta
3035675a26
Merge branch 'master' of https://github.com/zinnschlag/openmw
11 years ago
mckibbenta
644f081c60
minor changes
11 years ago
mckibbenta
c9f1bd8735
Merge branch 'master' of https://github.com/zinnschlag/openmw
11 years ago
Marc Zinnschlag
9637e1641b
fix for building with system tinyxml
11 years ago
Marc Zinnschlag
07ff0a8de9
possible build fix for Windows
11 years ago
Marc Zinnschlag
bf8a25c2c6
Merge remote-tracking branch 'mckibbenta/tgm'
11 years ago
mckibbenta
89b7d6121d
Initial toggleGodMod/tgm instruction. Currently only affects player health.
11 years ago
mckibbenta
85b8af6262
Merge branch 'master' of https://github.com/zinnschlag/openmw into tgm
11 years ago
scrawl
09e692f1f6
Fixed polish font
11 years ago
Marc Zinnschlag
554c44892a
Merge branch 'newgame'
11 years ago
Marc Zinnschlag
e9f14449eb
added AdjusterWidget
11 years ago
Marc Zinnschlag
2dc3c0ae4f
integrated startup icons
11 years ago
Marc Zinnschlag
25b7cd33ea
added FileWidget; fixed OpenCS configuration
11 years ago
Marc Zinnschlag
ecedb60169
splitting new game and new addon functions (new game currently not working)
11 years ago
Marc Zinnschlag
f7940d7d1a
focus load document button by default in startup window
11 years ago
Marc Zinnschlag
2d9e9fe3e1
Merge branch 'startup'
11 years ago
Marc Zinnschlag
cae5eb424d
cleaned up opening the settings dialogue from a view
11 years ago
Marc Zinnschlag
efdf2961f0
open user settings dialogue centered
11 years ago
Marc Zinnschlag
0e81fb32dd
hooked up edit config signal from startup window
11 years ago
Marc Zinnschlag
17bf7e59a4
added proper startup dialogue (still missing icons)
11 years ago
Tom Mason
7b9c5c75e7
silenced unshield
11 years ago
Tom Mason
2b50e34566
Fixed issue with copy_file
...
from: https://forum.openmw.org/viewtopic.php?f=20&t=1718&hilit=0.26&start=50#p18705
11 years ago
Marc Zinnschlag
9b7cd5958f
Merge remote-tracking branch 'scrawl/master'
11 years ago
scrawl
10c21579bc
Item stacking case sensitivity fix
11 years ago
Marc Zinnschlag
3d66f7521e
Merge remote-tracking branch 'marcrbouvier/master'
11 years ago
Marc Bouvier
784cba21f2
[Feature #881 ] Change Tabs to Spaces
...
Some of the tabs were not made of spaces, so Git defaults tabs to the
length of 8 spaces. OpenMW uses 4 spaces per tab.
11 years ago
Marc Zinnschlag
dc345dd43d
Merge branch 'filter'
11 years ago
Marc Zinnschlag
8f0ab29a9f
allow the use of keywords for strings without quotation marks
11 years ago
Marc Zinnschlag
645b50ef36
added support for half-sided intervals to filter parser
11 years ago
Marc Zinnschlag
f3ce9c22a1
rewrote value node to support half-sided intervals (meaning infinity or -infinity for the missing half)
11 years ago
Marc Zinnschlag
9332684335
allow the use of value types in string filters
11 years ago
Marc Zinnschlag
f2e86e860e
allow the use of record types in string filters
11 years ago
Marc Zinnschlag
8bebe7179c
some UniversalId fixes
11 years ago
Alexander "Ace" Olofsson
5e42c73356
Better fix for unshield, comments on changes, no more commented out code.
11 years ago
mckibbenta
ae02499eff
Merge branch 'master' of https://github.com/zinnschlag/openmw into tgm
11 years ago
Alexander "Ace" Olofsson
22a5f7198f
A few fixes to build on Windows
11 years ago
Marc Zinnschlag
842a616909
more cleanup
11 years ago
Marc Zinnschlag
6cd7da6547
Merge remote-tracking branch 'marcrbouvier/master'
11 years ago
Marc Bouvier
6b11f59ed4
[Feature #881 ] Rename QLocalServer
...
The server name should be more unique to the project so there isn't a
interprocess clash.
11 years ago
Marc Zinnschlag
80f8024da7
allow specifying record modification status column enum via strings
11 years ago
Marc Zinnschlag
f80373a849
removed two unused files
11 years ago
Marc Zinnschlag
1744a64f77
in filters allow specifiying boolean columns as strings
11 years ago
Marc Bouvier
0ae2bb2fae
[Feature #881 ] Code Formatting
...
Code formatted to the OpenMW policy.
11 years ago
Marc Bouvier
563bd0b430
[Feature #881 ] Raise OpenCS New Window After Re-execution
...
The OpenCS startup window of the existing exist is raised when trying to
start a new instance. This is done by the new instance connection to the
existing instance's QLocalServer. Once the connection is established the
existing instance raises the startup window.
11 years ago
Marc Bouvier
51332b86a1
[Feature #811 ] Only 1 Instance of OpenCS is Allowed
...
If another instance of OpenCS is started, then it will terminate. This
is done by creating a QLocalServer with a unique ID. If another
QLocalServer with the same ID attempts to be opened, then the creation
of the QLocalServer will fail and the application will terminate.
11 years ago
mckibbenta
e545f49807
Merge branch 'master' of https://github.com/zinnschlag/openmw into tgm
11 years ago
Marc Zinnschlag
9cb121bd04
allow specifying enums as text in filters
11 years ago
Marc Zinnschlag
649ef6f120
moved list of enum literals from ViewManager to Columns (which makes them available to the rest of model now)
11 years ago
Marc Zinnschlag
e03de11fa8
Merge remote-tracking branch 'corristo/master'
11 years ago
Marc Zinnschlag
7076ea9467
Merge remote-tracking branch 'scrawl/map'
11 years ago
Marc Zinnschlag
5f380bc085
Merge remote-tracking branch 'lgro/unittests'
11 years ago
Nikolay Kasyanov
f9cfe654f2
Workaround for https://bugreports.qt-project.org/browse/QTBUG-22154
...
(Qt redefines min OS X version and SDL in turn checks this version and
doesn't accept version set by Qt)
11 years ago
scrawl
3ddeb075fb
Fix a cell border seam on the map
12 years ago
Lukasz Gromanowski
2c49458b6c
Added unittests for FileFinder::FileFinderStrict class.
...
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
12 years ago
Lukasz Gromanowski
0e83b50659
Changed test dir for SearchTest.
...
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
12 years ago
Lukasz Gromanowski
2baaef7d87
Added unittests for FileFinder::FileFinder class.
...
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
12 years ago
Lukasz Gromanowski
303e02cab5
Added unittests for FileFinder::find function.
...
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
12 years ago
Lukasz Gromanowski
515a865daa
Changed ASSERT_EQ to ASSERT_TRUE/FALSE.
...
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
12 years ago
Lukasz Gromanowski
da0b90ee45
Converted tests from components/misc into google unittests.
...
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
12 years ago
Chris Robinson
82a09a988b
Minor pathfinding cleanup
12 years ago
Chris Robinson
8f23b330d3
Remove unnecessary initialization
12 years ago