Koncord
|
fc3f2483ee
|
[Server] Add manual Server Plugins sort
|
2017-10-19 10:24:17 +08:00 |
|
Koncord
|
dffd3bfa7d
|
[Server] Add customData to Player
example:
counter = 0
Event.register(Events.ON_PLAYER_CONNECT, function(player)
player.customData.counter = counter
counter = counter + 1
return true
end)
CommandController.registerCommand("test", function(player, args)
player:message(player.customData.counter, false)
return true
end, "")
|
2017-10-18 22:32:03 +08:00 |
|
Koncord
|
7a0b45d456
|
[Server] Load mods in dependencies order
|
2017-10-18 21:30:36 +08:00 |
|
Koncord
|
66283943c5
|
[Browser] Fix Clang warnings
|
2017-10-18 21:30:36 +08:00 |
|
David Cernat
|
6e7c033a5d
|
Merge pull request #318 from TES3MP/master
Add master commits up to 18 Oct 2017
|
2017-10-18 15:14:37 +03:00 |
|
David Cernat
|
260b3411c3
|
Merge pull request #317 from OpenMW/master
Add OpenMW commits up to 18 Oct 2017
|
2017-10-18 15:13:48 +03:00 |
|
scrawl
|
33ceddc58b
|
Merge pull request #1506 from akortunov/swimanimations
Use SwimTurnLeft/Right animations correctly
|
2017-10-18 10:03:30 +00:00 |
|
scrawl
|
21a705fb75
|
Merge pull request #1507 from AnyOldName3/data-local-fix
Fix the loading of 'data-local' lines which I broke
|
2017-10-18 09:59:43 +00:00 |
|
scrawl
|
7328de6c50
|
Merge pull request #1505 from drummyfish/master
Make snow create water ripples (fixes #4156)
|
2017-10-18 09:59:21 +00:00 |
|
AnyOldName3
|
43e9e955c8
|
Do the same for the CS
|
2017-10-18 02:04:48 +01:00 |
|
AnyOldName3
|
1f77f9654b
|
Strip quotes from the data-local setting if present (because for whatever reason it's a string, not a boost::filesystem::path)
|
2017-10-18 01:42:11 +01:00 |
|
Andrei Kortunov
|
4d4d247565
|
Use SwimTurnLeft/Right animations correctly
|
2017-10-17 23:26:55 +04:00 |
|
Miloslav Číž
|
a7cad65aab
|
fix water shader switching bug
|
2017-10-17 10:00:01 +02:00 |
|
Miloslav Číž
|
8a1e0e74fd
|
update uniform from one place
|
2017-10-17 09:59:53 +02:00 |
|
Miloslav Číž
|
797e407269
|
make snow create water ripples
|
2017-10-17 09:59:53 +02:00 |
|
Miloslav Číž
|
da47653625
|
move rain intensity uniform to water node
|
2017-10-17 09:59:45 +02:00 |
|
David Cernat
|
bbac26294f
|
[Server] Fix typos and make all files end with newlines
|
2017-10-17 07:44:10 +03:00 |
|
David Cernat
|
b20df4b7cd
|
Merge pull request #316 from TES3MP/master
Add master commits up to 17 Oct 2017
|
2017-10-17 05:15:02 +03:00 |
|
David Cernat
|
184c5f2b29
|
Merge pull request #315 from OpenMW/master
Add OpenMW commits up to 17 Oct 2017
|
2017-10-17 04:34:46 +03:00 |
|
AnyOldName3
|
654bd401fb
|
Switch openmw-cs to the escape versions of option types
|
2017-10-16 15:38:17 +01:00 |
|
David Cernat
|
17a8e32782
|
Merge pull request #314 from TES3MP/master
Add master commits up to 16 Oct 2017
|
2017-10-16 07:47:37 +03:00 |
|
David Cernat
|
e164e6305e
|
Merge pull request #313 from OpenMW/master while resolving conflicts
# Conflicts:
# .travis.yml
# CMakeLists.txt
# apps/openmw/mwgui/jailscreen.cpp
# apps/openmw/mwmechanics/mechanicsmanagerimp.cpp
|
2017-10-16 07:37:29 +03:00 |
|
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
|
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 |
|
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 |
|
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
|
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 |
|
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 |
|
Koncord
|
1fd16ba69c
|
[Browser] Correctly init parent class
|
2017-10-11 06:35:22 +08:00 |
|
Koncord
|
62588ce088
|
[Server] Minor fixes
|
2017-10-11 06:26:09 +08:00 |
|
Koncord
|
3839a2dcfd
|
[Browser] Remove unused variables
|
2017-10-11 05:46:39 +08:00 |
|
Koncord
|
ed75563a94
|
[Browser] Do not show "Unreachable" servers when ping filter is enabled
|
2017-10-11 05:36:31 +08:00 |
|
Koncord
|
01a5196a92
|
[Browser] Mark few strings translatable
|
2017-10-10 13:11:36 +08:00 |
|
Koncord
|
15723adb9a
|
[Browser] Make sort servers case insensitive
|
2017-10-10 13:11:36 +08:00 |
|