Commit Graph

29 Commits

Author SHA1 Message Date
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
David Anderson
3f2d0c4ce8 New ENGINE 2004-03-04 08:27:51 +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