David Anderson
78956f3d89
merged bcompat changed into trunk
...
removed amxmod compat files for now
2006-09-01 03:29:27 +00:00
Scott Ehlert
e7858b4cd7
Oops, guess I forgot this one
2006-06-05 07:52:21 +00:00
Scott Ehlert
17fb06f7bb
Moved vector natives from engine to core at29896
...
Moved precache_generic from engine to core at30469
2006-06-05 07:48:54 +00:00
Scott Ehlert
3d932c8a36
Removed take_damage at29909
2006-05-19 19:00:35 +00:00
David Anderson
e0fa5227d6
merged register_message into core
2006-05-11 08:36:20 +00:00
David Anderson
25d4b6aea3
added these include files k
2006-05-10 10:42:49 +00:00
Scott Ehlert
d7e53d7a81
Err, more descriptive param names?
2006-05-05 08:30:16 +00:00
Scott Ehlert
26ee3955b6
Another one of my stupid clarifications that shouldn't break anything (I hope...)
2006-05-05 08:27:58 +00:00
Scott Ehlert
7cd10e4796
Another param change that I seemed to have missed... should be no problem
2006-05-04 22:39:23 +00:00
Scott Ehlert
ecd2d913e4
Err, gah... native one being changed didn't really matter
2006-05-04 22:12:16 +00:00
Scott Ehlert
53e84a13be
gah
2006-05-04 22:10:23 +00:00
Scott Ehlert
eb55e1f4aa
i prefix changed to ent because it looks nicer indeed
2006-05-04 19:59:05 +00:00
Scott Ehlert
a265189efa
Modified param names for touch native and forward to correct values... makes it more clear to someone looking at it
2006-04-17 22:29:18 +00:00
Borja Ferrer
a8c01e4865
fixed forwards passing floats as cells to the core
...
fixed pfn_playbackevent missing a parameter
2006-02-13 20:03:39 +00:00
David Anderson
d661196429
Fixed bug at17860
2005-08-25 00:19:39 +00:00
David Anderson
24d9e3266e
wrong include, added pdata
2005-08-21 16:38:45 +00:00
David Anderson
b3b3ce4c2d
added more pdata funcs
2005-08-21 16:36:40 +00:00
David Anderson
424a8c17b3
*** empty log message ***
2005-08-01 18:56:03 +00:00
David Anderson
7f55873bfb
Fixed name clash
2005-08-01 05:14:55 +00:00
David Anderson
041e73dc7e
Updated notices
2005-07-30 01:52:50 +00:00
David Anderson
cb7bfbf642
Added request at16475
2005-07-29 19:37:07 +00:00
David Anderson
91da6f1631
Added is_in_viewcone, is_visible
2005-07-15 20:29:59 +00:00
David Anderson
74ec2e75b8
New auto-module system
2005-07-15 19:05:31 +00:00
Steve Dudenhoeffer
aa0dc4dbaf
Fixed a few issues (Damaged Soul)
2004-09-28 07:29:48 +00:00
Johnny Bergström
d43807a248
Added get_string() to engine:
...
/* Converts a string offset into a real string. Some of the forwards in fakemeta
uses string offsets. (FM_CreateNamedEntity) */
native get_string(_string, _returnString[], _len);
2004-09-16 11:02:51 +00:00
Johnny Bergström
1a2ef38588
Renamed anglevector to angle_vector because that's its name in module...
2004-09-12 17:00:33 +00:00
David Anderson
1aee2c6f81
Fixed format tags
2004-09-07 09:26:20 +00:00
David Anderson
5f00f09314
Moved stocks
2004-08-31 15:02:51 +00:00
David Anderson
813bc1a212
Removed pvPrivateData manipulation - see fakemeta_amxx
2004-08-31 02:58:28 +00:00
David Anderson
a86c892af2
Fixed pointcontents stock
2004-08-24 09:04:27 +00:00
David Anderson
473699e7c8
updated for mahnsawce's changes
2004-08-23 12:35:21 +00:00
David Anderson
d1f082eb1b
Fixed "Done" bug
...
Removed callfunc/dllfunc natives
2004-08-15 02:28:48 +00:00
Felix Geyer
4d843e0792
removed forward server_changelevel()
2004-07-30 14:17:28 +00:00
David Anderson
e60d1c815c
Added new natives.
2004-06-26 04:48:32 +00:00
David Anderson
932dec9dee
New engine natives
2004-06-25 22:50:43 +00:00
David Anderson
553f1872a5
Fixed some minor errors.
2004-06-24 06:59:16 +00:00
David Anderson
af29e2fb81
Updated engine includes
...
Added natural selection includes
2004-05-26 07:59:33 +00:00
Johnny Bergström
0cb086eb6b
Updated comment
2004-04-26 15:30:45 +00:00
David Anderson
add9b1126a
updated engine stock
2004-04-16 04:57:38 +00:00
Johnny Bergström
a6473737a2
entity_set_model should take const strings
2004-03-25 11:42:34 +00:00
Johnny Bergström
5967f7d951
fixed entity_set_string to take const strings
2004-03-24 08:53:40 +00:00
David Anderson
8110271bdd
imported jghg2 support
2004-03-24 05:01:33 +00:00
Johnny Bergström
b21bbcbf90
Fixed prototype of set_offset_short
...
Fixed all offset natives (they checked ent index above maxClients, should've been maxEntities (some also checked if player is online))
Added s/get_offset_char()
Fixed set_pdata_float to set float value from parameter properly
Fixed set_pdata_short to set short value from parameter properly
Reimplemented find_ent_by_owner
2004-03-22 08:27:52 +00:00
David Anderson
421c62c6a0
Added native support for set_speak and get_speak and SetSpeak
2004-03-21 09:17:55 +00:00
David Anderson
439550c2ac
Moved msg functions
2004-03-15 19:55:29 +00:00
Johnny Bergström
812ee46260
commented message_begin() etc
2004-03-14 12:47:16 +00:00
David Anderson
5b56c27e67
Added new ENGINE stocks and natives
2004-03-14 08:23:42 +00:00
Johnny Bergström
d1379bb671
renamed find_entity in engine to find_ent_by_class (find_ent_by_classname works too)
2004-03-09 08:32:50 +00:00
Johnny Bergström
0b129c3a9f
Updated explanation of find_entity saying "will return 0 if nothing is found"
2004-03-08 09:28:30 +00:00
Felix Geyer
dbde71ac3d
moved engine_stocks include to bottom
2004-03-04 20:25:27 +00:00