8
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
May 19, 2023 — May 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
server/c_object.c: Fix command_drop which was doing incorrect check for invisible object - it was supposed to skip over them and only do visible objects, instead it was doing the reverse. Fixes the 'drop command. MSW 6/27/2000
cvs
More... almost 24 years ago
INSTALL, README: Update mailing address to real-time address. MSW 6/27/2000
cvs
More... almost 24 years ago
Patch by Jeffry Hantin which fixes glow objects in map. insert_ob_in_map_simple now will call the appropriate light updating code. Applied by MSW 6/26/2000
cvs
More... almost 24 years ago
Updated for futt.org CVS mirror site - MSW 6/26/2000
cvs
More... almost 24 years ago
server/player.c: check_pick(): Rewrite of this function to consistently skip items that can't be picked up, and to only use a single loop over all items on the map square.
jec
More... almost 24 years ago
Update with new mailing list information. MSW 6/21/2000
cvs
More... almost 24 years ago
server/monster.c: Patch by Neil Muller so that corrupt/bad @match entries will not cause the server to crash. Applied by MSW 6/21/2000
cvs
More... almost 24 years ago
lib/archetypes: rebuilt for 0.95.6 lib/collect.pl: Modify to search the archetypes directories in alphabetical order - before I believe they were collected in basically inode order. This should make it easier to multiple people to run the collect script not have basically an entirely new archetyeps file. MSW 6/21/2000
cvs
More... almost 24 years ago
server/commands.c; server/c_object.c: dump_object_from_tag(): Removed broken command. Fixes server crashes very easily triggered by players.
jec
More... almost 24 years ago
Makefile.in: Update version to 0.95.6 include/patchlevel.h: Update to .6 for 0.95.6 release common/porting.c, include/config.h, include/loader.h, include/skills.h, include/spells.h, include/treasure.h, include/version.h, random_maps/style.c: Update my mail address and copyright date. Mostly committed to sync up my data with the CVS repository - MSW 6/20/2000
cvs
More... almost 24 years ago
Fixed a problem in treasure.c which would cause an infinite loop. Added two new special-exit types to special.c --PeterM More... almost 24 years ago
configure.in: Update for 0.95.6 release.
cvs
More... almost 24 years ago
Update for 0.95.6 release - MSW 6/20/2000
cvs
More... almost 24 years ago
*** empty log message *** More... almost 24 years ago
Made lockpicks and holy symbols join too. More... almost 24 years ago
Changes file entry for above. More... almost 24 years ago
Made these suckers so they'll join: added nrof field. --PeterM More... almost 24 years ago
random_maps/treasure.c server/apply.c: made containers able to have more than one treasure in them, made a fix to treasure.c, which would change the options given to it in an unintended way. --PeterM 6/20/2000 More... almost 24 years ago
common/living.c: fix_player(): Bugfix: Don't reset FLAG_FLYING, FLAG_REFL_SPELL, FLAG_REFL_MISSILE and FLAG_SEE_IN_DARK if the archetype has these flags.
jec
More... almost 24 years ago
Modifed the map editor so converters would be easier to edit. --PeterM
cvs
More... almost 24 years ago
Log messages.
cvs
More... almost 24 years ago
Lots of work done on random maps. decor.c: tiling option added. (Fill the whole map). monster.c: copy inventory exit.c: preserved connectedness random_map.c: new function for wrting map params floor.c: fix a crashing bug if there's no floor rproto.h: prototypes treasure.c: fix a crashing bug with treasurestyle map special.c: added a new type of special, an exit to a goldroom. --PeterM
cvs
More... almost 24 years ago
common/button.c: I needed to use a field to store 'connected' values so I could copy sections of one map into another and have connectedness preserved. --PeterM
cvs
More... almost 24 years ago
fixed a conflict.
cvs
More... almost 24 years ago
server/input.c: command_cast_spell(): Bugfix: Call check_skill_to_fire() even for wizards because this function has the important side effect of setting the current skill and experience objects.
jec
More... almost 24 years ago
server/apply.c: apply_treasure(): Bugfix: We need to trigger runes as they are found in the treasure chest, because move_rune() will no longer trigger them for us.
jec
More... almost 24 years ago
Applied a fix from Neil Muller which makes it impossible to identify fountains using the Alch skill. --PeterM
cvs
More... almost 24 years ago
Changed the naming scheme for random maps so they won't grow indefinitely.
cvs
More... almost 24 years ago
Update README for necessary libraries. configure.in, configure: Re-order testing of Xext, Imlib where we still have the any special link flags set. Also, when finding these, explicity set them in the X_LIBS variable and not the default, since they are only needed for the X11 client. MSW 6/16/2000
cvs
More... almost 24 years ago
Updated the INSTALL directions - change --libdir to --datadir. MSW 6/16/2000
cvs
More... almost 24 years ago