Commit Graph

1242 Commits

Author SHA1 Message Date
Vincent HERBET
1e4d0e216e Fix user_slap/amx_slap unexpected behavior using large negative damage (bug 4975, r=joropito) 2013-06-25 11:45:00 +02:00
Vincent HERBET
cf7b8645fa Add GetFileTime returning a file timestamp as a unix timestamp (bug 4543, r=joropito) 2013-06-21 23:09:41 +02:00
Vincent HERBET
df7c045089 Add Bosnian language (bug 4528, r=me) 2013-06-21 00:30:34 +02:00
Vincent HERBET
9624a8022d Add Croatian language (bug 4772, r=me) 2013-06-20 01:58:44 +02:00
Vincent HERBET
ac896547f9 Fix duplicated native call (bug 5255, r=me) 2013-06-17 13:39:12 +02:00
Vincent HERBET
8a483130a5 Fix incorrect spanish translation 2013-06-17 12:57:12 +02:00
Vincent HERBET
064f100344 Add new command : amx_extendmap (bug 3068, r=sawce) 2013-06-17 12:18:11 +02:00
Vincent Herbert
b44616576f Fix native_filter documentation (bug 5692, r=me) 2013-06-15 22:37:52 +02:00
Fysiks
e3824c4c87 Fix incorrect result for replace_all (bug 5064, r=dvander). 2013-02-13 00:40:57 -08:00
Scott Ehlert
ea2a4889fe Made amxxpc_osx executable. 2013-02-13 02:32:01 -06:00
Fysiks
e0bcbaeac7 Fix last map being duplicated for each blank line in maps file (bug 5005, r=dvander). 2013-02-13 00:29:54 -08:00
Lev2001
dfe1903ecf Directly kick players rather than use a loopback command (bug 3884, r=dvander). 2013-02-13 00:15:40 -08:00
David Anderson
65d97fe5f5 bug 3553 follow-up fix. 2013-02-13 00:09:34 -08:00
Reuben Morais
d10ef5e494 Increase the capacity of speech.ini (bug 3553, r=dvander). 2013-02-13 00:08:32 -08:00
Scott Ehlert
c387cdeff8 Removed dlsym from Linux package.
Only dlsym64 is completely gone. The dlsym binary must remain to be used by the builder. It just won't appear in the Linux download pacakages anymore.
2013-02-13 01:22:15 -06:00
Scott Ehlert
37f7975416 Rebuilt compiler binaries and built new binaries for OS X. 2013-02-13 01:16:41 -06:00
Scott Ehlert
40c1fee55a Added support for Mac OS X and building with clang (bug 5601, r=dvander). 2013-02-13 01:14:37 -06:00
Scott Ehlert
5a6c4ea408 Removed amxxpc64 and rebuilt amxxpc binaries. 2013-02-08 03:44:40 -06:00
David Anderson
7d9376a64b Remove SCASM, which was pointless and buggy bloat. 2013-02-08 00:38:35 -08:00
fezh cs
26d2a4f877 Add documentation to set_view (bug 4065, r=dvander). 2010-12-12 18:24:30 -08:00
Fysiks
76d407b45a Fix menu_create() documentation (bug 4426, r=dvander). 2010-09-11 22:33:57 -05:00
Lev2001@land.ru
e783c4bfcb Fixed fopen leak in mapsmenu (bug 3957, r=dvander, a=blocking). 2010-04-27 00:40:38 -07:00
Ryan L
cb500636cc Fixed amx_ban (bug 4159, r=dvander, a=blocking). 2010-04-27 00:21:49 -07:00
David Anderson
73e3e52057 Updated version files for HG. 2010-04-04 17:22:45 -07: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
cdf3807955 Bumped version numbers. 2008-08-17 00:50:57 +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
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
6486c56a15 Bumped versions. 2008-08-16 22:47:59 +00:00
Scott Ehlert
c07d8f3d93 Final VS 2005 + Linux tomfoolery 2008-08-16 20:13:12 +00:00
Scott Ehlert
adaf207b58 Forgot about this in my VS 2005 tirade 2008-08-16 10:19:42 +00:00
Scott Ehlert
0dc6a4a5dd Whoa, amb1941: All of AMX Mod X is now officially moved over to Visual Studio 2005 (MSVC 8)
Also did the following:
* Removed -fPIC from all Linux makefiles
* AMXX build tool now also moved over to VS 2005
* AMXX build tool binary renamed from "AMXXRelease" to "builder"
* MSVC project files now can use environment variables to point to the paths of the Metamod headers and HL SDK: $(METAMOD) and $(HLSDK) respectively
2008-08-16 09:48:39 +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
Steve Dudenhoeffer
01f3d729de probable fix for RTE in tfc stats.sma: amb1642 2008-05-07 17:36:53 +00:00
Steve Dudenhoeffer
0a38ef831f Fix for amb1647: brush origin retrieval was wrong 2008-05-07 05:17:21 +00:00
Steve Dudenhoeffer
a7d6352a22 Fix for amb1643: TFC's stats.amxx added an option it did not support to the stats config menu 2008-05-07 04:54:08 +00:00
Steve Dudenhoeffer
f410ea743d Added part of amb1604: unregister_message - OH GOD I HOPE I DIDNT BREAK IT 2008-04-29 02:18:39 +00:00
Steve Dudenhoeffer
9100ec753c Added amb1167: menu_addtext(menu, const text[], slot=1) 2008-04-27 19:19:53 +00:00
Steve Dudenhoeffer
4049a0c3be Initial addition of ns_remove_upgrade (amb1635): oh god I hope this will suffice 2008-04-26 21:40:56 +00:00
Steve Dudenhoeffer
86ea50dfdd amb1624: revision 3234 was accidentally undone 2008-04-26 08:18:34 +00:00
Steve Dudenhoeffer
6a4318f4d1 Work around for amb1632 - can't completely fix due to float rounding issues that don't work too well with pawn's floatround 2008-04-26 07:52:59 +00:00
Steve Dudenhoeffer
53ed817183 Added amb1600: trie natives 2008-04-14 19:52:11 +00:00
Steve Dudenhoeffer
145ff45876 Wrong language key in vote kick/ban (amb1456) 2008-04-10 06:12:35 +00:00