]> granicus.if.org Git - nethack/shortlog
nethack
2018-11-23 Pasi Kallinenifdef, not if
2018-11-22 Pasi KallinenFix guard shoving monsters away coordinate logic
2018-11-22 PatRfix #H7585 - can't untrap from edge of pit
2018-11-22 PatRmore Schroedinger's Cat
2018-11-22 PatRvmsbuild.com update
2018-11-21 nhmallfuzzer fixes on windows for testing
2018-11-21 Pasi KallinenMap column 0 is not a valid location
2018-11-21 PatRSchroedinger's Cat
2018-11-21 nhmallMerge branch 'macosx-curses-fall2018' into NetHack...
2018-11-21 nhmallfixes updates for curses and Xcode
2018-11-21 PatRsentence spacing
2018-11-21 nhmallsuppress compiler warning differently
2018-11-21 Bart HouseMerge branch 'macosx-curses-fall2018' of https://rodney...
2018-11-21 Bart HouseSwitching back to tty on picked by default for XCode...
2018-11-21 nhmallfollow-up bits
2018-11-20 nhmallMerge branch 'win-curses' into macosx-curses-fall2018
2018-11-20 Bart HouseAdded all header files to Xcode project.
2018-11-20 PatRfix #H7530 - corpse from corpseless monster
2018-11-20 Bart HouseAdding README for building NetHack with XCode.
2018-11-20 Bart HouseAdjusted compiler settings to reduce warnings in XCode...
2018-11-20 Bart HouseAddressed compiler warnings.
2018-11-20 Bart HouseAdded initialization of locals to quite compiler warnings.
2018-11-20 Bart HouseAddressed compiler warnings.
2018-11-20 Bart HouseChanged comments to c-style.
2018-11-20 Bart HouseAddressed compiler warnings.
2018-11-20 Bart HouseAddressed compiler warnings.
2018-11-20 Bart HouseScoped existing code in a new block to quite compiler...
2018-11-20 Bart HouseAddressed compiler warnings.
2018-11-20 Bart HouseAdded use of SCCS_Id to quite compiler warnings.
2018-11-20 Bart HouseAdded initialization of locals in create_room() to...
2018-11-20 Bart HouseAdded initialization of cc in do_look() to quite compil...
2018-11-20 Bart HouseAdded initialization if ilet to quite compiler warnings.
2018-11-20 Bart HouseAdded initialization of newlevel to quite compiler...
2018-11-20 Bart HouseFix lrand48 and srand48 declarations.
2018-11-20 Bart HouseFixed HACKDIR buid setting.
2018-11-20 GrootCreated mechanism to provide development team ID which...
2018-11-20 Bart HouseAdded necessary build dependencies for xcode project.
2018-11-20 Bart HouseFull build of nethack now supported in xcode.
2018-11-20 Bart HouseAdded the building of nhdat to xcode project.
2018-11-20 Bart HouseAdded building of nhdat to xcode project.
2018-11-20 PatRlife-saving vs sickness
2018-11-20 Bart HouseAdded support for building Guidebook in xcode build.
2018-11-20 PatR\#stats - delayed_killer
2018-11-19 Bart HouseAdded building dungeon to xcode project.
2018-11-19 Bart HouseMerge branch 'macosx-curses-fall2018' of https://rodney...
2018-11-19 Bart HouseAdded building of special and quest levels in xcode...
2018-11-19 nhmallmore .gitignore updates for XCode
2018-11-19 Bart HouseAdded building of more resources in xcode build.
2018-11-19 Pasi KallinenMore monster location sanity checks
2018-11-19 Bart HouseRemoving personal data.
2018-11-19 Bart HouseAdding the ignoring of xcuserdata.
2018-11-19 Bart HouseRemoved personal user data.
2018-11-19 Bart HouseAdding the ignoring of xcuserdata.
2018-11-19 Bart HouseAdded NH_INC_DIR to xcode project build settings.
2018-11-19 Pasi KallinenInit long worm even if it does not have a tail
2018-11-19 Pasi KallinenReplace long worm on map after removing tail with wormgone
2018-11-19 Bart HouseAdded project wide build settings for nethack directories.
2018-11-19 Pasi KallinenExplicitly remove long worm segments from the map
2018-11-19 Pasi KallinenMore long worm checks when splitting
2018-11-19 Bart HouseAdded building of data to xcode build.
2018-11-19 Pasi KallinenLong worm may get killed in middle of action
2018-11-19 Pasi KallinenMoving long worms may still put tail in old location
2018-11-19 Pasi KallinenFix vault guard not considering monsters in walls
2018-11-19 Pasi KallinenCheck monster relocation degenerate cases more strictly
2018-11-19 Pasi KallinenFix freeing monsters not on map
2018-11-19 Bart HouseXCode project check-point.
2018-11-19 Bart HouseFix vi induced build problem.
2018-11-19 Bart HouseMerge branch 'macosx-curses-fall2018' of https://rodney...
2018-11-19 Bart HouseInitial check-in of work in progress xcode build of...
2018-11-19 nhmallsome curses window-port doc bits
2018-11-19 nhmallMerge branch 'NetHack-3.6.2-beta01' into macosx-curses...
2018-11-19 nhmallMerge branch 'NetHack-3.6.2-beta01' into win-curses
2018-11-19 nhmall.gitignore update
2018-11-19 PatRfix #H7573 - impossible zero payment in money2mon
2018-11-18 nhmallMerge branch 'NetHack-3.6.2-beta01' into win-curses
2018-11-18 Bart HouseRevert "Hint file for macOS X with curses."
2018-11-18 Bart HouseMerge branch 'win-curses' of https://rodney.nethack...
2018-11-18 Bart HouseHint file for macOS X with curses.
2018-11-18 nhmallMerge branch 'win-curses' into macosx-curses-fall2018
2018-11-18 nhmallquiet some mismatched prototype warnings with visual...
2018-11-18 nhmallfix a build error when curses is NOT enabled
2018-11-18 nhmallupdate Install.nt
2018-11-18 nhmallMakefile cut-and-paste error
2018-11-18 nhmallMakefile macro correction
2018-11-18 nhmallmore curses Makfile mods
2018-11-18 nhmallwindows VS Makefile with curses and PDCurses
2018-11-18 nhmallMerge branch 'win-minor' into win-curses
2018-11-18 Bart HouseBuild curses if PDCurses is available.
2018-11-18 nhmallRevert "curses port: accept return on Windows platform"
2018-11-18 nhmallRevert "more CR on windows"
2018-11-18 nhmallmore CR on windows
2018-11-18 nhmallcurses port: accept return on Windows platform
2018-11-18 PatRsrc/ formatting
2018-11-18 PatRformatting: tile.c
2018-11-17 Bart HouseGetting build working.
2018-11-17 nhmallMerge branch 'NetHack-3.6.2-beta01' into win-minor
2018-11-17 Bart HouseMap curso blinking controlled by win32_cursorblink.
2018-11-17 nhmallMerge branch 'win-minor' into NetHack-3.6.2-beta01
2018-11-17 PatRfeedback for missing readonly data files
2018-11-17 nhmallmissed include/wincurs.h
next