Evil Eye
690e5ef757
Don't resolve a script's target just to get the ID
2021-06-19 19:26:57 +02:00
Evil Eye
67c8d73fe0
Allow scripts to fail per target
2021-06-19 19:26:55 +02:00
Evil Eye
879e66a043
Don't autoequip items when implicitely adding an item using equip
2021-06-19 19:26:53 +02:00
Evil Eye
382d458f9c
Ignore wrong reference class for SetHello
2021-06-19 19:26:53 +02:00
psi29a
eca0a95a5a
Merge branch 'fix_new_game_guard_2' into 'master'
...
Reapply new game guard fix
See merge request OpenMW/openmw!944
2021-06-19 13:34:36 +00:00
elsid
e5e04b85c1
Consider time to destination when try to avoid collision
...
Actor may reach destination before collision. Get next path point from active
packet pathfinder and use point tolerance to reduce distance.
Use maximum of last destination tolerance and DEFAULT_TOLERANCE because
there are 2 checks made for path completion. First checks whether actor is
close enough to the destination and second drop last path point when actor is
closer than DEFAULT_TOLERANCE.
2021-06-19 14:11:20 +02:00
psi29a
f2ab1913e3
Merge branch 'ellipsis' into 'master'
...
Allow unquoted string arguments to start with . and -
Closes #3846
See merge request OpenMW/openmw!943
2021-06-19 12:11:04 +00:00
psi29a
c4ddbb5800
Merge branch 'example-suite-documentation' into 'master'
...
Initial page to document the Template. Mainly deals with how to install it....
See merge request OpenMW/openmw!929
2021-06-19 12:08:57 +00:00
Matjaž Lamut
a582013e95
Initial page to document the Template. Mainly deals with how to install it....
2021-06-19 12:08:57 +00:00
elsid
56e6305345
Revert "Merge branch 'fix_new_game_guard' into 'master'"
...
This reverts commit a487295d39
.
2021-06-19 14:06:46 +02:00
Evil Eye
c1177d7ffe
Allow unquoted string arguments to start with . and -
2021-06-19 11:21:37 +02:00
psi29a
b7886bc036
Merge branch 'SpeedUpInteriorCheck' into 'master'
...
Speedup searching for exterior cells
See merge request OpenMW/openmw!857
2021-06-19 00:29:47 +00:00
psi29a
afda721d4b
Merge branch 'race_floats' into 'master'
...
Display Race record height/weight as a float
See merge request OpenMW/openmw!880
2021-06-19 00:29:21 +00:00
psi29a
047d993cf4
Merge branch 'at' into 'master'
...
Use operator[] instead of at() when the idx is checked
See merge request OpenMW/openmw!916
2021-06-19 00:26:48 +00:00
psi29a
a6b695e15b
Merge branch 'esmcleanup' into 'master'
...
More ESM cleanup
See merge request OpenMW/openmw!903
2021-06-19 00:23:52 +00:00
psi29a
f66196588c
Merge branch 'object_paging_min_size_combo_box' into 'master'
...
Adding Object Paging Min Size combo box to Advanced -> Visuals
See merge request OpenMW/openmw!917
2021-06-19 00:20:29 +00:00
psi29a
5aa1f7b3d0
Merge branch 'remove_useless' into 'master'
...
Remove some useless variables from esmtool
See merge request OpenMW/openmw!925
2021-06-19 00:17:58 +00:00
psi29a
7b6fc1a1f1
Merge branch 'name_shaders' into 'master'
...
Append filename to shader names
See merge request OpenMW/openmw!930
2021-06-19 00:16:36 +00:00
psi29a
3794e6d4b2
Merge branch 'fix-ffmpeg-api-const' into 'master'
...
Fix future FFMpeg API changes
See merge request OpenMW/openmw!922
2021-06-19 00:15:16 +00:00
psi29a
a0659cd017
Merge branch 'bump_windows_deps' into 'master'
...
bump windows build deps to OSGoS 3.6 and MyGUI 3.4.1
See merge request OpenMW/openmw!938
2021-06-19 00:13:08 +00:00
psi29a
4d95855dd5
Merge branch 'reduce_esmreader' into 'master'
...
Reduce a bit std::stringstream's code bloat in hot/small functions
See merge request OpenMW/openmw!933
2021-06-18 22:53:25 +00:00
Bret Curtis
36bb966ca1
Getting the ball rolling for 0.48
2021-06-18 23:16:03 +02:00
Bret Curtis
7be09078b4
bump mac deps to include collada
2021-06-17 01:12:31 +02:00
psi29a
071786aff6
Merge branch 'UseSameDistanceForAllLodsOfTheCurrentChunk' into 'master'
...
Use same distance for all lods of the current chunk
Closes #6061
See merge request OpenMW/openmw!940
2021-06-16 11:47:30 +00:00
psi29a
329ec8f044
Merge branch 'dont_bury_me_plz' into 'master'
...
Don't unsummon creatures not found within the active cells
Closes #6070
See merge request OpenMW/openmw!926
2021-06-16 09:43:53 +00:00
psi29a
c39c0266a9
Merge branch 'free_from_bondage' into 'master'
...
Do not assume the bound item cache is valid after loading a save
Closes #6069
See merge request OpenMW/openmw!931
2021-06-16 09:43:14 +00:00
psi29a
dfb9f074d7
Merge branch 'OSG_check_cmake' into 'master'
...
cmake check to enforce that if someone uses OSG 3.6, that it is at least 3.6.5
See merge request OpenMW/openmw!941
2021-06-16 08:28:48 +00:00
psi29a
dd197765c8
cmake check to enforce that if someone uses OSG 3.6, that it is at least 3.6.5
2021-06-16 08:28:48 +00:00
jvoisin
22153cca7b
Reduce a bit the code bloat in hot paths/small functions
...
There is no need to bloat hot/small functions with
a ton of function calls and involving locales
for simple error messages.
2021-06-15 17:57:14 +02:00
unknown
7d756d997e
Rebuild the cache in readState
2021-06-12 18:18:52 +02:00
Bret Curtis
4ffc30f502
add OSGoS hash
2021-06-12 16:06:22 +02:00
Bret Curtis
fced78b66a
bump windows build deps to OSGoS 3.6 and MyGUI 3.4.1
2021-06-12 15:35:40 +02:00
CedricMocquillon
7fa67ff675
Use same distance for all lod instances of a chunk
2021-06-12 15:34:15 +02:00
Bret Curtis
f92fbc2acd
workaround shadow issue on macOS, https://gitlab.com/OpenMW/openmw/-/issues/6057
2021-06-12 15:34:15 +02:00
AnyOldName3
9bae89cc95
Merge branch 'macos_shadow_quickfix' into 'master'
...
Workaround shadow issue on macOS
See merge request OpenMW/openmw!937
2021-06-11 23:22:15 +00:00
Bret Curtis
868a5b35e3
workaround shadow issue on macOS, https://gitlab.com/OpenMW/openmw/-/issues/6057
2021-06-12 00:10:55 +02:00
psi29a
4d995a6be6
Merge branch 'update_mac_deps' into 'master'
...
update mac deps to include latest OSGoS 3.6, mygui 3.4.1 and multi-threaded bullet
See merge request OpenMW/openmw!936
2021-06-11 20:02:35 +00:00
Bret Curtis
91e1898aa2
make use of gitlab openmw-deps
2021-06-11 20:27:17 +02:00
Bret Curtis
49ce26361e
update mac deps to include latest OSGoS 3.6, mygui 3.4.1 and multi-threaded bullet
2021-06-11 16:44:15 +02:00
psi29a
036a344eae
Merge branch 'aoe_arrow' into 'master'
...
#6084 : Cast spell even if target Ptr is empty.
See merge request OpenMW/openmw!934
2021-06-11 09:18:25 +00:00
fredzio
7d0483d7ad
Cast spell even if target Ptr is empty. It happens when enchanted arrows
...
hit water or ground.
2021-06-11 05:55:37 +02:00
Evil Eye
90fa8dca35
Do not assume the bound item cache is valid after loading a save
2021-06-06 18:10:55 +02:00
Evil Eye
89e0bfd1a4
Purge summon effects on dispose
2021-06-06 12:45:42 +02:00
psi29a
c7f8a4faae
Merge branch 'sizeof_float' into 'master'
...
Use sizeof(GLfloat) instead of sizeof(GL_FLOAT)
See merge request OpenMW/openmw!928
2021-06-06 09:37:17 +00:00
glassmancody.info
bb834fb44e
append filename to shader names
2021-06-05 18:21:03 -07:00
jvoisin
7f4f2c042e
Use sizeof(GLfloat) instead of sizeof(GL_FLOAT)
...
GL_FLOAT is an enum, with the value 0x1406, while GLFloat is the actual type.
Source: https://www.khronos.org/opengl/wiki/OpenGL_Type
2021-06-04 23:21:26 +02:00
Evil Eye
004660be3d
Don't unsummon creatures not found within the active cells
2021-06-02 20:33:29 +02:00
jvoisin
d651f9e60c
Remove some useless variables from esmtool
2021-06-02 19:04:46 +02:00
Dan Church
70a0229010
Fix future FFMpeg API changes
...
avcodec_find_decoder now returns const AVCodec*.
2021-06-01 10:56:48 -05:00
psi29a
b2791fd487
Merge branch 'irc' into 'master'
...
Update IRC links to libera
See merge request OpenMW/openmw!920
2021-05-31 22:10:00 +00:00