Commit Graph
100 Commits
Author SHA1 Message Date
David Anderson 72bebf9af8 Reverted all amxxpc binaries. There was some build regression somewhere on Linux, so this had to be rolled back for now. 2008-08-16 23:29:51 +00:00
David Anderson 73ea754640 Fixed not building because sdk stuff was moved around. 2008-08-16 23:24:25 +00:00
David Anderson ce9728af93 Fixed GeoIP not compiling on gcc 2008-08-16 23:20:07 +00:00
David Anderson 6486c56a15 Bumped versions. 2008-08-16 22:47:59 +00:00
David Anderson 1d95fb3dcd Updated build tool for compat regression in Mono. 2008-08-16 22:45:59 +00:00
David Anderson 633a81f864 Fixed amb1564: amx_chat sundry details did not obey cmdaccess.ini (patch from Teyut). 2008-08-16 07:07:09 +00:00
David Anderson 1b5dc0d567 Added corrections in bug 1762. 2008-08-16 06:53:07 +00:00
David Anderson 21b8f905ae Added amb1762: Macedonian translation (thanks z3r0Lev3L). 2008-08-16 06:51:07 +00:00
David Anderson 36a15919ca Added amb1365: Slovak translation (thanks Centaury). 2008-08-16 06:40:49 +00:00
David Anderson 24ff7c3a01 Fixed amb1288: amx_banip did not show time (patch from "James") 2008-08-16 06:16:29 +00:00
David Anderson 7beef260f2 Fixed amb1175: new module and plugin did not get added to addon packages. 2008-08-16 05:01:32 +00:00
David Anderson 36db059672 Fixed amb1163: float printing broke on large values. 2008-08-16 04:56:50 +00:00
David Anderson 6d03b29963 forgot 32-on-64 support for this 2008-04-15 23:36:13 +00:00
David Anderson 44e078c7c0 added support for building 32-bit on 64-bit machines 2008-04-15 23:26:54 +00:00
David Anderson b9d98ede39 fixed amxx build 2008-01-07 18:18:52 +00:00
David Anderson 5ed4c27732 fixed amb1089 - amx_banip message printed twice 2007-11-15 18:12:25 +00:00
David Anderson afd1072583 fixed amb1049 - sloppy TraceResult namings 2007-11-15 18:08:15 +00:00
David Anderson 64ad54aa51 fixed amb1134 - unused cvar 2007-11-15 18:06:16 +00:00
David Anderson 3df060cad6 fixed amb1143 - typo in SetClientKeyValue() 2007-11-15 18:05:16 +00:00
David Anderson 1497d58e41 removed -fno-threadsafe-statics, didn't do anything 2007-11-13 16:46:59 +00:00
David Anderson fd028ca1e7 fix for amb1077 - PT_TLS bugs in glibc 2007-11-13 16:45:55 +00:00
David Anderson a1d812398b fixed amb1130 2007-11-13 02:28:09 +00:00
David Anderson df96a81a75 fixed code that was clearly never tested (amb1126) 2007-11-13 02:25:20 +00:00
David Anderson 656d30be83 fixed amb1096 2007-11-13 01:44:17 +00:00
David Anderson 6e8a164e67 bumped version to 1.8.1 2007-11-12 23:50:41 +00:00
David Anderson 521288dae0 added dlopen() failure logging to linux 2007-11-12 23:48:26 +00:00
David Anderson 4c464390ac fixed amb1080 - german translation typo 2007-10-30 01:59:51 +00:00
David Anderson 408e69c41c fixed amb1079 - threaded queries with results would crash 2007-10-30 00:09:18 +00:00
David Anderson cc99d6d1fb finalized build numbers and all that other release crap 2007-10-26 02:23:21 +00:00
David Anderson 3030302952 updated installer file list 2007-10-26 01:58:59 +00:00
David Anderson f281a24274 added pluginmenu to build 2007-10-26 01:47:40 +00:00
David Anderson efbba0a909 small change to the version changer for release builds 2007-10-26 01:42:35 +00:00
David Anderson 3750788893 fixed amxmodx makefile 2007-10-26 01:42:12 +00:00
David Anderson 993b6e6c74 added 3 more spaces to version output so our version numbers look nice 2007-10-26 01:41:45 +00:00
David Anderson 7f51048438 fixed ns makefile 2007-10-26 01:31:28 +00:00
David Anderson 212697b950 whoops, that was one terrible commit. the bug is really fixed now. 2007-10-26 01:09:08 +00:00
David Anderson 6a567f3c77 fixed a memory corruption bug in CVector 2007-10-26 01:03:23 +00:00
David Anderson 36241e2905 updated revision numbers 2007-10-26 00:28:17 +00:00
David Anderson b630ffe28f added amb1063 - sven coop offsets from ts2do 2007-10-26 00:16:04 +00:00
David Anderson f6276db4d0 fixed amb1067 - SQL_SetAffinity crashed when targeting sqlite 2007-10-26 00:10:09 +00:00
David Anderson a2e3f8682f fixed amb1069 - map prefixes still didn't work 2007-10-25 23:54:51 +00:00
David Anderson dbf6143747 fixed linux build 2007-10-23 11:24:51 +00:00
David Anderson 4aafcc50a0 lowered thread think time from 500ms to 200ms 2007-10-22 22:21:20 +00:00
David Anderson a86b1c5097 added amb281 - multiple result sets for MySQL 2007-10-22 21:31:02 +00:00
David Anderson 2d737970d0 small fix for amb1024 - weird plugin dir choice 2007-10-22 20:06:28 +00:00
David Anderson b7f8503655 added amb844 - get_pdata_ent 2007-10-22 19:52:06 +00:00
David Anderson ca3d15c27e fixed amb816 - stats comments were wrong 2007-10-22 19:40:35 +00:00
David Anderson 468e6fb9dd added amb909 - LoadFileForMe() 2007-10-22 19:26:45 +00:00
David Anderson 50bbefa3ba fixed amb1023 - register_library had an outdated comment 2007-10-22 19:00:25 +00:00
David Anderson b2b2c1d961 fixed 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 2007-10-03 06:35:20 +00:00
David Anderson 748d000c02 fixed the other native relying on this offset as well 2007-10-03 00:54:19 +00:00
David Anderson c1791361da now for the one byte fix... 2007-10-03 00:51:25 +00:00
David Anderson 6a483cfcae fixed amb291 issue 2007-10-03 00:50:30 +00:00
David Anderson fcdd17480c fix for amb253 - database now spinlocks instead of failing to lock 2007-10-02 23:38:31 +00:00
David Anderson 26f1c8dec7 clarified menu_create and its handler 2007-09-02 18:52:24 +00:00
David Anderson 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.
2007-09-02 18:35:53 +00:00
David Anderson d163ead2ac it helps, just a bit, to actually commit the file 2007-08-16 19:09:49 +00:00
David Anderson 00838065ae fixed a format bug in statscfg.sma 2007-08-16 19:08:17 +00:00
David Anderson 8298158f08 newmenu stuff is now in its own nice callback. yay 2007-08-16 19:07:59 +00:00
David Anderson 2b15c30ad1 committed a bunch of phrases for statscfg, fixed a few languages missing some phrases 2007-08-16 17:47:00 +00:00
David Anderson 639db5846e workaround for msvc optimizing away stack usage on detour 2007-08-16 16:30:16 +00:00
David Anderson 16f6048d74 updated comment so future bail doesn't ask "which one is right" 2007-08-10 07:17:40 +00:00
David Anderson e2c1bad224 fixed a serious bug in the ClientCommand detour for cstrike, crashing on cl_autobuy 2007-08-10 07:12:04 +00:00
David Anderson 0b581b1506 fixed mysql makefile 2007-08-09 16:03:41 +00:00
David Anderson 435766b2ef reverted a bad change in fakenatives 2007-08-04 14:18:56 +00:00
David Anderson 750247e8a6 fixed a bug that broke creative natives from the last change 2007-08-04 14:17:19 +00:00
David Anderson cb62613501 synced language files 2007-08-04 04:10:14 +00:00
David Anderson 5f10cc1ebc added ns plmenu to build 2007-08-04 03:43:49 +00:00
David Anderson 9e0f3f01a7 fixed ns win32 build 2007-08-04 00:02:35 +00:00
David Anderson 06b461acd7 fixed msvc7 project files for ns 2007-08-03 23:51:10 +00:00
David Anderson c5e36a4e3c fixed a possible bad bug in linux builder 2007-08-03 17:31:42 +00:00
David Anderson bbc6af247b fixed linux being broken 2007-08-03 17:29:59 +00:00
David Anderson 164780363b failed builds block again
added some redirection to windows builder
2007-08-03 17:26:57 +00:00
David Anderson 807e6a0f9a compression is now optional 2007-08-03 17:17:54 +00:00
David Anderson 605bef0482 ham sammich is now versioned properly 2007-08-03 17:01:31 +00:00
David Anderson 2e3c652996 added hamsammich support to build tool
added /useenv support to buildtool for win32
2007-08-03 16:48:04 +00:00
David Anderson a8652dd91b updated amxxrelease build 2007-08-03 16:37:56 +00:00
David Anderson 2379aa3108 fixed msvc7 project files 2007-08-03 16:36:04 +00:00
David Anderson 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)
2007-06-28 04:25:04 +00:00
David Anderson 3b737ab87b added request amb122 2007-05-03 13:27:51 +00:00
David Anderson 6170cbc95a implemented amb92 2007-05-02 23:11:49 +00:00
David Anderson 78f18de61a Fixed bug amb244 2007-05-02 02:06:07 +00:00
David Anderson 710cd548a9 added linux support to CS_InternalCmd 2007-04-26 20:07:31 +00:00
David Anderson 525eb65e1c updated linux compiler builds 2007-04-26 20:04:38 +00:00
David Anderson 580e52bd2c CZ Bots will now follow restrictions
Fixed amb222 (rebuy could get around restrictions)
2007-04-26 19:22:23 +00:00
David Anderson 2f6bfca68e added CS hook to catch internal bot commands and rebuy commands for players 2007-04-26 19:21:11 +00:00
David Anderson 0377715cdc added CS hook to catch internal bot commands and rebuy commands for players 2007-04-26 19:18:55 +00:00
David Anderson d682375d7d rewrote how new menus are detected -- menucmds are no longer used since they're idiotic anyway 2007-04-25 14:44:37 +00:00
David Anderson 3b80342a02 fixed windows build part 2 2007-04-25 14:15:35 +00:00
David Anderson 8f49cddd7d fixed windows build 2007-04-25 14:15:00 +00:00
David Anderson d679885985 fixed a memory leak in SortCustom1D() 2007-04-25 14:10:47 +00:00
David Anderson 82c3807bd5 implemented SQL_QuoteString and SQL_QuoteStringFmt
fixed sqlx test script not working on first load
2007-04-25 13:55:56 +00:00
David Anderson 58ad23186b updated compiler builds 2007-04-25 13:48:31 +00:00
David Anderson c957a9db0f Added SQL_QuoteString to include/tests 2007-04-25 13:45:15 +00:00
David Anderson 359b7e25dd added sql_rewind 2007-04-25 13:19:42 +00:00
David Anderson bfe1ff6e15 implemented amb27 (SQL_Rewind)
fixed builds
2007-04-24 15:46:33 +00:00
David Anderson adfc2ab451 fixed mysql msvc7 build 2007-04-24 15:26:08 +00:00
David Anderson 1ec4d9cc7d fixed amb18 and various associated menu re-entrancy bugs 2007-04-16 18:00:54 +00:00
David Anderson b90bc3a3e4 fixed bug amb46 2007-04-16 17:11:40 +00:00
David Anderson de530e2ca3 fixed amb200, added native test suite 2007-04-16 17:08:15 +00:00