cc99d6d1fbfinalized build numbers and all that other release crap
David Anderson
2007-10-26 02:23:21 +0000
3030302952updated installer file list
David Anderson
2007-10-26 01:58:59 +0000
f281a24274added pluginmenu to build
David Anderson
2007-10-26 01:47:40 +0000
efbba0a909small change to the version changer for release builds
David Anderson
2007-10-26 01:42:35 +0000
3750788893fixed amxmodx makefile
David Anderson
2007-10-26 01:42:12 +0000
993b6e6c74added 3 more spaces to version output so our version numbers look nice
David Anderson
2007-10-26 01:41:45 +0000
7f51048438fixed ns makefile
David Anderson
2007-10-26 01:31:28 +0000
212697b950whoops, that was one terrible commit. the bug is really fixed now.
David Anderson
2007-10-26 01:09:08 +0000
6a567f3c77fixed a memory corruption bug in CVector
David Anderson
2007-10-26 01:03:23 +0000
6899af461atagged 1.8.0
David Anderson
2007-10-26 00:30:53 +0000
36241e2905updated revision numbers
David Anderson
2007-10-26 00:28:17 +0000
b630ffe28fadded amb1063 - sven coop offsets from ts2do
David Anderson
2007-10-26 00:16:04 +0000
f6276db4d0fixed amb1067 - SQL_SetAffinity crashed when targeting sqlite
David Anderson
2007-10-26 00:10:09 +0000
a2e3f8682ffixed amb1069 - map prefixes still didn't work
David Anderson
2007-10-25 23:54:51 +0000
dbf6143747fixed linux build
David Anderson
2007-10-23 11:24:51 +0000
4aafcc50a0lowered thread think time from 500ms to 200ms
David Anderson
2007-10-22 22:21:20 +0000
a86b1c5097added amb281 - multiple result sets for MySQL
David Anderson
2007-10-22 21:31:02 +0000
2d737970d0small fix for amb1024 - weird plugin dir choice
David Anderson
2007-10-22 20:06:28 +0000
b7f8503655added amb844 - get_pdata_ent
David Anderson
2007-10-22 19:52:06 +0000
ca3d15c27efixed amb816 - stats comments were wrong
David Anderson
2007-10-22 19:40:35 +0000
468e6fb9ddadded amb909 - LoadFileForMe()
David Anderson
2007-10-22 19:26:45 +0000
50bbefa3bafixed amb1023 - register_library had an outdated comment
David Anderson
2007-10-22 19:00:25 +0000
c635638fd1implemented amb773 - now precaches sounds from speech.ini, can be disabled via compiler switch
Christian Hammacher
2007-10-16 20:59:57 +0000
b2b2c1d961fixed a very nasty bug where the runtime stack/heap values appeared to simply be corrupted by the JIT initialization function. this probably never manifested in thiadmer's builds because the routine was broken at a higher level
David Anderson
2007-10-03 06:35:20 +0000
748d000c02fixed the other native relying on this offset as well
David Anderson
2007-10-03 00:54:19 +0000
c1791361danow for the one byte fix...
David Anderson
2007-10-03 00:51:25 +0000
6a483cfcaefixed amb291 issue
David Anderson
2007-10-03 00:50:30 +0000
fcdd17480cfix for amb253 - database now spinlocks instead of failing to lock
David Anderson
2007-10-02 23:38:31 +0000
21ad8ba71bExtension of amb29 - forgot to change the retarded pause menu
Steve Dudenhoeffer
2007-09-09 03:34:52 +0000
dd55716f15Fix for bail breaking is_user_bot - amb914
Steve Dudenhoeffer
2007-09-06 16:37:57 +0000
bd3b7fc70cFix for amb895 - amx_plugins now displays properly over RCON
Steve Dudenhoeffer
2007-09-03 16:39:32 +0000
26f1c8dec7clarified menu_create and its handler
David Anderson
2007-09-02 18:52:24 +0000
a749aad1b4- inserted a nasty backwards compatibility shim specifically for war3ft 3.0-rc. this may be extended globally if i can find a way to generalize it without breaking menu_create(). - updated comment about player_menu_info() as it was wrong.
David Anderson
2007-09-02 18:35:53 +0000
58c7239b48Fix for amb817 - dod stats heading was mislabeled
Steve Dudenhoeffer
2007-09-01 16:39:01 +0000
e616bd523echanged version number to 1.8.0
Christian Hammacher
2007-08-16 21:18:56 +0000
d163ead2acit helps, just a bit, to actually commit the file
David Anderson
2007-08-16 19:09:49 +0000
00838065aefixed a format bug in statscfg.sma
David Anderson
2007-08-16 19:08:17 +0000
8298158f08newmenu stuff is now in its own nice callback. yay
David Anderson
2007-08-16 19:07:59 +0000
824ed30872Fix for amb790 - users.ini with spaces / tabs before a comment line were being read as an admin entry.
Steve Dudenhoeffer
2007-08-16 17:58:34 +0000
2b15c30ad1committed a bunch of phrases for statscfg, fixed a few languages missing some phrases
David Anderson
2007-08-16 17:47:00 +0000
643ddc18beRemoved erroneous default values for pdata string natives.
Steve Dudenhoeffer
2007-08-16 17:13:07 +0000
639db5846eworkaround for msvc optimizing away stack usage on detour
David Anderson
2007-08-16 16:30:16 +0000
0bb430b3ebReverted amb149
Steve Dudenhoeffer
2007-08-16 15:16:41 +0000
550dbae0c7fixed typos and added FindClose to search function
Christian Hammacher
2007-08-12 21:24:27 +0000
f0ee52f892now returns error message instead of bug report when trying to install 0 files
Christian Hammacher
2007-08-12 20:28:21 +0000
84b146d74aadded another check to prevent users from running it in an invalid directory
Christian Hammacher
2007-08-11 14:06:03 +0000
3f1226e504Fixed +/- cmds not being set in the flag manager.
Steve Dudenhoeffer
2007-08-11 13:38:19 +0000
186519dc92Fix for amb774 - is_user_bot() checked on killer twice, when one check should have been victim.
Steve Dudenhoeffer
2007-08-10 14:59:05 +0000
51ce96ac3cFix for amb775 - clcmdmenu used a buffer that was too small to generate the command (from 64 to 512)
Steve Dudenhoeffer
2007-08-10 14:55:44 +0000
16f6048d74updated comment so future bail doesn't ask "which one is right"
David Anderson
2007-08-10 07:17:40 +0000
e2c1bad224fixed a serious bug in the ClientCommand detour for cstrike, crashing on cl_autobuy
David Anderson
2007-08-10 07:12:04 +0000
e6663991a7All include files should be semicolon-correct now
Scott Ehlert
2007-08-10 04:52:12 +0000
62c41fbd03Removed semi colon pragma
Steve Dudenhoeffer
2007-08-10 03:41:59 +0000
0b581b1506fixed mysql makefile
David Anderson
2007-08-09 16:03:41 +0000
76a7cafe50Changed the new %S format option to %a to hopefully prevent some confusion.
Steve Dudenhoeffer
2007-08-08 02:40:40 +0000
12ab387be5Implemented amb743 - plmenu for cstrike now has a to spectator option. (Requires cstrike module)
Steve Dudenhoeffer
2007-08-08 02:32:53 +0000
cfc9c1dd02bumped installer version to 1.8
Christian Hammacher
2007-08-07 21:09:30 +0000
544d2dedefmoved mkdir from amxmodx.inc to file.inc
Steve Dudenhoeffer
2007-08-07 00:54:22 +0000
1721383237Fix for amb736 - find_entity defined twice
Steve Dudenhoeffer
2007-08-05 11:23:02 +0000
68961a91e2Fixed amb735 - adminslots cvar comments in config files were misleading
Steve Dudenhoeffer
2007-08-05 10:41:10 +0000
435766b2efreverted a bad change in fakenatives
David Anderson
2007-08-04 14:18:56 +0000
750247e8a6fixed a bug that broke creative natives from the last change
David Anderson
2007-08-04 14:17:19 +0000
a81d6f3271Added hamdata.ini to core config
Steve Dudenhoeffer
2007-08-04 04:10:29 +0000
cb62613501synced language files
David Anderson
2007-08-04 04:10:14 +0000
2efc82ea59Included fakemeta_util for convenience.
Steve Dudenhoeffer
2007-08-04 03:59:56 +0000
a95658bd2dAdded hamsandwich include files to back include directory
Steve Dudenhoeffer
2007-08-04 03:55:42 +0000
5f10cc1ebcadded ns plmenu to build
David Anderson
2007-08-04 03:43:49 +0000
226d188d19Fix for amb257 - get_user_origin mode 4 false positives.
Steve Dudenhoeffer
2007-08-04 03:34:34 +0000
9e0f3f01a7fixed ns win32 build
David Anderson
2007-08-04 00:02:35 +0000
06b461acd7fixed msvc7 project files for ns
David Anderson
2007-08-03 23:51:10 +0000
ffb8fc683bImplemented amb291 - cs_{set,get}_c4_defusing()
Steve Dudenhoeffer
2007-08-03 19:11:47 +0000
aa2cac0f0cadded fastdelegates, sheesh
Steve Dudenhoeffer
2007-08-03 17:41:34 +0000
2bc6d965f6Fix for amb437
Steve Dudenhoeffer
2007-08-03 17:35:12 +0000
c5e36a4e3cfixed a possible bad bug in linux builder
David Anderson
2007-08-03 17:31:42 +0000
bbc6af247bfixed linux being broken
David Anderson
2007-08-03 17:29:59 +0000
164780363bfailed builds block again added some redirection to windows builder
David Anderson
2007-08-03 17:26:57 +0000
807e6a0f9acompression is now optional
David Anderson
2007-08-03 17:17:54 +0000
605bef0482ham sammich is now versioned properly
David Anderson
2007-08-03 17:01:31 +0000
2e3c652996added hamsammich support to build tool added /useenv support to buildtool for win32
David Anderson
2007-08-03 16:48:04 +0000
a8652dd91bupdated amxxrelease build
David Anderson
2007-08-03 16:37:56 +0000
2379aa3108fixed msvc7 project files
David Anderson
2007-08-03 16:36:04 +0000
ed3f5dfd4bFixed the admins list not flushing when amx_reloadadmins is executed.
Steve Dudenhoeffer
2007-08-03 16:29:53 +0000
747d326ed5Implemented amb216 - SQL_MakeStdTuple now has an optional timeout parameter.
Steve Dudenhoeffer
2007-08-03 15:52:35 +0000
b4ff754e29Implemented amb340 - amx_ban / amx_banip now display reason in the show_activity blurb.
Steve Dudenhoeffer
2007-08-03 15:46:50 +0000
67ac030c56Expanded on the info message when a admin_ban user tries to ban someone not in the cache.
Steve Dudenhoeffer
2007-08-03 15:29:29 +0000
15b62648c9Implemented amb307 - admincmd now caches a few of the last connections.
Steve Dudenhoeffer
2007-08-03 15:26:22 +0000
b09bf4c532Work around for amb228 - amxmod_compat caused set_user_hitzones to stop functioning.
Steve Dudenhoeffer
2007-08-03 06:48:08 +0000
e045e2fdb6Fix for amb196 - amx_modules did not handle invalid modules properly.
Steve Dudenhoeffer
2007-08-03 05:27:36 +0000
36dc8da47cRemoved native/module filters, oops.
Steve Dudenhoeffer
2007-08-03 03:01:22 +0000
25d95f1115Fix for amb183 - plmenu's team menu is not compatible with natural selection.
Steve Dudenhoeffer
2007-08-03 02:59:46 +0000
e254ef6b15Added ns_get_user_team for a replacement for get_user_team.
Steve Dudenhoeffer
2007-08-03 02:57:59 +0000
7038305812Merged ns plugins / include files to trunk.
Steve Dudenhoeffer
2007-08-02 16:37:57 +0000
c77176a4ceRe-added svn versioning to module
Steve Dudenhoeffer
2007-08-02 16:33:34 +0000
c604eefde0Merge of rewritten NS module into trunk
Steve Dudenhoeffer
2007-08-02 16:20:32 +0000
cf36abf7e6Implemented amb31 - plmenu default options (for ban menu and slap menu) are configurable in a config file.
Steve Dudenhoeffer
2007-08-01 06:03:51 +0000
ed84900ab6amb467 - conmotd.txt is removed
Steve Dudenhoeffer
2007-08-01 04:19:23 +0000