There seems to be a bug so that when you swing at a monster with no weapon equipped it does not generate a hit message.  You still see when you missed or killed the monster but no hits.
							
						
					bug in r2038
				
					Collapse
				
			
		
	X
- 
	
	
	
		
	
		
	
	
	
	
	Tags: None
 - 
	
	
	
		
	
		
	
	
	
	
	
Good catch!
I'm not sure this is because of my message color patch, but default attack without a weapon didn't get an attack-message type.
I'll attach a one-line patch and I'll post a ticket with the patch as well.Attached FilesIt's better to burn out than to fade away! - 
	
	
	
		
	
		
	
	
	
	
	
I found another (rev 2040), by examining the compile log warnings.
is a genuine bug. ESCAPE should be EVT_ESCAPECode:cmd-know.c: In function 'display_knowledge': cmd-know.c:599:4: warning: case value '27' not in enumerated type 'ui_event_type'
Comment
 - 
	
	
	
		
	
		
	
	
	
	
	
Wow - what compiler options do you need to see that? I've never seen that warning, and cmd-know.c hasn't been changed since r1994!"Been away so long I hardly knew the place, gee it's good to be back home" - The BeatlesComment
 
Comment