199,994 Commits over 4,140 Days - 2.01cph!
materials and textures for all the special fx i did yesterday.
Added the ability to reference other JS source files that must be evaluated prior to the current one using hints:
//! require "source1.js" "somedir/source2.js" "../etc.js"
Added the ability to reference other JS source files that must be evaluated prior to the current one using hints:
//! require "source1.js" "somedir/source2.js" "../etc.js"
Merge branch 'master' of arcade into js-scripting
Merge branch 'master' of arcade into js-scripting
added teh strike effect to the v_hammer and v_torch attack anims.
Replaced TestJS with SmashBloxJS
Replaced TestJS with SmashBloxJS
rigged the salvaged_icepick and completed a deploy anim
Small change to the sun flare colour.
Added server -autoupdate command line
Added a maximum jump angle to player movement to keep people from jump-climbing up walls and trees
Changed sliders in F2 menu to not be terrible
Added shadow distance control in F2 menu
materials/textures for new muzzleflash effect
changed the thompson SMG muzzleflash particle system
Updated a few of the prefabs to use correct models/textures. Also edited a couple of models for better clipping. The beanie now uses correct textures and is skinned to the head bone.
added shell ejections to the thompson gun
added LOD component to the shell ejection
▆▊▌▇▆▉ ▅▆▊▅▆ █▋▆ ▉▋▉▇ ▌▊▌█▌▆ ▄▇▇▅▍▉
3 speedtree forest types. Right now they have a bunch of redundant mats (one set for each minor tree variant) that we can collapse together later.
implemented a set for Animation.Frame
implemented a set for Animation.Frame
added Magnitude method to Vector2f
added Magnitude method to Vector2f
made Animation _progress a public property
made Animation _progress a public property
added NumFrames getter to Animation
added NumFrames getter to Animation
SteamNative OS X bundle cleanup
Added SimplexNoise native library
Added Tools/Check Animations
Fixed null state transitions in animation files (fixes a u5b4 crash) http://files.facepunch.com/garry/2014/September/19/1411118438.png
Changed SimplexNoise to RustNative to be used for all future native code
Added build and commit scripts for Linux and OS X
[ultimate_soldier] movement and some aiming
[ultimate_soldier] movement and some aiming
Fixed line drawing using degrees when radians are expected.
Fixed line drawing using degrees when radians are expected.
Fudging this file to diagnose compile error
Change to .cpp - so it compiles as cpp.
Replaced Vector2f.Magnitude() references with Vector2f.Length.