Commit Graph

704 Commits (18cdd3bd7ca9b6dc902944cd0364f84abe06f55d)

Author SHA1 Message Date
Alexei Dobrohotov baff15362a
Merge pull request #2713 from unelsson/opencsdropobjects
Editor: Implement dropping objects with keypress in instancemode
5 years ago
Chris Djali 648256969d
Merge pull request #2737 from Capostrophic/property
Correct drawable property apply order (bug #5313)
5 years ago
Capostrophic 7319eda54e Correct drawable property apply order (bug #5313) 5 years ago
Andrei Kortunov 9d254aefb3
Merge pull request #2731 from Capostrophic/gender
Fix Gender column filtering (bug #4601)
5 years ago
Capostrophic 18bfc6f2c5 Fix Gender column filtering (bug #4601) and correct filter descs 5 years ago
James Moore a37bdfd492 Implement a refresh button on data files page 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
Nelsson Huotari b8e6257beb Add changelog 5 years ago
Andrei Kortunov 02444add2a Support for radial fog (feature #4708) 5 years ago
Bret Curtis 3502b28045
Merge pull request #2714 from Capostrophic/bumpmapping
Add bump-mapping support (feature #5304)
5 years ago
Andrei Kortunov 8e1e4d6757 Do not copy global map texture during savegame loading (bug #5308) 5 years ago
Capostrophic ed95a79199 Update changelog 5 years ago
Bret Curtis 04f2b320b9
Merge pull request #2673 from Capostrophic/wizard
Make Wizard less shy (bug #4493)
5 years ago
Capostrophic d44dcc3242 Revert infinite fall failsafe addition 5 years ago
Alexei Dobrohotov 22b4629fc6
Merge pull request #2678 from unelsson/deleteinstanceshotkey
Editor: Delete instances via hotkey
5 years ago
Capostrophic 21c49ca1b0 Make Wizard less shy (bug #4493) 5 years ago
Alexei Dobrohotov 3f64d98305 Merge branch 'inventorysearch' into 'master'
Item search in inventory redux

See merge request OpenMW/openmw!158
5 years ago
Frederic Chardon 78d58a344d Item search in inventory (feature #4831) 5 years ago
Capostrophic 1da4b31047 Switch torches to shields for hostile NPCs (bug #5300) 5 years ago
Andrei Kortunov a01c44bbdd
Merge pull request #2707 from Capostrophic/pcskipequip
Make PCSkipEquip and OnPCEquip behavior vanilla-like (bug #4141)
5 years ago
Capostrophic cfa877b109 Make PCSkipEquip and OnPCEquip behavior vanilla-like (bug #4141) 5 years ago
Capostrophic f9f0299c27 Make ModCurrentFatigue KO the actor when necessary (bug #4523) 5 years ago
Capostrophic 3787625e61 Fix water ripple cleanup (bug #5246) 5 years ago
Nelsson Huotari 198a75b8e6 Delete selected instances with a hotkey 5 years ago
Roman Siromakha 3ae1a208df
Merge pull request #2684 from Capostrophic/damagefatigue
Make uncapped Damage Fatigue optional (bug #5264)
5 years ago
Capostrophic 61b60c8a94 Add an infinite fall failsafe (feature 1415) 5 years ago
Capostrophic aadf13b123 Make Show fallback to global variables when sensible (bug #5278) 5 years ago
Capostrophic 122dffe4c1 Make uncapped Damage Fatigue optional (bug #5264)
Cap Absorb Fatigue
5 years ago
Bret Curtis 7d77d44b34
Merge branch 'master' into interiorlighting 5 years ago
Capostrophic 216a5d27c6 Avoid working with AMBI subrecord in tools unnecessarily (bug #5269) 5 years ago
Andrei Kortunov 1db51a9e08 Re-work wandering outside of initial cell (bug #5261, bug #5262) 5 years ago
Alexei Dobrohotov 234fdfefb7
Revert "Don't apply 1.6 magic value to NiGravity decay factor (#5266)" 5 years ago
Capostrophic dcafe719a5 Don't apply 1.6 magic value to NiGravity decay factor (#5266) 5 years ago
Capostrophic a2c674bb2e Make GetTarget return 1 during actor greeting (bug #5255) 5 years ago
Andrei Kortunov 8bfca9830f
Merge pull request #2666 from Capostrophic/keybindings
Editor: Add a reset to defaults button to keybindings (feature #4068)
5 years ago
Capostrophic 7659370992 Editor: Add a reset to defaults button to keybindings (feature #4068) 5 years ago
Andrei Kortunov a384104f73 Rework greeting timeouts (bug #5249) 5 years ago
Andrei Kortunov a1c0a480ce Add missing changelog entry 5 years ago
capostrophic bbe5adb860 Use shield body part model for creatures (bug #5250) 5 years ago
Andrei Kortunov 2bed25a5e8
Merge pull request #2659 from Capostrophic/aitravel
Handle out-of-range actors' travel packages (bug #5212)
5 years ago
capostrophic 42cc27194b Fix reported spellcasting discrepancies
Make ExplodeSpell behavior closer to Cast behavior (#5242)
Nullify on-self absorb spells in a different way (#5241)
Allow casting permanent spells through Cast/ExplodeSpell
5 years ago
Alexei Dobrohotov ff2739b8a3
Merge pull request #2651 from akortunov/encoding
Unify streams usage to support non-ASCII paths
5 years ago
capostrophic 2d87d287ba Handle out-of-range actors' travel packages (#5212) 5 years ago
Andrei Kortunov 22a0549e73
Merge pull request #2656 from Capostrophic/sneak
Don't combine sneak idle with scripted/wander idles (bug #4284)
5 years ago
Alexei Dobrohotov 87f9b85e21
Merge pull request #2653 from akortunov/log
Improve BetaComment handling
5 years ago
capostrophic 29c6a8975a Don't combine sneak idle with scripted/wander idles (bug #4284) 5 years ago
capostrophic 0467e8ee15 Avoid heap corruption while reading SCVR (bug #4680) 5 years ago
Andrei Kortunov b6899a821b Improve BetaComment handling (feature #4129) 5 years ago
Andrei Kortunov 3704acf857 Unify streams usage to support non-ASCII paths (bug #5239) 5 years ago
Andrei Kortunov 71e1d576cd Allow to enchant multiple projectiles at once (feature #3517) 5 years ago