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

Builder linux-1.9 Build #8

Results:

Build successful

SourceStamp:

Projectalliedmodders/amxmodx
Repositoryhttps://github.com/alliedmodders/amxmodx
Branch1.9-dev
Revisiona0ea98da3531546a0e1d1acc9df468600720d418
Got Revisiona0ea98da3531546a0e1d1acc9df468600720d418
Changes7 changes

BuildSlave:

linux

Reason:

The Scheduler scheduler named 'sched-1.9-dev' triggered this build

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. bootstrap bootstrapped ( 3 secs )
    1. stdio
  3. build compiled ( 12 secs )
    1. stdio
  4. upload uploaded ( 2 secs )
    1. stdio

Build Properties:

NameValueSource
branch 1.9-dev Build
builddir /home/builds/amxmodx/linux-1.9 slave
buildername linux-1.9 Builder
buildnumber 8 Build
codebase Build
got_revision a0ea98da3531546a0e1d1acc9df468600720d418 Git
project alliedmodders/amxmodx Build
repository https://github.com/alliedmodders/amxmodx Build
revision a0ea98da3531546a0e1d1acc9df468600720d418 Build
scheduler sched-1.9-dev Scheduler
slavename linux BuildSlave
workdir /home/builds/amxmodx/linux-1.9 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Arkshine
  2. Duko
  3. OciXCrom
  4. PartialCloning
  5. Vincent Herbet
  6. justgo97

Timing:

StartFri Sep 28 06:55:55 2018
EndFri Sep 28 06:56:14 2018
Elapsed19 secs

All Changes:

:

  1. Change #1517

    Category None
    Changed by PartialCloning <30499481+PartialCloningohnoyoudont@users.noreply.github.com>
    Changed at Fri 28 Sep 2018 08:19:23
    Repository https://github.com/alliedmodders/amxmodx
    Project alliedmodders/amxmodx
    Branch 1.9-dev
    Revision 3238b25495a3133774929754a0e801da4de025af

    Comments

    Additions to hlsdk_const and cstrike_const (#573)
    
    * Additions to hlsdk_const
    
    Added values to hlsdk_const using regamedll_cs and reapi as reference.
    
    * Update cstrike_const.inc
    
    * Prefix constants with CS_ to avoid name collision and for consistency

    Changed files

    • plugins/include/cstrike_const.inc
    • plugins/include/hlsdk_const.inc
  2. Change #1518

    Category None
    Changed by Duko <Duk0ohnoyoudont@users.noreply.github.com>
    Changed at Fri 28 Sep 2018 08:20:06
    Repository https://github.com/alliedmodders/amxmodx
    Project alliedmodders/amxmodx
    Branch 1.9-dev
    Revision a635b383fc019f776226373d173eabf5a95a0dae

    Comments

    GeoIP: Add "reload" command (#588)
    
    * Add reload option
    
    * Adjust logic
    
    * Modernize the code a little

    Changed files

    • modules/geoip/geoip_main.cpp
  3. Change #1519

    Category None
    Changed by Arkshine <githubohnoyoudont@arkshine.me>
    Changed at Fri 28 Sep 2018 08:20:29
    Repository https://github.com/alliedmodders/amxmodx
    Project alliedmodders/amxmodx
    Branch 1.9-dev
    Revision 523bb334d5f04db66aa73c420f35ea4bf9358219

    Comments

    Put back <time.h> from previous commit

    Changed files

    • modules/geoip/geoip_main.cpp
  4. Change #1520

    Category None
    Changed by justgo97 <hamdi2050ohnoyoudont@live.com>
    Changed at Fri 28 Sep 2018 08:20:29
    Repository https://github.com/alliedmodders/amxmodx
    Project alliedmodders/amxmodx
    Branch 1.9-dev
    Revision d93ee596bb81ca2e98c5054f9a20bb76fa39850d

    Comments

    Add constants for get_user_origin() (#604)

    Changed files

    • plugins/include/amxconst.inc
    • plugins/include/amxmodx.inc
    • plugins/include/engine_stocks.inc
    • plugins/include/fakemeta_util.inc
  5. Change #1521

    Category None
    Changed by justgo97 <hamdi2050ohnoyoudont@live.com>
    Changed at Fri 28 Sep 2018 08:20:29
    Repository https://github.com/alliedmodders/amxmodx
    Project alliedmodders/amxmodx
    Branch 1.9-dev
    Revision 05bd01cd5eb4b283d36bda0082f14c4cc9a6b346

    Comments

    Fixed a typo in get_user_flags description (#605)
    
    * Fixed a typo in get_user_flags description
    
    * Remove

    Changed files

    • plugins/include/amxmodx.inc
  6. Change #1522

    Category None
    Changed by Vincent Herbet <githubohnoyoudont@arkshine.me>
    Changed at Fri 28 Sep 2018 08:20:29
    Repository https://github.com/alliedmodders/amxmodx
    Project alliedmodders/amxmodx
    Branch 1.9-dev
    Revision d867a95fd672898f7f0d05014e63e255521cf2e3

    Comments

    Fix a crash with set_tr/2 when -1 is passed in TR_pHit + allow worldspawn (0) in set_tr/2 (#601)
    
    * Fix a crash with set_ptr2 when -1 is passed in TR_pHit
    
    * Allow wordspawn in set_tr|2(TR_pHit, ...)

    Changed files

    • modules/fakemeta/fm_tr.cpp
    • modules/fakemeta/fm_tr2.cpp
  7. Change #1523

    Category None
    Changed by OciXCrom <ozzz.safeohnoyoudont@yahoo.com>
    Changed at Fri 28 Sep 2018 08:20:29
    Repository https://github.com/alliedmodders/amxmodx
    Project alliedmodders/amxmodx
    Branch 1.9-dev
    Revision a0ea98da3531546a0e1d1acc9df468600720d418

    Comments

    Add a bunch of constants to define max lengths (#566)
    
    * Add constants for max IP and SteamID length
    
    * Change max authid length to 64
    
    * Fix port typo
    
    * Add more defines
    
    * Remove max query length

    Changed files

    • plugins/include/amxconst.inc