Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Console View

Legend:   Passed Failed Warnings Failed Again Running Exception Offline No data

SW
fix gcc 12.1 compilation (#1056)

Co-authored-by: Flummi <[email protected]>
Rustam Zigandarov
Update trie_natives.cpp (#1052)

"Invalid map handle provided (%d)" error is very unclear when it appears in complex code.
OciXCrom
Add missing kRenderFx constant (#928)

* Add missing kRenderFx constant

* Change constant name to match SDK
Unreal Karaulov
Fix some misprints and mistakes in code, part 2 (#1021)

* Fix compiler warnings about broken syntax

Revert "Fix compiler warnings about broken syntax"

This reverts commit cd0649806feaab064e93a0fbcd1f4488747f9b79.

Unbreak code

* Unbreak code

* Stop breaking code, please

* Small real unused check

* Fix "breaked" code and fix MAX_WEAPONS misprints

* Compiler break in debug mode if passing upper case strings
Franco Romaniello
Fix typo in message_const.inc TE_FIZZ comment (#990)
pizzahut2
Update stats.sma (#998)

Fix runtime error when a player "killed self with teledeath". Happens when a map hasn't enough spawn points.
shel
Fix gcc 9.2 compilation. (#835)

Fix gcc 9.2 compilation.
Harsha Raghu
[TFCX] Fix Medic infection Crash on Linux (#991)

* [TFCX] Fix Medic infection Crash on Linux

Issue: #988

* [TFCX] Removed redundant code

- Added `_DEBUG_TFCX` preprocessor directive
- Deleted redundant code (which fetches pdata)
Unreal Karaulov
now amxmodx can use std (#1026)
Hedel Nasser
Fixed value check in json_object_set_value (#1015)

Regression from #983
pizzahut2
Update stats.sma (#1001)

Triggered the "Invalid weapon id" at another location in the source code, so patched all cases where the argument could be 0.
FEDERICOMB
[FEATURE REQUEST] set_hudmessage add missing parameters (#992)

Same as https://github.com/alliedmodders/amxmodx/pull/981

Co-Authored-By: Franco Romaniello <[email protected]>

Co-authored-by: Franco Romaniello <[email protected]>
rtxa
nextmap.sma - Fix mp_chattime getting increased on quick map change (#1044)
Harsha Raghu
Setup Github Actions (#1003)
Harsha Raghu
[Build] Fix latest MSVC and CLang compiler errors (#1008)

* Explicit cast specification

* Explicit cast specification

* Suppress -Wno-tautological-compare in Clang 10 and above

https://reviews.llvm.org/rG8b0d14a8f0cc085afa2a9c86c237da81c74517fc

* Explicit cast specification

* Add HAVE_STDINT_H compiler flag

* Explicit casting mechanism type specification

* typo
pizzahut2
Update stats.sma (#997)

Fix runtime error when a player "killed self with teledeath". Happens when a map hasn't enough spawn points.
pizzahut2
Revert "Update CMisc.h (#985)" (#987)

Turned out both test servers still had an old "tfc_i386.so" file which took precedence over the newer "tfc.so" library, so both servers were misconfigured and that's why the offsets didn't work.
Smilex_Gamer
European Portuguese Language translation fixes (#902)

* European Portuguese translation fix: admin.txt

* European Portuguese translation fix: admincmd.txt

* Added European Portuguese translation: adminslots.txt

Added new translations

* European Portuguese translation fix: common.txt

* European Portuguese translation fix: menufront.txt

* European Portuguese translation fix: miscstats.txt

* European Portuguese translation fix: pausecfg.txt

* European Portuguese translation fix: restmenu.txt

* European Portuguese translation fix: statscfg.txt
Franco Romaniello
Update parson and fix json_object_set_value (#983)

* Remove parson folder

* add submodule parson

* FIX amxx_json_object_set_value generate a crash if invalid value is passed

* restore parson folder status
Harsha Raghu
Create FUNDING.yml and add a ❤️Sponser button (#994)
Unreal Karaulov
Added new debug feature: Performance Monitor. (#1019)

* Performance Monitor.

Search big performance issues for any plugin that in debug mode. No server slow down.
Output is plugin and function name, and server execution lag in ms. Output target: current amxlog file.

* Adding cvar to enable perflog. Force for all plugin if amx_debug is 2.

* Update cvar name

* Use another clock from chrono

* Fix debug check

* Skip internal amxx exec

* Move includes

* Fix debug check in amx_ExecPerf

* Tried to compile without min/max undefined
pizzahut2
Update stats.sma (#1002)

Triggered the "Invalid weapon id" at another location in the source code, so patched all cases where the argument could be 0.
Smilex_Gamer
European Portuguese Language translation fixes (#902)

* European Portuguese translation fix: admin.txt

* European Portuguese translation fix: admincmd.txt

* Added European Portuguese translation: adminslots.txt

Added new translations

* European Portuguese translation fix: common.txt

* European Portuguese translation fix: menufront.txt

* European Portuguese translation fix: miscstats.txt

* European Portuguese translation fix: pausecfg.txt

* European Portuguese translation fix: restmenu.txt

* European Portuguese translation fix: statscfg.txt
Daniele386
Minor German Language Update (#926)

* Update admincmd.txt

* Update statsx.txt

* Update miscstats.txt

* Update menufront.txt

* Update menufront.txt

* Update admincmd.txt

* Update adminvote.txt

* Update restmenu.txt

* Update mapsmenu.txt

* Update nextmap.txt

* Update stats_dod.txt

* Update statscfg.txt

* Update stats_dod.txt

* Update adminvote.txt
OciXCrom
Add missing kRenderFx constant (#928)

* Add missing kRenderFx constant

* Change constant name to match SDK
Unreal Karaulov
Fix ConfigsExecutedForward (my mistake) (#1024)

* Fix one big issue what broken all plugins!

If found any config from servercmd, m_ConfigsExecutedForward not called !!!!!!!
If m_ConfigsExecutedForward  not called, this is broke all plugins where used m_ConfigsExecutedForward (example restmenu)

Revert "Fix one big issue what broken all plugins!"

This reverts commit 6ce36f22e1c278f0831ebbddbc1dbbceb91dacb9.

* Fix m_ConfigsExecutedForward after my missprint from previous pr

Fix my missprint from previous pull request https://github.com/alliedmodders/amxmodx/commit/275be8b0a89bdd9439c7e04f75f092345318c560
Harsha Raghu
[Build] Implement CI for MacOS via appveyor (#1013)
Franco Romaniello
Fix typo in message_const.inc TE_FIZZ comment (#990)
Rustam Zigandarov
Update newmenus.inc (#1043)
  • win32-1.10: bootstrapped failed -  stdio
Harsha Raghu
[Build] Migrate to Python3 (#1000)

* Configure Travis build env for Py3

Using default available version of 3.6.3 in `xenial` dist

* Migrate to py3

* Fix documentation
Unreal Karaulov
Fix some errors (#1020)

Fix some critical errors
Hedel Nasser
Fixed value check in json_object_set_value (#1023)

Same fix as #1015, but for 1.9
Franco Romaniello
Update parson and fix json_object_set_value (#983)

* Remove parson folder

* add submodule parson

* FIX amxx_json_object_set_value generate a crash if invalid value is passed

* restore parson folder status
Harsha Raghu
[TFCX] Fix Medic infection Crash on Linux (#991)

* [TFCX] Fix Medic infection Crash on Linux

Issue: #988

* [TFCX] Removed redundant code

- Added `_DEBUG_TFCX` preprocessor directive
- Deleted redundant code (which fetches pdata)
builds
Convert package.pl to Python.
Unreal Karaulov
Fix one big issue what broken all plugins! (#1022)

If found any config from servercmd, m_ConfigsExecutedForward not called !!!!!!!
If m_ConfigsExecutedForward  not called, this is broke all plugins where used m_ConfigsExecutedForward (example restmenu)
Adam Richard
Updated get_user_flags documentation (#1007)
Daniele386
Minor German Language Update (#926)

* Update admincmd.txt

* Update statsx.txt

* Update miscstats.txt

* Update menufront.txt

* Update menufront.txt

* Update admincmd.txt

* Update adminvote.txt

* Update restmenu.txt

* Update mapsmenu.txt

* Update nextmap.txt

* Update stats_dod.txt

* Update statscfg.txt

* Update stats_dod.txt

* Update adminvote.txt
David Anderson
Update build scripts for Perl update.

This is copied from psychonic's SourceMod fixes.
OciXCrom
Use precache_generic() for sounds that are played client-side (#934)