Bret Curtis
|
7808cbbfe8
|
Merge pull request #2292 from akortunov/fallback
Make fallback map static to simplify constructors
|
2019-04-07 17:43:59 +02:00 |
|
Andrei Kortunov
|
489e5c6cce
|
Store preloaded terrain view in the main thread
|
2019-04-07 11:15:21 +04:00 |
|
bzzt
|
63ab7345be
|
Reuse traversal result for different traversal with same view point
Rename eyePoint to viewPoint to match OSG conventions (eyePoint is the camera position, viewPoint is for LOD handling)
|
2019-04-07 11:14:37 +04:00 |
|
Capostrophic
|
7202f45771
|
Only allow resting in air when a bed is used
|
2019-04-04 17:22:24 +03:00 |
|
Capostrophic
|
be125aa996
|
Add spell effect argument validation (bug #4927)
|
2019-04-01 16:22:24 +03:00 |
|
Capostrophic
|
3a0e374dc6
|
Replicate vanilla Position/SetPos behavior more closely (bug #3109)
|
2019-03-31 14:17:06 +03:00 |
|
bzzt
|
ed4ce4609b
|
Do not re-render maps for all active cells during cell transitions
|
2019-03-30 09:10:48 +04:00 |
|
Andrei Kortunov
|
a302ec9c65
|
Make fallback map static to simplify constructors
|
2019-03-29 15:30:49 +04:00 |
|
Bret Curtis
|
886c77bced
|
Merge pull request #2145 from akortunov/rest
Update jail state once instead of for every single hour
|
2019-03-27 13:14:22 +01:00 |
|
elsid
|
fa7b304e78
|
Use auto for map value_type in range-based for loops
To avoid implicit call of copy constructor for
pair<const K, V> to pair<K, V> conversion.
|
2019-03-21 23:09:42 +03:00 |
|
Bret Curtis
|
7b1a62fc1d
|
Merge pull request #2247 from akortunov/loadtex
Allow to override texture records in the game
|
2019-03-11 21:05:30 +01:00 |
|
Andrei Kortunov
|
943279abbb
|
Consider land texture with given ID and index as override for base texture with the same ID and index (bug #4736)
|
2019-03-11 20:19:19 +04:00 |
|
elsid
|
518e34b403
|
Remove useless variables
|
2019-03-10 23:58:48 +03:00 |
|
Bret Curtis
|
9b190eceab
|
Merge pull request #2230 from akortunov/preloading
Minor preloading improvements
|
2019-03-09 17:56:18 +01:00 |
|
Bret Curtis
|
573e64e9c9
|
Merge pull request #2184 from elsid/fix_startup_script
[Testing needed] Always run startup script once at engine start (bug #4877)
|
2019-03-09 14:04:06 +01:00 |
|
Andrei Kortunov
|
12f9184d00
|
Allow to interrupt terrain preloading
|
2019-03-09 13:15:23 +04:00 |
|
Andrei Kortunov
|
4c21776b94
|
Use relative animation time only for bows and crossbows (bug #3778)
|
2019-03-08 20:16:02 +04:00 |
|
Andrei Kortunov
|
d23a0ce2ae
|
Use C++11-style loops in the game world instead of iterators
|
2019-03-07 12:39:57 +04:00 |
|
elsid
|
5405efd3b5
|
Do not build path by navigator for pure water and flying creatures
They don't need to move by surfaces and to open/close doors.
|
2019-03-05 22:45:05 +03:00 |
|
fredzio
|
93ffdc915d
|
SearchVisitor copy a new std::string everytime CellsStore::search is
called. Use a reference instead
|
2019-03-05 06:07:59 +01:00 |
|
elsid
|
80051db8f8
|
Update rotated objects in navigator
|
2019-03-04 22:59:39 +03:00 |
|
elsid
|
8c08c3c7d6
|
Update moved objects in navigator
|
2019-03-04 22:59:39 +03:00 |
|
elsid
|
27d7452267
|
Update scaled objects in navigator
|
2019-03-04 22:59:39 +03:00 |
|
elsid
|
2e063d59ce
|
Update scaled agent half extents in navigator (bug #4763)
|
2019-03-04 22:59:39 +03:00 |
|
elsid
|
43b39e8418
|
Use not scaled player half extents as default to find path
|
2019-03-04 22:59:38 +03:00 |
|
elsid
|
1218e4e15d
|
Use player half extents only to find path in exterior cells
|
2019-03-04 22:59:20 +03:00 |
|
Bret Curtis
|
14c93b3df0
|
Revert "Merge pull request #2204 from elsid/fix_navigator_update"
This reverts commit 26fb0e7a0f0729e727c72c2eefe1475f6cc8e956, reversing
changes made to 42b2391303b87a3fbe06cab17bc16079ae5a00f9.
|
2019-03-04 11:06:15 +01:00 |
|
elsid
|
b51a54e976
|
Update rotated objects in navigator
|
2019-03-03 16:46:41 +03:00 |
|
elsid
|
f394ace4d5
|
Update moved objects in navigator
|
2019-03-03 16:46:41 +03:00 |
|
elsid
|
133d7447f3
|
Update scaled objects in navigator
|
2019-03-03 16:46:41 +03:00 |
|
elsid
|
1f41d5721d
|
Update scaled agent half extents in navigator (bug #4763)
|
2019-03-03 16:46:39 +03:00 |
|
elsid
|
c066ee9dc5
|
Use not scaled player half extents as default to find path
|
2019-03-03 16:21:12 +03:00 |
|
elsid
|
a4f300f810
|
Use player half extents only to find path in exterior cells
|
2019-03-03 16:21:09 +03:00 |
|
Perry Hugh
|
313611b79d
|
Analogue Joystick Movement
|
2019-03-02 23:46:48 +00:00 |
|
Grigory Latyshev
|
3872d7476b
|
Move makeOsgVec3f() to settingsutils.hpp
Remove all other makeOsgVec3f() implementations
|
2019-02-28 20:03:42 +00:00 |
|
elsid
|
619a111a11
|
Run startup script once at engine start when game is running (bug #4877)
|
2019-02-27 22:55:13 +03:00 |
|
bzzt
|
5ffb40e8ba
|
Don't preload terrain when loading an interior save
|
2019-02-27 00:02:57 +03:00 |
|
Andrei Kortunov
|
fcdb0c16bf
|
Update jail state once instead of for every single hour
|
2019-02-23 09:17:06 +04:00 |
|
Andrei Kortunov
|
3032b177a1
|
Remove redundant includes
|
2019-02-23 08:02:12 +04:00 |
|
Bret Curtis
|
212f097b3c
|
Merge pull request #2172 from akortunov/pvs_fix
Fix some issues, found by PVS-Studio
|
2019-02-22 15:01:37 +01:00 |
|
Capostrophic
|
c03ed4cd50
|
Include cleanup
|
2019-02-19 18:40:33 +03:00 |
|
Bret Curtis
|
fdb84dddc8
|
Merge pull request #2059 from Capostrophic/stacks
Don't stack scripted items (bug #2969)
|
2019-02-18 16:02:55 +01:00 |
|
Andrei Kortunov
|
229bd8505e
|
Init missing variables
|
2019-02-17 14:29:39 +04:00 |
|
elsid
|
9626b6ec42
|
Add option to disable DetourNavigator component to find paths
|
2019-02-16 15:50:58 +03:00 |
|
elsid
|
1d3668cd22
|
Add Navigator interface
|
2019-02-16 15:37:06 +03:00 |
|
elsid
|
c68e64a2a7
|
Make navigator from settings manager setting in separate function
|
2019-02-16 14:41:11 +03:00 |
|
Capostrophic
|
796b87fde7
|
Fix upside-down night-time lighting
|
2019-02-06 23:53:13 +03:00 |
|
Bret Curtis
|
a573efd30a
|
Merge pull request #2112 from Capostrophic/collision
[0.45.0 regression] Don't re-enable collision body for dead actors
|
2019-02-05 15:36:06 +01:00 |
|
Capostrophic
|
a584aa25ab
|
Don't re-enable collision object for dead actors
|
2019-02-04 22:13:30 +03:00 |
|
Andrei Kortunov
|
9e4a339ad3
|
Daytime node switch support (feature #4836)
|
2019-02-02 10:50:15 +04:00 |
|