Commit Graph

9936 Commits (1c8c26072dc74d916000dafe4fd589b1158009a6)
 

Author SHA1 Message Date
scrawl 1c8c26072d Crime and self defense fixes
- NPCs should still shout messages such as "thief" even if they did not report the crime
 - Fixed self defense for NPCs (they no longer attack the player when they were attacked by a non-player actor)
 - Fixed self defense for creatures (Fixes #1203)
11 years ago
scrawl d2beb814e7 Remove superfluous attack phrases (already done by startCombat) 11 years ago
scrawl dd9117809d Say an attack phrase when combat starts
Move combat start to a helper method

Added some todo comments
11 years ago
scrawl d4492b56db Added header file missing from CMakeLists 11 years ago
scrawl 536fc5e192 Fix autosaves 11 years ago
Jeffrey Haines a65e8393bb Merged files 11 years ago
Marc Zinnschlag df97a1b57f Merge remote-tracking branch 'sirherrbatka/Feature#1274' 11 years ago
Marek Kochanowicz f51f826dad fixed compilation 11 years ago
Jeffrey Haines a469444e53 Player can't detect self 11 years ago
Marc Zinnschlag 7f78c29bb5 Merge remote-tracking branch 'sirherrbatka/Feature#1274'
Conflicts:
	apps/opencs/view/world/table.cpp
11 years ago
Marek Kochanowicz 4a502226e6 added flag to distingiush widgets 11 years ago
Marc Zinnschlag e43913e7c2 Merge remote-tracking branch 'graffy76/master' 11 years ago
graffy76 3f737bbb44 implemented QDial into RangeView class 11 years ago
graffy76 4f876574c1 Implemented slider widget in rangeView class 11 years ago
graffy76 306c9e840c Merge branch 'master' of https://github.com/graffy76/openmw
fixed conflict

Conflicts:
	apps/opencs/model/settings/usersettings.cpp
11 years ago
graffy76 0a3ab3dcd1 Commented out "proxy selection test" demo page in user settings 11 years ago
graffy76 c4a9c18045 Commented out "proxy selection test" demo page in user settings 11 years ago
graffy76 35d1502308 Merge branch 'master' of https://github.com/OpenMW/openmw
merge
11 years ago
graffy76 1c26741c56 Implemented rangeview with spinbox as only control. Simplified setting
class constructor.
11 years ago
graffy76 bc6197c552 Added custom spin box class 11 years ago
Thoronador be89654eef remove audiere_decoder + mpgsnd_decoder from CMake file for openmw 11 years ago
Thoronador 620a8ccaf3 remove Audiere and MPG123+Sndfile decoder sources 11 years ago
Thoronador 688d556510 remove references to Audiere and MPG123 from top-level CMake file 11 years ago
Thoronador 320411f5b3 remove unused CMake files for Audiere, MPG123 and Sndfile 11 years ago
Marek Kochanowicz 00b21449a2 replaced type_cell with type_scene 11 years ago
Jeffrey Haines e1e23447f2 Removed initial check form setSneak
It wasn’t needed.
11 years ago
Jeffrey Haines 05e326bdc3 Added update sneak to actors
Intends to check the state of a players sneak by asking the question if
each npc can see the player.
11 years ago
Marc Zinnschlag 72b4945128 Merge remote-tracking branch 'scrawl/master' 11 years ago
scrawl 658c37a299 AiPursue: If we reached the path end, that does not mean we reached the target. Rebuild the path if the target has moved in the meantime.
Fixes guards in pursuit activating the dialogue too early.

Also tweaked the activation distance.
11 years ago
scrawl eff648e3ab Show unhandled SDL events in hexadecimal (easier to compare with the enum) 11 years ago
Marek Kochanowicz 5e99381019 Drag and drop works. 11 years ago
scrawl 7bddfc0025 Fix some spelling mistakes. 11 years ago
scrawl 122e606e30 Crime: improvement to arrest on sight for large bounties
iCrimeThreshold controls the needed bounty to have guards run to the player and force dialogue. In vanilla, the greeting dialogue is scripted to either arrest the player (< 5000 bounty) or present a death sentence and attack (>= 5000 bounty).
11 years ago
scrawl 7331a64e34 Restore fix for Bug #875 (commit 602be9bbe7, was broken by 43757efdc4) 11 years ago
scrawl e7b9b6d87a Fix a confusing variable name 11 years ago
scrawl 1b074e5524 Call setAttacked even if the attack missed. Unsuccessful hits should also evoke a response. 11 years ago
scrawl df1694c27b Console autocompletion: List candidates when repeatedly pressing tab (bash-style) 11 years ago
scrawl 92467ba6bc Fix sunlight for interiors 11 years ago
Marek Kochanowicz 7f1df878f6 make getDropType static and public. 11 years ago
scrawl 58d868d56a Change default water setting (current fps is low enough as it is without this setting enabled) 11 years ago
Marc Zinnschlag 3abe4c1f16 Merge remote-tracking branch 'scrawl/master' 11 years ago
scrawl 8560b43464 Move to esm component 11 years ago
scrawl f8cc328b5e Slightly prettier backdrop when loading game from main menu. 11 years ago
scrawl 6381b1e938 Fixes #1309: Do not allow saving while dialogs are opened, just like vanilla
This limitation could be removed post-1.0 by serializing the state of open windows.
11 years ago
scrawl 17bb8d7f9a Fixes #1252: Add item/magic keybindings to savegame 11 years ago
Marek Kochanowicz c2b070f097 trying to do it right. 11 years ago
Marek Kochanowicz ea1aaef8ca replace paged with unpaged (and vice versa) 11 years ago
scrawl fc7e79027a Fixes #1144: Don't refreshCurrentAnims when adding already dead actors 11 years ago
scrawl 64a30ad182 Fix another leak 11 years ago
scrawl 6f7fbc867f Fix several leaks 11 years ago