0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 7 months ago.
Oct 07, 2022 — Oct 07, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
If the owner of an object has no B-bit, nor is a mage or higher, then the command props will not work, unless it is a @-level command prop. Made the Command/ propdirs @tuneable with enable_propcommands. Made OLDPARSE @tuneable, and fixed it so that it actually works. (@tune old_parseprop) More... over 23 years ago
Added _Login/ and _DiscLogin/ propqueues. These are propqueues that can be called from the login screen, stored on #0. You can now disable the MCP message on the login screen by setting the @tune enable_mcp to 'no'. It is defaulted to 'yes'. Added the NO_COMMAND flag to prevent objects from checking the command props, except for the PropHidden types. Fixed a bug on the login screen for, if someone had his or her caps lock on, it would not understand what command is being ran. Made it so that the descriptor keeps track of the connected port This is on the road towards the multiport system that will be in later versions. Any port that is less than 1 will not open. This will allow for ease of disabling the WWW and Pueblo ports. Notify_Listeners(), Notify_Html_Listeners(), and Ansi_Notify_Listeners() now passes the descriptor to any programs. Made the COMMAND flag set automaticaly like the LISTENER flag whenever a command property is set. Added {timing} MPI function awhile back. Fixed a crasher with {listprop} with too many properties (FB6a34) Optimized {select} MPI command to make it fast on very sparse lists (FB6a33) Fixed a permission problem with {testlock} when used on wizard properties (FB6a34) Fixed a bug with PARSEPROP not being re-entrant. (FB6a33) Did the same for PARSEMPI. Added ARRAY_ANSI_NOTIFY and ARRAY_NOTIFY_HTML. Added GUI_CTRL_COMMAND and GUI_VALUE_GET. More... over 23 years ago
Updated man.txt with the 1.5 Beta10 prims More... over 23 years ago
Beta-8 Version of Proto1.5 More... over 23 years ago
Added array_sort docs. More... over 23 years ago
Changed 'get/take' to prevent puppets cleaning out player's inventories. More... over 23 years ago
Fixed STOD to parse #3 correctly. A FB6-Fix. More... over 23 years ago
Made the compilier errors for loops and if-tehn statements clearer. More... over 23 years ago
Fixed loc @ variable for command props. More... over 23 years ago
Added ARRAY_SORT prim, making the needed changes to array.c, p_array.c, p_array.h, and interp.h. More... over 23 years ago
Fixed CHECKPASSWORD and DESCR_SETUSER prims to no longer crash when working with a player with a null password. More... over 23 years ago
Fixed command prop support. Fixed the set prim related crashers and bugs. More... over 23 years ago
Changed @unlink messages to include the name of the object being unlinked, and in the case of exits, the thing that it is being unlinked from. Fixed a minor bug in @unlink that wouldn't recognize players even when they were in the exact same room. Changed @password to return the syntax when it fails to work. Changed @pcreate to return the syntax when it fails to work. @link exit indicating exit's name in the message as well. @link room indicating name of the dropto that is set. @link player indicating name of place player's home is set to. More... over 23 years ago
Changed @name to indicate both the old name and the new name when @naming something. Fixed @set to recognize the ANTIPROTECT flag as 'K'. 'I' has been given to the new IDLE flag. More... over 23 years ago
Changed @chown to indicate who objects were @chowned from. More... over 23 years ago
Made USE_STRFTIME undefined by default to fix one of the timefmt formats. More... over 23 years ago
Cleaned out some of the no longer accurate legacy #defines from defaults.h More... over 23 years ago
Edited config.h to bring it in line with the new changes in Proto1.5 More... over 23 years ago
Added force_level prim. Added idle/unidle propqueues. Added new parseprop. Added {telldescr:} MPI function. Added system-only props. Added custom color settings. (This was added a long time ago, just now getting mentioned.) Added custom 404 screen for webserver. Under _/www/http/404 on the www_root room. Removed @hopper support all together. Finished command prop support. Added @logincommand props to be put on #0 and be called from the login screen. Added COMMAND flag to go along with command props. Only objects set with the COMMAND flag will be searched for command props. If a player examines an exit linked to a MUF set VIEWABLE, then the dbref of the MUF program will be shown the player as well. @tune user_idle_propqueue. Disables or enables _idle/ and _unidle/ propqueues. @tune enable_idle_msgs. Causes a room to be notified when a player reaches the point of being idle. @tune idletime. The time at which the server considers a player idle for use with the idle propqueues and idle_msgs. More... over 23 years ago
Changed NAME and TRUENAME to return '<garbage>' for @rec'd dbrefs. Removed crasher from pname-ok? and name-ok? Updated MUF manual with all of the new MUF stuff added since 1.01. More... over 23 years ago
Fixed the {ontime:} and {idle:} prims. Fixed the WHO crasher and un-commented out that section. Cleaned up various descriptor functions. Fixed the 'repeat' and 'until' outside of a valid loop complier crasher. More... over 23 years ago
Changed prop_command function to take full propdir name in order to allow for some greater flexability with future plans, one of which includes a new system for adding actions to the login screen. More... over 23 years ago
Erk. Removed debugging notify again. More... over 23 years ago
Added 'ch' connection for HIDE @power. Fixed error message for 'ch' failures. Changed the <HR> tag for web-served lists to a META tag. More... over 23 years ago
Removed a debugging notify from predicates.c Whoops More... over 23 years ago
Reworked and tested all the @powers. Removed the 2 seperate @powers relating to @tel and combined them into a single 'teleport' @power. Cleaned up some code in dboot and dwall. More... over 23 years ago
Beginning prop command support, fixed HTMuf crasher, removed MPI parsing from say/pose, fixed notify_descriptor crasher. More... over 23 years ago
Fixed forced WHO Crasher, Frobbing online players bug. More... over 23 years ago
Updated array.c, p_array.c, tune.c, tune.h to include the features added later and fix minor memory leaks in the array routines. Some of the @tune changes are not -fully- implemented at this point. More... over 23 years ago
The Protomuck 1.012 Release More... over 23 years ago