]> granicus.if.org Git - nethack/shortlog
nethack
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 nhmallMerge branch 'NetHack-3.6.2-beta01' into macosx-curses...
2018-11-19 nhmall.gitignore update
2018-11-19 PatRfix #H7573 - impossible zero payment in money2mon
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
2018-11-17 nhmallcurses new file additions
2018-11-17 nhmallcurses changes to existing files
2018-11-17 nhmallMerge branch 'NetHack-3.6.2-beta01' into win-minor
2018-11-17 nhmallAdd some windows command line option hooks
2018-11-16 PatRmore vms (vmsbuild.com vs monstr.c)
2018-11-16 Bart HouseDelete GDI objects when map window is destroyed.
2018-11-16 Bart HouseMenu check boxes drawn correctly when scaled.
2018-11-16 Bart HouseMade map cursor blink a compile time option.
2018-11-16 Bart HouseCompleted map back buffer work and implemented map...
2018-11-16 PatRvms build/install update
2018-11-16 nhmallaugment codepage850-to-Unicode mappings in nttty
2018-11-16 Bart HouseRemap unicode control codes.
2018-11-16 Bart HouseRemoved temporary comment left in by mistake.
2018-11-15 nhmallfollow-up bit for stale gold sym
2018-11-15 nhmallMerge branch 'win-minor' into NetHack-3.6.2-beta01
2018-11-15 nhmallMerge branch 'win-minor' of https://rodney.nethack...
2018-11-15 nhmallstale gold symbol displayed after symset change
2018-11-15 Bart HouseRemove commented out line.
2018-11-15 Bart HouseModified RIP dialog to take into account monitor DPI.
2018-11-15 PatRX11 menu searching
2018-11-15 PatRX11 NetHack.ad again
2018-11-15 PatRX11 resource defaults
2018-11-14 nhmallMerge branch 'win-minor' into NetHack-3.6.2-beta01
2018-11-14 nhmallnewline at end of file
2018-11-14 Bart HouseAdded monitor dpi awareness to NetHackW splash dialog.
2018-11-14 PatRfix #H7536 - pet vampire behavior
2018-11-13 PatRfix github issue #159 - eating nurse corpses
2018-11-13 nhmallMerge branch 'NetHack-3.6.2-beta01' into win-minor
2018-11-13 Bart HouseAdjust menu item rendering based on monitor dpi.
2018-11-13 Bart HouseMerge branch 'win-minor' of https://rodney.nethack...
2018-11-13 Bart HouseImplemented back buffer rendering to improve fit to...
2018-11-13 nhmallMerge branch 'win-minor' into NetHack-3.6.2-beta01
2018-11-13 nhmallMakefile update to reference recently added file
2018-11-13 Bart HouseAdjust tile size to bounds of text meterics when in...
2018-11-13 Bart HouseStarted work to support per monitor DPI. Using DPI...
2018-11-12 PatRcomment tidbit
2018-11-12 PatRconflicting countdowns again
2018-11-12 Bart HouseRemoving support for Visual Studio 2015 solution.
2018-11-12 PatRconflicting countdowns
2018-11-12 Bart HouseEnforced the inclusion of windows headers before nethac...
2018-11-12 PatRprayer vs blocked by boulder
2018-11-11 PatRfix #H7065 - clairvoyance shows trap over monsters
2018-11-11 nhmallMakefile build updates
2018-11-11 nhmallmerge fluff
2018-11-11 nhmallmerge
2018-11-11 PatRcouple of #wizintrinsic fixes
2018-11-11 Bart HouseIgnore .vs hidden folders generated by visual studio...
2018-11-11 Bart HouseFix crash that can occur when panic is called early.
2018-11-11 Bart HouseRemoved the defining of WIN32CONNDEBUG for NethackW.
2018-11-10 PatRotransit_msg() fixes
2018-11-09 PatRimpossible worm_cross non-adjacent location
2018-11-08 PatRbuild and bug fixes for USE_OLDARGS
2018-11-08 Pasi KallinenFix some buffer underflows
2018-11-08 Pasi KallinenFix memory leak in makedefs
2018-11-08 Pasi KallinenFuzz testing debug tool
2018-11-07 PatR^X about armor
2018-11-07 nhmallfixes update for odd wording
2018-11-07 nhmallfix odd wording "The boulder triggers and fills a pit"
2018-11-07 Pasi KallinenReport insanities via impossible
2018-11-07 Pasi KallinenPrevent out of array index
2018-11-05 nhmallfix broken build cause by missing semicolon
2018-11-05 Pasi KallinenFeedback on trying to pick up stairs or altar
2018-11-04 PatRremoving all items via 'A' when looting container
2018-11-04 PatRfix github issue #154 - #loot in A-autoselect all
2018-11-03 PatRyet another ^X revision...
2018-11-02 Pasi KallinenMake Mjollnir lightning noisy
2018-11-02 PatR^X again
2018-11-02 PatRfix #H7501 again - searching
2018-11-02 nhmallgrammar
2018-11-02 PatRfix #7501 - searching while blind
2018-10-31 nhmallsingle fixes36.2 entry for special case wish/genocide...
2018-10-31 nhmallwatchmen at genocide prompt
2018-10-30 PatRtty/topl.c comment tidbit
next