Commit Graph

7922 Commits (e89f1dd40a1f54a921037dc7e54970c909984b25)
 

Author SHA1 Message Date
Alexander "Ace" Olofsson 22a5f7198f A few fixes to build on Windows 11 years ago
Marc Zinnschlag 51652047d0 updated credits file 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 4dbacdc6bd increased version number 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
Marc Zinnschlag b737d958e1 Merge remote-tracking branch 'kcat/master'
Conflicts:
	extern/sdl4ogre/cursormanager.hpp
11 years ago
Marc Zinnschlag 547d7355a0 Merge remote-tracking branch 'scrawl/master' 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 11 years ago
Lukasz Gromanowski 2c49458b6c Added unittests for FileFinder::FileFinderStrict class.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
11 years ago
Lukasz Gromanowski 0e83b50659 Changed test dir for SearchTest.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
11 years ago
Lukasz Gromanowski 2baaef7d87 Added unittests for FileFinder::FileFinder class.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
11 years ago
Lukasz Gromanowski 303e02cab5 Added unittests for FileFinder::find function.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
11 years ago
Lukasz Gromanowski 515a865daa Changed ASSERT_EQ to ASSERT_TRUE/FALSE.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
11 years ago
Lukasz Gromanowski da0b90ee45 Converted tests from components/misc into google unittests.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
11 years ago
Chris Robinson 82a09a988b Minor pathfinding cleanup 11 years ago
Chris Robinson 8f23b330d3 Remove unnecessary initialization 11 years ago
Chris Robinson 1026e89810 Don't assume TexturePtr is a class 11 years ago
Chris Robinson 9499ac4fd5 Increase the distance for reaching a path node 11 years ago
Chris Robinson f9dbce685a Avoid killing AIWander and AITravel when far away
This fixes the problem of certain NPCs not wandering because they
happened to spawn near a cell border away from the player, which
immediately "completed" the wander package.

AIWander can't cause NPCs to cross cell boundaries, so there's no risk
of them walking into an unloaded to. AITravel will now simply stop
moving, and resume later when the cell is loaded.
11 years ago
mckibbenta f65172bdca Merge branch 'master' of https://github.com/zinnschlag/openmw into tgm 11 years ago
mckibbenta eef9df504a fiddlings 11 years ago
Marc Zinnschlag 2391c591b3 Merge remote-tracking branch 'lazaroth/layout_updates_4' 12 years ago
scrawl f12d5b728a Ogre 1.9 compatibility changes 12 years ago
Lars Söderberg f4e9199f78 Various chargen tweaks 12 years ago
scrawl c8e31725dc Fix weather sounds persisting on a new game 12 years ago
Marc Zinnschlag 9f0b34eae0 fixed reference loading code (editor) 12 years ago
Marc Zinnschlag ce90c2f3be Merge remote-tracking branch 'kcat/master' 12 years ago
Chris Robinson e589d0ec91 Werewolves can't activate activators 12 years ago
Chris Robinson 84d259ab8e Avoid reconstructing strings for updating the dynamic stats
Attributes still do this, but they change infrequently enough that it doesn't
matter.
12 years ago
scrawl 5918b84666 Don't crash on resize events during load 12 years ago
Marc Zinnschlag 94e255ea47 Merge branch 'filter' 12 years ago
Chris Robinson 92082dae66 Modify the current magicka and fatigue when the base changes 12 years ago
Chris Robinson 305b5fec0f Avoid needlessly copying the MagicEffects 12 years ago
Chris Robinson 281fdbd81b Cleanup some redundancy 12 years ago
Chris Robinson 33c173a23a Update the watched Ptr when changing it 12 years ago
Chris Robinson 39af9a13fa Remove some unused functions 12 years ago