scrawl
|
03554b2f4b
|
Fix some style issues flagged by cppcheck
|
2017-10-15 17:06:58 +02:00 |
|
scrawl
|
64d02f577e
|
Fix missing null check
|
2017-10-15 17:06:58 +02:00 |
|
scrawl
|
624046c558
|
Fix unused event handler
|
2017-10-15 17:06:58 +02:00 |
|
scrawl
|
50d7eb8e54
|
Fix crash when adding a NULL object to the cache
|
2017-10-15 17:06:58 +02:00 |
|
scrawl
|
4c174ecd12
|
Merge changes to coverity scan script
|
2017-10-15 17:06:58 +02:00 |
|
scrawl
|
bbf9b0c0a7
|
Merge pull request #1503 from akortunov/regressions
Handle Trespassing crime differently from Theft
|
2017-10-15 09:08:52 +00:00 |
|
scrawl
|
97ec38affb
|
Merge pull request #1492 from drummyfish/master
fix rain/snow moving with player (issue #2698)
|
2017-10-15 09:04:48 +00:00 |
|
Andrei Kortunov
|
8f255a6b72
|
Handle Trespassing crime differently from Theft (bug #4158)
|
2017-10-15 11:03:02 +04:00 |
|
AnyOldName3
|
49dbb4a9ca
|
Add a third copy of a comment where I felt clarification was missing
|
2017-10-15 02:05:22 +01:00 |
|
AnyOldName3
|
7329e6a9ef
|
Load 'data=...' lines correctly when starting the wizard or launcher, and save them correctly when exiting the launcher.
|
2017-10-15 01:59:21 +01:00 |
|
AnyOldName3
|
28ff677337
|
Save 'data=...' lines correctly when exiting the wizard
|
2017-10-15 00:07:46 +01:00 |
|
Miloslav Číž
|
af6eeddbe5
|
use operator instead of drawcallback
|
2017-10-15 00:04:14 +02:00 |
|
Miloslav Číž
|
65977b910e
|
wrap weather around in all directions
|
2017-10-14 21:42:27 +02:00 |
|
Miloslav Číž
|
380a5799dd
|
use bbox as wrap range & apply to all particle systems
|
2017-10-14 21:42:19 +02:00 |
|
Miloslav Číž
|
38bfa64100
|
transform weather particles to world space
|
2017-10-14 21:42:11 +02:00 |
|
Miloslav Číž
|
8114126a62
|
make use of renderinfo
|
2017-10-14 21:41:59 +02:00 |
|
Miloslav Číž
|
33a1459b11
|
search for particle system by class name
|
2017-10-14 21:41:47 +02:00 |
|
Miloslav Číž
|
b95c9ba483
|
rain independent from camera plus wrap-around
|
2017-10-14 21:40:28 +02:00 |
|
Kyle Cooley
|
11eae16645
|
Get rid of duplicate function, fix flag checking
|
2017-10-14 15:09:12 -04:00 |
|
scrawl
|
5fbdb64bb9
|
Add OPENMW_DECOMPRESS_TEXTURES environment variable to decompress textures in software if not supported by graphics hardware
Disabled by default due to requiring new functionality that was just added to OSG 3.6 or OpenMW/OSG.
|
2017-10-14 18:28:46 +00:00 |
|
Kyle Cooley
|
d27071f06a
|
Fix LTEX import bug.
|
2017-10-14 13:18:54 -04:00 |
|
Kyle Cooley
|
98c38ad7d1
|
Merge cleanup.
|
2017-10-14 13:18:31 -04:00 |
|
Kyle Cooley
|
6d9d98c02c
|
Merge Land/LandTextures
|
2017-10-14 11:32:42 -04:00 |
|
scrawl
|
548af6dbfb
|
Fix jail screen fading
|
2017-10-14 14:03:16 +00:00 |
|
scrawl
|
f3ca9832b0
|
Merge pull request #1500 from akortunov/extraspell
Implement ExtraSpell magic effect
|
2017-10-14 14:01:49 +00:00 |
|
Andrei Kortunov
|
30b05b557b
|
ExtraSpell magic effect: a basic implementation
|
2017-10-14 16:55:00 +04:00 |
|
scrawl
|
a5b39e0842
|
Update AUTHORS.md
|
2017-10-13 19:35:49 +00:00 |
|
scrawl
|
09d7681254
|
Merge pull request #1499 from lukago/bug4155
Bugfix #4155: NPCs don't equip a second ring in some cases
|
2017-10-13 19:35:03 +00:00 |
|
scrawl
|
cf1106f3eb
|
Merge pull request #1498 from AnyOldName3/cmake-resource-handling
Make CMake copy the runtime resources to the correct location
|
2017-10-13 19:32:53 +00:00 |
|
glbwsk
|
83a5c7c3d8
|
removed unnecessary comments, added gitignore for clion cmake
|
2017-10-13 20:32:52 +02:00 |
|
scrawl
|
548e90a7bc
|
Set cursor active when moving by controller
|
2017-10-13 16:22:44 +00:00 |
|
glbwsk
|
ff9cb22a58
|
npc swap cheaper ring during auto equip
|
2017-10-13 15:16:07 +02:00 |
|
glbwsk
|
e6e482ea98
|
added some comments for autoEquip
|
2017-10-13 14:47:26 +02:00 |
|
glbwsk
|
a25903b075
|
fixed autoequiping rings by npc - now checks if right hand is free
|
2017-10-13 14:39:44 +02:00 |
|
AnyOldName3
|
c9e86a8ebc
|
Remove superfluous argument
|
2017-10-12 18:16:44 +01:00 |
|
AnyOldName3
|
a52c485090
|
Fix list length error
|
2017-10-12 18:16:10 +01:00 |
|
AnyOldName3
|
6af8ad70a5
|
Remove superfluous copy_all_files macro
|
2017-10-12 17:50:20 +01:00 |
|
AnyOldName3
|
76c4ff983a
|
Fix getting cmake property as variable
|
2017-10-12 17:17:25 +01:00 |
|
AnyOldName3
|
1f86fa3c31
|
Fix resource copying on non-MSVC targets
|
2017-10-12 17:09:01 +01:00 |
|
AnyOldName3
|
b00b94f0db
|
Use CMAKE_CONFIGURATION_TYPES instead of manually listing the possible configuration types.
|
2017-10-12 15:40:37 +01:00 |
|
AnyOldName3
|
f9a3562ccd
|
Remove duplicate macro definition and fix warning
|
2017-10-12 02:45:50 +01:00 |
|
AnyOldName3
|
2652a89df4
|
Fix mismatched indentation that apparently the .editorconfig file doesn't handle automatically
|
2017-10-11 22:10:52 +01:00 |
|
AnyOldName3
|
5ceaaabeb2
|
Remove MESSAGE calls I accidentally left in
|
2017-10-11 22:08:49 +01:00 |
|
AnyOldName3
|
f8fe992dc0
|
Adjust CMake's run-time resource handling such that the Windows CI script does not have to copy these files
|
2017-10-11 21:58:55 +01:00 |
|
David Cernat
|
ec2c964ae1
|
Merge pull request #311 from TES3MP/0.6.1
Add hotfix commit for 0.6.1 from 10 Oct 2017
|
2017-10-10 06:26:33 +03:00 |
|
David Cernat
|
f532ab241d
|
[Server] Avoid duplicates of the same player in a cell's loaders
|
2017-10-10 05:48:56 +03:00 |
|
David Cernat
|
c35101cc36
|
[Client] Don't use message box call boolean for regular message boxes
|
2017-10-10 04:11:36 +03:00 |
|
David Cernat
|
4f112ba3d7
|
[Client] Use regular message boxes where expected to do so
This helps us move towards using the same terminology as OpenMW for GUI elements, leading to less confusion.
|
2017-10-10 04:05:36 +03:00 |
|
David Cernat
|
41ff3fee89
|
Merge pull request #310 from OpenMW/master while resolving conflicts
# Conflicts:
# CMakeLists.txt
|
2017-10-09 14:41:55 +03:00 |
|
scrawl
|
479f9535b4
|
Allow training window exit()
|
2017-10-08 20:38:20 +00:00 |
|