Files
sourcemod/core/logic
Nicholas Hastings 14e0a9a487 Fix some ctype misuses (bug 6377).
isalpha, isdigit, isupper, and islower do not return 0/1. They return 0 or anything-else. Since the bool tag in pawn only supports exactly 0 and 1, we need to return 1 for all truthy returns in the natives that wrap these.
2015-06-10 14:40:48 -04:00
..
2013-08-22 17:55:49 -07:00
2015-03-08 00:24:03 -08:00
2014-12-07 21:50:40 -08:00
2014-08-17 11:11:55 -04:00
2014-08-17 11:11:55 -04:00
2015-02-24 23:10:18 -08:00
2015-02-24 23:10:18 -08:00
2015-03-05 10:56:36 -08:00
2015-03-22 19:23:58 -04:00
2014-09-03 22:33:05 -07:00
2014-07-05 13:52:44 -07:00
2014-12-13 12:53:30 -08:00
2013-07-04 11:28:32 -04:00
2013-08-22 17:10:59 -07:00