openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
ProtoMUCK
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
8 months
ago. based on code collected
over 1 year
ago.
Oct 07, 2022 — Oct 07, 2023
Showing page 20 of 31
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fixed issue in unparse_ansi involving ^ ^ and unterminated Neon ANSI codes.
foxsteve
More...
over 22 years ago
* Added a percentage indicator to the Optimization report during MUF compiling.
akari
More...
over 22 years ago
- Removing rwho.c legacy file.
akari
More...
over 22 years ago
- Removed all RWHO related legacy code and the rwho.c file alltogether.
akari
More...
over 22 years ago
- Major update to the muf manual.
akari
More...
over 22 years ago
- Removing more generated files from the CVS tree.
akari
More...
over 22 years ago
- Removing other generated files from the CVS tree.
akari
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().
akari
More...
over 22 years ago
- Removed the send.o reference that snuck in there.
akari
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.
akari
More...
over 22 years ago
- Removing the changelog from src/ directory in CVS. They're in the docs directory already.
akari
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.
akari
More...
over 22 years ago
- Fixed a prim count in p_db.h and up'd the version to beta4 of 1.80.
akari
More...
over 22 years ago
- Fixed the macro#<number># error messages that kept showing up in the protomuck.err file.
akari
More...
over 22 years ago
- Updated sysparms.txt with some of the new @tunes in 1.80.
akari
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.
akari
More...
over 22 years ago
- Fixed a bug with SecureCRT's NOP timeout sending an unexpected telnet control code.
akari
More...
over 22 years ago
- Fixed {commas:} function. [FB6 fix]
akari
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).
akari
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]
akari
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.
akari
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.
alynna
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
alynna
More...
over 22 years ago
* Added DEBUG_ON, DEBUG_OFF, DEBUG_LINE prims. [FB6 prims]
akari
More...
over 22 years ago
- Fix in ifloat() for correct checking for +/- before exponent values by Alynna.
akari
More...
over 22 years ago
- Fixed some prop setting prims with inaccuracies from the new doubles support.
akari
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]
akari
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.
akari
More...
over 22 years ago
- Fixed the @relink crasher for real this time. ;P
akari
More...
over 22 years ago
- Fixed @relink to not crash on ambigious matches.
akari
More...
over 22 years ago
←
1
2
…
16
17
18
19
20
21
22
23
24
…
30
31
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree