Commit Graph

48 Commits

Author SHA1 Message Date
xPaw
c068c0d0f4 Fix some comments 2014-08-02 19:12:32 +03:00
Arkshine
a86ca1491f Add new string natives/stocks, make some UTF-8 safe (bug 6110, r=ds) 2014-04-30 09:33:03 +02:00
Vincent Herbet
5dc96ddf47 Add strtof native (bug 5909, r=Nextra) 2014-03-20 18:21:38 +01:00
David Anderson
e2855dee7d Undo vim modelines. 2014-02-09 23:49:19 -08:00
David Anderson
aa46469878 Add new variants of strbreak, which is too broken to use. 2014-02-09 23:40:45 -08:00
Nextra
eb43b69e4d Add strtok2 which fixes a trim issue with strtok (bug 3993, r=arkshine)
Former-commit-id: ad9e3ad972
2013-07-31 23:40:49 +02:00
Vincent Herbet
6912199ae0 Comply to AMXX style for more consistency in 8f3605ea03d5
Former-commit-id: 3075e0b375
2013-07-02 23:13:26 +02:00
Vincent Herbet
873fb6924f Add strtol native (bug 3233, r=joropito)
Former-commit-id: 9508f9f86d
2013-06-27 18:55:19 +02:00
Fysiks
a26a98cb98 Fix incorrect result for replace_all (bug 5064, r=dvander).
Former-commit-id: e3824c4c87
2013-02-13 00:40:57 -08:00
Steve Dudenhoeffer
66feed1d2b Added charsmax() define, as a less typo-prone utility for sizeof(array)-1.
Added any: syntax to all variable args that need it, added proper {Float,_}: tags to some that didn't have it but should have.
2007-05-18 15:20:34 +00:00
Steve Dudenhoeffer
d563ecb060 Added pseudo dynamic array natives.
Changed some of the "..." tags to "any".
2007-04-24 16:38:36 +00:00
Steve Dudenhoeffer
bd412d7204 Fixed bug amb70 - include files not semicolon-correct
Also, removed OLOcode from amxmisc.inc
2007-03-05 19:30:40 +00:00
Steve Dudenhoeffer
dd8f138892 Back ported revision 3242 - Every include file now is const correct (am49281) 2007-01-26 05:56:10 +00:00
Pavol Marko
d925dc6e41 bugfix: correct string length computation in replace_all 2006-09-12 13:26:40 +00:00
David Anderson
d95f794844 rewrote replace_all()
added replace_all() tests
2006-09-10 08:15:00 +00:00
David Anderson
3754604686 Fixed a serious bug in replace_all() that could make replaces fail or corrupt random data 2006-09-10 07:23:08 +00:00
David Anderson
1b9ef4d268 2006-09-10 05:16:26 +00:00
David Anderson
388711e969 Synced bcompat tree additions and fixes found so far 2006-08-28 11:08:18 +00:00
David Anderson
7a533c7be5 Added vformat() 2006-05-07 00:25:30 +00:00
Christian Hammacher
982b22ab20 fixed bug in split() 2006-03-06 14:54:12 +00:00
David Anderson
1f2d9c8a92 typos, made language harsher 2006-02-24 10:12:55 +00:00
David Anderson
1d30d0831b i have a hat 2006-02-24 07:49:08 +00:00
Pavol Marko
4b51565e3b hello my name is pm and i just fixed the bug described in 23888 2006-01-04 23:23:52 +00:00
Borja Ferrer
8196ddd0b3 added replace_all stock (by jtp10181) 2005-11-21 21:47:54 +00:00
Borja Ferrer
bb292d13ad added remove_filepath stock 2005-11-20 23:45:53 +00:00
Borja Ferrer
94308b208a fixed bug at19374 2005-11-17 21:12:50 +00:00
Borja Ferrer
1e5c9b5ed7 added a new stock by Suicid3 (at20399) 2005-11-12 22:43:55 +00:00
David Anderson
4b1769f457 Added feature request at18988 2005-09-15 17:53:02 +00:00
Pavol Marko
bece1e6d0c Added float_to_str and str_to_float natives 2005-09-06 16:34:17 +00:00
David Anderson
5d92972aad one more 2005-07-30 16:46:40 +00:00
David Anderson
389a593f9e ugh 2005-07-30 16:41:34 +00:00
David Anderson
e23726ac54 added amx_strtok for jtp10181 2004-09-19 17:25:51 +00:00
David Anderson
1aee2c6f81 Fixed format tags 2004-09-07 09:26:20 +00:00
Felix Geyer
2ca6e3382e added ucfirst() 2004-08-01 16:49:24 +00:00
Felix Geyer
3a904ed05c added trim() 2004-07-24 01:52:45 +00:00
David Anderson
8ef66cee8c added natives 2004-04-03 20:05:27 +00:00
David Anderson
1fa97936ff strbreak() added 2004-04-03 03:00:57 +00:00
Felix Geyer
b938e955f5 removed stocks: int_to_str, str_to_int, numtostr and strtonum 2004-03-08 17:28:57 +00:00
David Anderson
08b3491f52 Removed bad str/num funcs 2004-03-08 06:07:47 +00:00
David Anderson
297e1a4d29 Removed bad str/num funcs 2004-03-08 05:29:51 +00:00
David Anderson
c6dd8eac6b Removed bad str/num funcs 2004-03-08 05:28:18 +00:00
Felix Geyer
75ac8fd494 moved backwards compatibility to amxmod.inc 2004-03-07 11:23:57 +00:00
Felix Geyer
79e0d80d4d nothing important 2004-03-05 19:30:29 +00:00
Pavol Marko
4984e4b5a2 removed strtonum and numtostr 2004-03-05 18:55:13 +00:00
Felix Geyer
87b4d3570f updated header | readded double include prevention 2004-02-21 20:30:04 +00:00
Felix Geyer
21d870c57a no message 2004-02-15 02:29:51 +00:00
Felix Geyer
4478bb378f updated header 2004-02-08 11:31:54 +00:00
Felix Geyer
9e999a0ba6 Initial revision 2004-01-31 20:56:22 +00:00