Commit Graph
100 Commits
Author SHA1 Message Date
David Anderson a42a5f1a0e updated for latest build tree 2006-08-24 21:42:25 +00:00
David Anderson bab5bb5a72 Attempt to fix up am41036 2006-08-24 21:13:52 +00:00
David Anderson 5b47da7cee Finalized binlogging update by removing another unnecessary opcode and updating the reader 2006-08-21 04:18:13 +00:00
David Anderson d21a352167 expanded comment for get_players() 2006-08-21 03:07:25 +00:00
David Anderson 4e639d09de Added sorting.inc to the installer package 2006-08-21 01:55:34 +00:00
David Anderson deefc504e1 Added request am29544 (nvault_touch) 2006-08-20 21:23:38 +00:00
David Anderson e49af85119 Fixed bugizzle am43566 2006-08-20 21:01:35 +00:00
David Anderson 2cf396be3e weird typo 2006-08-20 08:00:55 +00:00
David Anderson df7ee94b83 Committed sorting natives as per request am23838 2006-08-20 04:46:34 +00:00
David Anderson df5c6ccb95 added format test 2006-08-19 22:23:45 +00:00
David Anderson 8a58dd8806 this is a bit more standards compliant 2006-08-19 22:21:42 +00:00
David Anderson 67f53505ce Added request am41635 and fixed a bug with passing (1<<31) 2006-08-19 22:15:34 +00:00
David Anderson b572cdff2f Updated SQLX test suite for plugin_end() bug 2006-08-19 19:39:57 +00:00
David Anderson 446d4b8a5d Synced threading changes between MySQLX and Sqlite 2006-08-19 19:37:45 +00:00
David Anderson db5c9c114e Queries in plugin_end() now resolve correctly. 2006-08-19 19:29:33 +00:00
David Anderson 042b9f7f4b Fixed bug am42307 (nvault_open did not return -1 on failure) 2006-08-18 22:46:07 +00:00
David Anderson a8b4ebbe70 Fixed bug am42097 (FM disabling hooks too early) 2006-08-18 22:17:51 +00:00
David Anderson ed0312567d Fixed bug am42213 2006-08-18 20:53:31 +00:00
David Anderson e80679afd0 Fixed bug am42213 2006-08-18 20:52:49 +00:00
David Anderson 9093a178f1 Fixed bug am41900 (command name too long) 2006-08-18 20:31:23 +00:00
David Anderson 4fe8c71d62 Added request am41375 (animation toggling on silenced weapons) 2006-08-18 20:12:20 +00:00
David Anderson f5414ff8de Fixed issues with stats.dat files loading (bug am41030) 2006-08-18 19:49:32 +00:00
David Anderson e2932fb61a Request am40967 (logging set_fail_state) 2006-08-18 19:02:37 +00:00
David Anderson 010ef526c5 added amxx_setpl_curweap to export table 2006-08-18 06:05:57 +00:00
David Anderson 659448ce29 clarified the API 2006-08-18 06:00:26 +00:00
David Anderson d7d0d72ceb fixed a serious bug with byref values and callfunc_push*() where the heap was used incorrectly, causing passed data to be easily corrupted.
added callfunc_push_array() (am42810)
2006-08-18 05:52:21 +00:00
David Anderson 79f8525c4a bumped version number 2006-08-18 03:34:03 +00:00
David Anderson 2869c8f4f6 Fixed bug at43313 2006-08-18 03:33:46 +00:00
David Anderson b7076fc572 Committed implementation of request am42697 2006-08-18 02:19:38 +00:00
David Anderson f7691a51c6 Added request am43012: per-map plugin files 2006-08-17 19:34:34 +00:00
David Anderson 5524d5dca1 Added the ability to mark plugins as "disabled." This blocks the plugin from loading in other files.
Fixed a bug where the PCALM cache was invalidated on file read, rather than plugin finalization.
2006-08-17 18:25:23 +00:00
David Anderson e015df58c8 More GCC compatibility fixes 2006-08-17 16:43:47 +00:00
David Anderson db175082ad Fixed some bugs/warnings that GCC caught 2006-08-17 16:41:41 +00:00
David Anderson 8b055fd1d0 Added GCC-4.1 support
Disabled potentially bad optimization
2006-08-17 01:39:47 +00:00
David Anderson 6295813723 Work-around for a code generation bug in GCC 2006-08-17 00:23:03 +00:00
David Anderson a03cd1385d clarified this 2006-08-15 20:21:25 +00:00
David Anderson c2d2e8aef5 Fixed issue am41768 (wrong plugin name) 2006-07-21 06:45:37 +00:00
David Anderson 9780a6c36f Fixed issue am41777 (missing time.txt) 2006-07-21 06:43:45 +00:00
David Anderson 51ee2e4846 this line doesn't look necessary 2006-07-18 09:59:36 +00:00
David Anderson 928091864f Added request am41367 (devcones) 2006-07-18 09:20:57 +00:00
David Anderson fab4a43915 Fix for am41317, forward re-entrancy problem 2006-07-18 04:39:54 +00:00
David Anderson 87ac42cd98 fixed makefile for changes 2006-07-16 07:24:35 +00:00
David Anderson 43b8ea4657 deleted outdated or unneeded dirs in dlls 2006-07-12 18:25:41 +00:00
David Anderson 57ccee89f2 bump3d v3rsion 2006-07-04 17:37:49 +00:00
David Anderson 9dcdba439a added fix for binlog bug with failed plugins
added experimental emsg natives
fixed target's velbyaim bug find
added native for setting player curweapon
2006-06-28 10:07:20 +00:00
David Anderson d3af14c957 experimental emsg natives 2006-06-28 10:01:55 +00:00
David Anderson f08bbbc45f dep recompile 2006-06-28 02:31:07 +00:00
David Anderson 06fbff7042 fixed floattocell bug, omg 2006-06-12 17:37:09 +00:00
David Anderson d832eb8fef fixed this up 2006-06-12 08:20:35 +00:00
David Anderson fd67b07530 whoa, changes from twisty-san 2006-06-12 06:14:35 +00:00
David Anderson c0396bf140 updated for another test 2006-06-12 06:12:46 +00:00
David Anderson d55542aa8d fourth time's a charm 2006-06-11 22:04:10 +00:00
David Anderson 2e86f51cfe fixed this 2006-06-11 21:50:19 +00:00
David Anderson 07e55f3b71 whoa 2006-06-11 09:01:30 +00:00
David Anderson 50311d14fb fixed bug at31100 (belsebub) 2006-06-11 08:58:15 +00:00
David Anderson 1088b209d9 added belsebub's test 2006-06-11 08:57:39 +00:00
David Anderson 63ec26f8c0 committed menu tester 2006-06-11 07:59:07 +00:00
David Anderson 07b5a819bf fixed more amx_ftoc errors that wouldn't occur in modules 2006-06-11 07:32:18 +00:00
David Anderson 8e03e67a8f fixed a menu exit calculation bug in newmenus (omg) 2006-06-10 22:12:46 +00:00
David Anderson 66d04f8def fixed another possible amx_ftoc() misusage 2006-06-10 21:00:33 +00:00
David Anderson bce69e7116 fixed pcvar bug (thanks niluje) 2006-06-10 20:57:52 +00:00
David Anderson deb1b00416 synced fix 2006-06-10 01:34:27 +00:00
David Anderson 6b80e9e8d2 fixed a silly row bug 2006-06-09 08:47:52 +00:00
David Anderson 5463a84c12 fixed another stupid path bug
fixed more module loading bugs
2006-06-07 19:09:48 +00:00
David Anderson 68e1937a5c got rid of debug msg 2006-06-07 06:28:32 +00:00
David Anderson d05c34b73c fixed a bug causing failed modules to register as successes. this also blocked handlers from being called. 2006-06-07 05:21:03 +00:00
David Anderson c69777d8cc fixed stupid path bugs! 2006-06-07 04:44:03 +00:00
David Anderson b3b9e72b01 fixed another newmenu calc bug 2006-06-06 17:59:38 +00:00
David Anderson 7f57e8377a oh, compiles now 2006-06-06 10:49:33 +00:00
David Anderson 036ab78828 added plugin semi-auto-loading shut it 2006-06-06 09:03:07 +00:00
David Anderson e0f1a93d6e fixed a bug where an empty modules file would crash
fixed a bug where newmenu with default exit and a single page would not return MENU_EXIT on exit
2006-06-06 07:00:27 +00:00
David Anderson eba189e2b9 fixed erroneous error message 2006-06-06 00:29:05 +00:00
David Anderson 5748ed84a2 oh, updated 2006-06-05 23:28:28 +00:00
David Anderson 9eb0d50f4c yams 2006-06-05 23:22:57 +00:00
David Anderson 24c5c10a31 oh, hello 2006-06-05 23:22:45 +00:00
David Anderson 011c9fa45c fixed "ghost module" problem 2006-06-05 19:19:43 +00:00
David Anderson 2c7ca33bf1 fixed a bug where HandleModule() took the mangled name instead of the demangled 2006-06-05 19:08:01 +00:00
David Anderson 2ece53fa38 fixed a bug where plmenu autoloaded cstrike 2006-06-05 19:07:19 +00:00
David Anderson 36ec7bc818 fixed a very minor parsing bug in plugins.ini 2006-06-05 18:48:01 +00:00
David Anderson b4450bbee5 synced this change 2006-06-05 18:43:01 +00:00
David Anderson c92145ee88 backwards compat fixes -
dbi_close() must return 0 on failure (not that it matters)
dbi_nextrow() must return 0 on RESULT_NONE
2006-06-05 08:21:28 +00:00
David Anderson 3fbf65103a fixed a crash bug 2006-06-05 08:06:57 +00:00
David Anderson 56e97a2b60 updated this t00 2006-06-04 19:42:08 +00:00
David Anderson 9857731dff removed x from sql names 2006-06-04 19:41:37 +00:00
David Anderson 915c3d244c merged in mysqlx fixes 2006-06-04 19:40:34 +00:00
David Anderson 24cdcde968 fixed heap corruption
improved memory usage
removed useless stringpooler
2006-06-04 19:26:43 +00:00
David Anderson cef005317b wow I'm tired 2006-06-04 09:28:45 +00:00
David Anderson 1035c35c03 *** empty log message *** 2006-06-04 08:57:52 +00:00
David Anderson 2210c54d68 fixed 64bit bugz 2006-06-04 08:57:20 +00:00
David Anderson e546c69041 fixed linux bug 2006-06-04 08:40:27 +00:00
David Anderson 36268f04d9 latest compiler builds 2006-06-04 08:10:14 +00:00
David Anderson 3fe24d8793 fixed some build problems 2006-06-04 07:49:07 +00:00
David Anderson b3a91bc496 fixed a build error on gcc 2006-06-04 07:44:55 +00:00
David Anderson 8a529b100c or this 2006-06-04 07:42:46 +00:00
David Anderson f1f683dca7 gcc didn't like this 2006-06-04 07:42:10 +00:00
David Anderson afb8fb0019 fixed linux build 2006-06-04 07:37:44 +00:00
David Anderson fb904f6e40 Linux build works now 2006-06-04 07:35:33 +00:00
David Anderson 73858b0fcd removed packing stuff 2006-06-04 06:43:48 +00:00
David Anderson fc429213d3 whoabug 2006-06-04 02:10:04 +00:00
David Anderson 80cbaa8217 updated these, reorg'd a tad 2006-06-04 01:55:47 +00:00