Thread: Beta changelog
View Single Post
Old 03-27-2015, 09:26 AM   #7
squeek.
Stuff Do-er
Lua Team
Wiki Team
Fortress Forever Staff
 
squeek.'s Avatar
 
Join Date: Mar 2007
Location: Northern California
Class/Position: Rallygun Shooter
Gametype: Conc tag (you just wait)
Affiliations: Mustache Brigade
Posts Rated Helpful 352 Times
Send a message via AIM to squeek.
Should be the last update before release:
  • Fix mirvlets being flagged as handheld and always damaging their owner
  • Fix single shotgun being accidentally removed from the soldier
  • Lua: Add IsProjectile/CastToProjectile functions
  • Lua: Add IsInfoScript function
  • Lua: Add IsBuildable/CastToBuildable functions
  • Lua: Add function GetEntitiesInSphere(Vector center, float radius, bool ignore_walls)
  • Lua: Add collection filter flag CF.kJumpPad
  • Lua: Expose gEntList as the global variable GlobalEntityList
    Usage:

    GlobalEntityList:FirstEntity() // get the first CBaseEntity in the GlobalEntityList
    GlobalEntityList:NextEntity(CBaseEntity current_entity) // get the next CBaseEntity in the list, after current_entity
    GlobalEntityList:NumEntities() // get the total number of entities
  • Lua: Fix typo in CF.kInfoScripts (was CF.kInfoScipts) (CF.kInfoScipts will remain for backwards compatibility)
  • Lua: Fix HUD timers' seconds getting truncated in the wrong direction when counting down
  • Lua: Add Luabind's class_info function (see http://halmd.org/develop/luabind.htm...ith-class-info)
  • Fix crosshair dropdown using # as a spacer character
  • Lua: Add lua-spawned trails on entities, coloured by team
    Functions added:
    entity:StartTrail(int teamid)
    entity:StartTrail(int teamid, float start_width, float end_width, float lifetime)
    entity:StopTrail()

Also fixed dedicated server CPU usage idling at 100% (but there might be side effects to the fix; we'll see).

Did not update the OP with this stuff. Working on formalizing the changelog now and then it'll be posted in the proper location.
__________________
#FF.Pickup ยค Fortress-Forever pickups

My Non-official Maps
Released FF_DM_Squeek - FF_2Mesa3_Classic - FF_Siege_Classic
Beta FF_Myth - FF_Redlight_Greenlight

Sick of the people on the internet, always moanin'. They just moan.
- Karl Pilkington

Last edited by squeek.; 03-27-2015 at 09:36 AM.
squeek. is offline   Reply With Quote