| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682 |
- /*
- Legal:
- Version: MPL 1.1
-
- The contents of this file are subject to the Mozilla Public License Version
- 1.1 the "License"; you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
- http://www.mozilla.org/MPL/
-
- Software distributed under the License is distributed on an "AS IS" basis,
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- for the specific language governing rights and limitations under the
- License.
-
- The Original Code is the YSI framework.
-
- The Initial Developer of the Original Code is Alex "Y_Less" Cole.
- Portions created by the Initial Developer are Copyright C 2011
- the Initial Developer. All Rights Reserved.
- Contributors:
- Y_Less
- koolk
- JoeBullet/Google63
- g_aSlice/Slice
- Misiur
- samphunter
- tianmeta
- maddinat0r
- spacemud
- Crayder
- Dayvison
- Ahmad45123
- Zeex
- irinel1996
- Yiin-
- Chaprnks
- Konstantinos
- Masterchen09
- Southclaws
- PatchwerkQWER
- m0k1
- paulommu
- udan111
- Thanks:
- JoeBullet/Google63 - Handy arbitrary ASM jump code using SCTRL.
- ZeeX - Very productive conversations.
- koolk - IsPlayerinAreaEx code.
- TheAlpha - Danish translation.
- breadfish - German translation.
- Fireburn - Dutch translation.
- yom - French translation.
- 50p - Polish translation.
- Zamaroht - Spanish translation.
- Los - Portuguese translation.
- Dracoblue, sintax, mabako, Xtreme, other coders - Producing other modes for
- me to strive to better.
- Pixels^ - Running XScripters where the idea was born.
- Matite - Pestering me to release it and using it.
- Very special thanks to:
- Thiadmer - PAWN, whose limits continue to amaze me!
- Kye/Kalcor - SA:MP.
- SA:MP Team past, present and future - SA:MP.
- Optional plugins:
- Gamer_Z - GPS.
- Incognito - Streamer.
- Me - sscanf2, fixes2, Whirlpool.
- */
- /*
- ad88888ba
- d8" "8b ,d
- Y8, 88
- `Y8aaaaa, ,adPPYba, MM88MMM 88 88 8b,dPPYba,
- `"""""8b, a8P_____88 88 88 88 88P' "8a
- `8b 8PP""""""" 88 88 88 88 d8
- Y8a a8P "8b, ,aa 88, "8a, ,a88 88b, ,a8"
- "Y88888P" `"Ybbd8"' "Y888 `"YbbdP'Y8 88`YbbdP"'
- 88
- 88
- */
- enum E_COMMAND
- {
- // HASH_MAP_DATA<MAX_COMMAND_LENGTH char>,
-
- // Share a memory location with the hashmap stored name.
- E_COMMAND_NAME[MAX_COMMAND_LENGTH char] = 0,
-
- // IGNORE THESE, THEY COVER HASH MAP DATA.
- E_COMMAND_HASH_MAP[HASH_MAP_DATA],
- // _E_COMMAND_PAD_0, _E_COMMAND_PAD_1,
-
- // Who can use this command?
- PlayerArray:E_COMMAND_USERS<MAX_PLAYERS>,
- #if defined Y_COMMANDS_USE_CHARS
- E_COMMAND_PREFIX,
- #endif
- // Function pointer.
- E_COMMAND_POINTER
- }
- enum e_COMMAND_ERRORS
- {
- // The majority of these are even - odd numbers return "1" not "0".
- COMMAND_ZERO_RET = 0 , // The command returned 0.
- COMMAND_OK = 1 , // Called corectly.
- COMMAND_UNDEFINED = 2 , // Command doesn't exist.
- COMMAND_DENIED = 3 , // Can't use the command.
- COMMAND_HIDDEN = 4 , // Can't use the command don't let them know it exists.
- COMMAND_NO_PLAYER = 6 , // Used by a player who shouldn't exist.
- COMMAND_DISABLED = 7 , // All commands are disabled for this player.
- COMMAND_BAD_PREFIX = 8 , // Used "/" instead of "#", or something similar.
- COMMAND_INVALID_INPUT = 10, // Didn't type "/something".
- }
- enum e_COMMAND_FLAGS (<<= 1)
- {
- e_COMMAND_FLAGS_ZERO_RET = 1, // The command returned 0.
- e_COMMAND_FLAGS_OK, // Called corectly.
- e_COMMAND_FLAGS_NOT_FOUND, // Command doesn't exist.
- e_COMMAND_FLAGS_DENIED, // Can't use the command.
- e_COMMAND_FLAGS_HIDDEN,
- _e_COMMAND_FLAGS_unused,
- e_COMMAND_FLAGS_NO_PLAYER, // Used by a player who shouldn't exist.
- e_COMMAND_FLAGS_DISABLED, // All commands are disabled for this player.
- e_COMMAND_FLAGS_BAD_PREFIX,
- e_COMMAND_FLAGS_INVALID_INPUT, // Didn't type "/something".
- // Save counts for callbacks.
- e_COMM_FLAG_OPCP = 0x00FF0000,
- e_COMM_FLAG_OPCP_ADD = 0x00010000,
- e_COMM_FLAG_OPCR = 0xFF000000,
- e_COMM_FLAG_OPCR_ADD = 0x01000000
- }
- // Store which script(s) own which commands.
- MASTER_DATA<MAX_COMMANDS>
- // Information for returning error messages.
- static stock __declspec(dist_tagged) e_COMMAND_FLAGS:YSI_g_sCommandFlags;
- static stock __declspec(distributed) YSI_g_sErrorMessages[e_COMMAND_ERRORS][144];
- // Who has had ALL their commands disabled?
- static stock __declspec(dist_special) PlayerArray:YSI_g_sDisabledPlayers<MAX_PLAYERS>;
- static stock
- YSI_g_sCurrentID = COMMAND_NOT_FOUND,
- BitArray:YSI_g_sPrefixes<128>,
- YSI_g_sHighestID,
- YSI_g_sReturnBuffer[YSI_MAX_STRING],
- // Quickly reference and store commands by name.
- HashMap:YSI_g_sCommandMap<MAX_COMMANDS>;
- static stock __declspec(dist_master) YSI_g_sCommands[MAX_COMMANDS][E_COMMAND];
- static stock const
- YSI_gscOPCR[] = "OnPlayerCommandReceived",
- YSI_gscOPCP[] = "OnPlayerCommandPerformed",
- YSI_gscISI[] = "isi",
- YSI_gscISII[] = "isii";
- // "YCMD:" macros. The true core is "RC:", which is in "y_master".
- #define _YCMD_0:_YCMD_1:_YCMD_2:%0(%1[]%2) RC:%0(%1[]%2)
- #define _YCMD_1:_YCMD_2:%0, Command_GetID(#%0),
- #define _YCMD_2:%0) Command_GetID(#%0))
- #define @YCMD:%0; Command_TouchNamed(#%0);
- #define YCMD: _YCMD_0:_YCMD_1:_YCMD_2:
- // ZCMD compatibility.
- #define CMD:%0(%1) RC:%0(%1,__help)if(__help)return 0;else
- #define COMMAND CMD
- // Forwards for optional command callbacks.
- forward e_COMMAND_ERRORS:OnPlayerCommandReceived(playerid, cmdtext[], e_COMMAND_ERRORS:success);
- forward e_COMMAND_ERRORS:OnPlayerCommandPerformed(playerid, cmdtext[], e_COMMAND_ERRORS:success);
- /*
- 88b d88
- 888b d888
- 88`8b d8'88
- 88 `8b d8' 88 ,adPPYYba, ,adPPYba, 8b,dPPYba, ,adPPYba, ,adPPYba,
- 88 `8b d8' 88 "" `Y8 a8" "" 88P' "Y8 a8" "8a I8[ ""
- 88 `8b d8' 88 ,adPPPPP88 8b 88 8b d8 `"Y8ba,
- 88 `888' 88 88, ,88 "8a, ,aa 88 "8a, ,a8" aa ]8I
- 88 `8' 88 `"8bbdP"Y8 `"Ybbd8"' 88 `"YbbdP"' `"YbbdP"'
- */
- #define _Command_GetPlayer(%0,%1) (PA_Get(YSI_g_sCommands[(%0)][E_COMMAND_USERS], (%1)))
- /*-------------------------------------------------------------------------*//**
- * <param name="idx">Command to test.</param>
- * <remarks>
- * Tests if the given slot is empty.
- * </remarks>
- *//*------------------------------------------------------------------------**/
- P:D(bool:_Command_IsEmptySlot(idx));
- #define _Command_IsEmptySlot(%0) (!YSI_g_sCommands[(%0)][E_COMMAND_NAME])
- /*-------------------------------------------------------------------------*//**
- * <param name="idx">Command to test.</param>
- * <remarks>
- * Tests if the given slot is an alternate command.
- * </remarks>
- *//*------------------------------------------------------------------------**/
- P:D(bool:_Command_IsAlt(idx));
- #define _Command_IsAlt(%0) (YSI_g_sCommands[(%0)][E_COMMAND_POINTER] & cellmin)
- /*-------------------------------------------------------------------------*//**
- * <param name="ptr">AMX function pointer.</param>
- * <param name="idx">Index of the parent command data.</param>
- * <param name="name">Destination for the parent function name.</param>
- * <remarks>
- * Finds the original version of an alt command. Updated to not contain long
- * chains (along with "Command_AddAlt").
- * </remarks>
- *//*------------------------------------------------------------------------**/
- P:D(_Command_GetReal(&ptr,&idx,name[]));
- #define _Command_GetReal(%0,%1,%2); \
- if((%0=YSI_g_sCommands[(%1)][E_COMMAND_POINTER])&cellmin) \
- %1=(%0)&~cellmin, \
- %0=YSI_g_sCommands[(%1)][E_COMMAND_POINTER], \
- strunpack(%2,YSI_g_sCommands[(%1)][E_COMMAND_NAME]);
- /*-------------------------------------------------------------------------*//**
- * <param name="error">Which error to show.</param>
- * <param name="playerid">Player who typed the command.</param>
- * <param name="cmdtext">What they typed.</param>
- * <remarks>
- * Call OnPlayerCommandReceived once the system knows how the player can use
- * this command (if they can). The order of the parameters is such that the
- * error comes first. This is because it is compile-time concatenated to make
- * the error enum value, and putting that parameter first means that we don't
- * need to ommit the space after any comma.
- * </remarks>
- *//*------------------------------------------------------------------------**/
- #define Command_ErrorRet(%2) (YSI_g_sCommandFlags&e_COMMAND_FLAGS:(1<<_:(%2)))
- #if defined COMMAND_USE_ERRORS
-
- #define Command_ErrorMsg(%2) YSI_g_sErrorMessages[%2]
-
- #if defined _Text_Send
- #define Command_Error(%0,%2) (Command_ErrorMsg(%2)[0]?(Text_Send((%0),Command_ErrorMsg(%2)),Command_ErrorRet(%2)):Command_ErrorRet(%2))
- #else
- #define Command_Error(%0,%2) (Command_ErrorMsg(%2)[0]?(SendClientMessage((%0),0xFF0000AA,Command_ErrorMsg(%2)),Command_ErrorRet(%2)):Command_ErrorRet(%2))
- #endif
- #else
- #define Command_Error(%0,%2) Command_ErrorRet(%2)
- #endif
- #define Command_OnReceived(%2,%0,%1) ((sErr=(YSI_g_sCommandFlags&e_COMM_FLAG_OPCR)?(e_COMMAND_ERRORS:W@(YSI_gscOPCR,YSI_gscISI,(%0),(%1),(_:COMMAND_%2))):(COMMAND_%2)),Command_Error(%0,sErr))
- /*-------------------------------------------------------------------------*//**
- * <param name="command">Command to get for.</param>
- * <returns>
- * Is this command ID active?
- * </returns>
- * <remarks>
- * Doesn't do any bounds checks - use "_Command_IsValid" for that.
- * </remarks>
- *//*------------------------------------------------------------------------**/
- P:D(bool:_Command_IsActive(command));
- #define _Command_IsActive(%0) (YSI_g_sCommands[(%0)][E_COMMAND_NAME])
- /*-------------------------------------------------------------------------*//**
- * <param name="command">Command to get for.</param>
- * <returns>
- * Is this command ID valid?
- * </returns>
- * <remarks>
- * Internal direct-access check.
- * </remarks>
- *//*------------------------------------------------------------------------**/
- //#define _Command_IsValid(%0) ((0 <= (%0) < YSI_g_sHighestID) && _Command_IsActive(%0))
- #define _Command_IsValid(%0) (IS_IN_RANGE((%0), 0, MAX_COMMANDS) && _Command_IsActive(%0))
- /*-------------------------------------------------------------------------*//**
- * <param name="idx">Command to test.</param>
- * <remarks>
- * Checks to see if a character is a possible prefix character. May use an
- * unsigned comparison.
- * </remarks>
- *//*------------------------------------------------------------------------**/
- #if defined Y_COMMANDS_USE_CHARS
- #define _Command_IsPrefix(%0) (IS_IN_RANGE((%0), 0, 128 + 1) && Bit_Get(YSI_g_sPrefixes, (%0)))
- #else
- #define _Command_IsPrefix(%0) ((%0) == '/')
- #endif
- /*-------------------------------------------------------------------------*//**
- * <param name="c">Command to get.</param>
- * <returns>
- * The prefix for this command.
- * </returns>
- *//*------------------------------------------------------------------------**/
- P:D(_Command_GetPrefix(c));
- #define _Command_GetPrefix(%0) (YSI_g_sCommands[(%0)][E_COMMAND_PREFIX])
- /*-------------------------------------------------------------------------*//**
- * <param name="f">Command to get the name of.</param>
- *//*------------------------------------------------------------------------**/
- P:D(Command_Name(f));
- #define Command_Name(%0) (YSI_g_sCommands[(%0)][E_COMMAND_NAME])
- /*
- 88b d88 88 db 88888888ba 88
- 888b d888 "" d88b 88 "8b 88
- 88`8b d8'88 d8'`8b 88 ,8P 88
- 88 `8b d8' 88 ,adPPYYba, 88 8b,dPPYba, d8' `8b 88aaaaaa8P' 88
- 88 `8b d8' 88 "" `Y8 88 88P' `"8a d8YaaaaY8b 88""""""' 88
- 88 `8b d8' 88 ,adPPPPP88 88 88 88 d8""""""""8b 88 88
- 88 `888' 88 88, ,88 88 88 88 d8' `8b 88 88
- 88 `8' 88 `"8bbdP"Y8 88 88 88 d8' `8b 88 88
- */
- /*-------------------------------------------------------------------------*//**
- * <param name="function">Function name to find.</param>
- * <returns>
- * The ID of the passed function.
- * </returns>
- * <remarks>
- * -
- *
- * native Command_GetID(function[])
- *
- * </remarks>
- *//*------------------------------------------------------------------------**/
- foreign Command_GetID(string:function[]);
- global Command_GetID(string:function[])
- {
- P:2("Command_GetID called: \"%s\"", function);
- return Command_Find(function);
- }
- /*-------------------------------------------------------------------------*//**
- * <param name="oidx">The function this is an alternate to.</param>
- * <param name="cmd">The new name.</param>
- * <returns>
- * The command's ID.
- * </returns>
- *//*------------------------------------------------------------------------**/
- foreign Command_AddAlt(oidx, string:cmd[]);
- global Command_AddAlt(oidx, string:cmd[])
- {
- static
- sCmd[64],
- sHash;
- if (!_Command_IsValid(oidx)) return COMMAND_NOT_FOUND;
- // Check the pointer is valid.
- new
- id = YSI_g_sCommands[oidx][E_COMMAND_POINTER];
- // The command we are pointing to is already an alternate for a third
- // command - point this new command at the parent.
- if (id & cellmin) oidx = id & ~cellmin;
- Puny_EncodeHash(sCmd, cmd, sHash, .delimiter = '@');
- // Now point this new command at the real (software) command.
- strpack(sCmd, sCmd, cellmax);
- if ((id = Command_Find(sCmd)) == COMMAND_NOT_FOUND)
- {
- // Command doesn't already exist, add it.
- if ((id = Command_GetEmptySlot()) == COMMAND_NOT_FOUND)
- {
- P:E("Could not add alt command to array.");
- return COMMAND_NOT_FOUND;
- }
- #if defined Y_COMMANDS_USE_CHARS
- YSI_g_sCommands[id][E_COMMAND_PREFIX] = '/',
- #endif
- // Save the new highest ID for loops later.
- YSI_g_sHighestID = max(YSI_g_sHighestID, id + 1),
- // Save the command's pointer.
- YSI_g_sCommands[id][E_COMMAND_POINTER] = cellmin | oidx,
- // Add this command to the hash map (does the name too).
- HashMap_Add(YSI_g_sCommandMap, sCmd, id),
- // Add all players, or defer to y_groups.
- PA_FastInit(YSI_g_sCommands[id][E_COMMAND_USERS]);
- NO_GROUPS(id)
- {
- PA_Init(YSI_g_sCommands[id][E_COMMAND_USERS], true);
- }
- // Copy the master script information. Note that this won't be kept up
- // to date with new scripts unfortunately.
- MASTER_COPY<id, oidx>
- }
- return id;
- }
- /*-------------------------------------------------------------------------*//**
- * <param name="p">(playerid) - Player who entered the command.</param>
- * <param name="c">(cmdtext) - Text entered.</param>
- * <param name="h">
- * 1 - Called from the help commmand or OnPlayerCommandText.
- * 2 - Bypass permissions checks.
- * </param>
- * <returns>
- * true - success or hidden fail.
- * false - fail.
- * </returns>
- * <remarks>
- * Does all the command and error handling. The macro version takes four
- * parameters:
- *
- * <code>Command_ReProcess(playerid,cmdtext,help,force);</code>
- *
- * <c>help</c> and <c>force</c> are combined together in to a bitmap.
- * </remarks>
- *//*------------------------------------------------------------------------**/
- //P:D(Command_ReProcess(playerid,cmdtext,help,force));
- #define Command_ReProcess(%0,%1,%2,%3) Command_ReProcess(%0,%1, _:(%2)|(_:(%3)<<1))
- foreign Command_ReProcess(p,string:c[],h);
- global Command_ReProcess(p,string:c[],h)
- {
- static
- sCmd[64] = "@yC_",
- sPos,
- sRet,
- sHash,
- e_COMMAND_ERRORS:sErr;
- // Check that the input is a valid command. Note that changing the command
- // prefix here would be VERY trivial!
- if ((sRet = _:_Command_IsPrefix(c[0]))) // Relies on "true = 1" later on!
- {
- if (!c[1]) return Command_OnReceived(INVALID_INPUT, p, c);
- }
- else
- {
- if (isnull(c)) return Command_OnReceived(INVALID_INPUT, p, NULL);
- }
- // Check for a valid player.
- #if !defined Y_COMMANDS_NO_IPC
- if (!IsPlayerConnected(p)) return Command_OnReceived(NO_PLAYER, p, c);
- #endif
- if (PA_Get(YSI_g_sDisabledPlayers, p))
- {
- sRet = Command_OnReceived(DISABLED, p, c);
- if (sErr != COMMAND_OK)
- return sRet;
- }
- P:1("Commands_OnPlayerCommandText called: %d %s", p, c);
- new
- prevID = YSI_g_sCurrentID;
- // Get the hashed version of the decoded string, skipping the possible "/".
- sPos = Puny_EncodeHash(sCmd[4], c[sRet], sHash, .delimiter = '@') + sRet;
- while (c[sPos] == ' ') ++sPos; // Better/slower: ('\0' < c[sPos] <= ' ').
- // Find the command in the array.
- YSI_g_sCurrentID = HashMap_GetWithHash(YSI_g_sCommandMap, sCmd[4], sHash);
- P:5("Commands_OnPlayerCommandText: %s, %d, %d, %d", sCmd[4], sPos, sHash, YSI_g_sCurrentID);
- if (YSI_g_sCurrentID == COMMAND_NOT_FOUND)
- {
- return
- YSI_g_sCurrentID = prevID,
- Command_OnReceived(UNDEFINED, p, c);
- }
- #if defined Y_COMMANDS_USE_CHARS
- if (sRet && _Command_GetPrefix(YSI_g_sCurrentID) != c[0])
- {
- // Have a prefix, but not the right one. Calling this function
- // directly always works for all possible command prefixes.
- return Command_OnReceived(BAD_PREFIX, p, c);
- }
- #endif
- P:5("Commands_OnPlayerCommandText: Use %d", _Command_GetPlayer(YSI_g_sCurrentID, p));
- // Can the player use this command? `Command_OnReceived` sets "sErr".
- if ((h&2) || _Command_GetPlayer(YSI_g_sCurrentID, p))
- sRet = Command_OnReceived(OK, p, c);
- else
- sRet = Command_OnReceived(DENIED, p, c);
- if (sErr != COMMAND_OK)
- {
- return
- YSI_g_sCurrentID = prevID,
- sRet;
- }
- // Find the true version of the command (alts etc).
- _Command_GetReal(sHash, YSI_g_sCurrentID, sCmd[4]);
- P:5("Commands_OnPlayerCommandText: Read %d", YSI_g_sCurrentID);
- P:5("Commands_OnPlayerCommandText: Master %d %d", Master_ID(), _:MASTER_GET<YSI_g_sCurrentID>);
- #if YSIM_HAS_MASTER
- if (MASTER_EXCLUSIVE<YSI_g_sCurrentID>)
- #endif
- {
- P:5("Commands_OnPlayerCommandText: Local");
- // In this script. More to the point, in ONLY this script, so
- // we can't have another script as the master. I tried updating
- // this code but then realised that the update would ignore the
- // case where a command was in both the current script and
- // another script, but the other script was the master script.
- h=h&1;
- #emit PUSH.S h
- #emit LOAD.pri sPos
- #emit LOAD.S.alt c
- #emit IDXADDR
- #emit PUSH.pri
- #emit PUSH.S p
- #emit PUSH.C 12
- #emit LCTRL 6
- #emit ADD.C 28
- #emit PUSH.pri
- #emit LOAD.pri sHash
- #emit SCTRL 6
- #emit STOR.pri sRet
- P:5("Command_ReProces: Result = %d %d %d", sRet, Command_Error(p, e_COMMAND_ERRORS:sRet), _:COMMAND_OK);
- }
- #if YSIM_HAS_MASTER
- else
- {
- // This is in another script, or multiple scripts.
- // Call the command in another script. If no particular script
- // is set up as the "master", call it in the first one found...
- if (c[sPos]) CallRemoteFunction(sCmd, YSI_gscISII, p, c[sPos], h&1, Cell_GetLowestBit(_:MASTER_GET<YSI_g_sCurrentID>));
- else CallRemoteFunction(sCmd, YSI_gscISII, p, NULL, h&1, Cell_GetLowestBit(_:MASTER_GET<YSI_g_sCurrentID>));
- sRet = getproperty(8, YSIM_RETURN);
- }
- #endif
- if (YSI_g_sCommandFlags & e_COMM_FLAG_OPCP) sRet = CallRemoteFunction(YSI_gscOPCP, YSI_gscISI, p, c, sRet);
- return
- YSI_g_sCurrentID = prevID,
- Command_Error(p, e_COMMAND_ERRORS:sRet);
- }
- /*
- 88888888ba 88 88
- 88 "8b "" ""
- 88 ,8P
- 88aaaaaa8P' ,adPPYba, 8b,dPPYba, 88,dPYba,,adPYba, 88 ,adPPYba, ,adPPYba, 88 ,adPPYba, 8b,dPPYba, ,adPPYba,
- 88""""""' a8P_____88 88P' "Y8 88P' "88" "8a 88 I8[ "" I8[ "" 88 a8" "8a 88P' `"8a I8[ ""
- 88 8PP""""""" 88 88 88 88 88 `"Y8ba, `"Y8ba, 88 8b d8 88 88 `"Y8ba,
- 88 "8b, ,aa 88 88 88 88 88 aa ]8I aa ]8I 88 "8a, ,a8" 88 88 aa ]8I
- 88 `"Ybbd8"' 88 88 88 88 88 `"YbbdP"' `"YbbdP"' 88 `"YbbdP"' 88 88 `"YbbdP"'
- */
- /*-------------------------------------------------------------------------*//**
- * <param name="playerid">Player to set.</param>
- * <param name="set">Can they use any commands at all.</param>
- * <remarks>
- * Enables or disables using commands for this player. Enabling commands does
- * not enable ALL commands, just allows them to use the ones for which they
- * have otherwise set permissions. Disabling prevents them from using ANY
- * commands at all (though this can be overridden by returning `COMMAND_OK` in
- * `OnPlayerCommandReceived`).
- * </remarks>
- *//*------------------------------------------------------------------------**/
- foreign void:Command_SetPlayerDisabled(playerid, bool:set);
- global void:Command_SetPlayerDisabled(playerid, bool:set)
- {
- PA_Set(YSI_g_sDisabledPlayers, playerid, set);
- }
- /*-------------------------------------------------------------------------*//**
- * <param name="playerid">Player to get.</param>
- * <returns>
- * Can this player use any commands?
- * </returns>
- *//*------------------------------------------------------------------------**/
- foreign bool:Command_GetPlayerDisabled(playerid);
- global bool:Command_GetPlayerDisabled(playerid)
- {
- return PA_Get(YSI_g_sDisabledPlayers, playerid);
- }
- /*-------------------------------------------------------------------------*//**
- * <param name="command">Command to get for.</param>
- * <param name="playerid">Player to get.</param>
- * <returns>
- * Can this player use this command?
- * </returns>
- * <remarks>
- *
- * native bool:Command_GetPlayer(command, playerid);
- *
- * </remarks>
- *//*------------------------------------------------------------------------**/
- foreign bool:Command_GetPlayer(cmd, pid);
- global bool:Command_GetPlayer(cmd, pid)
- {
- if (_Command_IsValid(cmd) && VALID_PLAYERID(pid)) return _Command_GetPlayer(cmd, pid);
- return false;
- }
- /*-------------------------------------------------------------------------*//**
- * <param name="funcname">Command to get for.</param>
- * <param name="playerid">Player to get.</param>
- * <remarks>
- * Like Command_GetPlayer but for a function name.
- *
- * native bool:Command_GetPlayerNamed(funcname[], playerid);
- *
- * </remarks>
- *//*------------------------------------------------------------------------**/
- foreign bool:Command_GetPlayerNamed(string:func[], playerid);
- global bool:Command_GetPlayerNamed(string:func[], playerid)
- {
- return Command_GetPlayer(Command_Find(func), playerid);
- }
- /*-------------------------------------------------------------------------*//**
- * <param name="command">Command to set for.</param>
- * <param name="playerid">Player to set.</param>
- * <param name="set">Wether or not this player can use this command.</param>
- * <remarks>
- *
- * native bool:Command_SetPlayer(command, playerid, bool:set);
- *
- * </remarks>
- *//*------------------------------------------------------------------------**/
- foreign void:Command_SetPlayer(c, p, bool:s);
- global void:Command_SetPlayer(c, p, bool:s)
- {
- P:2("Command_SetPlayer called: %i, %i, %i", c, p, s);
- if (_Command_IsValid(c) && VALID_PLAYERID(p)) PA_Set(YSI_g_sCommands[c][E_COMMAND_USERS], p, s);
- }
- /*-------------------------------------------------------------------------*//**
- * <param name="funcname">Command to set for.</param>
- * <param name="playerid">Player to set.</param>
- * <param name="set">Wether or not this player can use this command.</param>
- * <remarks>
- * Like Command_SetPlayer but for a function name.
- *
- * native bool:Command_SetPlayerNamed(funcname[], playerid, bool:set);
- *
- * </remarks>
- *//*------------------------------------------------------------------------**/
- foreign void:Command_SetPlayerNamed(string:f[],p,bool:s);
- global void:Command_SetPlayerNamed(string:f[],p,bool:s)
- {
- Command_SetPlayer(Command_Find(f), p, s);
- }
- /*-------------------------------------------------------------------------*//**
- * <param name="cmd">The command name to find.</param>
- * <returns>
- * The array slot of this command, or -1.
- * </returns>
- *//*------------------------------------------------------------------------**/
- foreign Command_Find(string:cmd[]);
- global Command_Find(string:cmd[])
- {
- static
- sCmd[64] = "",
- sHash;
- Puny_EncodeHash(sCmd, cmd, sHash, .delimiter = '@');
- return HashMap_Get(YSI_g_sCommandMap, sCmd);
- }
- /*-------------------------------------------------------------------------*//**
- * <param name="command">Command to "touch".</param>
- * <remarks>
- * Used within "GROUP_ADD" to quickly assign a load of commands to just one
- * group.
- * </remarks>
- *//*------------------------------------------------------------------------**/
- foreign void:Command_TouchNamed(string:command[]);
- global void:Command_TouchNamed(string:command[])
- {
- new
- id = Command_Find(command);
- if (id != COMMAND_NOT_FOUND)
- {
- NO_GROUPS(id)
- {
- return;
- }
- }
- }
- /*-------------------------------------------------------------------------*//**
- * <param name="command">Command to "touch".</param>
- * <remarks>
- * Used within "GROUP_ADD" to quickly assign a load of commands to just one
- * group.
- * </remarks>
- *//*------------------------------------------------------------------------**/
- foreign void:Command_Touch(command);
- global void:Command_Touch(command)
- {
- if (_Command_IsValid(command))
- {
- NO_GROUPS(command)
- {
- return;
- }
- }
- }
- /*-------------------------------------------------------------------------*//**
- *//*------------------------------------------------------------------------**/
- foreign void:Command_SetDeniedReturn(bool:set);
- global void:Command_SetDeniedReturn(bool:set)
- {
- if (set)
- YSI_g_sCommandFlags |= e_COMMAND_FLAGS_DENIED;
- else
- YSI_g_sCommandFlags &= ~e_COMMAND_FLAGS_DENIED;
- }
- /*-------------------------------------------------------------------------*//**
- *//*------------------------------------------------------------------------**/
- foreign bool:Command_GetDeniedReturn();
- global bool:Command_GetDeniedReturn()
- {
- return bool:(YSI_g_sCommandFlags & e_COMMAND_FLAGS_DENIED);
- }
- /*-------------------------------------------------------------------------*//**
- *//*------------------------------------------------------------------------**/
- foreign void:Command_SetIllegalReturn(bool:set);
- global void:Command_SetIllegalReturn(bool:set)
- {
- if (set)
- YSI_g_sCommandFlags |= e_COMMAND_FLAGS_INVALID_INPUT;
- else
- YSI_g_sCommandFlags &= ~e_COMMAND_FLAGS_INVALID_INPUT;
- }
- /*-------------------------------------------------------------------------*//**
- *//*------------------------------------------------------------------------**/
- foreign bool:Command_GetIllegalReturn();
- global bool:Command_GetIllegalReturn()
- {
- return bool:(YSI_g_sCommandFlags & e_COMMAND_FLAGS_INVALID_INPUT);
- }
- /*-------------------------------------------------------------------------*//**
- *//*------------------------------------------------------------------------**/
- foreign void:Command_SetUnknownReturn(bool:set);
- global void:Command_SetUnknownReturn(bool:set)
- {
- if (set)
- YSI_g_sCommandFlags |= e_COMMAND_FLAGS_NOT_FOUND;
- else
- YSI_g_sCommandFlags &= ~e_COMMAND_FLAGS_NOT_FOUND;
- }
- /*-------------------------------------------------------------------------*//**
- *//*------------------------------------------------------------------------**/
- foreign bool:Command_GetUnknownReturn();
- global bool:Command_GetUnknownReturn()
- {
- return bool:(YSI_g_sCommandFlags & e_COMMAND_FLAGS_NOT_FOUND);
- }
- /*-------------------------------------------------------------------------*//**
- *//*------------------------------------------------------------------------**/
- foreign void:Command_SetDisconnectReturn(bool:set);
- global void:Command_SetDisconnectReturn(bool:set)
- {
- if (set)
- YSI_g_sCommandFlags |= e_COMMAND_FLAGS_NO_PLAYER;
- else
- YSI_g_sCommandFlags &= ~e_COMMAND_FLAGS_NO_PLAYER;
- }
- /*-------------------------------------------------------------------------*//**
- *//*------------------------------------------------------------------------**/
- foreign bool:Command_GetDisconnectReturn();
- global bool:Command_GetDisconnectReturn()
- {
- return bool:(YSI_g_sCommandFlags & e_COMMAND_FLAGS_NO_PLAYER);
- }
- /*
- 88888888888 db 88888888ba 88
- 88 ,d d88b 88 "8b 88
- 88 88 d8'`8b 88 ,8P 88
- 88aaaaa 8b, ,d8 MM88MMM 8b,dPPYba, ,adPPYYba, d8' `8b 88aaaaaa8P' 88
- 88""""" `Y8, ,8P' 88 88P' "Y8 "" `Y8 d8YaaaaY8b 88""""""' 88
- 88 )888( 88 88 ,adPPPPP88 d8""""""""8b 88 88
- 88 ,d8" "8b, 88, 88 88, ,88 d8' `8b 88 88
- 88888888888 8P' `Y8 "Y888 88 `"8bbdP"Y8 d8' `8b 88 88
- */
- /*-------------------------------------------------------------------------*//**
- * <param name="function">The function this is an alternate to.</param>
- * <param name="altname">The new name.</param>
- * <remarks>
- * Add an alternate command for an existing command.
- *
- * native Command_AddAltNamed(function[], altname[]);
- *
- * </remarks>
- *//*------------------------------------------------------------------------**/
- foreign Command_AddAltNamed(string:function[], string:altname[]);
- global Command_AddAltNamed(string:function[], string:altname[])
- {
- return Command_AddAlt(Command_Find(function), altname);
- }
- /*-------------------------------------------------------------------------*//**
- * <param name="func">The slot of the command to remove.</param>
- * <remarks>
- *
- * native Command_Remove(func);
- *
- * </remarks>
- *//*------------------------------------------------------------------------**/
- foreign void:Command_Remove(func);
- global void:Command_Remove(func)
- {
- // Annoyingly, this is actually better with "HashMap_RemoveKey", but then we
- // don't have the ID for later use.
- if (HashMap_RemoveValue(YSI_g_sCommandMap, func))
- {
- #if defined Y_COMMANDS_USE_CHARS
- Command_FlushPrefixes(_Command_GetPrefix(func)),
- #endif
- YSI_g_sCommands[func][E_COMMAND_POINTER] = -1;
- }
- }
- /*-------------------------------------------------------------------------*//**
- * <param name="func">The name of the command to remove.</param>
- * <remarks>
- *
- * native Command_RemoveNamed(string:func[]);
- *
- * </remarks>
- *//*------------------------------------------------------------------------**/
- foreign void:Command_RemoveNamed(string:func[]);
- global void:Command_RemoveNamed(string:func[])
- {
- Command_Remove(Command_Find(func));
- }
- /*-------------------------------------------------------------------------*//**
- * <param name="command">Command to get for.</param>
- * <returns>
- * Is this command ID valid?
- * </returns>
- *//*------------------------------------------------------------------------**/
- foreign bool:Command_IsValid(cmd);
- global bool:Command_IsValid(cmd)
- {
- return _Command_IsValid(cmd);
- }
- /*-------------------------------------------------------------------------*//**
- * <returns>
- * The command currently being processed, or "COMMAND_NOT_FOUND".
- * </returns>
- *//*------------------------------------------------------------------------**/
- foreign Command_GetCurrent();
- global Command_GetCurrent()
- {
- return YSI_g_sCurrentID;
- }
- /*-------------------------------------------------------------------------*//**
- * <param name="playerid">Player to count for.</param>
- * <remarks>
- * Gets the number of comamnds this player can use.
- *
- * native Command_GetPlayerCommandCount(playerid);
- *
- * </remarks>
- *//*------------------------------------------------------------------------**/
- foreign Command_GetPlayerCommandCount(playerid);
- global Command_GetPlayerCommandCount(playerid)
- {
- P:2("Command_GetPlayerCommandCount called: %i", playerid);
- new
- slot = PA_Slot(playerid),
- Bit:mask = PA_Mask(playerid),
- count = 0;
- for (new i = 0; i != YSI_g_sHighestID; ++i)
- {
- if (_Command_IsActive(i) && YSI_g_sCommands[i][E_COMMAND_USERS][slot] & mask)
- {
- ++count;
- }
- }
- return count;
- }
- /*
- 888b 88
- 8888b 88
- 88 `8b 88
- 88 `8b 88 ,adPPYYba, 88,dPYba,,adPYba, ,adPPYba, ,adPPYba,
- 88 `8b 88 "" `Y8 88P' "88" "8a a8P_____88 I8[ ""
- 88 `8b 88 ,adPPPPP88 88 88 88 8PP""""""" `"Y8ba,
- 88 `8888 88, ,88 88 88 88 "8b, ,aa aa ]8I
- 88 `888 `"8bbdP"Y8 88 88 88 `"Ybbd8"' `"YbbdP"'
- */
- /*-------------------------------------------------------------------------*//**
- * <param name="f">Command to get the name of.</param>
- * <remarks>
- *
- * native Command_GetName(funcid);
- *
- * </remarks>
- *//*------------------------------------------------------------------------**/
- foreign string:Command_GetName(f);
- global string:Command_GetName(f)
- {
- YSI_g_sReturnBuffer[0] = '\0';
- if (_Command_IsValid(f)) strunpack(YSI_g_sReturnBuffer, Command_Name(f));
- return YSI_g_sReturnBuffer;
- }
- /*-------------------------------------------------------------------------*//**
- * <param name="f">Command to get the real name of.</param>
- * <param name="p">Player to get the name for.</param>
- * <returns>
- * The name of a command for a single player.
- * </returns>
- * <remarks>
- * Abstracted because there's a crash when chain returning a string from a
- * foreign function (see "Command_GetDisplayNamed").
- *
- * native Command_GetDisplay(funcid, playerid);
- *
- * </remarks>
- *//*------------------------------------------------------------------------**/
- foreign string:Command_GetDisplay(funcid, playerid);
- global string:Command_GetDisplay(funcid, playerid)
- {
- return
- _Command_GetDisplay(funcid, playerid),
- YSI_g_sReturnBuffer;
- }
- /*-------------------------------------------------------------------------*//**
- * <param name="f">Command to get the real name of.</param>
- * <param name="p">Player to get the name for.</param>
- * <returns>
- * The name of a named function for one player.
- * </returns>
- * <remarks>
- * Remote function call for Command_GetDisplayNameNamed - avoids needing to
- * expose users to the master system's odd way of returning strings. This is
- * the only part I've not yet fixed up to be nice and hidden.
- *
- * native string:Command_GetDisplayNamed(string:funcid[], playerid);
- *
- * </remarks>
- *//*------------------------------------------------------------------------**/
- foreign string:Command_GetDisplayNamed(string:func[], playerid);
- global string:Command_GetDisplayNamed(string:func[], playerid)
- {
- return
- _Command_GetDisplay(Command_Find(func), playerid),
- YSI_g_sReturnBuffer;
- }
- /*-------------------------------------------------------------------------*//**
- * <param name="index">Index of the next command for this player.</param>
- * <param name="playerid">Player to get the name for.</param>
- * <returns>
- * The name of a command for a single player.
- * </returns>
- * <remarks>
- * -
- *
- * native Command_GetNext(index, playerid);
- *
- * </remarks>
- *//*------------------------------------------------------------------------**/
- foreign string:Command_GetNext(index, playerid);
- global string:Command_GetNext(index, playerid)
- {
- P:2("Command_GetNext called: %i, %i", index, playerid);
- YSI_g_sReturnBuffer[0] = '\0';
- if (0 <= index < YSI_g_sHighestID)
- {
- // Don't recalculate this every loop.
- new
- slot = PA_Slot(playerid),
- Bit:mask = PA_Mask(playerid);
- for (new i = 0; i != YSI_g_sHighestID; ++i)
- {
- if (_Command_IsActive(i) && YSI_g_sCommands[i][E_COMMAND_USERS][slot] & mask)
- {
- // Skip already displayed ones.
- if (index)
- {
- --index;
- }
- else
- {
- strunpack(YSI_g_sReturnBuffer, Command_Name(i));
- return YSI_g_sReturnBuffer;
- }
- }
- }
- }
- return YSI_g_sReturnBuffer;
- }
- /*
- 88
- 88 ,d ,d
- 88 88 88
- 88 MM88MMM ,adPPYba, 8b,dPPYba, ,adPPYYba, MM88MMM ,adPPYba, 8b,dPPYba, ,adPPYba,
- 88 88 a8P_____88 88P' "Y8 "" `Y8 88 a8" "8a 88P' "Y8 I8[ ""
- 88 88 8PP""""""" 88 ,adPPPPP88 88 8b d8 88 `"Y8ba,
- 88 88, "8b, ,aa 88 88, ,88 88, "8a, ,a8" 88 aa ]8I
- 88 "Y888 `"Ybbd8"' 88 `"8bbdP"Y8 "Y888 `"YbbdP"' 88 `"YbbdP"'
- */
- /*-------------------------------------------------------------------------*//**
- * <param name="start">Last value.</param>
- * <returns>
- * The next command.
- * </returns>
- * <remarks>
- * Internal implementation of the "Command()" iterator for "foreach". Returns
- * all the commands that exist. Normally iterator functions take two
- * parameters, but this needs only one. Really quite simple, but probably
- * faster this way as it has access to internal information.
- * </remarks>
- *//*------------------------------------------------------------------------**/
- foreign Iter_Func@Command(start);
- global Iter_Func@Command(start)
- {
- for (new i = start + 1; i < YSI_g_sHighestID; ++i)
- {
- if (_Command_IsActive(i)) return i;
- }
- return COMMAND_NOT_FOUND;
- }
- #define Iterator@Command iterstart(-1)
- /*-------------------------------------------------------------------------*//**
- * <param name="pid">Player to check for.</param>
- * <param name="start">Last value.</param>
- * <returns>
- * The next command.
- * </returns>
- * <remarks>
- * Internal implementation of the "PlayerCommand()" iterator for "foreach".
- * Returns all the commands this player can use.
- *
- * This is similar to "Command_GetNext", but returns an ID not a string - I
- * actually think this way is slightly better.
- * </remarks>
- *//*------------------------------------------------------------------------**/
- foreign Iter_Func@PlayerCommand(start, pid);
- global Iter_Func@PlayerCommand(start, pid)
- {
- new
- slot = PA_Slot(pid),
- Bit:mask = PA_Mask(pid);
- for (new i = start + 1; i < YSI_g_sHighestID; ++i)
- {
- if (_Command_IsActive(i) && YSI_g_sCommands[i][E_COMMAND_USERS][slot] & mask) return i;
- }
- return COMMAND_NOT_FOUND;
- }
- #define Iterator@PlayerCommand iterstart(-1)
- /*
-
- 88888888ba ad88 88
- 88 "8b d8" ""
- 88 ,8P 88
- 88aaaaaa8P' 8b,dPPYba, ,adPPYba, MM88MMM 88 8b, ,d8 ,adPPYba, ,adPPYba,
- 88""""""' 88P' "Y8 a8P_____88 88 88 `Y8, ,8P' a8P_____88 I8[ ""
- 88 88 8PP""""""" 88 88 )888( 8PP""""""" `"Y8ba,
- 88 88 "8b, ,aa 88 88 ,d8" "8b, "8b, ,aa aa ]8I
- 88 88 `"Ybbd8"' 88 88 8P' `Y8 `"Ybbd8"' `"YbbdP"'
-
- */
- /*-------------------------------------------------------------------------*//**
- * <param name="c">Command to get.</param>
- * <returns>
- * The prefix for this command ('/' by default).
- * </returns>
- *//*------------------------------------------------------------------------**/
- #if defined Y_COMMANDS_USE_CHARS
- foreign Command_GetPrefix(c);
-
- global Command_GetPrefix(c)
- {
- if (_Command_IsValid(c)) return _Command_GetPrefix(c);
- return '/';
- }
-
- foreign Command_GetPrefixNamed(string:c[]);
-
- global Command_GetPrefixNamed(string:c[])
- {
- return Command_GetPrefix(Command_Find(c));
- }
- // Don't compile at all if it is disabled.
- #endif
- /*-------------------------------------------------------------------------*//**
- * <param name="prefix">Possible prefix character.</param>
- * <returns>
- * Is this a valid character for a prefix?
- * </returns>
- * <remarks>
- * This is the ONLY place the list of valid prefixes is defined! They are
- * symbols, not an alphanumerics, and under 128.
- * </remarks>
- *//*------------------------------------------------------------------------**/
- #if defined Y_COMMANDS_USE_CHARS
- stock bool:Command_IsValidPrefix(prefix)
- {
- return (
- '!' <= prefix <= '/' ||
- ':' <= prefix <= '@' ||
- '[' <= prefix <= '`' ||
- '{' <= prefix <= '~');
- }
- #endif
- /*-------------------------------------------------------------------------*//**
- * <param name="prefix">Possible prefix character.</param>
- * <returns>
- * Is this a prefix used for any command?
- * </returns>
- *//*------------------------------------------------------------------------**/
- #if defined Y_COMMANDS_USE_CHARS
- foreign bool:Command_IsPrefixUsed(prefix);
-
- global bool:Command_IsPrefixUsed(prefix)
- {
- return Command_IsValidPrefix(prefix) && Bit_Get(YSI_g_sPrefixes, prefix);
- }
- #endif
- /*-------------------------------------------------------------------------*//**
- * <param name="prefix">Prefix to maybe remove.</param>
- * <remarks>
- * If one command uses a prefix, then STOPS using said prefix, the global list
- * of valid prefixes will need to be updated.
- * </remarks>
- *//*------------------------------------------------------------------------**/
- #if defined Y_COMMANDS_USE_CHARS
- static stock Command_FlushPrefixes(prefix)
- {
- if (prefix == '/') return 1;
- for (new i = 0; i != YSI_g_sHighestID; ++i)
- {
- if (_Command_IsActive(i) && _Command_GetPrefix(i) == prefix) return 1;
- }
- Bit_Vet(YSI_g_sPrefixes, prefix);
- return 0;
- }
- #endif
- /*-------------------------------------------------------------------------*//**
- * <param name="c">Command to set.</param>
- * <param name="prefix">First character of the command.</param>
- * <remarks>
- * Change what command to type "/x" vs "#x" for example.
- * </remarks>
- *//*------------------------------------------------------------------------**/
- #if defined Y_COMMANDS_USE_CHARS
- foreign bool:Command_SetPrefix(c, prefix);
-
- global bool:Command_SetPrefix(c, prefix)
- {
- if (Command_IsValidPrefix(prefix))
- {
- if (_Command_IsValid(c))
- {
- // Set this command's prefix, and add the prefix to the list.
- new
- tmp = YSI_g_sCommands[c][E_COMMAND_PREFIX];
- return
- Bit_Let(YSI_g_sPrefixes, prefix),
- YSI_g_sCommands[c][E_COMMAND_PREFIX] = prefix,
- Command_FlushPrefixes(tmp),
- true;
- }
- }
- return false;
- }
- #endif
- /*-------------------------------------------------------------------------*//**
- * <param name="c">Named command to set.</param>
- * <param name="prefix">First character of the command.</param>
- * <remarks>
- * Change what command to type "/x" vs "#x" for example.
- * </remarks>
- *//*------------------------------------------------------------------------**/
- #if defined Y_COMMANDS_USE_CHARS
- foreign bool:Command_SetPrefixNamed(string:c[], prefix);
-
- global bool:Command_SetPrefixNamed(string:c[], prefix)
- {
- return Command_SetPrefix(Command_Find(c), prefix);
- }
- #endif
- /*
- 88 88 88
- 88 88 88
- 88 88 88
- 88aaaaaaaa88 ,adPPYba, ,adPPYba, 88 ,d8 ,adPPYba,
- 88""""""""88 a8" "8a a8" "8a 88 ,a8" I8[ ""
- 88 88 8b d8 8b d8 8888[ `"Y8ba,
- 88 88 "8a, ,a8" "8a, ,a8" 88`"Yba, aa ]8I
- 88 88 `"YbbdP"' `"YbbdP"' 88 `Y8a `"YbbdP"'
- */
- /*-------------------------------------------------------------------------*//**
- * <param name="playerid">Player who typed something.</param>
- * <param name="text">What they typed.</param>
- * <returns>
- * 0 - Could not process the command.
- * 1 - Called the command.
- * </returns>
- * <remarks>
- * Used to implement alternate command prefixes.
- * </remarks>
- *//*------------------------------------------------------------------------**/
- mhook OnPlayerText(playerid, text[])
- {
- // Is this prefix used anywhere?
- if (_Command_IsPrefix(text[0]))
- {
- // The default return for OnPlayerText is opposite OnPlayerCommandText.
- return !Command_ReProcess(playerid, text, 0);
- }
- // Default return, do nothing.
- return 1;
- }
- /*-------------------------------------------------------------------------*//**
- * <param name="playerid">Player who typed a command.</param>
- * <param name="cmdtext">What they typed.</param>
- * <returns>
- * 0 - Could not process the command.
- * 1 - Called the command.
- * </returns>
- * <remarks>
- * The core of the command processor. Now vsatly simplified.
- *
- * This function first finds the command in our hash map. If it exists, it
- * checks if the player can use it. If they can, it checks if it is only in
- * the current script. If it is it calls it directly, if it isn't it calls it
- * using "CallRemoteFunction", which takes in to account master states in
- * multiple scripts and the special master 23, which calls it in only one
- * other script.
- * </remarks>
- *//*------------------------------------------------------------------------**/
- mhook OnPlayerCommandText(playerid, cmdtext[])
- {
- // An interesting side-effect of this code is that, in theory, hacks that
- // submit commands without the "/" will still work. Or you could hook
- // "OnPlayerText" to call "Command_ReProcess" and still work as well.
- return Command_ReProcess(playerid, cmdtext, 0);
- }
- /*-------------------------------------------------------------------------*//**
- * <remarks>
- * Add all local commands in to the system.
- * </remarks>
- *//*------------------------------------------------------------------------**/
- hook OnScriptInit()
- {
- P:1("Command_OnScriptInit called");
- YSI_g_sCommandFlags = e_COMMAND_FLAGS_OK;
- #if YSIM_NOT_CLIENT
- #if defined Y_COMMANDS_USE_CHARS
- Bit_SetAll(YSI_g_sPrefixes, false),
- Bit_Let(YSI_g_sPrefixes, '/'),
- #endif
- HashMap_Init(YSI_g_sCommandMap, YSI_g_sCommands, E_COMMAND_HASH_MAP);
- for (new func = 0; func != MAX_COMMANDS; ++func)
- {
- YSI_g_sCommands[func][E_COMMAND_POINTER] = -1;
- }
- #endif
- P:2("_Command_DoInit <> called");
- new
- entry,
- buffer[32 char],
- idx,
- id2;
- P:5("Command_OnScriptInit: Pre-loop");
- while ((idx = AMX_GetPublicEntryPrefix(idx, entry, _A<@yC_>)))
- {
- // Add the command name and pointer, but skip the leading "@yC_".
- P:6("Command_OnScriptInit: Adding %d", entry);
- AMX_ReadString(AMX_BASE_ADDRESS + AMX_Read(entry + 4), buffer),
- buffer[0] = ('@' << 24) | ('_' << 16) | ('y' << 08) | ('C' << 00),
- id2 = funcidx(buffer);
- if (id2 != -1) entry = AMX_HEADER_PUBLICS + id2 * 8;
- // Check that the function name is all lower-case.
- for (id2 = 4; buffer{id2}; ++id2)
- {
- if (buffer{id2} != tolower(buffer{id2})) P:E("Commands must be in lower-case in your source code.");
- }
- // Add the command regardless.
- Command_Add(buffer[1], AMX_Read(entry));
- P:6("Command_OnScriptInit: Name %s", unpack(buffer[1]));
- }
- if (funcidx(YSI_gscOPCR) != -1) Command_IncOPCR();
- if (funcidx(YSI_gscOPCP) != -1) Command_IncOPCP();
- }
- /*-------------------------------------------------------------------------*//**
- * <remarks>
- * Passes additional commands data to the new master.
- * </remarks>
- *//*------------------------------------------------------------------------**/
- HANDOFF()
- {
- P:1("Commands_OnScriptExit <_YCM:p> called");
- // Copy settings.
- DISTRIBUTE(YSI_g_sCommandFlags);
- DISTRIBUTE(YSI_g_sErrorMessages);
- DISTRIBUTE(YSI_g_sDisabledPlayers);
- // This accounts for master IDs.
- DISTRIBUTE(YSI_g_sCommands);
- // Now we've sent over the remaining valid commands, build the hash map.
- _Command_Rebuild();
- }
- /*-------------------------------------------------------------------------*//**
- * <remarks>
- * When a script ends, update the status of any new callback hooks.
- * </remarks>
- *//*------------------------------------------------------------------------**/
- hook OnScriptExit()
- {
- P:1("Commands_OnScriptExit <> called");
- if (funcidx(YSI_gscOPCR) != -1) Command_DecOPCR();
- if (funcidx(YSI_gscOPCP) != -1) Command_DecOPCP();
- }
- #if YSIM_HAS_MASTER
- mhook OnMasterSystemClose(id)
- {
- new
- cmdname[32 char] = {('@' << 24) | ('_' << 16) | ('y' << 08) | ('C' << 00), 0, 0, ...},
- Bit:cur = Bit:(1 << Master_ID()),
- Bit:bit = Bit:(1 << id),
- Bit:rem = ~bit;
- for (new i = 0; i != MAX_COMMANDS; ++i)
- {
- if (_Command_IsActive(i))
- {
- if (YSI_g_sMasterData[i] == bit)
- {
- // Only existed in one (other) script. Remove it.
- Command_Remove(i);
- }
- if ((YSI_g_sMasterData[i] &= rem) == cur)
- {
- if(YSI_g_sCommands[i][E_COMMAND_POINTER]&cellmin) continue;
- // Existed in multiple, now only one.
- strpack(cmdname[1], Command_Name(i), 31);
- new
- id2 = funcidx(cmdname);
- if (id2 == -1)
- {
- P:W("Command marked EXCLUSIVE, but doesn't exist");
- Command_Remove(i);
- continue;
- }
- // Store the new pointer.
- YSI_g_sCommands[i][E_COMMAND_POINTER] = AMX_Read(AMX_HEADER_PUBLICS + id2 * 8);
- }
- }
- }
- return 1;
- }
- #endif
- /*
- 88 88
- 88 ,d 88
- 88 88 88
- 88 8b,dPPYba, MM88MMM ,adPPYba, 8b,dPPYba, 8b,dPPYba, ,adPPYYba, 88
- 88 88P' `"8a 88 a8P_____88 88P' "Y8 88P' `"8a "" `Y8 88
- 88 88 88 88 8PP""""""" 88 88 88 ,adPPPPP88 88
- 88 88 88 88, "8b, ,aa 88 88 88 88, ,88 88
- 88 88 88 "Y888 `"Ybbd8"' 88 88 88 `"8bbdP"Y8 88
- */
- /*-------------------------------------------------------------------------*//**
- * <remarks>
- * Rebuilds the hashmap of command pointers after a master script hands off.
- * </remarks>
- *//*------------------------------------------------------------------------**/
- foreign void:_Command_Rebuild();
- global void:_Command_Rebuild()
- {
- new
- cmdname[32 char] = {('@' << 24) | ('_' << 16) | ('y' << 08) | ('C' << 00), 0, 0, ...};
- HashMap_Init(YSI_g_sCommandMap, YSI_g_sCommands, E_COMMAND_HASH_MAP);
- for (new i = 0; i != MAX_COMMANDS; ++i)
- {
- #if defined Y_COMMANDS_USE_CHARS
- Bit_SetAll(YSI_g_sPrefixes, false),
- Bit_Let(YSI_g_sPrefixes, '/');
- #endif
- if (_Command_IsActive(i))
- {
- #if defined Y_COMMANDS_USE_CHARS
- Bit_Let(YSI_g_sPrefixes, _Command_GetPrefix(i)),
- #endif
- strpack(cmdname[1], Command_Name(i), 31),
- HashMap_Add(YSI_g_sCommandMap, cmdname[1], i),
- YSI_g_sHighestID = i + 1;
- }
- }
- }
- /*-------------------------------------------------------------------------*//**
- * <remarks>
- * This function, and the three other related ones, increment and decrement the
- * number of callbacks known to exist on the server. If they are 0, there's no
- * point trying to call them on errors etc.
- * </remarks>
- *//*------------------------------------------------------------------------**/
- foreign void:Command_IncOPCR();
- global void:Command_IncOPCR()
- {
- P:2("Command_IncOPCR called");
- YSI_g_sCommandFlags += e_COMM_FLAG_OPCR_ADD;
- }
- foreign void:Command_DecOPCR();
- global void:Command_DecOPCR()
- {
- P:2("Command_DecOPCR called");
- YSI_g_sCommandFlags -= e_COMM_FLAG_OPCR_ADD;
- }
- foreign void:Command_IncOPCP();
- global void:Command_IncOPCP()
- {
- P:2("Command_IncOPCP called");
- YSI_g_sCommandFlags += e_COMM_FLAG_OPCP_ADD;
- }
- foreign void:Command_DecOPCP();
- global void:Command_DecOPCP()
- {
- P:2("Command_DecOPCP called");
- YSI_g_sCommandFlags -= e_COMM_FLAG_OPCP_ADD;
- }
- /*-------------------------------------------------------------------------*//**
- * <returns>
- * The first available slot in "YSI_g_sCommands".
- * </returns>
- *//*------------------------------------------------------------------------**/
- static stock Command_GetEmptySlot()
- {
- for (new i = 0; i != MAX_COMMANDS; ++i)
- {
- // No name for the command, can't exist.
- if (_Command_IsEmptySlot(i)) return i;
- }
- return COMMAND_NOT_FOUND;
- }
- /*-------------------------------------------------------------------------*//**
- * <param name="cmd">The command name to add.</param>
- * <param name="ptr">The command's pointer.</param>
- * <param name="id">Where to store the command (default -1 = find).</param>
- * <returns>
- * The command's ID.
- * </returns>
- * <remarks>
- * This was an external API function, but there is no reason for it to be as it
- * is called for all found commands at mode start.
- * </remarks>
- *//*------------------------------------------------------------------------**/
- @foreign Command_Add(string:cmd[], ptr);
- @global Command_Add(string:cmd[], ptr)
- {
- // The commands all need to be stored packed.
- strpack(cmd, cmd, cellmax);
- P:2("Command_Add: %s, %d", unpack(cmd), ptr);
- new
- id = Command_Find(cmd);
- P:5("Command_Add: found %d", id);
- if (id == COMMAND_NOT_FOUND)
- {
- // Command doesn't already exist, add it.
- if ((id = Command_GetEmptySlot()) == COMMAND_NOT_FOUND)
- {
- P:E("Could not add command to array.");
- return COMMAND_NOT_FOUND;
- }
- #if defined Y_COMMANDS_USE_CHARS
- YSI_g_sCommands[id][E_COMMAND_PREFIX] = '/',
- #endif
- YSI_g_sHighestID = max(YSI_g_sHighestID, id + 1),
- // Save the command's pointer.
- YSI_g_sCommands[id][E_COMMAND_POINTER] = ptr,
- // Add this command to the hash map (does the name too).
- HashMap_Add(YSI_g_sCommandMap, cmd, id),
- // Add all players, or defer to y_groups.
- PA_FastInit(YSI_g_sCommands[id][E_COMMAND_USERS]);
- NO_GROUPS(id)
- {
- PA_Init(YSI_g_sCommands[id][E_COMMAND_USERS], true);
- }
- // Add the calling script as having this command.
- MASTER_SET<id>
- }
- else
- {
- // Add this script to the list of providers.
- MASTER_ADD<id>
- }
- return id;
- }
- /*-------------------------------------------------------------------------*//**
- * <param name="f">Command to get the real name of.</param>
- * <param name="p">Player to get the name for.</param>
- * <returns>
- * The name of a command for a single player.
- * </returns>
- *//*------------------------------------------------------------------------**/
- static stock _Command_GetDisplay(funcid, playerid)
- {
- YSI_g_sReturnBuffer[0] = '\0';
- if (_Command_IsValid(funcid) && VALID_PLAYERID(playerid))
- {
- new
- slot = PA_Slot(playerid),
- Bit:mask = PA_Mask(playerid);
- // Check if they can use the original version.
- if (YSI_g_sCommands[funcid][E_COMMAND_USERS][slot] & mask)
- {
- return strunpack(YSI_g_sReturnBuffer, Command_Name(funcid));
- }
- // BAD REUSE OF THE "playerid" VARIABLE.
- if ((playerid = YSI_g_sCommands[funcid][E_COMMAND_POINTER]) & cellmin)
- {
- // The given function is an alternate version of a real function -
- // test the parent function first.
- // BAD REUSE OF THE "playerid" VARIABLE.
- if (YSI_g_sCommands[(funcid = playerid & ~cellmin)][E_COMMAND_USERS][slot] & mask)
- {
- return strunpack(YSI_g_sReturnBuffer, Command_Name(funcid));
- }
- }
- // Now we have a root command, check all alternates to this one.
- funcid |= cellmin;
- for (new i = 0; i != YSI_g_sHighestID; ++i)
- {
- if (_Command_IsActive(i) && YSI_g_sCommands[i][E_COMMAND_POINTER] == funcid && (YSI_g_sCommands[i][E_COMMAND_USERS][slot] & mask))
- {
- return strunpack(YSI_g_sReturnBuffer, Command_Name(i));
- }
- }
- }
- return 0;
- }
|