Commit Graph
100 Commits
Author SHA1 Message Date
David Anderson 1b908eeb9e Disable JIT on Mac OS X due to crash.
Former-commit-id: bac92ddbc7c262e4a1c31cc3dfbf4763e10f3440
2013-02-14 01:52:29 -08:00
David Anderson 3db718799f Bump version for release.
Former-commit-id: 4e0f69d8421b4d0a421f5960ce8ff77497acfa63
2013-02-14 00:51:48 -08:00
David Anderson 3184d1466e Backout changeset aa745bf0c347 (bug 3302) for regression reported in bug 5552.
Former-commit-id: 0d2385b0045e46fdefee4ca2b5f6442397cfbe60
2013-02-13 01:13:18 -08:00
David Anderson 69c06545ce bug 3553 follow-up fix.
Former-commit-id: 65d97fe5f5bca0c3a3ba8574f7c924d8ba7dc1cd
2013-02-13 00:09:34 -08:00
David Anderson 7d9376a64b Remove SCASM, which was pointless and buggy bloat. 2013-02-08 00:38:35 -08:00
David Anderson 6e4f09366e Ditch amxxpc64. AMXX files will now only contain 32-bit code. 2013-02-08 00:35:59 -08:00
David Anderson e6f4dfbfe2 Added packager. 2010-04-04 18:10:35 -07:00
David Anderson 1bfdda7e71 Fixed more Makefile paths. 2010-04-04 18:00:36 -07:00
David Anderson 330fd1c2ae Fixed Makefile paths for Metamod. 2010-04-04 17:55:37 -07:00
David Anderson 56b676eafb Fixed core build. 2010-04-04 17:37:05 -07:00
David Anderson 73e3e52057 Updated version files for HG. 2010-04-04 17:22:45 -07:00
David Anderson 56b53584d1 Reversed test condition for build failure. 2010-04-04 17:11:11 -07:00
David Anderson f43fcd6670 Invoke builder.exe correctly. 2010-04-04 17:02:16 -07:00
David Anderson 5984f0d442 Turns out mono eats exit codes. AWESOME. 2010-04-04 16:58:24 -07:00
David Anderson 1b75b0ba92 Fixed exit code from failed builds. 2010-04-04 16:49:12 -07:00
David Anderson 52f5723f4e Another windows bootstrap fix. 2010-04-04 16:42:24 -07:00
David Anderson eb6ab857fc Fixed bootstrapping on Windows (I hope). 2010-04-04 16:37:28 -07:00
David Anderson 24bfff9cf1 See if a build will run! 2010-04-04 16:32:15 -07:00
David Anderson 1d3f91be43 bootstrap script now builds builder tool. 2010-04-04 16:24:42 -07:00
David Anderson 824d9953d9 Initial import of bootstrapig for buildbot. 2010-04-04 16:07:37 -07:00
David Anderson b706108ed6 Squashed commit of the following:
commit 011d9b6b07d904ad1e81ef7c747269903e2d47c4
Author: David Anderson <dvander@alliedmods.net>
Date:   Mon Jan 11 00:17:08 2010 -0600

    Initial import from Subversion (amxmodx/trunk rev 3757).
2014-02-06 23:06:54 -08:00
David Anderson adab9c93a0 Removed filtering on admin vote questions (bug 3356, r=sawce). 2009-02-07 23:44:23 +00:00
David Anderson 0f8c61c1e1 Re-added fflush function (bug 3355, r=sawce). 2009-02-07 23:43:07 +00:00
David Anderson 0b4f28fecf SQL_QuoteString can now be used without a DB handle (bug 3427, r=sawce). 2009-01-08 20:02:09 +00:00
David Anderson d97ab913cf Fixed zero precision bug in atcprintf (bug 3242, r=sawce). 2009-01-08 20:00:38 +00:00
David Anderson cdf3807955 Bumped version numbers. 2008-08-17 00:50:57 +00:00
David Anderson 10ff8c11fd Fixed another build tool regression. 2008-08-17 00:18:59 +00:00
David Anderson 81af863496 New compiler builds. 2008-08-17 00:14:45 +00:00
David Anderson 3e8c921b9f Updated compiler builds after all. 2008-08-16 23:40:53 +00:00
David Anderson f201592ddb Fixed regression. I'm not making new builds though. 2008-08-16 23:32:58 +00:00
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