Steve Dudenhoeffer
3155a300c6
Minor bug with PlayerPostThink fixed
2004-08-12 04:21:03 +00:00
Steve Dudenhoeffer
f4ed94a9da
INDEXENT() fix (Use INDEXENT2() now)
...
Stop forwarding after ServerActivate() has been called (until next map)
2004-08-12 04:14:47 +00:00
Steve Dudenhoeffer
b41a3631aa
Updates on Null function table
...
Renamed:
- VelocityByAim->velocity_by_aim
- RadiusDamage->radius_damage
- PointContents->point_contents
Backwards compatibility stocks will be included.
Made precache_event a little bit more... logical.
2004-08-12 03:31:51 +00:00
David Anderson
1335de63b7
Committed 1.01 linux build
2004-08-11 14:36:57 +00:00
David Anderson
89807bc80e
Added windows build of 1.10
2004-08-11 14:34:17 +00:00
David Anderson
81b3e662cf
Added Compact Encoding (-c)
...
Added second pass optimization (-h)
2004-08-11 14:31:26 +00:00
Steve Dudenhoeffer
c9a0a3f9be
Null tabled some forwards
...
Removed pfnUse hook (pointless)
Changed a couple native names
2004-08-11 12:17:39 +00:00
David Anderson
2a1ee3fd37
Added GNU GCC support, linux binary
2004-08-11 10:01:56 +00:00
David Anderson
bd11b5eb90
Improved CLI interface
2004-08-11 09:42:15 +00:00
David Anderson
7fad1802cf
Improved CLI interface
2004-08-11 09:32:24 +00:00
David Anderson
b5ef654987
Added win32 binary
2004-08-11 09:11:11 +00:00
David Anderson
3a04fa0788
Fixed a crash/logic bug in algebraic parser stack underflow
...
Removed some debug code
2004-08-11 09:06:00 +00:00
David Anderson
c47eb57871
Bogus sync
2004-08-11 08:18:14 +00:00
David Anderson
7acc70ee62
Rewrote core algebraic parser
...
Added trivial float support
Added local labels and vastly improved label support
Fixed some crash bugs
2004-08-11 08:14:54 +00:00
Steve Dudenhoeffer
74d278d1c6
Update
2004-08-11 05:06:27 +00:00
Felix Geyer
f90ab9d732
small fix
2004-08-09 12:56:24 +00:00
David Anderson
edfb24bcd1
Fixed Strip() bugs
2004-08-09 10:07:33 +00:00
David Anderson
85afb2a823
Fixed labels so they can be referenced before creation.
...
Cleaned up symbol parsing code.
Reversed order of public table.
Fixed bug with macro arguments.
2004-08-09 08:43:27 +00:00
David Anderson
b14708d6f2
Fixed some more bugs, added #if/#else/#endif and more opcodes, and .DATA stat
2004-08-09 05:23:32 +00:00
David Anderson
1dc16b835e
Fixed AMX_ERR_MEMACCESS
2004-08-09 02:33:56 +00:00
Lukasz Wlasinksi
9bed70c543
small changes in damage event
2004-08-08 13:29:31 +00:00
David Anderson
1709408ea7
Added some comments
2004-08-08 11:14:26 +00:00
Felix Geyer
175c5767f1
customizable table name
2004-08-08 11:05:59 +00:00
Felix Geyer
70a1afe05e
added amx_sql_table
2004-08-08 11:05:09 +00:00
David Anderson
7b111a179e
Added bytecode output.
2004-08-08 10:15:08 +00:00
Felix Geyer
023f9b43ea
small fix
2004-08-07 23:07:03 +00:00
Felix Geyer
c7df3853d5
corrected typing mistake
2004-08-07 17:08:04 +00:00
David Anderson
e61fa39515
Fixed many parsing and logic bugs.
...
Finished more opcodes.
2004-08-07 17:07:50 +00:00
Felix Geyer
a1e955370b
updated to use the multi-lingual system
2004-08-07 10:48:05 +00:00
Felix Geyer
a3f5ffdcda
Initial import
2004-08-07 10:47:44 +00:00
Felix Geyer
d4bcbf586a
fixed compiling errors
2004-08-07 10:47:08 +00:00
Felix Geyer
574189468b
fixed compiling errors
2004-08-07 10:47:08 +00:00
Felix Geyer
d81f4af4c9
small fix
2004-08-07 10:43:39 +00:00
Felix Geyer
94474b57c1
added dictionary common.txt
2004-08-06 18:44:37 +00:00
Felix Geyer
0eb04ba899
updated to use the multi-lingual system
2004-08-06 18:40:59 +00:00
Felix Geyer
a8dab8993e
updated to use the multi-lingual system | better code style
2004-08-06 18:40:41 +00:00
Felix Geyer
80a32b6d08
added entries for amxmisc
2004-08-06 18:40:20 +00:00
Felix Geyer
fbfb43b7d2
Initial import
2004-08-06 18:39:19 +00:00
Lukasz Wlasinksi
27f5e72afe
small changes in natives
2004-08-06 13:58:20 +00:00
David Anderson
06098e3bf1
Imported: AMXXSC, LIBSC, SCASM
2004-08-06 08:46:59 +00:00
Steve Dudenhoeffer
e2b83f8bf5
Initial import
2004-08-06 04:30:49 +00:00
Steve Dudenhoeffer
2c4be26756
Removed un-needed calls
...
Added a few more calls (over 50% are done!)
2004-08-06 04:30:10 +00:00
Steve Dudenhoeffer
9d3ffda996
Support for Post calls added
...
Now resets functions on map change
2004-08-06 03:01:45 +00:00
Steve Dudenhoeffer
2cd6ea9de3
Added a few more calls (+macros)
...
Added support for game dll func hooking
Fixed table pointer...
2004-08-06 00:56:48 +00:00
Steve Dudenhoeffer
7f41ac3410
Added set_pev
...
Added punchangle to pev/set_pev
Added INDEXENT fix (fixed all occurances of INDEXENT as well)
Added pev_natives on amxx_attach
2004-08-05 20:57:03 +00:00
Lukasz Wlasinksi
5dd3fe742c
xmod_is_custom_wpn added
2004-08-05 12:45:25 +00:00
Lukasz Wlasinksi
3bedaa95e4
removed <xmod> compatibility from csstats as requested by SniperBeamer
2004-08-05 11:56:33 +00:00
Steve Dudenhoeffer
d692d8a4fb
Removed support for ns_*_menu
2004-08-05 11:37:55 +00:00
Felix Geyer
ee7a14faa2
forgot to remove g_pluginMatch[]
2004-08-05 11:16:30 +00:00
Felix Geyer
402c51582f
Initial import
2004-08-05 11:10:21 +00:00