搜索
查看: 4729|回复: 24

【发布】AMX Mod X 1.50 Released![2005-8-3]

[复制链接]
发表于 2005-8-3 14:11:38 | 显示全部楼层 |阅读模式 来自 中国–北京–北京–海淀区
在新版本发布之前,欢迎大家先测试下看看在使用出现什么问题,希望大家在这里提交你遇到的问题,汉化组正在测试及汉化,请大家稍等。

I am proud to announce that I have released AMX Mod X 1.50 Beta. This is a very large release, which noticeably decreases CPU and memory usage, adds greater functionality, and adds a few new goodies for people to play with, such as a brand new installer. The notes that follow are important.

You can get the binaries at SourceForge or the Downloads Page. The improved installer will also install the new official AMX Mod X Editor.

The full changelog is too long to post, so click here to get it.


  • AMX Mod X now requires Metamod-p24 or Metamod 1.18. Metamod 1.18 will not be released for a few more days. We have bundled Metamod-p24 with the installer and you can download it here: metamod-p.sf.net.
  • The version of Small has been upgraded to 3.0, and the name was changed to "Pawn" by ITB CompuPhase. The web compiler for Pawn will go live once 1.50 is deemed to be stable.
  • Old modules will not run - the API had to be changed for Small 3.0.
  • The .amxx plugin format was changed. Old plugins will still work, except in debug mode. However once the web compiler goes live, the 1.50 plugins will not run on earlier versions of AMX Mod X.
  • A few features were deprecated. If you were using them, post in the scripting forum.
Again, this is a beta release, so please post in bug reports so we can make patch it up if need be. This release would not have been possible without the hard work of the following people:

Basic-Master: Newest AMX Mod X developer
twistedeuphoria: Moderator, beta testing CVS
faluco: Translator, making sure CVS was sane
theqizmo (u), fysh: Debugging CVS and memory leaks
Lynx: The new, function-packed ESF module

As always, thanks for your continued support!

Short changelog (actual one is ~50 lines long)

下载地址:http://www.amxmodx.org/downloads.php
目前AMXX1.5与POD、Yapb机器人冲突,是因为AMXX1.5的fun模块有问题,官方已经放出fun补丁:
fun_amxx.zip (31.5 KB)
放到:\addons\amxmodx\modules\里替换原文件。
 楼主| 发表于 2005-8-3 14:13:44 | 显示全部楼层 来自 中国–北京–北京–海淀区
官方宣传:更少的内存消耗,更低的CPU占用,更高的效率。
回复

使用道具 举报

发表于 2005-8-3 14:36:10 | 显示全部楼层 来自 中国–广东–深圳–南山区
changelog:

*  Updated Small to version 3.0. Note: ITB CompuPhase has changed
the name of Small to "Pawn". This includes an improved and more powerful
compiler. You can now return arrays, simulate "structs", and the
optimizer has been improved.
    * Large reduce in CPU usage for non-Metamod-p users. AMX Mod X now
requires Metamod 1.18 or Metamod-p. Note: this is because we have
removed the internal mini-Metamod that was added in 0.20.
    * Added new system for automating multi-page menus.
    * Added module for ESF (Earth's Special Forces), thanks to Lynx.
    * Rewrote installer from scratch, now a much more improved interface
that actually works.
    * Added an official "AMX Mod X Editor", AMXX-Edit. To be expanded as
AMX Mod X Studio in the future.
    * Rewrote MySQL module (again) - now can be used by other modules.
    * Added new plugin debugging system from Small 3.0. Old plugins need
to be recompiled to be debugged.
    * Added "register_native", plugins can now create natives that other
plugins can use. This was first conceptualized by dJeyL and added on
request of T(+)rget.
    * Changed the plugin file format to be a tad more flexible. Old
plugins will still work.
    * Added a module for dealing with binary vaults (nVault).
    * Added another The Specialists module (TSFUN).
    * Deprecated AMX Mod module support, which was incompatible with
Small 3.0.
    * Require_module is deprecated. Module detection is now done
automatically when you compile plugins.
    * Fixed a serious memory leak in set_task (reported by fysh).
    * Fixed a serious memory leak in entity_set_model (reported by EKS).
    * Fixed deallocation errors in engine and core (reported by
theqizmo, OneEyed, and fysh).
    * Added module API changes that require a sync of the SDK. This was
to make sure modules had the right Small 3.0 headers. Modules compiled
with the old SDK will refuse to load.
    * Added inter-module communication to complement AMX Mod X's
inter-plugin communication.
    * Deprecated read_dir, added much faster open_dir natives.
    * Fixed a bug where language settings were mishandled (thanks
faluco).
    * Fixed a good deal of language translation-related errors (thanks
faluco).
    * Added Spanish, Brazilian translations (thanks faluco,
AlucarD_fOx).
    * Fixed bug where repeated tasks actually repeated one less than
their given amount (reported by EKS).
    * Fixed bug where bad language translation files could corrupt
build_pathname (reported by Kamikaze).
    * Fixed is_user_hltv (thanks Wallslide).
    * Fixed mishandling of user input strings (potential security bug).
Reported and diagnosed by Stan Bubrouski.
    * Fixed log_to_file so it logs to the right file (reported by
karlos).
    * Fixed bug in the JIT where a lone default case would crash
(reported by twistedeuphoria).
    * Fixed bug where client_print to console would not insert newlines
(reported by azrael).
    * Added dir_exists (requested by twistedeuphoria).
    * Fixed memory leaks on plugin unload.
    * Deprecated most fget/fput natives (they have been removed), due to
improper implementation.
    * Fixed problems with weapon ids in DoDX
    * Fixed problem with setting and retrieving strings with set_pev/pev
    * Updated Regex library from PCRE 4.5 to 6.1.
    * Updated GeoIP database to July 2005
    * Updated Natural-Selection module for latest NS release.
    * Fixed bugs and added new natives to DoDFun.
    * Fixed various bugs in the documentation.
    * Fixed potential problems in register_message, reduced memory usage
a bit.
    * Added in_viewcone and can_see, at the request of v3x.
    * Fixed bug in MySQL module where a port could not be added to the
connect string (reported by azrael).
    * Added trace_forward at the request of, and by, twistedeuphoria.
    * Added get_distance_f to core at the request of twistedeuphoria.

:boss:
回复

使用道具 举报

发表于 2005-8-3 15:48:10 | 显示全部楼层 来自 中国–河南–安阳
又该忙碌了  :super:
回复

使用道具 举报

发表于 2005-8-3 16:30:28 | 显示全部楼层 来自 中国–辽宁–沈阳
唉!抢在AMX之前发布了。。。
回复

使用道具 举报

 楼主| 发表于 2005-8-3 17:06:41 | 显示全部楼层 来自 中国–北京–北京–海淀区
Post by Hydralisk
唉!抢在AMX之前发布了。。。
哈,那AMX还需多久?
回复

使用道具 举报

发表于 2005-8-3 17:17:11 | 显示全部楼层 来自 中国–广东–肇庆–端州区
又升级了....!快....又要辛苦插件大大们了! :D
回复

使用道具 举报

发表于 2005-8-3 20:02:38 | 显示全部楼层 来自 中国–辽宁–沈阳
Post by BoeZombie
哈,那AMX还需多久?

是未知数。。。 :cry:
回复

使用道具 举报

发表于 2005-8-3 20:08:52 | 显示全部楼层 来自 中国–广东–深圳–罗湖区
amx is dead???
    终于又出新版本了!!支持AMXX。。
回复

使用道具 举报

发表于 2005-8-3 20:14:04 | 显示全部楼层 来自 中国–湖北–黄冈
哎~~都是英文!~`
看不懂呀老大!~
回复

使用道具 举报

游客
回复
您需要登录后才可以回帖 登录 | 注个册吧

快速回复 返回顶部 返回列表