Jordan Milne
|
5a6589af01
|
extract cursor management to a separate class, have windowmanager communicate with it. Initialize SDL during engine start
|
12 years ago |
Nathan Jeffords
|
d5ebd6654d
|
cache loaded NIF files to eliminate reloads
Created a NIF file caching mechanism to prevent the system from
reloading a NIF during a startup and cell changes.
|
12 years ago |
Nathan Jeffords
|
d469415e59
|
factored out two function from OMW::Engine::go
The initialization code inside Engine::go is now in two function it
calls prior to running the main loop.
|
12 years ago |
Nathan Jeffords
|
44031ec3d7
|
fleshed out BSAArchive and DirArchive.
Implemented both lists & finds, with pattern matching.
Conflicts:
components/bsa/bsa_archive.cpp
|
12 years ago |
Nathan Jeffords
|
719663d86e
|
added option to override the activation distance
The command line option '--activate-dist <int>' can be used to override
the in game activation distance.
|
12 years ago |
Nathan Jeffords
|
b9fbd6ae4b
|
Factored faced object lookups into MWRender::World
* Renamed MWWorld::World::getFacedHandle to getFacedObject.
* Changed it to return an object pointer
* Updated clients to use return object directly.
|
12 years ago |
Emanuel Guevel
|
63f09462fd
|
to_utf8, Utf8Encoder: pass encoding as constructor parameter
Edit other files accordingly.
|
12 years ago |
lazydev
|
cd5d95ed22
|
1. Dialogs in Russian version now works.
2. Destination names it travel window are now translated
|
12 years ago |
Marc Zinnschlag
|
206c613b52
|
moved translation storage from GUI manager to engine
|
12 years ago |
lazydev
|
1f71395660
|
renaming of translation component; removing of C++11 features
|
12 years ago |
lazydev
|
74ae479780
|
Cell names localization fix
|
12 years ago |
Marc Zinnschlag
|
2a1727d4c5
|
improved error reporting for dialogue scripts (enabled via --script-verbose)
|
12 years ago |
Marc Zinnschlag
|
79706bf60f
|
Issue #219: dialogue manager cleanup
|
12 years ago |
emoose
|
cadc753216
|
Fixed: engine: Bug #437 Stop animations when paused better fix; scene: Bug #430 Teleporting and using loading doors linking within the same cell reloads the cell
Bug #437 fix only pauses the RenderingManager, and still updates the mOcclusionQuery
Bug #430 fix is only tested in interiors (ToddTest)
|
12 years ago |
emoose
|
c8cc6b6e65
|
Fixed: engine: Bug #437 Stop animations when paused; tooltips: capitalize first letter (eg paper -> Paper)
|
12 years ago |
Marc Zinnschlag
|
3f6afb13f1
|
Merge remote-tracking branch 'scrawl/alchemy'
|
12 years ago |
scrawl
|
d76522e7a4
|
searchPtrViaHandle
|
12 years ago |
scrawl
|
28cc480ce1
|
fix some alchemy issues and make the gui use the new implementation
|
12 years ago |
scrawl
|
84a4fd56c3
|
consider all files in Splash directory
|
12 years ago |
greye
|
2fa4ac177a
|
initial resolving
|
12 years ago |
scrawl
|
9106e5307c
|
moved global map from RenderingManager to gui and removed world method
|
12 years ago |
greye
|
18cc435aa1
|
resolving conflicts
|
12 years ago |
scrawl
|
86cfc91ef3
|
global map rendering
|
12 years ago |
scrawl
|
32de090079
|
Allow changing OpenGL RTT mode, useful for example if the driver reports incorrect capabilities
|
12 years ago |
greye
|
7606ebafd6
|
resolving conflicts, minor update
|
12 years ago |
scrawl
|
7ad80e306b
|
fixed the disappearing
|
12 years ago |
scrawl
|
2b339f6c0f
|
loading screen
|
12 years ago |
scrawl
|
c27ff546e4
|
shader cache
|
13 years ago |
scrawl
|
19ae30ee68
|
Merge branch 'master' into next
Conflicts:
apps/openmw/mwbase/inputmanager.hpp
apps/openmw/mwinput/inputmanagerimp.cpp
apps/openmw/mwinput/inputmanagerimp.hpp
apps/openmw/mwinput/mouselookevent.cpp
|
13 years ago |
greye
|
392e6efcb5
|
initial player rendering
|
13 years ago |
greye
|
c46eeaa100
|
initial 3d-person camera support
|
13 years ago |
scrawl
|
bc6e4feedc
|
hotkey window first version
|
13 years ago |
scrawl
|
976ad7a301
|
key defaults specified in the code now, required in order to keep the configuration files valid across multiple versions of openmw
|
13 years ago |
scrawl
|
86d6f190bf
|
Input system rewrite
|
13 years ago |
Marc Zinnschlag
|
6534c2a55a
|
Issue #107: WindowManager is accessed only through the interface class from now on
|
13 years ago |
Marc Zinnschlag
|
0231533d05
|
Issue #107: InputManager is accessed only through the interface class from now on
|
13 years ago |
Marc Zinnschlag
|
b68f9d6a28
|
Issue #107: MechanicsManager is accessed only through the interface class from now on
|
13 years ago |
Marc Zinnschlag
|
6bd48d12af
|
Issue #107: SoundManager is accessed only through the interface class from now on
|
13 years ago |
Marc Zinnschlag
|
d00d40cc3f
|
Issue #107: Journal is accessed only through the interface class from now on
|
13 years ago |
Marc Zinnschlag
|
923109b260
|
Issue #107: DialogueManager is accessed only through the interface class from now on
|
13 years ago |
Marc Zinnschlag
|
28ecfb4290
|
Issue #107: ScriptManager is accessed only through the interface class from now on
|
13 years ago |
Marc Zinnschlag
|
fd6c155118
|
Issue #352: added --script-run switch
|
13 years ago |
Marc Zinnschlag
|
90de02b901
|
Issue #350: console only script instructions
|
13 years ago |
scrawl
|
1fef086088
|
Revert "Merge remote-tracking branch 'mark76/multiple_esm_esp' into nif-cleanup"
This reverts commit 546b640022 , reversing
changes made to fcaa8aae06 .
|
13 years ago |
scrawl
|
f8d6a36196
|
Merge branch 'master' into nif-cleanup
Conflicts:
apps/openmw/mwrender/sky.cpp
apps/openmw/mwrender/sky.hpp
components/nifogre/ogre_nif_loader.cpp
components/nifogre/ogre_nif_loader.hpp
|
13 years ago |
scrawl
|
546b640022
|
Merge remote-tracking branch 'mark76/multiple_esm_esp' into nif-cleanup
|
13 years ago |
scrawl
|
014396e80c
|
remove the plugins.cfg files, do not enforce CG plugin
|
13 years ago |
Chris Robinson
|
6047dc6a0c
|
Merge remote branch 'zini/master' into nif-cleanup
Conflicts:
apps/openmw/mwrender/animation.cpp
apps/openmw/mwrender/animation.hpp
apps/openmw/mwrender/creatureanimation.cpp
apps/openmw/mwrender/npcanimation.cpp
apps/openmw/mwrender/npcanimation.hpp
components/nifogre/ogre_nif_loader.hpp
|
13 years ago |
guidoj
|
0549e949ba
|
Mostly removal of unnecessary #include's and a little clean up
|
13 years ago |
Chris Robinson
|
386ac56bda
|
Remove the NIF loader and code to manually transform the vertices
This currently breaks just about everything. They should come back as it's all
reimplemented, though.
|
13 years ago |