repoSandboxGamecancel

3,308 Commits over 944 Days - 0.15cph!

5 Years Ago
Fix steam build compile error maybe
5 Years Ago
Add mesh rotation model so mesh particles can inherit parent rotation Add rifle shell casing
5 Years Ago
Add auto activate to particle system entity
5 Years Ago
Activate shell casing particle system on eject shell anim event Add AutoDeactivate to particle system asset
5 Years Ago
Shell casing particle effect
5 Years Ago
Add shell casing assets
5 Years Ago
Allow weapons to register callbacks for viewmodel events
5 Years Ago
Update gamemode template
5 Years Ago
Simulate physics on prop after it has spawned to avoid warnings
5 Years Ago
Remove gibs asset, use skeletal prop instead
5 Years Ago
Toolgun view and world props Fix citizen phys asset
5 Years Ago
New anim parameter system. Animdef has section for basic param types (int, float, bool, trigger) Anim state machine can define transition rules with conditions. Make state machine use managed transition rules based on anim params
5 Years Ago
Fix UI hotloading for things loaded by coherent (including less imports)
5 Years Ago
Changing the LESS structure to component level
5 Years Ago
Fix the stylesheet list not loading less files as less
5 Years Ago
Support relative paths when using less in vue components (also removed dotLess)
5 Years Ago
Fix Coherent inspector path
5 Years Ago
Add SetAllBodiesSimulatePhysics
5 Years Ago
Support submeshes on fbx static models
5 Years Ago
Add material groups to player model definition
5 Years Ago
Fix complete fuckup of unique material slots Append submesh index to mesh name to avoid clashes
5 Years Ago
Remove material name append from mesh name when importing fbx skeletal models
5 Years Ago
M249 materials Add MaterialGroup to meshes, build mapping between material group and unique mesh names. Add MaterialGroups section to prop asset so that materials can be applied to a group of submeshes.
5 Years Ago
Add transform mirror/flip across axis. Mirror fbx skeletal models and animations across Y axis.
5 Years Ago
Find closest gib to damage location and transfer the force (shooting gibable prop applies force to gib)
5 Years Ago
Fix repeat weapon firing while still deploying
5 Years Ago
Add Weapon_M249 Adjust viewmodel swing pitch using vertical player velocity (viewmodel offset when jumping) Add bob cycle to viewmodel using player movement velocity
5 Years Ago
Call OnDeploy when weapon becomes active and weapon models have been shown
5 Years Ago
Forcing anim state now resets asset player time (firing a gun should play attack anim from the start)
5 Years Ago
Add "All" prop group
5 Years Ago
Add group to prop asset info. Add group section to prop spawn menu
5 Years Ago
Add skeletal prop entity. Allow prop spawner to spawn skeletal props Add Spawnable to PropInfo, clothing are props but we don't care to have them listed in the spawn menu Add w_m92.prop Weapon pickup uses static prop entity. Allow gibbing to be disabled on static props (weapon pickups probably shouldn't be gibbable) Weapon view model uses skeletal prop entity. Add v_m92.prop Allow prop assets to define an animdef. Add v_m92.animdef
5 Years Ago
Load properties before spawn data when loading entities from json save data (fixes primitive builders incorrect uvs when loading map)
5 Years Ago
Check if save file exists before running loadmap command in playground
5 Years Ago
Spawn default model for pickup if no prop has been set for it
5 Years Ago
Change weapon pickup to an abstract base class so that other weapon type pickups can restore weapon state (ammo in clip etc)
5 Years Ago
Hud has vitals and ammo counter by default. Change toolgun to BaseWeapon instead of ProjectileWeapon (because it doesn't need ammo)
5 Years Ago
Destroy pickup if weapon is taken, regardless of how much ammo is left inside (misleading to keep a weapon pickup without a weapon)
5 Years Ago
Fix vitals and ammo counter components. Test m92 weapon hud
5 Years Ago
Store weapon in pickup entity as classname, ideally weapon entities should always be owned by a player Destroy dropped weapon now that it doesn't exist inside the pickup entity. Spawn pickup entity at the end of drop to avoid picking it up while still in inventory. Add a trigger delay to pickups so that dropping on self doesn't trigger a pickup straight away
5 Years Ago
Toolgun droppable = false Add optional destroy param to TakeWeaponFromInventory
5 Years Ago
Allow weapons to define their own hud component. Toolgun uses toolhelp component.
5 Years Ago
Get rid of weapon definitions in favor of class library attribute (class library has all the info weapons need for spawn menu) Clear tool list when toolgun isn't in inventory
5 Years Ago
Give or equip weapon from weapon def when clicking on weapon tile Check weapon model visibility every tick instead of relying on replicated var changes Only update toolgun tools when it's the active weapon Give BaseWeapon PrimitiveDraw and DrawHud virtuals so toolgun can handle gizmo logic Switch to toolgun before switching tool
5 Years Ago
fix weapon tiles
5 Years Ago
Cleanup shooter base code, remove useless shit Weapon definition asset Add weapons tab to spawn menu
5 Years Ago
Reset static model hidden sections properly
5 Years Ago
Add player model definition and importer Load citizen player model from definition file Add generic json asset importer for assets that only need to populate an object
5 Years Ago
Cache skeletal model material slot names as a safer way to get sections by index or name
5 Years Ago
Hide sections using slot hidden sections instead of prop asset Also setup hidden sections for attached clothing prop Add GetMeshSectionIndex and GetMeshSectionName for skeletal model entities