branchsbox-corewars/maincancel

853 Commits over 516 Days - 0.07cph!

2 Years Ago
Can press G / drop to enter walk mode in the editor
2 Years Ago
Added ability to rotate entities being placed or moved with right click Merge branch 'main' of sbox-corewars
2 Years Ago
removed set cp on protection particle Merge branch 'main' of sbox-corewars
2 Years Ago
Added support for moving entities already placed in the editor and added MoveEntityAction for undo/redo support Merge branch 'main' of sbox-corewars
2 Years Ago
Spawn door protection particle
2 Years Ago
Increased Pool size
2 Years Ago
Resource pool particle
2 Years Ago
Set model and render color for Team Core
2 Years Ago
Add EditorPropertyAttribute and use that instead of Property so can know exactly which ones are Core Wars related
2 Years Ago
Fixed compile error
2 Years Ago
Add Team.GetColor extension Use resource pool models for generators
2 Years Ago
Resource pool
2 Years Ago
Remove editor mode convar now we have a dedicated editor mode map
2 Years Ago
Fix state
2 Years Ago
Temp generator models
2 Years Ago
Add Game.TryGetState and stub for generating resources with TeamGenerator
2 Years Ago
Added max stack sizes to resource items and test damage
2 Years Ago
Give attackers any resources held in the player's inventory when they are killed Add InventoryContainer.Remove( InventoryItem ) as an alternative to item id Resource items derive from ResourceItem and have placeholder icons Add placeholder resource icon pngs
2 Years Ago
Add IResettable and IRessetable.ResetAll static member Add Player.AssignRandomTeam (for now) and implement IResettable Implement IResettable on CrystalGenerator, GoldGenerator and TeamCore Add inventories to TeamChest and PersonalChest and implement IResettable Assign a random team in GameState and respawn players when they should be
2 Years Ago
Better opacity
2 Years Ago
Add materials for Hurt and Exclusion Zone - figure out why AddCube renders quads the wrong way around later
2 Years Ago
Added Title and Group to each editor entity type Update Editor Entity List to sort entities into their correct groups by category
2 Years Ago
Add BuildExclusionZone
2 Years Ago
Serialize world entity with inventory item data to ensure clients are aware of them
2 Years Ago
Remove old property Refactor to NetInventoryContainer and add NetInventoryItem Support serialization of InventoryItem and deserialization
2 Years Ago
Fixed RemoveEntityAction not working if loading a previously saved world Added RespawnWhenAvailable and handle spawning when spawnpoint is ready Move stuff item stuff to virtual props, support ItemEntity for world items and add ItemEntity entity Add stubs for resource items Update sbox-voxels submodule
2 Years Ago
Added extensions for Team to get the correct plastic block type and an extension to create a plastic block item
2 Years Ago
Reshuffle, ensure block classes are suffixed with Block and add Hardened Metal and Steel Panel
2 Years Ago
Rename White team to Cyan to match its plastic block
2 Years Ago
Added remaining plastic blocks
2 Years Ago
TeamBlock_Red -> RedPlastic
2 Years Ago
Steel Panel textures
2 Years Ago
Hardened Metal Texture
2 Years Ago
Create TeamBlock_Red.cs
2 Years Ago
Updated teamcolour block
2 Years Ago
Team Coloured textures
2 Years Ago
Removed some test blocks and procgen related code (seperate project from Core Wars now)
2 Years Ago
Attribute refactor to avoid redundancy Update tools for attribute changes Update BaseTrigger Update TriggerHurt Add stubs for TeamCore, TeamGenerator, TeamChest, PersonalChest, GoldGenerator and CrystalGenerator
2 Years Ago
Added Editor Block Data tool using groundwork done with Editor Entity Data dialog
2 Years Ago
Add SimpleForm class with AddRowWithCallback Update EditorEntityData to send an open request and receive current values for suitable properties. When Save is pressed, send a cmd with updates values
2 Years Ago
Improved UI of the Editor Entity List to match Editor Entity Data
2 Years Ago
Add Player/EditorPlayer.GetSpawnpoint and use that Remove Game.MoveToSpawnpoint for CW Update sbox-voxels
2 Years Ago
Added SimpleForms.scss for global import Add popup-container to EditorHud for use with form popups Add attributes for entity data editor and add team property to PlayerSpawnpoint EditorEntityPropertyAttribute Simple entity data menu
2 Years Ago
Make EditorAction static vars private Add EditorEntityData dialog stub Update sbox-voxels KillTrigger -> TriggerHurt and add DamagePerSecond property and serialize/deserialize it properly Open EditorEntityData when in DataEdit mode of the Entity Tool
2 Years Ago
Add system for EditorActions to keep track of objects and give them unique ids Update Place/Remove entity actions to use object id system so that references to "entities" can be kept and updated between undos and redos
2 Years Ago
Fixed action perform being called client-side when removing an entity
2 Years Ago
Improve display for entities tool to show whether or not an entity will be deleted, but also show its name
2 Years Ago
Added PlaceVolumeAction for undoable/redoable volume placement Added RemoveEntityAction for undoable/redoable removal of entities Add EditorEntityLibraryAttribute.VolumeMaterial and IsVolume Update place_block.vmat to use TintColor instead of GhostColor Update sbox-voxels submodule Update LobbyState to only wait for VoxelWorld to initialize, not for spawnpoints and prevent task cancelled exception Update MoveToSpawnpoint to handle PlayerSpawnpoint entities added to voxel worlds Setup collisions with AABB for PlayerSpawnpoint but only when in editor mode Added BaseTrigger and KillTrigger which implement ISourceEntity and IVolumeEntity for use with voxel worlds Added VolumeEntity render entity type to display in editor mode Can now place and remove volumes such as triggers for voxel worlds Merge branch 'main' of sbox-corewars
2 Years Ago
Wooden Plank textures
2 Years Ago
Added updated block materials