0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 8 months ago. based on code collected over 1 year ago.
Oct 07, 2022 — Oct 07, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed issue in unparse_ansi involving ^ ^ and unterminated Neon ANSI codes. More... over 22 years ago
* Added a percentage indicator to the Optimization report during MUF compiling. More... over 22 years ago
- Removing rwho.c legacy file. More... over 22 years ago
- Removed all RWHO related legacy code and the rwho.c file alltogether. More... over 22 years ago
- Major update to the muf manual. More... over 22 years ago
- Removing more generated files from the CVS tree. More... over 22 years ago
- Removing other generated files from the CVS tree. More... over 22 years ago
- Added global *oper5 and *oper6 pointers to each of the p_*.c files and made it so that they'll be cleared by do_abort_interp(). More... over 22 years ago
- Removed the send.o reference that snuck in there. More... over 22 years ago
* Made it so that the SET prim can set the MEEPER (M) bit. It can also remove it. If the object it is trying to set on is already a higher bit than M, then it will abort with a permissions denied error. More... over 22 years ago
- Removing the changelog from src/ directory in CVS. They're in the docs directory already. More... over 22 years ago
* Made it so that in order for the FORCE prim to work on #1, the program MUST be owned by #1, and MUST be set W4. More... over 22 years ago
- Fixed a prim count in p_db.h and up'd the version to beta4 of 1.80. More... over 22 years ago
- Fixed the macro#<number># error messages that kept showing up in the protomuck.err file. More... over 22 years ago
- Updated sysparms.txt with some of the new @tunes in 1.80. More... over 22 years ago
* Added unidle_command and allow_unidle @tunes. The 'unidle_command' is a word that players can type into the MUCK without actually unidling. For example, if unidle_command = "unidle", then players can type "unidle" into the MUCK and the command will not get processed and they'll be left unidle. This is to aid players who are stuck behind routers and firewalls. They can simply set up an idle trigger to send the unidle word every minute or so to keep their connections from getting dropped. Setting allow_unidle to no turns off the support for this feature. It defaults to off. - Fixed a bug with program editing getting screwed up when trying to edit a program that had events falling due while the process owner was in the MUF editor. More... over 22 years ago
- Fixed a bug with SecureCRT's NOP timeout sending an unexpected telnet control code. More... over 22 years ago
- Fixed {commas:} function. [FB6 fix] More... over 22 years ago
- Fixed a crasher with array_notify and array_ansi_notify when the dbref array had any invalid dbrefs in it. (above dbtop or below #0). More... over 22 years ago
* Made it so that @list with a '#' after the = sign will force line numbers to be displayed. '@' after the = sign will force line numbers to not be displayed. E.g., '@list <program>=@' will show no line numbers no matter what. [Feature request] More... over 22 years ago
- Added a check to notify_nolisten() and notify_html_nolisten() to exit the functions early if the player dbref is less than #0. This prevents a couple rare, but potential crashes when working with login MUFs, MUF ports, etc. More... over 22 years ago
Alynna, p_float.c, p_float.h: The INF primitive has been depreciated and removed. The new float code allows inf, -inf and nan to be stored and used in MUF. -nan comes back nan. More... over 22 years ago
Alynna: db.c: ifloat(): return +/- inf or nan as valid Alynna: p_props.c: SETPROP: Write props to db with 16 digits of accuracy Alynna: p_float.c: FRAND, POW: Return proper result rather than 0 More... over 22 years ago
* Added DEBUG_ON, DEBUG_OFF, DEBUG_LINE prims. [FB6 prims] More... over 22 years ago
- Fix in ifloat() for correct checking for +/- before exponent values by Alynna. More... over 22 years ago
- Fixed some prop setting prims with inaccuracies from the new doubles support. More... over 22 years ago
- Moved prim_testlock() from p_misc.c to p_props.c. - Moved prim_lockedp() from p_db.c to p_props.c. * Added CHECKLOCK prim. Works like ISLOCKED? except it will also call MUF programs contained in the @lock. This prim is ideal for when the lock is actually being tried, such as using an action, as opposed to just tested (such as displaying locked exits in a room, in which case, ISLOCKED? is probably more ideal. ) [User Requested Feature] More... over 22 years ago
- Fixed a null string crasher in the notify_exclude* prims. Mistake left over from work a couple of weeks ago. More... over 22 years ago
- Fixed the @relink crasher for real this time. ;P More... over 22 years ago
- Fixed @relink to not crash on ambigious matches. More... over 22 years ago