Commit Graph

22066 Commits (62482657fcec42b529292e8ed73fc55f8cab6669)
 

Author SHA1 Message Date
Capostrophic 62482657fc GetWeaponType returns -2 for picks and -3 for probes (feature #5031) 6 years ago
Alexei Dobrohotov 0cea76c684
Merge pull request #2375 from akortunov/warnfix
Do not copy pointers during iteration
6 years ago
Andrei Kortunov ef4042703d
Merge pull request #2373 from Capostrophic/barter
Make offered price caps barter-specific (bug #5028)
6 years ago
Andrei Kortunov 9ba6f5f36c Do not copy pointers during iteration 6 years ago
Alexei Dobrohotov 1444ef6f43
Merge pull request #2298 from akortunov/optimize
Do not allocate eight dummy LightStateAttribute's for every stateset
6 years ago
Alexei Dobrohotov 216f908a07
Merge pull request #2286 from akortunov/map
Do not re-render maps for all active cells during cell transitions
6 years ago
Alexei Dobrohotov 41a50d8ff7 Merge branch 'fix-paths.rst' into 'master'
Correct Windows paths in paths.rst to work for all valid configurations

See merge request OpenMW/openmw!107
6 years ago
Andrei Kortunov 44430d9a6f
Merge pull request #2374 from akortunov/docs
Correct documentation about animated containers
6 years ago
Andrei Kortunov 31546ef996 Correct documentation about animated containers 6 years ago
Alexei Dobrohotov fa4bd406a3 Merge branch 'dialogue-ptr-fix' into 'master'
Fix MR !103 breaking of dialogue with actors with no greetings

See merge request OpenMW/openmw!105
6 years ago
Phillip A c4d5203e14 Fix MR !103 breaking of dialogue with actors with no greetings 6 years ago
AnyOldName3 74a93702df Correct Windows paths in paths.rst to work for all valid configurations 6 years ago
Capostrophic 9d191055bf Make offered price caps barter-specific (bug #5028) 6 years ago
Bret Curtis e0af6532ec
Merge pull request #2371 from Capostrophic/sneak
Don't toggle sneaking when controls are disabled
6 years ago
Alexei Dobrohotov 5a37cb6f73 Merge branch 'ingredients_magnitude' into 'master'
Do not show magnitude for ingredients

See merge request OpenMW/openmw!104
6 years ago
Frederic Chardon 6619150b23 Do not show magnitude for ingredients 6 years ago
Alexei Dobrohotov 310e19d47f Merge branch 'ptr-fix' into 'master'
Make sure pointers are set before GUI windows are brought up

See merge request OpenMW/openmw!103
6 years ago
Phillip Andrews a481d2dc1a Make sure pointers are set before GUI windows are brought up
This most noticiably fixes an issue when resting in a bed while levitating.
6 years ago
Alexei Dobrohotov 1d12d778ea
Merge pull request #2370 from akortunov/herbalism
Container search tweaks
6 years ago
Capostrophic 4787e6b9a7 Don't toggle sneaking while controls are disabled 6 years ago
Andrei Kortunov 7214f24f5c Ignore containers, when we search for owner 6 years ago
Andrei Kortunov abe1009e98 Do not resolve container's content during search 6 years ago
Andrei Kortunov f49ca98c8c
Merge pull request #2369 from Capostrophic/magiceffect
Support negative effect magnitude in spell/ingredient/potion tooltips (bug #5018)
6 years ago
Capostrophic cb9d16cf5f Support negative effect magnitude in spell/ingredient/potion tooltips 6 years ago
Andrei Kortunov 30ea2a2063
Merge pull request #2368 from Capostrophic/teleport
Avoid using null pointer for player's cell in moveObjectImp
6 years ago
Capostrophic 458c0bba41 Avoid using null pointer for player's cell in moveObjectImp 6 years ago
Andrei Kortunov af8a865bab
Merge pull request #2367 from akortunov/docs
Add a documentation for extended settings
6 years ago
Andrei Kortunov d1e6d1c6d8 Add a documentation for extended settings 6 years ago
Andrei Kortunov 8754db2898
Merge pull request #2366 from Capostrophic/birthsign
Fix spell deletion for characters without a birthsign
6 years ago
Capostrophic 3add9765c3 Fix spell deletion for character without a birthsign 6 years ago
Alexei Dobrohotov 15142a608d
Merge pull request #2344 from xyzz/delete-spell
Add a button to delete spells from spellwindow
6 years ago
Alexei Dobrohotov acae586765
Merge pull request #2365 from akortunov/guifixes
Refactor Settings::Manager::apply()
6 years ago
Andrei Kortunov 4f42fe5595 Refactor Settings::Manager::apply() 6 years ago
Alexei Dobrohotov e4ef7e8d3f
Merge pull request #2355 from akortunov/transparency
Use the StateSetUpdater to modify alpha for Animation objects
6 years ago
Alexei Dobrohotov 1bfe0e43af
Merge pull request #2360 from akortunov/guifixes
Do not track resolution settings changes in the InputManager
6 years ago
Alexei Dobrohotov 632e7b973b
Merge pull request #2349 from akortunov/pinning
Allow to maximize windows via Shift + Double Click
6 years ago
Alexei Dobrohotov a737935748
Merge pull request #2363 from akortunov/herbalism
Additional herbalism-related tweaks
6 years ago
Andrei Kortunov c91d1e7394 Ignore containers without resolved content for Detect spells 6 years ago
Andrei Kortunov 29cfd2c583 Do not respawn container if player did not touch it 6 years ago
Andrei Kortunov c01153569d Add missing Organic flag check for herbalism 6 years ago
Alexei Dobrohotov 4f74d09179
Handle GetAngle axis more gracefully too 6 years ago
Alexei Dobrohotov 6aef52931f
Merge pull request #2166 from akortunov/distant_slider
Rework the viewing distance slider
6 years ago
Alexei Dobrohotov 74112976b2
Merge pull request #2085 from akortunov/herbalism
Native graphics herbalism support
6 years ago
Alexei Dobrohotov 12fef2237d
Merge pull request #2362 from akortunov/launcher-icon
Replace the openmw-plugin.png icon for launcher
6 years ago
Andrei Kortunov 16026ec940 Replace the openmw-plugin.png icon for launcher 6 years ago
Andrei Kortunov 4513c5516c Increase the viewing distance cap in the slider when the Distant Terrain is enabled 6 years ago
Andrei Kortunov 5876a417c3 Use the StateSetUpdater to modify alpha for Animation objects (bug #5001) 6 years ago
Andrei Kortunov ed859c41be
Merge pull request #2353 from Capostrophic/drop
Make Drop behavior closer to vanilla (bug #4999)
6 years ago
Andrei Kortunov 7ce07e9202
Merge pull request #2345 from Capostrophic/scripting
More argument usage corrections
6 years ago
Alexei Dobrohotov f194a95522
Merge pull request #2361 from xyzz/android-paths
Clean up androidpath
6 years ago