Commit Graph

18 Commits (00997fa7327293db6075d47d18bd36516537ba44)

Author SHA1 Message Date
David Cernat 7bc3298ed4 Add OpenMW commits up to 1 Apr 2020
# Conflicts:
#	.travis.yml
#	CI/before_install.linux.sh
#	apps/openmw/mwphysics/physicssystem.cpp
5 years ago
fredzio e1b5dd97b8 Add a filter in the alchemy window.
A button allow to switch between ingredient name and magic effect.
Switching reset the filter.
The default filter can be set in the layout file.

The player can show only ingredients whose either name or effect
match the filter
Only effect that are known to the player (via alchemy skill) are
taken into account
5 years ago
David Cernat e78503d5f3 [General] Include potion quantity in RecordDynamic packets
Don't spam the server with one RecordDynamic packet per potion created when brewing multiple potions at once. Instead, send a single RecordDynamic packet with the potion quantity included in it.

Add serverside script functions for getting the potion quantity.
5 years ago
Andrei Kortunov 276b7830a9 Mass potion creation (feature #4642) 6 years ago
scrawl b9d1d6144a Don't reveal unknown potion effects in alchemy window (Fixes #3146) 9 years ago
scrawl 192069a181 Add automatic potion naming 10 years ago
scrawl fd7c181e06 Fix alchemy producing potion IDs from content files 10 years ago
scrawl afbd2de511 Fix broken alchemy magnitude/duration 10 years ago
scrawl 7252cb63a6 Fix cppcheck issues 10 years ago
scrawl b145d183ae Fix incorrect alchemy failure handling when an effect has a zero magnitude/duration (Fixes #1922) 10 years ago
Marc Zinnschlag 367919200f moved CellRefList into a separate file 11 years ago
Marc Zinnschlag d7add0b9e6 Issue #61: fixed alchemy skill 12 years ago
Marc Zinnschlag 1864dbe031 Issue #61: potion creation 12 years ago
Marc Zinnschlag 3c71378fad Issue 61: improved ingredients handling in alchemy and documenation 12 years ago
Marc Zinnschlag 5fbca239dd Issue #61: potion creation (1st part; still missing some implementations) 12 years ago
Marc Zinnschlag 1cc2c2055f Issue #61: Implemented basic ingredient handling in Alchemy class 12 years ago
Marc Zinnschlag 42f02f3ccd Issue #61: Re-implemented tool selection in Alchemy class 12 years ago
Marc Zinnschlag c6fd864a76 Issue #61: Forgot to add some files 12 years ago