Koncord
948090676a
[Server] Impove Lua Error handler for Windows
7 years ago
David Cernat
b7e5e77166
[Server] Fix getCaseInsensitiveFilename, simplify Players.size()
7 years ago
David Cernat
378d30834b
[Server] Add special error handler for Sol back in, but only for Windows
7 years ago
Koncord
14d47213ef
[Server] Add Players.size() to Lua API
7 years ago
Koncord
e7a5919477
[Server] Fix path to native libs
7 years ago
Koncord
1aa630e4a9
[Server] Add StackWalker for Windows
7 years ago
Koncord
14fdec2478
[Server] Add forgotten stacktrace.cpp
7 years ago
David Cernat
878294e4fe
Merge branch 'new-script-api' of https://github.com/TES3MP/openmw-tes3mp into new-script-api
7 years ago
Koncord
d44848ecbb
[Server] Fix build
7 years ago
Koncord
05abb8ace3
[Server] Add Log level constants to lua
7 years ago
Koncord
04a844a9c0
[Server] Use sol's default_handler
7 years ago
Koncord
dad0b38f25
[Server] Add custom terminate handler with stacktrace
7 years ago
Koncord
a3d5fbbdcd
[Server] Add stacktrace
7 years ago
Koncord
916ada108f
[General] Modernize Log utility
...
* Reverse Log levels
* Add LOG_TRACE
* Spawn instance of Log in Get() function
7 years ago
David Cernat
bece095579
[Server] Add getCaseInsensitiveFilename script function back in
7 years ago
David Cernat
76a4abd7c0
Merge pull request #325 from TES3MP/master while resolving conflicts
...
# Conflicts:
# apps/openmw-mp/processors/player/ProcessorPlayerTopic.hpp
7 years ago
David Cernat
a94d4ce6f5
Merge pull request #323 from TES3MP/0.6.1
...
Add hotfix commit for 0.6.1 from 23 Oct 2017
7 years ago
David Cernat
3aedc2e5bc
[Server] Don't automatically share PlayerTopic packets between players
7 years ago
David Cernat
fb67180809
[Server] Fix build in Visual Studio
7 years ago
Koncord
4530370e52
[Server] Use old style of Server Plugins location
7 years ago
Koncord
ce6a4e4032
[Server] Fix indents
7 years ago
Koncord
fc3f2483ee
[Server] Add manual Server Plugins sort
7 years ago
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
David Cernat
bbac26294f
[Server] Fix typos and make all files end with newlines
7 years ago
Koncord
62588ce088
[Server] Minor fixes
7 years ago
David Cernat
fe9a3088bd
Merge pull request #312 from TES3MP/master
...
Add master commits up to 10 Oct 2017
7 years ago
David Cernat
ec2c964ae1
Merge pull request #311 from TES3MP/0.6.1
...
Add hotfix commit for 0.6.1 from 10 Oct 2017
7 years ago
David Cernat
f532ab241d
[Server] Avoid duplicates of the same player in a cell's loaders
7 years ago
David Cernat
4845599bda
Merge pull request #308 from TES3MP/master while resolving conflicts
...
# Conflicts:
# apps/openmw-mp/main.cpp
7 years ago
David Cernat
3d38da0e85
[Server] Put includes in a specific order
7 years ago
David Cernat
61b1a59814
[General] Move server's version printing method to Utils
7 years ago
Koncord
cbabc91b06
[Server] Stop MasterClient thread and inform server owner on ban
7 years ago
David Cernat
3284769fef
[Server] Add getModFolder() script function and Config environment
7 years ago
David Cernat
d591180e99
[Server] Clean up logAppend and add new message for server shutdown
7 years ago
David Cernat
9838cc680a
[Server] Enable Lua debugging for RelWithDebInfo builds
7 years ago
Koncord
6decd148e5
[Server] Fix build on Windows
7 years ago
Koncord
510e657c93
Merge branch 'master' into new-script-api
7 years ago
Koncord
060ebe3d4a
[Server] Init isWerewolf variable
...
Comment unused code
7 years ago
Koncord
74c9a26d16
[Server] Fix "wrong packet with id: 14"
7 years ago
David Cernat
ac3254d85f
[General] Don't send PlayerAttribute and PlayerSkill packets as werewolf
...
This will prevent the server from overwriting a player's human form stats with their werewolf form stats.
Additionally, share PlayerShapeshift packets last when exchanging data with another player.
7 years ago
Koncord
1c0adc47ee
[Server] Fix [get/set]MajorSkills and [get/set]MinorSkills
7 years ago
David Cernat
98a7769b91
Merge branch 'master' into 0.6.0
7 years ago
David Cernat
499c7db121
[Server] Initialize interiors correctly if exterior 0, 0 has been loaded
7 years ago
Koncord
66fdba957b
[Server] Add getDataFolder() to Script API
7 years ago
Koncord
1d16958910
[Server] Fix multiple calls of ON_POST_INIT
7 years ago
Koncord
b18c6dec9d
[Server] Fix sendList()
...
Remove return from requestContainers()
Rename "Cells" usertype to "Cell"
7 years ago
Koncord
60fc0bedb8
[Server] Use lower case for methods
7 years ago
Koncord
7717f9bece
[Server] Replace getKillRefId/getKillNumber with getKill
7 years ago
David Cernat
833d2a5dbe
Merge pull request #277 from TES3MP/0.6.0
...
Add hotfix commits for 0.6.0 up to 29 Aug 2017, part 1
7 years ago