Commit Graph

149 Commits (openmw-39)

Author SHA1 Message Date
scrawl 6546c05428 Move Fallback map to components/ 9 years ago
sandstranger bd5057aa3c enable opengl es1 9 years ago
scrawl ccc721ba3f Print the OpenMW version to the logfile 9 years ago
Nikolay Kasyanov 4e3bbe01b6 OS X: disable `glTexStorage2D` because of OSG/driver issue
See http://forum.openscenegraph.org/viewtopic.php?p=65276#65276 for the details.
9 years ago
scrawl f09e4620b6 Move OpenMW version information to a textfile instead of compiling it in
Now we don't need to recompile 3 .cpp files and re-link whenever the current git HEAD changes.
10 years ago
dteviot 76f20b8b20 fix 'WIN32_LEAN_AND_MEAN' macro redefinition warning. 10 years ago
scrawl 0cc9b1bb40 Remove dependency on OgrePlatform.h 10 years ago
scrawl 974fda5bde Merge branch 'master' of https://github.com/OpenMW/openmw into osg
Conflicts:
	extern/sdl4ogre/sdlwindowhelper.cpp
10 years ago
k1ll 96d9afec38 More header case fixes 10 years ago
scrawl 0ff7b2ff11 MechanicsManager, frame update 10 years ago
dteviot 1d7f3474fa Fixed more MSVC 2013 warnings. 10 years ago
scrawl bf1839b370 Always print the exception to stderr 10 years ago
scrawl dd8aab2a7f Adjust help for --load-savegame again 10 years ago
scrawl c1862cbfc2 Clarify documentation for --load-savegame 10 years ago
scrawl 73e57f53a8 Always print openmw version in the log 10 years ago
scrawl 4e92f6ab48 Add commandline option to load a save game on startup 10 years ago
scrawl ba65c6cc7f Add --script-all-dialogue switch to compile all dialogue scripts (Fixes #1659) 10 years ago
scrawl 7252cb63a6 Fix cppcheck issues 10 years ago
Marc Zinnschlag 10fa205ced fixed --data switch (was missing composing option) 10 years ago
Marc Zinnschlag a9df3b53fd restored --new-game switch 10 years ago
scrawl 63cb91db2e Add --export-fonts command line option 11 years ago
Marc Zinnschlag 4791098e11 Merge remote-tracking branch 'miroslavr/master' 11 years ago
Marc Zinnschlag 7991dfb907 Merge remote-tracking branch 'scrawl/master' 11 years ago
MiroslavR b4ba18afe7 Include revision number in the "version" command line option (Closes #1711) 11 years ago
scrawl 47e42d4fda Destroy Engine after exception is logged
In cases where OpenMW throws an exception, then crashes in the Engine destructor (ideally should not happen, but keeps happening), we will at least see what the exception was about.
11 years ago
Marc Zinnschlag d87630b41a blacklisting for scripts in OpenMW 11 years ago
slothlife ead801f2d0 Fix for compiling Win32 debug. 11 years ago
scrawl d878456d0f Don't add an extra path separator 11 years ago
scrawl 54d8606b78 Fix logging fatal exceptions to cerr, and log them to openmw.log 11 years ago
scrawl d60df66811 Change openmw.log to boost ofstream to fix unicode path on windows (see https://github.com/OpenMW/openmw/pull/108) 11 years ago
Marc Zinnschlag 2faeceacfa Merge remote-tracking branch 'scrawl/master'
Conflicts:
	apps/openmw/main.cpp
11 years ago
Emanuel Guevel a41339da1e Write logs in log directory
The crash.log file was created in the working directory, requiring users
that had installed the game to run it with augmented privileges to be
able to create the file.
11 years ago
scrawl 65d5311037 Revert "Don't try to show exceptions in a message box if SDL was not initialized"
According to SDL docs, "This function may be called at any time, even before SDL_Init()".

Also fixes an issue where message boxes weren't working due to SDL_Quit already having been called by ~Engine.

This reverts commit 39eea24dc3.

Conflicts:
	apps/openmw/main.cpp
11 years ago
Marc Zinnschlag d6e212a02b Merge branch 'master' into script 11 years ago
pvdk f263acdac6 Merge remote-tracking branch 'upstream/master' into versioninfo 11 years ago
Marc Zinnschlag 4ee43612f6 added new switch: --script-warn 11 years ago
scrawl 03cf383be7 Merge branch 'master' of https://github.com/zinnschlag/openmw into savedgame
Conflicts:
	apps/openmw/mwgui/referenceinterface.cpp
	apps/openmw/mwmechanics/actors.cpp
	apps/openmw/mwmechanics/mechanicsmanagerimp.cpp
	apps/openmw/mwmechanics/mechanicsmanagerimp.hpp
	apps/openmw/mwscript/cellextensions.cpp
	apps/openmw/mwworld/cells.cpp
	apps/openmw/mwworld/cells.hpp
	apps/openmw/mwworld/cellstore.cpp
	apps/openmw/mwworld/store.cpp
	apps/openmw/mwworld/worldimp.cpp
11 years ago
pvdk c95b8bcb39 Moved the generated version header stuff into components 11 years ago
scrawl 62774fcc4a Merge branch 'master' into HEAD
Conflicts:
	apps/openmw/mwbase/world.hpp
	apps/openmw/mwinput/inputmanagerimp.cpp
	apps/openmw/mwmechanics/actors.cpp
	apps/openmw/mwworld/worldimp.cpp
	apps/openmw/mwworld/worldimp.hpp
	components/esm/loadtes3.cpp
11 years ago
Dmitriy 'Endorph' Shkurskiy 7023395012 Windows-specific definition to omit inclusion of unused stuff from Windows.h 11 years ago
scrawl fb845e81a4 Rename nosound to no-sound for consistency 11 years ago
scrawl 85ed21dbd2 Remove unused command line option 11 years ago
scrawl 81ec8c2f55 Handle --version and --help before reading configuration - putting these options into openmw.cfg makes no sense 11 years ago
scrawl 19e5978a01 Merge branch 'master' of https://github.com/zinnschlag/openmw
Conflicts:
	apps/openmw/main.cpp
11 years ago
scrawl 39eea24dc3 Don't try to show exceptions in a message box if SDL was not initialized 11 years ago
Marc Zinnschlag 030c733e2d Merge branch 'master' into savedgame
Conflicts:
	apps/openmw/mwmechanics/actors.cpp
	apps/openmw/mwworld/worldimp.cpp
	files/settings-default.cfg
11 years ago
Alexander "Ace" Olofsson baacf91de4 Another windows build fix 11 years ago
scrawl 845bc5f7eb Show fatal exceptions in a message box instead of cerr when running without a terminal 11 years ago
scrawl bcf61331ab Bring back the option to not grab mouse. Useful if running in a mouse-controlled GUI debugger. 11 years ago
scrawl f990ba09f0 gdb detection doesn't seem to work for the forked process 11 years ago