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
1) Bugfix: array_get_reflist not working with negative dbrefs in prop. [FB6 #970128] 2) Bugfix: CLEAR() missing in CONBOOT. [FB6 #924349] 4) Bugfix: random.c had issues with precision across different platforms [FB6] 5) Bugfix: GETPIDINFO on MPI process crashes game. [FB6 #925712] 6) Cleanup on the configure script, autoheader works again. [FB6] 7) wiz.c was missing a few entries in the do_memory() command. 8) Increased version number to 2.0b7.23. More... over 20 years ago
1) Ran indent on move.c. 2) Fixed a crasher where can_move2() would try to get the destination an on exit, and then try to check the destination's type without first check- ing to make sure that the detination was valid. This is related to IMMOBILE support. 3) Increased version number to 2.0b7.20. More... over 20 years ago
Fixed a bad DB access crasher. More... over 20 years ago
Fixed a bug in interrupts support where I had used an unnamed union. Apparently, idiotic older versions of GCC don't like this. More... over 20 years ago
Updated docs for WATCHPID Updated docs for ARRAY_INSERTITEM Updated docs for ANSI_UNPARSEOBJ More... over 20 years ago
Just testing. More... over 20 years ago
1) Fixed an issue where MOVETO wouldn't allow players to go home. (This was introduced when Alynna tried to fix a previous bug.) 2) Fixed it so that the 'home' command works again, except for when the user is set IMMOBILE. 3) Indented a bunch of files. 4) Increased version number to 2.0b7.19. More... over 20 years ago
IMMOBILE flag support. It keeps players from moving around. More... over 20 years ago
Fixed a crasher where MOVETO would moronically accept #-1 as a destination. More... over 20 years ago
A feature turned into a bug. Registered matches of #-4 is now disabled. More... almost 21 years ago
Fixed that annoying bug where 'man' lookups for anything with a = in them would get caught and thought as arguements. More... almost 21 years ago
Fixed bug #936622 (array_getrange returns 1 extra element than exists) More... almost 21 years ago
Fix a -4 crasher looking at an object linked to NIL. More... almost 21 years ago
Invalid objects now parsed to show the dbref of the invalid object. NIL(#-4) meta-object introduced. Autolinking introduced. More... almost 21 years ago
Fixed the 'Foreground program aborted' message from @Q not parsing its color. Fix -1 crashers relating to a guest frobbing themselves using multiguest, by testing for an invalid trigger in newcontrols and skipping a debug test in interp.c when the owner of the triggering object becomes garbage. More... almost 21 years ago
1) Finishing up interrupt support: A) Made ONEVENT take an integer as the documentation says. B) Made interrupts push stack items on function call as docs say. More... almost 21 years ago
Added documentation for MUF interrupts, ONEVENT, and INTERRUPT_LEVEL. More... almost 21 years ago
- Fixed problems with @q not working when using read events. It would drop the player out of the program, but leave the program running and the event still queued. Now the program shuts down properly. More... almost 21 years ago
Fixed bug #923751 (CTOI returns negative value for extended ASCII chars.) More... almost 21 years ago
1) Changed some stuff a bit to make DESCR_SENDFILE independant of the HTTP server. 2) Added new config.h item, DESCRFILE_SUPPORT, for controlling the availability of the DESCR_SENDFILE primitive. 3) Minor changes to the new hostcache code, mostly added features to the @hostcache command. 4) Implemented MUF "interrupts", documentation coming in my next commit. 5) Added primitives related to interrupt support: ONEVENT, INTERRUPT_LEVEL 6) Increased version number to 2.0b7.10. More... almost 21 years ago
Fixed a bug in MPI handling involving getting the location of an invalid dbref, thanks to Kyfhon. This primarily popped up when the cron program used PARSEMPI or PARSEPROP, but I'm sure there're a ton of other cases where it'd pop up. More... almost 21 years ago
Fixed two #-1 crashers related to puppets recycling themselves. The first one was whenever an MUF @recycle program crashed it would try to run controls() on the garbage object, fixed by adding a != GARBAGE check in controls(), and the other was an attempt in move.c's internal @rec command to notify the garbage object after it was recycled, fixed by making it not notify if player == thing. More... almost 21 years ago
Added array_sum, added all FB6 array macros, updated docs. More... about 21 years ago
Fixed XOR prim (was coded but not defined in prim lists) (Blob fixed this). More... about 21 years ago
1) Added != primitive (Blob wrote it and added it, I'm just committing it.) 2) Added optimization to the MUF optimizer for '= not' to !=. More... about 21 years ago
Fixed a crasher bug related to msg_is_macro() receiving a NULL pointer and attempting to access it. ({@foo} MPI crasher, bug #865240) More... about 21 years ago
Added @hostcache entry and description. More... about 21 years ago
Again playing with NetBSD fixes. More... about 21 years ago
Playing with some changes that -should- make Proto compile on NetBSD properly. More... about 21 years ago
ported: array_nested_get array_nested_set array_nested_del catch_detailed matched proto2 ignore support to match FB6 prims. More... about 21 years ago