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
about 1 year
ago. based on code collected
over 1 year
ago.
Oct 07, 2022 — Oct 07, 2023
Showing page 6 of 31
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fixed a typo in version.c.
foxsteve
More...
over 14 years ago
1) Gearing up to make the autoconf stuff smarter.
foxsteve
More...
over 14 years ago
Updated restart script so that @RESTART will properly trigger it.
theblob
More...
over 14 years ago
Corrected indentation in p_misc.c
theblob
More...
over 14 years ago
Added and documented the following inserver defines: READ_WANTS_BLANKS? READ_WANTS_BLANKS_TOGGLE READ_WANTS_BLANKS_ON READ_WANTS_BLANKS_OFF
theblob
More...
over 14 years ago
Added Microsoft Visual Studio 2010 project files.
foxsteve
More...
over 14 years ago
Whoops, overwrote credits.c
foxsteve
More...
over 14 years ago
These changes should allow compiling under MSVC++ 10
foxsteve
More...
over 14 years ago
Adjusted db_read_object_old() db_read_object_new() and db_read_object_foxen() to scrub the out-dated gender flags from the flag bits after they convert them into properties. This should allow us to reclaim those two flag bits the next time we make a major revision to the database that causes us to change the database header.
theblob
More...
over 14 years ago
Fixed a bug with the HAND command where it would perform it and then, due to a missing "break", it would fall through to the next command in the list.
theblob
More...
over 14 years ago
Added prim GET_READ_WANTS_BLANKS to return wether or not READ_WANTS_BLANKS is set so that READ takes blanks or not. (Feature # 1078768)
theblob
More...
over 14 years ago
Fixed an obscure bug involving a Zombie with an MPI error in their @PECHO causing the MUCK to crash whenever something was notified to it. (Bug # 2922365)
theblob
More...
over 14 years ago
Used wrong version number in prior commit.
theblob
More...
over 14 years ago
Added a new SEX_PROP tune that allows W3 and higher to change the prop that the server uses to determine player sex for use in pronoun substitutions.
theblob
More...
over 14 years ago
1) Fixed bug in interp() in interp.c where match_args was being checked improperly, making it so that if a program called from a command had no arguments to allocate a null string, rather than leaving the pointer as a null, which is treated as a null string and accomplishes the same thing in less time than an allocated null string would
theblob
More...
over 14 years ago
Fixed the following in RemoveIntermediate() in compile.c 1) PROG_ADD would fall through to the next case entry: In rare cases may cause pointer corruption 2) PROG_LABEL was not handled: Labels are stored as a (char *) but were handled by the default which is (int) so that when optimizing a program that removes an item from the list immediately in front of a label would corrupt the label pointer 3) PROG_OBJECT was not handled: Objects are stored as (dbref) which resolves to (int) which, while not immediately a bug, would likely cause trouble if we were to redefine (dbref) at a later time
theblob
More...
over 14 years ago
Corrected a double-free() condition in NIP
theblob
More...
over 14 years ago
1) Added prims ?DUP NIP TUCK to MUF, optimizer, and documentation. 2) Fixed bug with not detecting ROT ROT SWAP to SWAP ROT optimization. 3) Added [x] as alias to ARRAY_DELITEM
theblob
More...
over 14 years ago
Just in time for 2.9!
brevantes
More...
about 15 years ago
QUIT message now parses ANSI.
akari
More...
about 15 years ago
Fix bug where SET in MUF could match and set/reset multiple flags like COLOR and CONTROLS for "C", also, fix a warning about already having NAN if a math library now defines it.
alynna
More...
about 15 years ago
IPv6 support in both connecting and MUF. Read the documentation. Too much to list here. Also, @version now lists the options that were enabled.
alynna
More...
about 15 years ago
fixing an id10t error where suid was told that the descriptor was the first stack item, not the 2nd.
alynna
More...
over 15 years ago
*** empty log message ***
alynna
More...
over 15 years ago
-
alynna
More...
over 15 years ago
Reassigned the mlevels a little bit to offer @flags support a 'controls' based access designator.
alynna
More...
over 15 years ago
docs, and the prim lflags_update
alynna
More...
over 15 years ago
docs coming for the following items: tune max_player_name_length, prim enqueue, prim suid, prim lflags_update, command @flags
alynna
More...
over 15 years ago
Fixed array_string_fragment to work better with empty strings.
akari
More...
over 15 years ago
Added ARRAY_STRING_FRAGMENT
akari
More...
over 15 years ago
←
1
2
3
4
5
6
7
8
9
10
…
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