1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-01-21 22:50:05 +00:00
notnotdnethack/include
Ron Nazarov 16bfe67c32
Fix SUBOUT_ARRAY_SIZE and MSGODS_ARRAY_SIZE
The subout and msgods arrays were 4x larger than they needed to be,
due to the size being specified in bytes when it should be in ints.

This assumes 32-bit ints and should probably be changed to use
sizeof(int)*CHAR_BIT instead of hardcoding 32, or uint32_t should be
used instead of int.
2025-01-17 21:36:50 +00:00
..
align.h Introduce MON_A flags for NONE and VOID 2022-07-23 15:13:36 -04:00
artifact.h Merge dnao upstream 2025-01-10 12:28:51 -05:00
artilist.h Merge remote-tracking branch 'notdnethack/master' 2025-01-13 22:02:32 +00:00
astar.h Implement A* for scent vision 2020-12-27 18:32:34 -05:00
attrib.h Reduce % strength from 100 points to 20 points. 2023-11-11 17:21:12 -05:00
botl.h Implement statuslines for curses and add a statuseffects option 2024-02-22 20:06:59 -05:00
color.h Replace compile-time regex options with runtime options 2024-05-10 00:37:48 +01:00
config.h Merge remote-tracking branch 'notdnethack/master' 2025-01-13 22:02:32 +00:00
config1.h Make glyph_t uint32_t instead of long 2024-05-12 11:42:24 +01:00
coord.h Do scent 2016-10-06 03:10:38 -04:00
cults.h Newline changes 2023-08-27 16:53:41 -04:00
decl.h Merge remote-tracking branch 'notdnethack/master' 2025-01-13 22:02:32 +00:00
dgn_file.h Allow specifying alternate dungeon branches in one .def file 2022-10-15 10:24:50 -05:00
display.h Merge remote-tracking branch 'notdnethack/master' 2025-01-13 22:02:32 +00:00
dlb.h Replace FDECL, NDECL, VDECL, and E macros with their definitions 2024-05-06 00:28:05 +01:00
dungeon.h Fix altar display in mapseen 2025-01-14 23:24:01 +00:00
engrave.h Replace genericptr compatibility macro with its definition 2024-05-05 15:48:55 +01:00
exstruct.h Remove most feature ifdefs 2024-04-30 21:21:10 +01:00
extern.h Merge remote-tracking branch 'notdnethack/master' 2025-01-13 22:02:32 +00:00
flag.h Merge remote-tracking branch 'notdnethack/master' 2025-01-13 22:02:32 +00:00
func_tab.h Replace FDECL, NDECL, VDECL, and E macros with their definitions 2024-05-06 00:28:05 +01:00
global.h Replace FDECL, NDECL, VDECL, and E macros with their definitions 2024-05-06 00:28:05 +01:00
godlist.h Merge remote-tracking branch 'notdnethack/master' 2025-01-13 22:02:32 +00:00
gods.h Philosophy/no altar gods 2024-10-08 18:15:49 -04:00
hack.h Merge remote-tracking branch 'notdnethack/master' 2025-01-13 22:02:32 +00:00
horrordata.h Remove some horror beams and make AD_POLY respect MR for non-uniques 2024-04-28 21:56:54 +01:00
lev.h Replace genericptr compatibility macro with its definition 2024-05-05 15:48:55 +01:00
macromagic.h Merge remote-tracking branch 'notdnethack/master' 2025-01-13 22:02:32 +00:00
mail.h Uploading current NAO sources 2013-10-15 16:49:44 -04:00
mapseen.h Fix SUBOUT_ARRAY_SIZE and MSGODS_ARRAY_SIZE 2025-01-17 21:36:50 +00:00
mextra.h Monster smiths, pt 1 2023-07-18 18:30:50 -04:00
mfndpos.h Require a standard C compiler and remove MACRO_CPATH, VISION_TABLES 2024-05-05 15:33:27 +01:00
mkroom.h Remove NEARDATA 2024-05-01 23:58:56 +01:00
monattk.h Merge remote-tracking branch 'notdnethack/master' 2025-01-13 22:02:32 +00:00
mondata.h Merge remote-tracking branch 'notdnethack/master' 2025-01-13 22:02:32 +00:00
monflag.h Merge dnao upstream 2025-01-10 12:28:51 -05:00
monst.h Merge remote-tracking branch 'notdnethack/master' 2025-01-13 22:02:32 +00:00
monsym.h Change default ghost and shade symbols to 8 and 6 respectively 2024-04-17 23:24:02 +01:00
mutations.h Squashed commit of the following: 2023-08-27 19:38:46 -04:00
nhlan.h Remove most system-specific ifdefs (except for UNIX and variants) 2024-05-01 20:28:55 +01:00
obj.h Merge remote-tracking branch 'notdnethack/master' 2025-01-13 22:02:32 +00:00
objclass.h Merge remote-tracking branch 'notdnethack/master' 2025-01-13 22:02:32 +00:00
oextra.h Add "summoned" extended structure for monsters and objects 2021-01-15 00:34:19 -06:00
patchlevel.h Merge https://github.com/Chris-plus-alphanumericgibberish/dNAO into 2024.05.15 2024-05-24 13:54:18 -04:00
permonst.h Always enable TEXTCOLOR and STATUS_COLORS and require terminfo 2024-05-06 18:48:53 +01:00
prop.h Merge remote-tracking branch 'notdnethack/master' 2025-01-13 22:02:32 +00:00
qtext.h Merge dnao upstream 2025-01-10 12:28:51 -05:00
quest.h Merge remote-tracking branch 'notdnethack/master' 2025-01-13 22:02:32 +00:00
rect.h Uploading current NAO sources 2013-10-15 16:49:44 -04:00
region.h Replace FDECL, NDECL, VDECL, and E macros with their definitions 2024-05-06 00:28:05 +01:00
rm.h Always enable TEXTCOLOR and STATUS_COLORS and require terminfo 2024-05-06 18:48:53 +01:00
seduce.h Combine copy-pasted seduce functions even further 2021-07-03 23:49:26 -05:00
skills.h Merge remote-tracking branch 'notdnethack/master' 2025-01-13 22:02:32 +00:00
sp_lev.h Forge patch: Adapted from EvilHack 2023-07-22 14:16:57 -04:00
spell.h add knightly styles 2023-09-11 17:39:11 -07:00
system.h Replace FDECL, NDECL, VDECL, and E macros with their definitions 2024-05-06 00:28:05 +01:00
tcap.h Always enable TEXTCOLOR and STATUS_COLORS and require terminfo 2024-05-06 18:48:53 +01:00
thoughtglyph.h Raise research thought glyph from 18 to 27 2024-10-20 10:45:57 -04:00
timeout.h Merge remote-tracking branch 'notdnethack/master' 2025-01-13 22:02:32 +00:00
tradstdc.h Fix altar display in mapseen 2025-01-14 23:24:01 +00:00
trap.h Replace genericptr compatibility macro with its definition 2024-05-05 15:48:55 +01:00
unixconf.h Always enable TEXTCOLOR and STATUS_COLORS and require terminfo 2024-05-06 18:48:53 +01:00
vision.h Merge dnao upstream 2025-01-10 12:28:51 -05:00
wincurs.h Replace compile-time regex options with runtime options 2024-05-10 00:37:48 +01:00
winprocs.h Replace FDECL, NDECL, VDECL, and E macros with their definitions 2024-05-06 00:28:05 +01:00
wintty.h Always enable TEXTCOLOR and STATUS_COLORS and require terminfo 2024-05-06 18:48:53 +01:00
wintype.h Replace genericptr compatibility macro with its definition 2024-05-05 15:48:55 +01:00
xhity.h Fix SUBOUT_ARRAY_SIZE and MSGODS_ARRAY_SIZE 2025-01-17 21:36:50 +00:00
you.h Merge remote-tracking branch 'notdnethack/master' 2025-01-13 22:02:32 +00:00
youprop.h Merge remote-tracking branch 'notdnethack/master' 2025-01-13 22:02:32 +00:00
zap.h Merge branch 'devel-3.22.1' of https://github.com/Chris-plus-alphanumericgibberish/dNAO 2024-01-14 13:19:59 -05:00