Commit Graph

73 Commits (openmw-39)

Author SHA1 Message Date
scrawl 05498ad592 Refactor: InputManager no longer depends on Engine 9 years ago
scrawl a1432b0255 Move attackingOrSpell flag to the CharacterController 10 years ago
scrawl 519fb9482a Minor cleanup 10 years ago
scrawl a5670b5133 Merge branch 'master' of https://github.com/OpenMW/openmw into osg
Conflicts:
	apps/opencs/CMakeLists.txt
	apps/opencs/main.cpp
	apps/openmw/mwworld/player.hpp
10 years ago
scrawl 44582fe3b3 Don't use separate werewolf skills/attributes for non-player werewolves
Still need to deal with save files.
10 years ago
scrawl 4bb3cbf0fb Remove last remains of Ogre 10 years ago
scrawl 7bacb9418d Various math code ported to osg 10 years ago
scrawl c883a73d30 Several warning fixes 10 years ago
scrawl 7bddfc0025 Fix some spelling mistakes. 11 years ago
Thomas 885228ec02 Merge remote-tracking branch 'upstream/master'
Conflicts:
	apps/openmw/mwmechanics/actors.cpp
11 years ago
scrawl 27a05027f4 Fixes #1172: Added basic loading/saving progress bar
The progress is not particularly accurate. It simply uses the current / total number of records written/read as indication. Cell records are currently the largest by far, but there is a good chance that could be optimized using a change tracking system.
11 years ago
Thomas c2127845af Added onKnockdown command 11 years ago
Thomas f3272c941f Fix for bug #1080, can't read/repair/make potions/use soul gems/rest/sleep while in combat.
The radius for being in combat with the player is fAlarmDistance, which looked like the only pertinent thing.
11 years ago
Jeffrey Haines 940c88d2ec Cleaned up code, implemented crime ids
There is a problem with my game freezing. ToggleAi stops my character
11 years ago
Jeffrey Haines 70919ba60a Removed witnesses and minor changes 11 years ago
Jeffrey Haines 0c957a3cde Added witnesses to the mix 11 years ago
Jeffrey Haines b1abef7a38 Cleaned up code 11 years ago
Jeffrey Haines 58b135a2be Crime is now checked every frame call 11 years ago
Jeffrey Haines 6f1211dd8d Moved mWitnesses into Player. resetCrime for paying fine. 11 years ago
Marc Zinnschlag c300cd9375 loading/saving of some player state (cell/coordinates and some other bits) 11 years ago
Marc Zinnschlag 5ea25dc269 player state cleanup 11 years ago
scrawl 8e5cae1081 Implement mark/recall magic effects 11 years ago
Marc Zinnschlag c3482b6f24 Merge remote-tracking branch 'scrawl/master'
Conflicts:
	apps/openmw/mwmechanics/spellcasting.cpp
11 years ago
scrawl c86760e3cd Remember the last known exterior position of the player in case we fail to map the interior to a world position. 11 years ago
Lukasz Gromanowski e9844e1b37 Fixes #417: Apply weather instantly when teleporting
Changed teleporting detection from "position tracking" to manually
setting "teleportation" flag ( player->setTeleported(true) ).

Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
11 years ago
Chris Robinson eab4e09566 Handle the pick/probe in the character controller 12 years ago
scrawl 705488ddfb Fix mouse movement events being discarded when there's more than one event in a frame 12 years ago
scrawl 7a2d1cd8ce Security skill 12 years ago
scrawl c41f119ba6 Added new game button 12 years ago
Marc Zinnschlag e8c32d0c3d MWWorld::Player cleanup 12 years ago
Chris Robinson 13c098266c Pass player rotation through the movement settings 12 years ago
scrawl 5b943a965f Handle always run in the inputmanager, instead of using forced stance. 12 years ago
scrawl 268bb23590 Implemented sneaking animation 12 years ago
Chris Robinson a8f0ce43a5 Add a run key 12 years ago
scrawl 1ccad32877 GetWeaponType 12 years ago
scrawl e8ef4dba1e getPcRunning, getPcSneaking, getForceRun, getForceSneak 12 years ago
greye 2a86432887 store birthsign in MWWorld::Player 12 years ago
greye 83e758ee50 clean up interfaces 12 years ago
greye 5b9621bca5 store player record data in ESMStore 12 years ago
greye 9ab2c16055 store created character classes as dynamic records 12 years ago
greye ec9cf4d3c6 rotateObject() added, input system rewritten 13 years ago
greye f2a2e5f57d remove MWWorld::Player::setPos() 13 years ago
Marc Zinnschlag fe86ce5a2c DrawState workaround 13 years ago
Marc Zinnschlag 6277e39216 Merge branch 'master' into skillgain 13 years ago
Alexander "Ace" Olofsson 113457d934 Fixed some windows issues and got rid of a few tiny warnings while at it. 13 years ago
Marc Zinnschlag 771863e73b Issue #324: Started turning NpcStats into a proper class; fixed a cmake script bug; fixed a namespace issue 13 years ago
Marc Zinnschlag 87667ab57e Issue #107: Ptr related include cleanup 13 years ago
Marc Zinnschlag 4c39fefd1e Issue #107: World is accessed only through the interface class from now on; some include cleanup 13 years ago
Marc Zinnschlag 7fcd41c69d Issue #107: Detemplateised CellStore; some include cleanup 13 years ago
Marc Zinnschlag 76174098c7 Issue #107: CellStore moved from ESMS to MWWorld 13 years ago