Emanuel Guevel
|
ce7aa96371
|
Fix visual glitch happening when closing inventory while sneaking
(bug #1255)
|
11 years ago |
Marc Zinnschlag
|
c7f2cfeca0
|
Merge remote-tracking branch 'gus/AIFix2'
|
11 years ago |
Jeffrey Haines
|
a274b48f2f
|
States are saved. Crime is reacted to.
Issues where some crime is ignored. Needs a lot more work
|
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 |
Marc Zinnschlag
|
0fe67b586a
|
increased scene toolbar button size
|
11 years ago |
Jeffrey Haines
|
df5cbe5dec
|
Minor changes
|
11 years ago |
cc9cii
|
28f7c42fb7
|
One more comment fix.
|
11 years ago |
cc9cii
|
f59226265a
|
Remove redundant parameter from aStarSearch. Also update some comments.
|
11 years ago |
Jeffrey Haines
|
70919ba60a
|
Removed witnesses and minor changes
|
11 years ago |
cc9cii
|
5cf8e7e933
|
Remove logging.
|
11 years ago |
cc9cii
|
040d4f8fc4
|
Move PathgridGraph into separate files.
|
11 years ago |
Jeffrey Haines
|
0c957a3cde
|
Added witnesses to the mix
|
11 years ago |
Marc Zinnschlag
|
baf30ba292
|
added grid tool (does not work yet)
|
11 years ago |
cc9cii
|
a8b2eb1fe9
|
Make Travis happy.
|
11 years ago |
Marc Zinnschlag
|
3a58da9ad7
|
size adjustment
|
11 years ago |
cc9cii
|
325d0616bb
|
Cleanup debug statements.
|
11 years ago |
Marc Zinnschlag
|
5d422fec8a
|
fixed scene toolbar layout problems
|
11 years ago |
cc9cii
|
98f77714ce
|
Per-cell pathgrid data and calculation moved off PathFinder. Now the edge cost calculations and strongly connected component searches are done only once per cell. Per-actor data and methods still remain with PathFinder.
This version still has debugging statements and needs cleaning up.
|
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 |
cc9cii
|
f597d3e88b
|
Use duration rather than frame counts. Stops false detection of being "stuck" with high frame rates (e.g. indoors).
|
11 years ago |
Jeffrey Haines
|
510f2d10ac
|
Replaces broken code with todo
|
11 years ago |
Jeffrey Haines
|
6f1211dd8d
|
Moved mWitnesses into Player. resetCrime for paying fine.
|
11 years ago |
Jeffrey Haines
|
7c0b51fb7e
|
Ai pursue now controls guards pursuit of crimes
Should extend AiActivate in the future
|
11 years ago |
Jeffrey Haines
|
50dac98a2b
|
Feature 1154 & 73: Crime and NPC reactions
|
11 years ago |
Jeffrey Haines
|
4037f3705e
|
Feature 1154 & 73: NPCs react to crime
|
11 years ago |
Marc Zinnschlag
|
c9f9566623
|
Merge remote-tracking branch 'origin/master'
|
11 years ago |
Marc Zinnschlag
|
6ee998ac38
|
updated credits file
|
11 years ago |
scrawl
|
78d322e6a5
|
Revert "Temporary added broken CMakeLists.txt - Travis IRC notification test."
This reverts commit 529d2436b5 .
|
11 years ago |
Marc Zinnschlag
|
5b5069535e
|
keep track of active cells in PagedWorldspaceWidget and update SubView title accordingly
|
11 years ago |
Lukasz Gromanowski
|
529d2436b5
|
Temporary added broken CMakeLists.txt - Travis IRC notification test.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
|
11 years ago |
Lukasz Gromanowski
|
db4975dab8
|
Changed IRC notifications for Travis CI from normal messages to IRC notices.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
|
11 years ago |
Marc Zinnschlag
|
12e46c5dc7
|
Merge remote-tracking branch 'megaton/master'
|
11 years ago |
Marc Zinnschlag
|
4ee1069baa
|
Merge remote-tracking branch 'scrawl/master'
|
11 years ago |
scrawl
|
f5810b8e1c
|
Consider aspect ratio for loading screen background
More consistent with the main menu.
|
11 years ago |
scrawl
|
1265131203
|
Set the selected index after all items are added (workaround for MyGUI bug)
|
11 years ago |
megaton
|
50af9bc0d3
|
General perfomance optimizations.
|
11 years ago |
cc9cii
|
d04bb3befb
|
MSVC uses C version of locale.
|
11 years ago |
Jeffrey Haines
|
8ce938c6f1
|
Revert 6b28c06..98fd381
This rolls back to commit 6b28c06b2c .
|
11 years ago |
Jeffrey Haines
|
98fd381564
|
Feature #1154 Not all NPCs get aggressive when one is attacked
Compiling fix
|
11 years ago |
Jeffrey Haines
|
6c866deb1b
|
Feature #1154 Not all NPCs get aggressive when one is attacked
Partially implemented
|
11 years ago |
scrawl
|
5eeed03f5b
|
Only exchange bribe gold if the bribe was accepted
|
11 years ago |
scrawl
|
72df9e77c6
|
Don't show version text in the pause menu
|
11 years ago |
gus
|
d9ea7107b7
|
compile fix.
|
11 years ago |
gus
|
bee057346b
|
Merge branch 'master' of https://github.com/OpenMW/openmw.git into AIFix2
Conflicts:
apps/openmw/mwmechanics/aifollow.cpp
|
11 years ago |
Sebastian Wick
|
512ee1204e
|
fixes a bug when resizing the window before a window listener is set
|
11 years ago |
Marc Zinnschlag
|
adab85eeb7
|
Merge remote-tracking branch 'jeffreyhaines/master'
|
11 years ago |
Jeffrey Haines
|
6b28c06b2c
|
Feature #1233 Bribe gold in inventory - Corrected 1000 drake bribe
|
11 years ago |
Jeffrey Haines
|
ad9286a30f
|
Revert "Revert "made mReceiver private""
This reverts commit 33aecc5218 .
|
11 years ago |
Jeffrey Haines
|
33aecc5218
|
Revert "made mReceiver private"
This reverts commit 3e8f7b3bae .
|
11 years ago |