
|
|
|
|
You can view my shitty rushed video right here.
Though the finger poser isn't the best part of the new update, it is the one part that made me squeal in pleasure. Here is a full list of changes to gmod 10. [i][Add] Finger Poser [Add] Trails Tool [Add] Lightbulb Tool [Add] Camera Tracking. Press USE when looking at an object with the camera. [Add] Camera Roll. Move the mouse sideways while holding RMB to roll. [Add] Convar: physgun_rotation_sensitivity (default 0.1) [Add] lua_redownload - Forces a Lua reconnect for all clients. [Add] Lua will now condump on critical error [Add] Tools list now collapsable [Add] tool_* console commands to activate tools [Add] PostProcess overlay now shows thumbnails [Add] 'Sun Size' option to sunbeams [Add] Notification when kicked due to different scripts [Add] Lamps can now be toggled on and off [Add] More materials [Change] Double pressing reload with the physgun now unfreezes all props [Change] Single pressing reload with the physgun now unfreezes the prop you're looking at and all entities constrained to it [Change] Prevented addons from adding [tags] to the game description [Change] Increased elastic constraint limits [Change] Forced mouse filtering on (for rotating, camera zooming) [Change] gamemode_reload, swep_reload and sent_reload no longer need sv_cheats 1 for server admins [Change] r_DrawDetailProps is no longer a cheat [Change] Divided options tab into categories [Fixed] Weapons having no lag compensation [Fixed] Crash when making wheels with 0 torque then changing their torque [Fixed] Crash with incorrectly defined context menu comboboxes [Fixed] Particles sometimes not moving [Fixed] Possible Freezing due to NaN numbers from Lua [Fixed] Particle distance alpha not fading properly [Fixed] lua_run_cl needing quotes [Fixed] Crash with npc_sniper [Fixed] Timing errors when making timers in predicted clientside functions [Fixed] SWEPS misbehaving with pings > 100 [Fixed] Prevented crashing when too many Lua Effects [Fixed] Prevented crashing when too many Lua Particle Emitters [Fixed] Trying to show empty tooltips [Fixed] Jagged camera movement when zoomed all the way in [Fixed] Ragdoll spazzing when recording demos [Fixed] Invalid paths getting added to the searchpaths [Fixed] Rare crash when being kicked from Script Enforce'd servers [Fixed] Misc VPhysics crashes [Fixed] Cameras not getting cleaned up [Fixed] Crash starting d1_town_03 in multiplayer [Fixed] Crash starting d1_canals_01a in multiplayer [Fixed] Search path orders getting messed up, resulting in slow load times/missing sounds/switched textures [Fixed] Menus sometimes not closing when closing the spawnmenu/context menu [Fixed] Lua File cache sometimes reloading unchanged files [Lua] Infinite Loop protection [Lua] ENTITY:SkinCount() (returns int) [Lua] Added util.PointContents( int ) [Lua] Added GAMEMODE:SetupPlayerVisibility( player ) [Lua] Added AddOriginToPVS( vector ) [Lua] Added Error( text ) [Lua] Fixed pod returning false to IsVehicle() [Lua] Added LerpAngle( float, angle, angle ) [Lua] Added LerpVector( float, vec, vec ) [Lua] Added PANEL:PaintManual() [Lua] Added PANEL:SetPaintedManually( bool ) [Lua] Added PANEL:RequestFocus() [Lua] No longer need to call ParticleEmitter:Finish() [Lua] Added SWEP:DrawWorldModel() [Lua] Added ParticleEmitter:SetNearClip( float, float ) [Lua] Added ParticleEmitter:SetParticleCullRadius( float ) [Lua] Added Player:DropNamedWeapon( string ) [Lua] Added Player:DropWeapon( Weapon ) [Lua] Added SWEP:Equip( owner ) [Lua] Added SWEP:OnDrop() [Lua] Added render.StartMaterialOverride( material ) [Lua] Added Player:GetRagdollEntity() [Lua] Added Player:RemoveAllAmmo() [Lua] Added Player:SetAmmo( ammoid, count ) [Lua] Added Player:TraceHullAttack( vecStart, vecEnd, vecMin, vecMax, damage, damagetype, forcescale ) - returns hurt entity [Lua] Added Player:SetUnDuckSpeed( time ) [Lua] Added Player:SetDuckSpeed( time ) [Lua] Added Player:SetRunSpeed( speed ) [Lua] Added Player:SetWalkSpeed( speed ) [Lua] Added Player:SetCrouchedWalkSpeed( multiplier ) [Lua] FireBullets table now accepts a 'HullSize' int key (if over 0 defines the hull size of the bullet) [Lua] Added GAMEMODE:GetCrouchTime( Player, bDuckJump, Ducking ) [Lua] Player:TakeDamage moved to Entity:TakeDamage [Lua] Updated Lua to 5.1.2 [Lua] Added GAMEMODE:CanPlayerEnterVehicle( player, vehicle, role ) [Lua] Added GAMEMODE:PlayerEnteredVehicle( player, vehicle, role ) [Lua] Added global GAMEMODE_NAME [Lua] Particle:SetLifeTime() now accepts negative values for delayed spawning [Lua] Added >>, <<, |, & operators [Lua] Added CSoundPatch:SetSoundLevel( level ) [Lua] Added DynamicLight( _int_ ) returns a dynamiclight object. [Lua] Added Player:SetDSP( effectid, bQuickreset ) [Lua] Added GAMEMODE:OnDamagedByExplosion( ply, dmginfo ) [Lua] Fixed tracer effects getting a bad startpos [Lua] GAMEMODE:EntityTakeDamage is now called for players too [Lua] Added Panel:GetCaretPos() [Lua] Added Panel:SetCaretPos( int ) [Lua] Added Entity:Visible( ent ) ( returns true if entity can see ent ) [Lua] Added Entity:VisibleVec( vec ) ( returns true if entity can see vec ) [Lua] Added NPC:SetHullType( hulltype ) [Lua] Added NPC:SetHullType() [Lua] Added NPC:SetHullSizeNormal() [Lua] Added NPC:CapabilitiesClear() [Lua] Added NPC:CapabilitiesAdd( int ) [Lua] Added NPC:CapabilitiesRemove( int ) [Lua] Added NPC:CapabilitiesGet() [Lua] Added NPC:TaskComplete() [Lua] Added NPC:TaskFail( string ) [Lua] Added NPC:RemoveMemory() [Lua] Added NPC:ClearSchedule() [Lua] Added NPC:IsCurrentSchedule( Schedule ) (returns bool) [Lua] Added PrecacheScene( string ) [Lua] Added NPC:UpdateEnemyMemory( entity, pos ) [Lua] Added NPC:SetExpression( string ) [Lua] Added NPC:ClearExpression() [Lua] Added NPC:GetExpression() (returns string) [Lua] Added GetTaskID( string ) (returns int or nil) [Lua] Added NPC:UpdateEnemyMemory( entity, pos ) [Lua] Added NPC:SetExpression( string ) [Lua] Added NPC:ClearExpression() [Lua] Added NPC:GetExpression() (returns string) [Lua] Added NPC:StartEngineTask( id, data ) [Lua] Added NPC:RunEngineTask( id, data ) [Lua] Added NPC:GetNPCState() [Lua] Added NPC:SetNPCState( state ) [Lua] Added NPC:MaintainActivity() [Lua] Added Entity:SequenceDuration() [Lua] Added NPC:ConditionName( int ) [Lua] Added NPC:ClearCondition( int ) [Lua] Added NPC:HasCondition( int ) [Lua] Added NPC:SetCondition( int ) [Lua] Added NPC:Classify() [Lua] Added NPC:NavSetGoalTarget( ent, vec ) [Lua] Added NPC:NavSetRandomGoal( fMinDist, vecDir ) [Lua] Added NPC:NavSetGoal( vec ) [Lua] Added NPC:NavSetWanderGoal( fMinDist, fMaxDist ) [Lua] Added NPC:GetMovementActivity() [Lua] Added NPC:SetMovementActivity( ACT_RUN etc ) [Lua] Added NPC:GetMovementSequence() [Lua] Added NPC:SetMovementSequence( int ) [Lua] Added NPC:GetArrivalActivity() [Lua] Added NPC:SetArrivalActivity( ACT_RUN etc ) [Lua] Added NPC:GetArrivalSequence() [Lua] Added NPC:SetArrivalSequence( int ) [Lua] Added NPC:SetArrivalDirection( vec ) [Lua] Added NPC:SetArrivalDistance( flt ) [Lua] Added NPC:SetArrivalSpeed( flt ) [Lua] Added NPC:GetPathDistanceToGoal() [Lua] Added NPC:GetPathTimeToGoal() [Lua] Added NPC:ClearGoal() [Lua] Added NPC:StopMoving() [Lua] Added NPC:SetMaxRouteRebuildTime( fl ) [Lua] Added NPC:Give( weaponname ) [Lua] Added Entity:SetRenderAngles( ang ) (clientside) [Lua] Added Entity:GetRenderAngles( ang ) (clientside) [Lua] Added Entity:SetRenderOrigin( vec ) (clientside) [Lua] Added Entity:GetRenderOrigin( vec ) (clientside) [Lua] Added SuppressHostEvents( player ) [Lua] Added UnPredictedCurTime() [Lua] Added IsFirstTimePredicted() [Lua] Entity:SetParent( ent, attachmentid ) [Lua] Added Panel:SetContentAlignment( int ) [Lua] Added table.SortByMember( Table, MemberName, bAsc ) [Lua] Added GAMEMODE:AdjustMouseSensitivity() [Lua] Added SWEP:AdjustMouseSensitivity() [Lua] Added SWEP:NPCShoot_Primary( ShootPos, ShootDir ) [Lua] Added SWEP:NPCShoot_Secondary( ShootPos, ShootDir ) [Lua] Added SWEP:GetCapabilities() [Lua] Fixed crash when giving surface.GetTextSize a NULL string [Lua] Added GAMEMODE:SpawnMenuEnabled() [Lua] GAMEMODE:GravGunPunt now gets called when punting held objects [Lua] Added util.SpriteTrail( Entity, iAttachmentID, Color, bAdditive, fStartWidth, fEndWidth, fLifetime, fTextureRes, strTexture ) [Lua] Added scripted AI base [Lua] Added OrderVectors( v1, v2 ) (makes min/max vectors) [Lua] Fixed crash when using ents.FindInBox() with invalid box [Lua] Added PANEL:SetTextInset( int, int ) [Lua] Added PANEL:SetPaintBorderEnabled( b ) [Lua] Added PANEL:SetPaintBackgroundEnabled( b ) [Lua] Added PANEL:CursorPos() [Lua] Added healthleft, healthtaken to GM:PlayerHurt [Lua] Fixed attacker being NULL in GM:PlayerHurt [Lua] Fixed GM:ScalePlayerDamage not being called [Lua] Added DamageInfo:IsDamageType( int ) [Lua] Added PANEL:MoveToFront() [Lua] Added PANEL:IsMultiline() [Lua] Added PANEL:DrawTextEntryText( col, col, col ) [Lua] Added PANEL:FocusNext() [Lua] Added PANEL:FocusPrevious() [Lua] Added PANEL:SetFocusTopLevel( bool ) [Lua] Added PANEL:SetTabPosition( int ) [Lua] Added GAMEMODE:PreDrawSkybox() (return true to not draw default skybox) [Lua] Added GAMEMODE:PostDrawSkybox() [Lua] Added Entity:DispatchTraceAttack( dmginfo, startpos, endpos ) [Lua] Added Panel:SetTooltip( text ) [Lua] Added CreateMaterial( name, shader, params )[/i] For the entire post, go to http://www.garrysmod.com I CAN FINALLY PLAY WITH HALF LIFE 2 CHARACTERS ON MY PC!!!!
|
|
|
|
Post a comment! You can also post a photo below:
Ten iterations and Garry finally releases a finger poser. Damn.
No design is out,only our magination jordan shoes super alternative vintage super alternative vintage UGG Nightfall Boots is nowadays the most sought-after|michael jordan shoes|the same is issued when one of ugg bailey button boots people love the air jordan 23 Therefore air jordan 5|ugg boots sale|air jordan 21 the samenew air jordans|air jordan 13 there is not ugg boots classic tall as long as we dareugg classic boots super alternative vintage super alternative vintage bailey button ugg the Net allows you to extend your brand ugg kids boots the same button ugg boots there is not ugg classic mini boots Selecting what seems best of various styles or ideas Air jordan shoes|authentic jordan shoes|jordan shoes for sale is nowadaysair jordan 2010|air jordan 6|air jordan 7.47
|
Comment with FacebookClick connect and comment instantly! |
Comment with Dtoid
New? SIGN UP - it takes 5 seconds |
Comments policy
Destructoid is an open discussion community. You don't need to "audition" to post a comment - just speak your mind. We respect differing opinions on the site, so have at it. Be smart, funny, insightful, clueless, or cute -- but back it up with substance. Keep your cool, keep it fun. We only ask that you act respectfully and above all: don't be a troll and ruin it for everyone else. Don't bring down gamers or we'll, you know, gently shoot you in the face and stuff you into a flaming mailbox. Each comment is your opportuntity to make this community awesomer. Is that even a word?
Avoiding the banhammer only requires common sense: spamming, trolling, racism, NSFW stuff, and other forms of sucking will not be tolerated. If anyone is griefing please report abuse. Be good. Don't suck!

Follow
RSS
Contact