Commit graph

20416 commits

Author SHA1 Message Date
Bret Curtis
e29e3248fc Merge pull request #2235 from akortunov/aifix
[0.45 regression] Fix AI regressions
2019-03-10 11:50:29 +01:00
Bret Curtis
1f3813a230 Merge pull request #2238 from Capostrophic/freetype
Include osgdb_freetype in builds with statically linked OSG
2019-03-10 11:50:21 +01:00
Capostrophic
80651fefed Correct jumping velocity 2019-02-19 21:31:00 +01:00
Capostrophic
a66b6549b7 Fix hiding three-tab (Cyrillic) topic index 2019-02-19 21:30:49 +01:00
Capostrophic
c22ce5a71f Fix upside-down night-time lighting 2019-02-07 11:28:30 +01:00
Capostrophic
f154307750 Fix some color picker regressions
Don't assign invalid color returned when the color picker is closed by Cancel as the new color
Restore "picking finished" signal to make value saving work again
2019-02-06 10:08:19 +01:00
Andrei Kortunov
d19ee56966 Hide hairs when replace the Head bodypart by item's one in the editor 2019-02-05 20:31:38 +01:00
Capostrophic
e9a6f8a4bb Revert poor animation decisions
Start force-updated in-air animation from loop start
Make movement animations have higher priority than jump animations
Make jumping animations have higher priority than turning animations
Don't reset idle during landing animation
Don't play default landing sound if the character is not on ground
2019-02-05 20:31:19 +01:00
Capostrophic
938bdfe728 Don't re-enable collision object for dead actors 2019-02-05 20:30:53 +01:00
Andrei Kortunov
442e9898e2 Init target for AI packages from old saves 2019-02-05 20:30:30 +01:00
Bret Curtis
97f410bc50 Merge pull request #2045 from akortunov/animfix
[Testing needed] Fix regressions in the animation system
2018-12-02 11:44:51 +01:00
Andrei Kortunov
03437b712b Handle case in the editor when actor's bodypart was not found 2018-11-12 12:43:05 +01:00
Bret Curtis
bcae99b6f5 Revert "Just a quick and dirty change so we can get on with the release"
This reverts commit d551221557, reversing
changes made to de381d0d49.
2018-11-12 12:42:50 +01:00
Marc Zinnschlag
d551221557 Just a quick and dirty change so we can get on with the release 2018-11-06 17:33:04 +01:00
Marc Zinnschlag
d7558d0c76 temporary hotfix for blocker issue in editor 2018-11-06 14:29:39 +01:00
Capostrophic
de381d0d49 Fix isWithinMaxRange function 2018-11-02 00:12:15 +01:00
Marc Zinnschlag
a93fa8fcc7 updated version number 2018-10-30 11:26:43 +01:00
Bret Curtis
3c53fe16e9
Merge pull request #1986 from akortunov/rootfix
[Regression] Handle RootCollisionNode exactly as in original engine
2018-10-29 22:47:04 +01:00
Bret Curtis
e65f254f7f
Merge pull request #1999 from akortunov/resurrect
[Regression] Make sure we reset current weapon animation when resurrect actor
2018-10-29 20:43:54 +01:00
Bret Curtis
82e8829112 Merge branch 'update-gitlab-deps' into 'master'
Update to new packages

See merge request OpenMW/openmw!43
2018-10-29 18:51:09 +00:00
Andrei Kortunov
f98fc8d7b4 Make sure we reset current weapon animation when resurrect actor (addition to bug #2626) 2018-10-29 22:47:04 +04:00
Bret Curtis
23d273b1d7 Follow the redirects 2018-10-29 17:43:08 +00:00
Bret Curtis
cc1fd8c92e Use https://http.kali.org/pool/main/m/mygui/ instead since debian doesn't keep old packages. 2018-10-29 17:35:04 +00:00
Bret Curtis
e45c0c8f59 Update to new packages 2018-10-29 16:28:24 +00:00
Marc Zinnschlag
a5efe0d596 Merged pull request #1998 2018-10-29 10:02:52 +01:00
Capostrophic
434b1fd0e3 Use Shift-C and Shift-V keybindings for View and Preview (feature #2845) 2018-10-29 01:53:49 +03:00
Bret Curtis
7f2baa9373
Merge pull request #1995 from Capostrophic/icons
Add icons for record context menu actions (feature #4506)
2018-10-28 22:22:42 +01:00
Bret Curtis
6f8a15afb0
Merge pull request #1996 from Capostrophic/cleanup
Clean up redundant getClass() calls in classes
2018-10-28 19:39:39 +01:00
Bret Curtis
580119d9b0
Merge pull request #1997 from Capostrophic/thrown
Use the real thrown weapon damage in tooltips and AI (feature #4697)
2018-10-28 19:37:35 +01:00
Capostrophic
8757b3edd1 Add icons for Edit and Touch actions (kudos to akortunov) 2018-10-28 21:06:42 +03:00
Capostrophic
89b8eb029f Add icons for record context menu actions 2018-10-28 20:35:58 +03:00
Capostrophic
77b0ff7a75 Use real thrown weapon damage in tooltips and weapon rating (feature #4697) 2018-10-28 19:46:46 +03:00
Capostrophic
4b1d287eda Clean up redundant getClass calls in classes 2018-10-28 17:03:38 +03:00
Bret Curtis
fc82e680b4
Merge pull request #1989 from alecnunn/documentation-cleanup
Formatted documentation and corrected spelling errors.
2018-10-28 14:53:22 +01:00
Bret Curtis
e7892361f6
Merge pull request #1994 from akortunov/actor_culling
Minor tweaks for actors processing range setting
2018-10-28 14:44:12 +01:00
Bret Curtis
3cd59d4a89
Merge pull request #1993 from akortunov/loadingbar
Center progress bar when there are active messageboxes
2018-10-28 14:43:33 +01:00
Andrei Kortunov
06d226a1b7 Minor tweaks for actors processing range setting 2018-10-28 15:08:24 +04:00
Andrei Kortunov
6e05853478 Center progress bar when there are active messageboxes (bug #4691) 2018-10-28 14:40:48 +04:00
Marc Zinnschlag
9dd0d641bc Merged pull request #1931 2018-10-28 11:02:33 +01:00
Marc Zinnschlag
2e9fa769bc Merged pull request #1992 2018-10-28 10:49:24 +01:00
Bret Curtis
af0b5947ab
Merge pull request #1991 from akortunov/changelog
Add missing changelog entries
2018-10-28 10:36:32 +01:00
Alec Nunn
8337423e6c Fixed up grammar in the game settings documentation. 2018-10-27 20:16:51 -07:00
Capostrophic
d27d48eb22 Fix revert record icon 2018-10-27 19:45:40 +03:00
Andrei Kortunov
7a7b47b0ba Add missing changelog entries 2018-10-27 20:31:03 +04:00
Bret Curtis
9f4892ce92
Merge pull request #1990 from Capostrophic/absorption
Avoid making expensive visitEffectSources calls if no spell absorption effect is active
2018-10-27 17:45:48 +02:00
Bret Curtis
5b26c231b8
Merge pull request #1988 from Capostrophic/light
Adjust magic light source linear attenuation (bug #3890)
2018-10-27 17:43:48 +02:00
Capostrophic
abdf40e0d5 Avoid making expensive visitEffectSources calls if no spell absorption effect is active 2018-10-27 16:38:04 +03:00
Capostrophic
b6f23cd366 Make constants usage more obvious 2018-10-27 13:27:25 +03:00
Alec Nunn
89f4ad1835 Worked with formatting the documentation source to conform to standards desired. Also corrected numerous spelling errors and inconsistencies. 2018-10-26 21:52:56 -07:00
Capostrophic
4873d33642 Adjust magic light source linear attenuation (bug #3890) 2018-10-27 01:27:05 +03:00