View Single Post
Author Message
BAILOPAN
Join Date: Jan 2004
Old 09-20-2004 , 03:12   AMX Mod X 0.20-RC6 Released
#1

Release Candidate 6 of AMX Mod X 0.20 is now available. You can get the new binaries from SourceForge.

Update to 0.20 Guide

This is a bug fix release with one major feature change.
Plugins running in debug mode now appear so in "amxx plugins". Furthermore, plugins in debug mode now have a special "stack tracing" feature. When a run time error occurs, detailed tracking information is now available. Example:
Code:
L 09/15/2004 - 17:38:17: [AMXX] Run time error 4 (index out of bounds) on line 46 (file "debug.sma"). 
L 09/15/2004 - 17:38:17: [AMXX] Debug Trace =>
L 09/15/2004 - 17:38:17: [AMXX]       [0] Line 40, File "debug.sma"
L 09/15/2004 - 17:38:17: [AMXX]       [1] Line 25, File "debug.sma"

Abridged Changelog:
Code:
Added AMD64 support for Cstrike module.
Added TraceResult and TraceLine manipulation to fakemeta_amxx.
Added new API calls for module SDK.
Added new debug trace system to JIT and C core.
Added universal error handling API to Core (modules not yet implemented).
Removed extraneous packages from DoD, TFC, and TS packages.
Fixed a bug in get_user_astats for CSSTATS.
Fixed remaining bugs in remove_task().
Fixed bug where reloadadmins would not reset flasg (mrhunt).
Fixed bug where amxxsc failed on -o<file>.
Fixed logging typo in core.ini.
Fixed wrong kills and deaths in CSSTATS.
Fixed string formatting in mapsmenu, admincmd.
Fixed restmenu run time error.
Fixed adminslots not calculating slots immediately.
Fixed crash bug in amx_modules.
Fixed parsing bug in string trim routine.
Fixed bug where language files were not closed.
Compiler is now set to debug level 2 and compaction is disabled.
__________________
egg
BAILOPAN is offline