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
Marc Zinnschlag
e9c2f24faa
intercept close button clicks in loading window
11 years ago
Marc Zinnschlag
3fdd72f204
added cancel button to loading window
11 years ago
scrawl
eff648e3ab
Show unhandled SDL events in hexadecimal (easier to compare with the enum)
11 years ago
Marc Zinnschlag
6bc5869222
record loading progress bar
11 years ago
Marc Zinnschlag
6692d2dc72
split up load function in a start and continue part
11 years ago
Marc Zinnschlag
0b309d9ef4
Merge branch 'master' into load
...
Conflicts:
apps/opencs/view/doc/viewmanager.cpp
11 years ago
Marek Kochanowicz
5e99381019
Drag and drop works.
11 years ago
Marc Zinnschlag
e0e2ad8316
content file loading progress bar
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
Marc Zinnschlag
e09218f164
moved load code from Document to Loader class
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
scrawl
f99eda1a54
Fixes #1302 : Do not attempt to set OnPcAdd before the script has been added
11 years ago
scrawl
5415ca6a63
Fix exception when shift+click on empty space in save dialog
11 years ago
Marek Kochanowicz
d00dbf47d5
working on worldspace drops
11 years ago
Sandy
36914b43d7
Remove install of License of no longer used font
11 years ago
Marc Zinnschlag
ab94e70724
more cleanup of document setup
11 years ago
Marek Kochanowicz
57131332f4
fixing minor issues
11 years ago
Marc Zinnschlag
6a809064df
Merge remote-tracking branch 'mrcheko/master'
11 years ago
mrcheko
9e79fb5b87
fix to broken aiwander logic
11 years ago
Marc Zinnschlag
634311c86c
Merge remote-tracking branch 'mrcheko/master'
11 years ago
mrcheko
e8f7d12c01
uninit bool and invalid iterator bugs fixes
11 years ago
Marek Kochanowicz
9e01a54d72
minor correction
11 years ago
Marek Kochanowicz
6aaa15b2e8
paged worldspace drop
11 years ago
Marek Kochanowicz
19dac9dc86
that would be it
11 years ago
Jeffrey Haines
5c9c467b26
Improved sneak.
11 years ago
Jeffrey Haines
14ebd8b110
Fixed logic in commit crime
11 years ago
Marek Kochanowicz
4d79f00e28
enable dragging on the region map cells
11 years ago
Thomas
10a5bb9464
Made code a bit more standardized and added a good bit of documentation.
11 years ago
Marek Kochanowicz
eeb18b533e
moved editlock to the dragrecordtable
11 years ago