Commit Graph

  • 6f590c85f6 fixed bug where fwrite_blocks crashed the server Christian Hammacher 2007-06-29 21:46:24 +00:00
  • f86dad801f compiled against latest components, updated link of mxFlatPack in .dpr, bumped version to 1.77 Christian Hammacher 2007-06-28 12:23:50 +00:00
  • ee5dccfc0f - added ability for statscfg to use translations (amb28) - added ML translations for new statscfg lines (amb28, from kwo) - added miscstats/statsx support for new statscfg lines (amb28, patches from kwo) David Anderson 2007-06-28 04:25:04 +00:00
  • 16c17cff63 Undid portions of revision 3261: get_{pcvar,cvar}_num discrepancies, the added overhead just wasn't worth how stupidly rare the occurrences were. Steve Dudenhoeffer 2007-06-25 03:23:19 +00:00
  • ce526ac432 Fixed amb109 - mapsmenu now checks mapcyclefile cvar before reverting to mapcycle.txt Steve Dudenhoeffer 2007-06-22 18:37:38 +00:00
  • a3342213b5 Added amb427: Additional weapons to dod_{get,set}_user_ammo Steve Dudenhoeffer 2007-06-22 18:25:16 +00:00
  • ef41393bc3 Fixed amb130 - various menus did not take ADMIN_ALL / ADMIN_ADMIN into account. Steve Dudenhoeffer 2007-06-22 17:47:32 +00:00
  • a45d98efea Fix for amb421: get_user_weapons omitting a weapon in Day of Defeat. Steve Dudenhoeffer 2007-06-22 17:10:21 +00:00
  • e23f3747ba Possible fix for amb149 - register_event with "e" triggers false positives for dead players not fully in game. Steve Dudenhoeffer 2007-06-22 16:51:16 +00:00
  • 3f268e5f2e Fixed amb69 - metamod trying to reload amxmodx on systems with poorly configured clocks. Steve Dudenhoeffer 2007-06-22 16:02:17 +00:00
  • b3e61b1d75 Fix for amb108 - statsx keeping port when saving stats by ip - this should still allow for old stats files to work, but there is a small chance for idiosyncrasies if there are multiple users with the same ip (but different port) saved. Steve Dudenhoeffer 2007-06-22 15:35:46 +00:00
  • 6865b984e0 Fixed accidental reversal of think and touch virtual index under Day of Defeat. Steve Dudenhoeffer 2007-06-22 05:06:49 +00:00
  • 7c4dccac8c Added amb30 - csstats_rankbots will stop bots from showing in /top15 Steve Dudenhoeffer 2007-06-21 19:37:58 +00:00
  • 6c0300801f Added amb32 - amxx {cvars,cmds} now takes an optional parameter to filter plugins by plugin filename Steve Dudenhoeffer 2007-06-21 15:26:02 +00:00
  • 069c293aba Fixed amb350 - typo in traceline_set_float Steve Dudenhoeffer 2007-06-21 03:44:36 +00:00
  • 7690f1a099 Fixed the mirror system not working. Steve Dudenhoeffer 2007-06-12 15:59:10 +00:00
  • add02dc55e Fixed amb365 - EF_SetSize() stock had incorrect params Scott Ehlert 2007-06-05 02:38:48 +00:00
  • 961114c260 Fix for amb305 - tasks cause a crash on mods that do not have the standard mp_timelimit cvar. Steve Dudenhoeffer 2007-05-28 14:49:34 +00:00
  • ff3def3d00 Forgot to remove the MAX_MAPS define :o Steve Dudenhoeffer 2007-05-24 18:19:45 +00:00
  • 39f759368f Added show_activity changes to mapsmenu Made mapsmenu use cellarray natives instead of MAX_MAPS Steve Dudenhoeffer 2007-05-24 18:15:41 +00:00
  • 4cdd43b29b Fixed accidental commit of a language file Steve Dudenhoeffer 2007-05-24 17:16:36 +00:00
  • 0c82e09df1 Added amb42 - different amx_show_activity values. Steve Dudenhoeffer 2007-05-24 17:11:11 +00:00
  • 1129f09660 Added the any tag fix for functions returning any: Steve Dudenhoeffer 2007-05-22 01:29:18 +00:00
  • 079606c143 Added amb311 - mapcycle file now ignores .bsp extension Steve Dudenhoeffer 2007-05-20 15:03:26 +00:00
  • 66feed1d2b Added charsmax() define, as a less typo-prone utility for sizeof(array)-1. Steve Dudenhoeffer 2007-05-18 15:20:34 +00:00
  • 65748001f0 Added FCAP_* constants Steve Dudenhoeffer 2007-05-16 16:28:44 +00:00
  • 4504875df9 Fixed Makefile Steve Dudenhoeffer 2007-05-16 15:24:14 +00:00
  • cd023c30d9 Added GPL header to all files. Steve Dudenhoeffer 2007-05-16 03:57:18 +00:00
  • 7bb562182f Changed _array_included to _cellarray_included Steve Dudenhoeffer 2007-05-14 22:11:28 +00:00
  • 77ca104a8d Renamed array.inc to cellarray.inc so that rukia doesn't start hagging about it. Steve Dudenhoeffer 2007-05-14 22:10:13 +00:00
  • b660df8df6 Added {get,set}_pdata_cbase{_safe} - compliments Fakemeta's get_pdata functions, but this will set/get an offset that is a CBaseEntity. Steve Dudenhoeffer 2007-05-13 14:01:13 +00:00
  • b1a086ee93 Added {get,set}_pdata_cbase{_safe} - compliments Fakemeta's get_pdata functions, but this will set/get an offset that is a CBaseEntity. Steve Dudenhoeffer 2007-05-13 13:59:54 +00:00
  • 504ddb4c2f Expanded ESF entries (they had the Linux binary in a retarded location). Steve Dudenhoeffer 2007-05-12 17:33:58 +00:00
  • d38d2f56e1 Fixed large return values (Vectors) in MSVC. Steve Dudenhoeffer 2007-05-12 13:16:05 +00:00
  • 9b0ed67c9c Fixed vtable for TFC and NS Steve Dudenhoeffer 2007-05-11 16:54:26 +00:00
  • 1081e84981 Disassembled the rest of the mods, all but cs are untested currently. Steve Dudenhoeffer 2007-05-11 15:02:25 +00:00
  • ee64440fef Removed TFC_DBGetItemName because I can't figure out the return value syntax (it doesn't sound like a useful function anyway). Steve Dudenhoeffer 2007-05-10 17:17:33 +00:00
  • 0c56e2803e Added more virtual functions to the table, only have counter-strike disassembled currently. Steve Dudenhoeffer 2007-05-10 16:08:02 +00:00
  • 5fc89085d6 Added the ability to change parameters on the fly. Steve Dudenhoeffer 2007-05-09 14:58:55 +00:00
  • f747acdc7c Added return type modification / retrieval. Steve Dudenhoeffer 2007-05-08 17:26:51 +00:00
  • 4e2493759e Hopefully fixed up HamExecuteB for the last time. Steve Dudenhoeffer 2007-05-07 13:51:40 +00:00
  • 1f1ecfa590 Added module auto load to hamsammich. Steve Dudenhoeffer 2007-05-05 12:36:12 +00:00
  • bd2ad31f5e Fixed HamExecuteB and made its system a bit more logical. Steve Dudenhoeffer 2007-05-04 15:42:02 +00:00
  • fb5e7dbfdb Added unhooking of virtual tables at map change. Steve Dudenhoeffer 2007-05-04 14:56:57 +00:00
  • 0ac5ce46a7 Removed legacy code from my search to find the mystical link errors. Steve Dudenhoeffer 2007-05-04 13:07:02 +00:00
  • 1073a42409 Fixed silly link errors in MSVC Steve Dudenhoeffer 2007-05-04 13:05:09 +00:00
  • 66d7d39bee First commit of the rewrite Steve Dudenhoeffer 2007-05-04 12:51:13 +00:00
  • 46bd9127fb Removing files for a r3wr1t3 Steve Dudenhoeffer 2007-05-04 12:39:53 +00:00
  • 5309189602 Implemented amb245 - precache_sound() now returns whatever the engine function returns instead of just returning 1 Scott Ehlert 2007-05-04 01:38:30 +00:00
  • 006396bc92 Apparently this was a bad idea Scott Ehlert 2007-05-04 01:17:13 +00:00
  • dc4c9f0258 Fixed this up or something strange like that... Scott Ehlert 2007-05-04 01:11:01 +00:00
  • 3b737ab87b added request amb122 David Anderson 2007-05-03 13:27:51 +00:00
  • 6170cbc95a implemented amb92 David Anderson 2007-05-02 23:11:49 +00:00
  • 78f18de61a Fixed bug amb244 David Anderson 2007-05-02 02:06:07 +00:00
  • e34120803d Implemented request amb242: added cs_get/set_user_hostagekills() natives Scott Ehlert 2007-05-01 21:38:39 +00:00
  • fdb094045e Wow, nice typo DS Scott Ehlert 2007-05-01 21:27:52 +00:00
  • 8c45216cfd Oh, forgot to reset ServerPrint Scott Ehlert 2007-04-30 18:32:40 +00:00
  • 897ed0cb10 Implemented request amb237 - added ServerPrint to Fakemeta Scott Ehlert 2007-04-30 18:29:33 +00:00
  • fd8489d088 Fixed amb116 - DispatchKeyValue didn't work with worldspawn (entity 0) Scott Ehlert 2007-04-28 16:19:04 +00:00
  • 710cd548a9 added linux support to CS_InternalCmd David Anderson 2007-04-26 20:07:31 +00:00
  • 525eb65e1c updated linux compiler builds David Anderson 2007-04-26 20:04:38 +00:00
  • 580e52bd2c CZ Bots will now follow restrictions Fixed amb222 (rebuy could get around restrictions) David Anderson 2007-04-26 19:22:23 +00:00
  • 2f6bfca68e added CS hook to catch internal bot commands and rebuy commands for players David Anderson 2007-04-26 19:21:11 +00:00
  • 0377715cdc added CS hook to catch internal bot commands and rebuy commands for players David Anderson 2007-04-26 19:18:55 +00:00
  • e3240214a3 Fixed some typos Steve Dudenhoeffer 2007-04-26 14:20:19 +00:00
  • fc2b220c38 Fixed amb230 - radius_damage didn't completely kill players on some mods Scott Ehlert 2007-04-25 18:13:16 +00:00
  • 74c6290dc0 imessage and admin plugins compile again Scott Ehlert 2007-04-25 17:24:02 +00:00
  • a93ef02efa Base package builds completely again - DS can't do anything right :| Scott Ehlert 2007-04-25 16:37:13 +00:00
  • 68d2b03e48 Added amb37, amb38, amb39 and amb205: various cstrike natives. Steve Dudenhoeffer 2007-04-25 15:40:15 +00:00
  • d682375d7d rewrote how new menus are detected -- menucmds are no longer used since they're idiotic anyway David Anderson 2007-04-25 14:44:37 +00:00
  • 3b80342a02 fixed windows build part 2 David Anderson 2007-04-25 14:15:35 +00:00
  • 8f49cddd7d fixed windows build David Anderson 2007-04-25 14:15:00 +00:00
  • d679885985 fixed a memory leak in SortCustom1D() David Anderson 2007-04-25 14:10:47 +00:00
  • 82c3807bd5 implemented SQL_QuoteString and SQL_QuoteStringFmt fixed sqlx test script not working on first load David Anderson 2007-04-25 13:55:56 +00:00
  • 58ad23186b updated compiler builds David Anderson 2007-04-25 13:48:31 +00:00
  • c957a9db0f Added SQL_QuoteString to include/tests David Anderson 2007-04-25 13:45:15 +00:00
  • 359b7e25dd added sql_rewind David Anderson 2007-04-25 13:19:42 +00:00
  • 5d6d0282b0 Fixed amb110 - socket_change() returned 1 if select() syscall returned -1 (KoST) Scott Ehlert 2007-04-24 19:17:30 +00:00
  • 33e01af955 Fixed Windows builds of all modules - they were broken as a result of all the moves of svn_version.h *sigh* Scott Ehlert 2007-04-24 18:50:16 +00:00
  • 0d5531a090 IMessage now supports unlimited messages and uses pcvars Steve Dudenhoeffer 2007-04-24 18:18:45 +00:00
  • 2659c906fb Changed map list to use dynamic arrays Steve Dudenhoeffer 2007-04-24 17:41:56 +00:00
  • d563ecb060 Added pseudo dynamic array natives. Steve Dudenhoeffer 2007-04-24 16:38:36 +00:00
  • bfe1ff6e15 implemented amb27 (SQL_Rewind) fixed builds David Anderson 2007-04-24 15:46:33 +00:00
  • adfc2ab451 fixed mysql msvc7 build David Anderson 2007-04-24 15:26:08 +00:00
  • ea912f794c Stole the magical any: tag from sourcemod Steve Dudenhoeffer 2007-04-24 13:36:36 +00:00
  • 8e1f54465d Fixed amb226 - missing return after pfnClientPrintf Scott Ehlert 2007-04-20 19:02:35 +00:00
  • 2c2259ea15 Fixed possible issue that could arise with the new newmenu last page handler :O Steve Dudenhoeffer 2007-04-20 15:47:55 +00:00
  • be4fdb1776 Fixed the completely börked handling of the last page with newmenus. Steve Dudenhoeffer 2007-04-20 15:27:04 +00:00
  • 76158b031d Forgot to actually register LookupLangKey :o Steve Dudenhoeffer 2007-04-20 03:02:41 +00:00
  • 599029b68e Fixed an issue where "exit" wasn't working properly on pages with valid next and more selections. Steve Dudenhoeffer 2007-04-20 02:59:35 +00:00
  • 201d65749e Added LookupLangKey for the upcoming show_activity changes. Steve Dudenhoeffer 2007-04-20 02:55:59 +00:00
  • 17d8197e72 Added amb#34 - Plugin cvar/command menus. Steve Dudenhoeffer 2007-04-18 15:52:03 +00:00
  • 1ed1d0005c Added menu property to change number color Steve Dudenhoeffer 2007-04-18 04:20:48 +00:00
  • 51f8d7f84e Added a more intuitive method for rcon-protecting cvars. Steve Dudenhoeffer 2007-04-17 19:03:25 +00:00
  • 1ec4d9cc7d fixed amb18 and various associated menu re-entrancy bugs David Anderson 2007-04-16 18:00:54 +00:00
  • b90bc3a3e4 fixed bug amb46 David Anderson 2007-04-16 17:11:40 +00:00
  • de530e2ca3 fixed amb200, added native test suite David Anderson 2007-04-16 17:08:15 +00:00
  • 5d4669d52e implemented amb17 expanded menu tests deprecated MEXIT_NORMAL, MPROP_ORDER, MPROP_PADMENU fixed various bugs in PagekeyToItem David Anderson 2007-04-16 06:58:28 +00:00
  • 8dc310f1bb Fixed error on compile that svn_version.h could not be found in moduleconfig.h Zor 2007-04-15 10:26:55 +00:00
  • 9cca961024 Fixed error with the dod_client_spawn not being called when the player spawns after a map cap and not being dead Zor 2007-04-15 10:24:45 +00:00