Commit Graph

1640 Commits

Author SHA1 Message Date
Johnny Bergström
7b8165fe6f Removing task waiting to call dispInfo if client disconnects before the task is executed. This fixes run time errors. 2005-02-21 00:31:52 +00:00
Johnny Bergström
3774575160 Fixed a bug in dispInfo: if client disconnected fast enough we got a native error in client_print :-D 2005-02-21 00:23:16 +00:00
Pavol Marko
57eec2b88e evilspy's support for mm-p ext 2005-02-16 20:36:04 +00:00
Johnny Bergström
b2eb9df894 Updated dbi_type() (added "sqlite") and added stock sqlite_table_exists(). 2005-02-15 20:50:15 +00:00
Johnny Bergström
00e9f2bbea Removed some mysql stuff 2005-02-15 20:46:58 +00:00
Johnny Bergström
adf12ab745 Fixed makefiles 2005-02-15 17:27:00 +00:00
Johnny Bergström
9d4e5b18ee Makefiles for Linux. Not tested. 2005-02-15 14:39:36 +00:00
Johnny Bergström
8a40ed8cd6 Stupid Tortoise. 2005-02-15 14:19:07 +00:00
Johnny Bergström
c79909eb80 Initial import of Sqlite 2005-02-15 14:11:01 +00:00
Pavol Marko
26e8b0dbb6 client_disconnect forwards now get called for every client which is initialized (ie. client_connect was called for him) instead of clients which are ingame only (ie. client_putinserver was called) 2005-02-07 10:28:22 +00:00
Johnny Bergström
a2c2dc88fc Yes! 2005-02-06 11:59:41 +00:00
Felix Geyer
99f47224ee updated to February 2005-02-05 15:15:13 +00:00
Johnny Bergström
a085cef0d6 Updated to allow compiling with unmodified statsx.sma, and other plugins using the old csx api... hopefully. :-9 2005-02-05 11:06:34 +00:00
David Anderson
2980fb1d82 Merged with ns2amx header 2005-02-03 20:49:44 +00:00
David Anderson
3ed92695be Reverse 2005-02-01 01:12:51 +00:00
David Anderson
9d797f8664 Revert 2005-02-01 00:59:55 +00:00
David Anderson
d7dbf60c8f New versions fixing compaction bug 2005-01-31 23:11:36 +00:00
David Anderson
06923d0f6d Updated versions 2005-01-31 19:39:50 +00:00
David Anderson
948be015a7 new version number 2005-01-31 19:35:06 +00:00
David Anderson
1a339b2f77 New version number 2005-01-31 19:34:15 +00:00
David Anderson
39479f2403 new verison number 2005-01-31 19:33:36 +00:00
David Anderson
e4beb3828a Increased version number 2005-01-31 19:33:17 +00:00
David Anderson
84caa10733 Updated to 2.7.2 compiler 2005-01-31 08:24:24 +00:00
David Anderson
a8ff2abab5 sdk syncs 2005-01-31 07:59:44 +00:00
David Anderson
b4d2f83d6f sdk sync 2005-01-31 07:54:17 +00:00
David Anderson
be28d95b8d Fixed DS's notice 2005-01-31 07:52:32 +00:00
David Anderson
2401d1833e Updated to 2.7.2 compiler 2005-01-31 07:41:47 +00:00
David Anderson
a189c0bda7 Added amx_mkdir for twistedeuphoria 2005-01-30 05:32:10 +00:00
David Anderson
cc462c9ccb Added cs_user_has_shield from Ronkkrop 2005-01-30 05:10:42 +00:00
David Anderson
3d7987e8d8 Fixed is_amd_64 include (Damaged Soul) 2005-01-30 05:03:46 +00:00
David Anderson
1c544f55ca Fixed typo (furax44) 2005-01-30 05:00:25 +00:00
David Anderson
5c231919b6 Fixed typo (FireStorm) 2005-01-30 04:54:04 +00:00
David Anderson
4b48be3e93 Synced language files 2005-01-30 04:53:11 +00:00
David Anderson
ca07e53293 Fixed typo (XxAvalanchexX) 2005-01-30 04:52:10 +00:00
Johnny Bergström
3f2a8ccfc5 0.4 = added delete button 2005-01-27 08:58:01 +00:00
Johnny Bergström
e097932ac9 0.2 file not found -> exits 2005-01-22 13:27:57 +00:00
Johnny Bergström
27e4174be6 0.2: Edit stats, clear stats features added 2005-01-22 13:24:26 +00:00
Johnny Bergström
7f47d2de56 My god... 2005-01-21 16:27:44 +00:00
Johnny Bergström
6200ee6977 Fixed about box :-P 2005-01-21 16:23:55 +00:00
Johnny Bergström
e98fb7d6e4 Included WinCSX project 2005-01-21 16:09:25 +00:00
Johnny Bergström
4e6233b898 WinCSX 0.2 initial commitment 2005-01-21 16:08:36 +00:00
Johnny Bergström
544b74f839 Crashes after hitzones "fix".
This should fix that. Hopefully.
2005-01-17 07:45:20 +00:00
Johnny Bergström
4a823a0894 Updated for amx_menu... 2005-01-16 22:24:36 +00:00
Johnny Bergström
53188ab941 New natives: cs_set_user_armor(), cs_get_user_armor()
cs_set_user_armor() should be used instead of fun's set_user_armor().
2005-01-16 16:30:18 +00:00
Johnny Bergström
5f7dabf9b6 *cough* 2005-01-15 12:24:14 +00:00
Johnny Bergström
e343d224ce amx_menu: A new menu also reachable by non-admin clients. Scripters can add their plugin menus as an item in this menu (Wc3 menu, Superhero info, etc...) so that a client don't have to bind/know a million different menu commands. This could become a one-stop-shop for all of the clients menu needs. Let's hope it catches on. :-)
For this menufront.sma adds: "amx_addclientmenuitem" where server admins can add menu items from plugins that don't support this yet.
amxmisc.inc is also updated to support this.
2005-01-15 09:58:51 +00:00
Johnny Bergström
188023b5ac Fixed get_stats in csx and get_stats2 in csx_sql
csx and csx_sql now have exact same functionality, apart from csx_sql can also export stats to sql database if activated with cvar...
2005-01-14 12:21:12 +00:00
Johnny Bergström
f18adbf9d6 Updated get_stats and get_stats2 to also retrieve authid 2005-01-14 12:14:34 +00:00
Johnny Bergström
9959ef52b3 Possibly fix the hitzones problem. 2005-01-13 11:02:14 +00:00
Johnny Bergström
8e58484fc5 get_stats now looks like this:
native get_stats(index,stats[8],bodyhits[8],name[],len,authid[],authidlen=0);
(authid + authidlen are new)
+ fixes
2005-01-12 01:24:40 +00:00