Commit Graph

105 Commits

Author SHA1 Message Date
Johnny Bergström
773e358596 Fixed setting players online once again 2004-03-31 06:15:27 +00:00
Johnny Bergström
52722d7ebf Fixed 2004-03-29 14:57:15 +00:00
Johnny Bergström
75c3cd90e0 Fixed 2004-03-29 14:49:50 +00:00
Johnny Bergström
ffae6da15e Fixed so that player must pass one ClientInfoChanged before cs_set_user* works. 2004-03-29 14:19:02 +00:00
Johnny Bergström
3fc4049b0a Placed meta_api.cpp under right folder in workspace 2004-03-25 08:33:48 +00:00
Johnny Bergström
8d89be8de3 confirmed WON offset: OFFSET_CLIPAMMO as 51 2004-03-24 07:54:15 +00:00
David Anderson
b9bb70d410 fixed maxclients bug 2004-03-24 07:54:13 +00:00
Johnny Bergström
8c7938d47a Fixed workspace 2004-03-24 07:28:49 +00:00
David Anderson
c78e2bcf7e new makefile 2004-03-24 06:33:39 +00:00
David Anderson
0bea18ca9f New makefile 2004-03-24 06:33:03 +00:00
David Anderson
7937c77eed imported jghg2 support 2004-03-24 05:10:11 +00:00
David Anderson
f566ac2eb7 new file names+headers 2004-03-24 03:39:37 +00:00
David Anderson
b311a9ccc3 new file names+headers 2004-03-24 02:10:20 +00:00
David Anderson
5c82095e81 removed useless hook 2004-03-24 01:10:38 +00:00
David Anderson
15904761e8 compiles now 2004-03-24 00:54:35 +00:00
David Anderson
6d58afcedb undid some stuff 2004-03-23 13:25:59 +00:00
David Anderson
94b9bc9939 fixed give_item 2004-03-23 01:18:22 +00:00
Johnny Bergström
95445293a2 Fixed anim after cs_set_weapon_silenc 2004-03-22 12:20:00 +00:00
Johnny Bergström
180fa52acb Added cs_get_weapon_ammo/cs_set_weapon_ammo 2004-03-22 09:10:11 +00:00
Johnny Bergström
bbbe0cda78 Added cs_get_weapon_ammo/cs_set_weapon_ammo 2004-03-22 08:57:23 +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
Johnny Bergström
66a1f11387 Shortened all natives that had longer names than old compiler limit of 19 characters. 2004-03-22 07:23:47 +00:00
David Anderson
4ffa954055 Fixed bug with get_offset 2004-03-22 05:43:47 +00:00
Johnny Bergström
556e9cee57 removed a forgotten debug message 2004-03-21 17:10:35 +00:00
David Anderson
9bec921fd8 Added set_speak and get_speak 2004-03-21 09:13:55 +00:00
David Anderson
b7b2d59613 Changed set_user_maxspeed 2004-03-21 08:59:18 +00:00
David Anderson
cd0cd140ac Fixed native character length for cs_set_user_nvgoggles 2004-03-20 23:57:24 +00:00
David Anderson
398773849c Fixed get_global_int bug 2004-03-16 01:12:24 +00:00
David Anderson
41c8013adf Removed bad lstdc++ line. 2004-03-16 01:00:22 +00:00
David Anderson
93a4d8a0d3 Fixed call_think 2004-03-16 00:48:37 +00:00
David Anderson
bf35c8f079 *** empty log message *** 2004-03-15 22:13:43 +00:00
David Anderson
ee947b1673 Redid lots of destruction stuff. 2004-03-15 20:27:53 +00:00
David Anderson
35fe033d53 Fixed controller, blending, and reduced view lag.
(T(+)rget suggestions)
2004-03-15 18:23:23 +00:00
David Anderson
8b81138800 *** empty log message *** 2004-03-14 20:14:51 +00:00
David Anderson
e6ad1b5b65 *** empty log message *** 2004-03-14 19:07:32 +00:00
David Anderson
b70fb5b525 *** empty log message *** 2004-03-14 19:06:52 +00:00
David Anderson
5ddb726a12 Added VS7 project file 2004-03-14 08:31:36 +00:00
David Anderson
5b56c27e67 Added new ENGINE stocks and natives 2004-03-14 08:23:42 +00:00
David Anderson
d9b84087d9 Removed messaging code.
Fixed last argument bug in set/get msg arg funcs.
2004-03-13 20:48:00 +00:00
Johnny Bergström
5679cb285a removed fun's version cvar 2004-03-12 19:04:02 +00:00
Johnny Bergström
1e78c58aa9 Removed botrelated code 2004-03-12 11:19:44 +00:00
Johnny Bergström
d819a55802 version says 0.1 WON for won and 0.1 STEAM for steam 2004-03-12 09:49:49 +00:00
Johnny Bergström
7d1a26e4ca fixed so it's now possible to shoot and break func_breakable:s again :-) 2004-03-12 07:42:54 +00:00
Johnny Bergström
cecb04944f updated paths 2004-03-11 14:05:01 +00:00
Johnny Bergström
486e8da7a8 updated paths 2004-03-11 10:13:01 +00:00
Johnny Bergström
d65d599b2c removed debug msg 2004-03-11 10:10:49 +00:00
Johnny Bergström
655c5a5db3 Updated cs_set_user_vip/cs_get_user_vip (bug in cs_get_user_vip fixed)
cs_set_user_deaths now updates ingame scoreboard (sending ScoreInfo message).
2004-03-11 09:29:08 +00:00
Johnny Bergström
b505bdb7e8 updated set_user_hitzones, added get_user_hitzones 2004-03-10 22:32:10 +00:00
Johnny Bergström
fa725d1838 added set_user_hitzones, remove set_hitzones 2004-03-10 21:58:47 +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