Marc Zinnschlag
a84145a087
Issue #107 : minor corrections
13 years ago
greye
181d45661f
fix rotation angles
13 years ago
greye
6b996d8c34
fix disabled camera on start
13 years ago
greye
df60f4bf92
stub for soundmanager, adjust rotation mode
13 years ago
Marc Zinnschlag
923109b260
Issue #107 : DialogueManager is accessed only through the interface class from now on
13 years ago
Marc Zinnschlag
e6ede480c7
Issue #107 : fixed up some interfaces
13 years ago
greye
378fcc2460
fix DisablePlayerControl logic
13 years ago
greye
1511eb3549
implemented enable/disable player looking switch
13 years ago
greye
a2d87d5f5b
added camera flip control, fixed input rotation axis
13 years ago
greye
ec9cf4d3c6
rotateObject() added, input system rewritten
13 years ago
Marc Zinnschlag
28ecfb4290
Issue #107 : ScriptManager is accessed only through the interface class from now on
13 years ago
Marc Zinnschlag
9b567e4ba6
Issue #107 : Removed a redundant function in world interface; added a comment
13 years ago
Marc Zinnschlag
4977fafb9c
updated credits.txt
13 years ago
greye
b6f7f21bcf
fix player cell assertion fail, moveObject(Ptr&, CellStore&, f, f, f) added
13 years ago
Marc Zinnschlag
7cc2de3e21
boost filesystem compatibility fix
13 years ago
scrawl
993c7150dc
tweaked depth bias
13 years ago
greye
79b7487c87
fix using deleted objects
13 years ago
greye
d32a61b928
fix object moving
13 years ago
greye
ee97a204f2
fix npc animation key update
13 years ago
Marc Zinnschlag
dbcd4a8b5b
compatibility fix
13 years ago
Marc Zinnschlag
f5ee5a5414
Merge remote branch 'edmondo/master'
13 years ago
Edmondo Tommasina
20deb97a09
nif_file.hpp: add stdint.h include to fix build
...
It fixes such compile errors as:
* error: ‘uint8_t’ does not name a type
* error: ‘uint16_t’ does not name a type
* error: ‘uint32_t’ does not name a type
13 years ago
Edmondo Tommasina
c08e098d7f
esm_reader.cpp: fix std::runtime_error compile error
13 years ago
Edmondo Tommasina
32b167ce2b
Revert "nif_file.hpp: include type definitions to fix build"
...
This reverts commit b0b3ebe123
.
13 years ago
Edmondo Tommasina
a63fd77ccc
Revert "esm_reader.hpp: fix std::runtime_error compile error"
...
This reverts commit 0f3cb5667f
.
13 years ago
Marc Zinnschlag
1db7978361
silenced a warning
13 years ago
Marc Zinnschlag
0c5f886683
Merge remote branch 'greye/player_control'
13 years ago
greye
16ad97610d
add support for some scripting player control switches
13 years ago
Marc Zinnschlag
994e33e3d2
fixed object rotation code
13 years ago
Marc Zinnschlag
e4dc01832b
fixing object rotation script instructions (wrong argument type and missing error handling)
13 years ago
Edmondo Tommasina
b0b3ebe123
nif_file.hpp: include type definitions to fix build
13 years ago
Edmondo Tommasina
11d0761528
terrainmaterial.cpp: fix std::runtime_error compile error
13 years ago
Edmondo Tommasina
0f3cb5667f
esm_reader.hpp: fix std::runtime_error compile error
13 years ago
greye
ff62770657
World::isUnderwater(), World::isSwimming()
13 years ago
Marc Zinnschlag
c251fbdf23
Merge branch 'master' into HEAD
...
Conflicts:
apps/openmw/mwscript/docs/vmformat.txt
libs/openengine/ogre/renderer.cpp
13 years ago
Michael Mc Donnell
7f802a22b5
Compare with stream position instead of int.
...
Fixes compilation of Debug build on Windows.
13 years ago
gugus
e9aac4512b
Build fix for Windows
...
Fixes a number of places where uint was used and not defined. This commit
was originally authored by gus. It rebased by Michael Mc Donnell to take
recent commit fixes into account.
13 years ago
Michael Mc Donnell
18fd14ff75
Workaround for FindMyGUI.cmake path space bug on Windows.
...
See bug 353 http://bugs.openmw.org/issues/353
13 years ago
gugus
ebd8b064f6
getStartingAngle script instruction
13 years ago
Marc Zinnschlag
f6d657a5f4
Merge branch 'osx_fix'
13 years ago
Marc Zinnschlag
f8e54b401b
fixed linkage problem
13 years ago
scrawl
15a16aeba1
Fixed DirectX HLSL shaders and re-enabled them in the gui
13 years ago
Nikolay Kasyanov
3b776cb3ca
fixed submodule version
13 years ago
greye
f2a2e5f57d
remove MWWorld::Player::setPos()
13 years ago
Nikolay Kasyanov
32d2326b4d
Update components/files/ogreplugin.hpp
...
removed #error directive
13 years ago
greye
0e3f70413e
a very little comments
13 years ago
greye
288b63350c
fixed objects update, local script handling
13 years ago
Nikolay Kasyanov
03cccee0e4
bug #348 : workaround for boost older than 1.44
13 years ago
Nikolay Kasyanov
defab0e4b5
Merge remote-tracking branch 'upstream/master' into osx_fix
...
Conflicts:
CMakeLists.txt
13 years ago
Nikolay Kasyanov
b05dfeae70
bug #348 : cleanup
...
moved files to appropriate component, moved function to namespace,
added docs
13 years ago