Files
nethack/include
nhmall 0a332657f1 methods of disabling glyphid cache prefill
Two methods are now provided for slow ports/platforms that
need to do this for performance reasons.

Hopefully, this will avoid proliferation of more platform-specific
conditional code within initoptions_init().

Method (1): #define DISABLE_GLYPHID_CACHE_PREFILL in platform/OS's
            include/*conf.h.

or

Method (2): set gd.disable_glyphid_cache_prefill = TRUE in startup code
            after decl_global_init(), and prior to initoptions_init().
	    It has to be done after decl_global_init() because
	    decl_global_init() sets the value to its initialization
	    default.
2026-05-24 12:40:24 -04:00
..
2022-02-04 11:01:20 -05:00
2025-05-25 20:38:17 -04:00
2026-05-22 12:24:32 -04:00
2026-05-01 09:12:37 -04:00
2026-05-16 12:22:03 -04:00
2026-05-01 09:12:37 -04:00
2026-05-02 00:19:08 -04:00
2024-09-06 13:08:07 -07:00
2026-05-02 00:19:08 -04:00
2026-04-26 12:34:02 -04:00
2026-05-02 19:26:05 -04:00
2025-05-25 20:38:17 -04:00
2026-04-26 13:21:18 -04:00
2026-05-01 09:12:37 -04:00
2026-04-26 12:34:02 -04:00
2026-05-15 21:58:51 -04:00
2026-04-26 12:34:02 -04:00
2026-05-01 09:12:37 -04:00
2026-05-02 10:45:29 -04:00