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, "")
|
7 years ago |
Koncord
|
7a0b45d456
|
[Server] Load mods in dependencies order
|
7 years ago |
Koncord
|
66283943c5
|
[Browser] Fix Clang warnings
|
7 years ago |
Koncord
|
d702845026
|
[General] Fix Clang warnings in Log.hpp
|
7 years ago |
Koncord
|
0a0c9893b1
|
[General] Update sol submodule
|
7 years ago |
AnyOldName3
|
2abff22c08
|
Make MWWorld::World final to enable compiler optimisations
|
7 years ago |
AnyOldName3
|
7440cf37bc
|
Remove redundant virtual keywords implied by override keywords
|
7 years ago |
David Cernat
|
6e7c033a5d
|
Merge pull request #318 from TES3MP/master
Add master commits up to 18 Oct 2017
|
7 years ago |
David Cernat
|
260b3411c3
|
Merge pull request #317 from OpenMW/master
Add OpenMW commits up to 18 Oct 2017
|
7 years ago |
AnyOldName3
|
69da89be39
|
Mark a method I missed out the first time as override
|
7 years ago |
scrawl
|
33ceddc58b
|
Merge pull request #1506 from akortunov/swimanimations
Use SwimTurnLeft/Right animations correctly
|
7 years ago |
scrawl
|
21a705fb75
|
Merge pull request #1507 from AnyOldName3/data-local-fix
Fix the loading of 'data-local' lines which I broke
|
7 years ago |
scrawl
|
7328de6c50
|
Merge pull request #1505 from drummyfish/master
Make snow create water ripples (fixes #4156)
|
7 years ago |
AnyOldName3
|
2aad5bed7a
|
Mark worldimp functions as override to stop distracting Travis CI warnings and prevent future typos
|
7 years ago |
AnyOldName3
|
43e9e955c8
|
Do the same for the CS
|
7 years ago |
AnyOldName3
|
1f77f9654b
|
Strip quotes from the data-local setting if present (because for whatever reason it's a string, not a boost::filesystem::path)
|
7 years ago |
Andrei Kortunov
|
4d4d247565
|
Use SwimTurnLeft/Right animations correctly
|
7 years ago |
Miloslav Číž
|
a7cad65aab
|
fix water shader switching bug
|
7 years ago |
Miloslav Číž
|
8a1e0e74fd
|
update uniform from one place
|
7 years ago |
Miloslav Číž
|
797e407269
|
make snow create water ripples
|
7 years ago |
Miloslav Číž
|
da47653625
|
move rain intensity uniform to water node
|
7 years ago |
David Cernat
|
bbac26294f
|
[Server] Fix typos and make all files end with newlines
|
7 years ago |
David Cernat
|
b20df4b7cd
|
Merge pull request #316 from TES3MP/master
Add master commits up to 17 Oct 2017
|
7 years ago |
David Cernat
|
184c5f2b29
|
Merge pull request #315 from OpenMW/master
Add OpenMW commits up to 17 Oct 2017
|
7 years ago |
scrawl
|
a3a7b5b357
|
Merge pull request #1504 from AnyOldName3/escape-hash-oversight-fix-two-electric-boogaloo
Switch openmw-cs to the escape versions of option types
|
7 years ago |
scrawl
|
7f8d996eff
|
Merge pull request #1502 from AnyOldName3/launcher-and-wizard-ampersand-escape-support
Launcher and wizard ampersand escape support
|
7 years ago |
Kyle Cooley
|
6d7a24224b
|
Add documentation.
|
7 years ago |
AnyOldName3
|
654bd401fb
|
Switch openmw-cs to the escape versions of option types
|
7 years ago |
David Cernat
|
17a8e32782
|
Merge pull request #314 from TES3MP/master
Add master commits up to 16 Oct 2017
|
7 years ago |
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
|
7 years ago |
scrawl
|
136ef1f738
|
Fix incomplete settings in recreateShaders()
|
7 years ago |
scrawl
|
03554b2f4b
|
Fix some style issues flagged by cppcheck
|
7 years ago |
scrawl
|
64d02f577e
|
Fix missing null check
|
7 years ago |
scrawl
|
624046c558
|
Fix unused event handler
|
7 years ago |
scrawl
|
50d7eb8e54
|
Fix crash when adding a NULL object to the cache
|
7 years ago |
scrawl
|
4c174ecd12
|
Merge changes to coverity scan script
|
7 years ago |
scrawl
|
bbf9b0c0a7
|
Merge pull request #1503 from akortunov/regressions
Handle Trespassing crime differently from Theft
|
7 years ago |
scrawl
|
97ec38affb
|
Merge pull request #1492 from drummyfish/master
fix rain/snow moving with player (issue #2698)
|
7 years ago |
Andrei Kortunov
|
8f255a6b72
|
Handle Trespassing crime differently from Theft (bug #4158)
|
7 years ago |
AnyOldName3
|
49dbb4a9ca
|
Add a third copy of a comment where I felt clarification was missing
|
7 years ago |
AnyOldName3
|
7329e6a9ef
|
Load 'data=...' lines correctly when starting the wizard or launcher, and save them correctly when exiting the launcher.
|
7 years ago |
AnyOldName3
|
28ff677337
|
Save 'data=...' lines correctly when exiting the wizard
|
7 years ago |
Miloslav Číž
|
af6eeddbe5
|
use operator instead of drawcallback
|
7 years ago |
Miloslav Číž
|
65977b910e
|
wrap weather around in all directions
|
7 years ago |
Miloslav Číž
|
380a5799dd
|
use bbox as wrap range & apply to all particle systems
|
7 years ago |
Miloslav Číž
|
38bfa64100
|
transform weather particles to world space
|
7 years ago |
Miloslav Číž
|
8114126a62
|
make use of renderinfo
|
7 years ago |
Miloslav Číž
|
33a1459b11
|
search for particle system by class name
|
7 years ago |
Miloslav Číž
|
b95c9ba483
|
rain independent from camera plus wrap-around
|
7 years ago |
Kyle Cooley
|
11eae16645
|
Get rid of duplicate function, fix flag checking
|
7 years ago |