David Anderson
2df8b4269e
fixed bcompat trans + optimized it a bit
...
added bcompat trans support to format() and copy()
2006-09-10 22:08:52 +00:00
David Anderson
621c120b71
finished merging in the glorious bcompat changes
2006-09-08 14:11:29 +00:00
Scott Ehlert
557958b408
Removed some amxmod compat stuff for now so this can actually compile and link properly again
2006-09-03 02:39:13 +00:00
David Anderson
78956f3d89
merged bcompat changed into trunk
...
removed amxmod compat files for now
2006-09-01 03:29:27 +00:00
David Anderson
db175082ad
Fixed some bugs/warnings that GCC caught
2006-08-17 16:41:41 +00:00
David Anderson
576680eaf9
Added vformat() native
2006-05-07 00:25:43 +00:00
Borja Ferrer
a5df31570e
added request at28068 (split log files)
...
fixed all native debug errors in core
2006-04-13 16:29:01 +00:00
David Anderson
e067a980be
implemented a lot more binary opcodes
...
bumped versions
2006-03-16 06:36:01 +00:00
David Anderson
6997c780d9
fixed bug where format() on copy-back would not null terminate
2006-02-24 00:09:33 +00:00
David Anderson
01b58a4635
Fixed dictionary parsing not obeying the carat backtick
...
Fixed failed translations crashing
Added formatex()
Fixed buffer copyback problems in old usages
2006-02-23 00:02:33 +00:00
David Anderson
2ba0b079ab
initial import of new format zomg
2006-02-22 00:33:19 +00:00
David Anderson
bf0c1990dd
committed new format() code
2006-02-14 12:01:22 +00:00
David Anderson
459f91af24
optimized this further
2006-02-07 09:02:08 +00:00
David Anderson
29f46a56d9
got rid of stupid "buffor"
2006-02-07 08:57:34 +00:00
David Anderson
a2bd08cf64
fixed bug at16664
2006-02-07 08:56:36 +00:00
David Anderson
458f2acfe7
fixed bug at25056
2006-02-06 04:29:50 +00:00
David Anderson
eb010688af
optimized + fixed parsing in strbreak()
2006-02-01 12:10:26 +00:00
David Anderson
d1b290c7a4
Fixed bug at23454 (DeciusMagnus)
2005-12-26 14:38:14 +00:00
David Anderson
cbcc91cc09
BETA optimizations
2005-11-22 04:14:07 +00:00
David Anderson
c6fc34a64d
Rewrote format() parser to be re-entrant and easier to read
...
Added various optimizations
Fixed memory leak in sh_tinyhash
2005-11-21 10:04:43 +00:00
Borja Ferrer
ebd4974c75
final cleaned revision (I hope)
2005-09-16 23:48:51 +00:00
David Anderson
b6a4514bd0
Fixed bug at18763 (karlos)
2005-09-11 18:57:33 +00:00
Borja Ferrer
76760b221d
more cleaned-up code
2005-09-10 20:09:14 +00:00
Pavol Marko
af79fe8e20
Added natives str_to_float and float_to_str; indents are now tabs
2005-09-06 16:29:27 +00:00
Pavol Marko
462916d00f
Got rid of many annoying warnings MSVC7.1 was reporting
2005-08-27 09:55:32 +00:00
David Anderson
cdbfa38391
some of the string functions twilight wanted
2005-07-30 16:47:48 +00:00
David Anderson
4609cb409b
Whoa! Merged in Pawn! (Small 3.0)
...
Removed debug handling (will add back in soon)
Ported all amx_Exec()s to forward systems
Deprecated AMX Mod module support (incompatible with Pawn anyway!)
Deprecated many file natives (unused)
Deprecated some functionality of pause/unpause
Fixed some memory deallocation bugs (thanks fysh)
Bumped module API version to 3 (no new M/SDK yet!)
Bumped AMX Mod X version to 1.5!
Merged in CVector changes
2005-07-25 06:03:43 +00:00
Johnny Bergström
ebf0945c6e
Added numtostr and strtonum mappings... not adding this to string.inc ... but it's there now. :-P
2005-04-19 15:40:21 +00:00
Lukasz Wlasinksi
51b9fae4bc
fixed strbreak
2004-12-10 23:37:43 +00:00
David Anderson
fb2be2256f
added amx_strtok for jtp10181
2004-09-19 17:20:14 +00:00
David Anderson
46adfaedd3
Fixed almost all CLang bugs: (mem leaks?, parsing, key system, etc)
...
Warning - caching is still broken!
Fixed bug in ucfirst()
2004-08-15 13:49:59 +00:00
David Anderson
7035a79e56
Fixed some string stuff
2004-08-13 13:01:45 +00:00
Pavol Marko
8811b56756
changed to use the new language system
2004-07-28 18:33:20 +00:00
David Anderson
1417434533
fixed bug in trim()
2004-07-24 16:22:18 +00:00
David Anderson
b70eac0461
added trim()
2004-07-24 01:31:22 +00:00
David Anderson
2cf4801f6b
Fixed a memory leak I made :-)
2004-05-14 20:48:34 +00:00
Pavol Marko
21287f4f3a
64 bit float compatibility
2004-04-22 08:13:52 +00:00
David Anderson
2a460d8c18
Added math functions recommended by AssKicr
...
Little bug fixes
2004-04-07 04:06:55 +00:00
David Anderson
9441505ab3
Fixed strbreak(), added Sanji's file natives
2004-04-03 19:50:20 +00:00
David Anderson
1fa97936ff
strbreak() added
2004-04-03 03:00:57 +00:00
David Anderson
4f4c87d9b2
Removed all warnings.
2004-04-01 05:53:22 +00:00
David Anderson
f711baf3df
new file names
2004-03-24 01:35:44 +00:00
Felix Geyer
7cf7fce86d
changed header
2004-03-05 21:03:14 +00:00
Pavol Marko
c334614885
removed numtostr and strtonum from native export tables (will be done using stock functions)
2004-03-05 19:00:23 +00:00
Pavol Marko
71b590eb15
making sure evrything is in cvs :)
...
+ changed directory structure
base dir:
moddir/addons/amxx
core dll / so:
moddir/addons/amxx/dlls
modules dll / so files:
moddir/addons/amxx/modules
plugins .amx files:
moddir/addons/amxx/plugins
configs:
moddir/addons/amxx/config
modules.ini - module file names, without path info
plugins.ini - plugin file names, without path info
core.ini - renamed from config.ini
2004-03-05 18:32:29 +00:00
Felix Geyer
8c6374567a
updated header
2004-02-21 19:36:35 +00:00
Felix Geyer
9e999a0ba6
Initial revision
2004-01-31 20:56:22 +00:00