1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 21:23:52 +00:00
openmw-tes3mp/apps/openmw-mp
2018-01-02 11:53:03 +08:00
..
processors Merge pull request #363 from TES3MP/0.6.2 while resolving conflicts, 2nd try 2018-01-01 12:04:25 +02:00
Script [Server] Register ON_PLAYER_QUICKKEYS event 2018-01-02 11:53:03 +08:00
stackwalker [Server] Add StackWalker for Windows 2017-10-27 05:27:07 +08:00
Actors.cpp [General] Change type of refNumIndex & mpNum to unsigned 2017-12-10 09:20:13 +08:00
Actors.hpp [General] Change type of refNumIndex & mpNum to unsigned 2017-12-10 09:20:13 +08:00
Books.cpp [General] Cleanup Player packets 2017-11-28 21:38:45 +08:00
Books.hpp [General] Modernize Script API 2017-08-28 00:15:56 +08:00
Cell.cpp [General] Change type of refNumIndex & mpNum to unsigned 2017-12-10 09:20:13 +08:00
Cell.hpp [General] Change type of refNumIndex & mpNum to unsigned 2017-12-10 09:20:13 +08:00
CellController.cpp [Server] Optimize CellController 2017-12-09 11:44:56 +08:00
CellController.hpp [Server] Optimize CellController 2017-12-09 11:44:56 +08:00
Cells.cpp [Server] Use consistent order for includes 2017-11-23 08:11:37 +02:00
Cells.hpp [Server] Make a few function names more consistent and fix typos 2017-11-17 04:12:25 +02:00
CellState.cpp [Server] Use consistent order for includes 2017-11-23 08:11:37 +02:00
CellState.hpp [General] Modernize Script API 2017-08-28 00:15:56 +08:00
CharClass.cpp [Server] Use consistent order for includes 2017-11-23 08:11:37 +02:00
CharClass.hpp [Server] Rename CharClass' isDefault() into isCustom() 2017-11-19 12:35:11 +02:00
CMakeLists.txt Merge pull request #363 from TES3MP/0.6.2 while resolving conflicts, 2nd try 2018-01-01 12:04:25 +02:00
Dialogue.cpp Merge pull request #363 from TES3MP/0.6.2 while resolving conflicts, 2nd try 2018-01-01 12:04:25 +02:00
Dialogue.hpp Merge pull request #363 from TES3MP/0.6.2 while resolving conflicts, 2nd try 2018-01-01 12:04:25 +02:00
Factions.cpp Merge pull request #363 from TES3MP/0.6.2 while resolving conflicts, 2nd try 2018-01-01 12:04:25 +02:00
Factions.hpp [General] Modernize Script API 2017-08-28 00:15:56 +08:00
GUI.cpp [General] Change enum QuickKey::QUICKKEY_TYPE to enum class 2018-01-02 11:52:38 +08:00
GUI.hpp [General] Change enum QuickKey::QUICKKEY_TYPE to enum class 2018-01-02 11:52:38 +08:00
Inventory.cpp Merge pull request #363 from TES3MP/0.6.2 while resolving conflicts, 2nd try 2018-01-01 12:04:25 +02:00
Inventory.hpp Merge pull request #363 from TES3MP/0.6.2 while resolving conflicts, 2nd try 2018-01-01 12:04:25 +02:00
main.cpp [Server] Fix warning "implicit fallthrough" 2017-12-06 13:30:39 +08:00
MasterClient.cpp [Server] Clean up method and variable names 2017-12-04 10:39:20 +02:00
MasterClient.hpp [Server] Clean up method and variable names 2017-12-04 10:39:20 +02:00
NetActor.cpp [General] Rework PlayerStatsDynamic packets so they are of minimal size 2017-12-02 18:29:30 +02:00
NetActor.hpp [Server] Send level packets in Player's update() at the appropriate time 2017-11-18 03:55:17 +02:00
Networking.cpp [Server] Modernize CellController singleton 2017-12-09 11:08:53 +08:00
Networking.hpp [General] Introduce chat channels 2017-12-08 07:43:29 +08:00
Object.cpp Merge pull request #363 from TES3MP/0.6.2 while resolving conflicts, 2nd try 2018-01-01 12:04:25 +02:00
Object.hpp Merge pull request #363 from TES3MP/0.6.2 while resolving conflicts, 2nd try 2018-01-01 12:04:25 +02:00
Player.cpp Merge pull request #363 from TES3MP/0.6.2 while resolving conflicts, 2nd try 2018-01-01 12:04:25 +02:00
Player.hpp Merge pull request #363 from TES3MP/0.6.2 while resolving conflicts, 2nd try 2018-01-01 12:04:25 +02:00
Players.cpp [General] Introduce chat channels 2017-12-08 07:43:29 +08:00
Players.hpp [General] Modernize Script API 2017-08-28 00:15:56 +08:00
Quests.cpp [Server] Use consistent order for includes 2017-11-23 08:11:37 +02:00
Quests.hpp [Server] Replace getKillRefId/getKillNumber with getKill 2017-08-30 13:56:22 +08:00
Settings.cpp Merge pull request #363 from TES3MP/0.6.2 while resolving conflicts, 2nd try 2018-01-01 12:04:25 +02:00
Settings.hpp Merge pull request #363 from TES3MP/0.6.2 while resolving conflicts, 2nd try 2018-01-01 12:04:25 +02:00
Spells.cpp [Server] Use consistent order for includes 2017-11-23 08:11:37 +02:00
Spells.hpp [General] Modernize Script API 2017-08-28 00:15:56 +08:00
stacktrace.cpp [Server] Add StackWalker for Windows 2017-10-27 05:27:07 +08:00
stacktrace.hpp [Server] Add stacktrace 2017-10-25 14:45:36 +08:00
Timer.cpp [Server] Change signature of TimerController::kill, validate callback 2018-01-02 08:17:26 +08:00
Timer.hpp [Server] Change signature of TimerController::kill, validate callback 2018-01-02 08:17:26 +08:00
Utils.cpp [Server] Make argument const reference 2017-12-10 11:46:50 +08:00
Utils.hpp [Server] Make argument const reference 2017-12-10 11:46:50 +08:00
Weather.cpp [Server] Add Weather API 2017-12-10 09:51:03 +08:00
Weather.hpp [Server] Add Weather API 2017-12-10 09:51:03 +08:00
Window.cpp [Server] Fix Undefined behavior 2017-12-09 18:01:15 +08:00
Window.hpp [Server] Add custom window API 2017-11-25 23:47:02 +08:00