1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-28 20:45:33 +00:00
openmw-tes3mp/apps/openmw-mp/Script/Functions
David Cernat 7393e3def6 [General] Add and use getShortDescription() for ESM::Cell
ESM::Cell's getDescription() method was modified by aa5161f99e despite being used heavily by TES3MP. All instances of it in the TES3MP code have now been changed into the newly added getShortDescription() that is identical to the previous getDescription().
2021-09-17 19:14:55 +02:00
..
Actors.cpp [General] Add and use getShortDescription() for ESM::Cell 2021-09-17 19:14:55 +02:00
Actors.hpp [Server] Add script functions that get casters of actors' active spells 2021-08-26 02:08:45 +02:00
Books.cpp [General] Modernize packet style for PlayerBook 2019-10-23 02:02:27 +03:00
Books.hpp [Server] Rename script functions for clearing packet vectors for players 2018-10-03 02:26:47 +03:00
Cells.cpp [General] Add and use getShortDescription() for ESM::Cell 2021-09-17 19:14:55 +02:00
Cells.hpp [Server] Rename variable i into index in script function arguments 2018-07-24 20:14:51 +03:00
CharClass.cpp [Server] Remove 'using namespace ESM' 2021-03-21 16:08:42 +02:00
CharClass.hpp [Server] Fix warnings in server functions for class and gender 2020-06-23 01:03:03 +03:00
Chat.cpp [General] Rename Log class into TimedLog 2019-08-19 21:39:33 +03:00
Chat.hpp [Server] Fix mixed-up bindings for Chat functions 2019-11-20 21:01:18 +02:00
Dialogue.cpp [General] Modernize packet style for PlayerTopic 2019-10-23 01:24:13 +03:00
Dialogue.hpp [Server] Rename script functions for clearing packet vectors for players 2018-10-03 02:26:47 +03:00
Factions.cpp [General] Modernize packet style for PlayerFaction 2019-10-26 11:42:40 +03:00
Factions.hpp [Server] Rename script functions for clearing packet vectors for players 2018-10-03 02:26:47 +03:00
GUI.cpp [General] Modernize packet style for PlayerQuickKeys 2019-10-21 16:55:21 +03:00
GUI.hpp [Server] Rename script functions for clearing packet vectors for players 2018-10-03 02:26:47 +03:00
Items.cpp [Server] Add server functions for reading equipment change indexes 2020-07-07 15:41:03 +02:00
Items.hpp [Server] Add server functions for reading equipment change indexes 2020-07-07 15:41:03 +02:00
Mechanics.cpp [General] Add and use getShortDescription() for ESM::Cell 2021-09-17 19:14:55 +02:00
Mechanics.hpp [General] Rename PlayerTeam into PlayerAlly 2019-12-05 19:15:11 +02:00
Miscellaneous.cpp [Server] Remove 'using namespace std' 2021-03-21 15:45:01 +02:00
Miscellaneous.hpp [Server] Fix credentials generation. Used static variable as a workaround. 2020-02-16 12:34:05 +01:00
Objects.cpp [Server] Add script functions that send ObjectMove/ObjectRotate packets 2021-07-13 18:11:19 +02:00
Objects.hpp [Server] Add script functions that send ObjectMove/ObjectRotate packets 2021-07-13 18:11:19 +02:00
Positions.cpp [Server] Remove 'using namespace std' 2021-03-21 15:45:01 +02:00
Positions.hpp [Server] Remove unusable position functions for players 2018-12-30 03:17:37 +02:00
Quests.cpp [General] Modernize packet style for PlayerJournal 2019-10-21 07:01:36 +03:00
Quests.hpp [General] Turn WorldKillCount into a Worldstate packet 2019-10-08 11:09:08 +03:00
RecordsDynamic.cpp [General] Implement game setting records for RecordDynamic packets 2021-07-18 11:36:07 +02:00
RecordsDynamic.hpp [General] Implement game setting records for RecordDynamic packets 2021-07-18 11:36:07 +02:00
Server.cpp [General] Rename Log class into TimedLog 2019-08-19 21:39:33 +03:00
Server.hpp [Server] Refer to data files instead of plugins in var & function names 2019-04-23 22:45:25 +03:00
Settings.cpp [Server] Remove 'using namespace std' 2021-03-21 15:45:01 +02:00
Settings.hpp [General] Set any settings from the Game category with the GAME_SETTINGS packet 2020-02-28 00:40:00 +01:00
Shapeshift.cpp [Server] Remove 'using namespace std' 2021-03-21 15:45:01 +02:00
Shapeshift.hpp [Server] Create ShapeshiftFunctions and move relevant functions there 2018-04-18 10:45:39 +03:00
Spells.cpp [Server] Add script functions that get casters of players' active spells 2021-08-09 05:13:42 +02:00
Spells.hpp [Server] Add script functions that get casters of players' active spells 2021-08-09 05:13:42 +02:00
Stats.cpp [General] Use model variable already included in PlayerBaseInfo packets 2021-09-02 15:44:11 +02:00
Stats.hpp [General] Use model variable already included in PlayerBaseInfo packets 2021-09-02 15:44:11 +02:00
Timer.cpp [Server] Remove 'using namespace std' 2021-03-21 15:45:01 +02:00
Worldstate.cpp [Server] Remove 'using namespace std' 2021-03-21 15:45:01 +02:00
Worldstate.hpp [Server] Fix small typos in script functions 2020-05-26 01:10:22 +02:00