reposbox-roomlitecancel

209 Commits over 123 Days - 0.07cph!

2 Months Ago
Camera smoothing so you don't get motion sick when moving your mouse quickly
2 Months Ago
Make pickup drops a little less exaggerated
2 Months Ago
Made screen shake much more subtle Update shadows/collisions so that shadows are the true collision indicator
2 Months Ago
Dispose of leftover objects when changing floors
2 Months Ago
Another bullet fix
2 Months Ago
Fix bullet_woom_man_2 prefab Fix Projectiles executing in editor in situations when they shouldnt
2 Months Ago
more enemies Merge branch 'main' of sbox-roomlite
2 Months Ago
Fix misaligned room Remove logs Fixed Networked Item Pickups Fix networked projectile rotation Fix BulletGenerators having Shadows Fix BulletGenerator Networking
2 Months Ago
Fix item networking Skeleton Key Fix? Bullet Shadows + ShadowOverride on Entity
2 Months Ago
more rooms Merge branch 'main' of sbox-roomlite
2 Months Ago
More networking fixes Fix networking coins Fixed going to the next floor when networked Fix RoomManager shutting doors as soon as they'd open
2 Months Ago
enemy push and contact damage
2 Months Ago
pickup physics etc Merge branch 'main' of sbox-roomlite
2 Months Ago
Possible multiplayer fixes
2 Months Ago
Use BulletGenerator instead of bullet prefab so Wood Man can have a more interesting pattern Enemy ModifyWishVelocity instead of ModifyVelocity 🤦
2 Months Ago
Enemy now uses IEntityModifier to set velocity
2 Months Ago
Add `give_item` command Fix some more NREs Fix EndFloorTrigger counting players twice sometimes
2 Months Ago
Added ItemEffectType.SpawnPrefab Added ApplyModifierToHeldWeapon component and added Wiggle Bullets item https://files.facepunch.com/CarsonKompon/2024/November/11_10-49-OutlandishFlicker.mp4 Fix enemy bullet damage
2 Months Ago
Increased room/tile size, made minimap and room bound checks account for tilesize
2 Months Ago
Update SpriteTools Remove manually configured room bounds, automatically serialized with prefab metadata on save
2 Months Ago
Remove RoomResource, automatically serialize all that data to the RoomManager Prefab Metadata
2 Months Ago
Fix Entity, Projectile, and BulletGenerator NREs
2 Months Ago
Updated SpriteTools Input.config + .sbox gitignore Fix Minimap error Fix Dungeon Generation Errors Update all obsoleted code Fix Dungeon Generation overlapping on itself sometimes Massive code refactor Tons more refactoring, optimizations, and updating existing prefabs to work properly Added Bullet Generator, affected by various IEntityModifier effects (which stack). Emitters are insanely customizable, we should be able to make just abt anything with this https://files.facepunch.com/CarsonKompon/2024/November/10_20-33-RudeIndianjackal.mp4 Added "Manual Burst" button and Burst() function to BulletGenerator https://files.facepunch.com/CarsonKompon/2024/November/10_20-43-ImaginaryLocust.mp4 Fix Key and Medkit Pickups Moving Entities are no longer affected by IEntityModifiers of any child BulletGenerators
5 Months Ago
Fix NREs when killing enemies without the Vampire Charm 😅
5 Months Ago
Display HP value inside of healthbar as Text https://files.facepunch.com/CarsonKompon/2024/August/23_12-27-PrimeAsiandamselfly.png Added 7 new Items with different effects/rarities Added Vampire Charm item which has custom behaviour on top of given effects
5 Months Ago
Moved Player Stats to very Bottom-Left Interactable UI now contextually styles subtext Added DamageMultiplier ItemEffect Added Forceful Damage Item Display Item Rarity on Interactable UI https://files.facepunch.com/CarsonKompon/2024/August/23_12-13-RoughDuckling.png
5 Months Ago
Edit PlayerStatEntry styling Fixed doors closing before actually entering room when entering from above Created a few Hallway rooms
5 Months Ago
Updated Sprite Tools Added PlayerItemList to the HUD, shows all items you have so far.
5 Months Ago
Fix Minimap not displaying anymore
5 Months Ago
Added basic Player Stats to HUD. Displaying any stat changes on item pickup next to them. https://files.facepunch.com/CarsonKompon/2024/August/23_10-12-ShorttermYeti.png
5 Months Ago
Added Functionality to ItemInventory component. Items can be given to/from the inventory and will apply their respective effects Can now press E to interact with Interactables. Interacting with an Item will pick it up and apply all it's effects. Damage, IncomingDamage, Range, BulletSpeed, and BulletSize effects now all have proper functionality
5 Months Ago
Adjust Damage/Health Numbers Don't create Doors at un-occupied Exits Update .sbproj Added ItemEffects which can be added to ItemResources to have them easily apply various effects
5 Months Ago
Spawn Indicators no longer cast shadows Connected Clients can now see the Minimap properly. Enemies and other players now show on the Minimap as well Fixed Enemy Spawn Indicators destroying themselves instantly on Connected Clients Minimap Fixes Create Custom 2D Character Controller to use for Player Movement instead of a Rigidbody. Fixes all known movement issues with Connected Clients Clean up 2D Character Controller
5 Months Ago
Updated Sprite Tools Prefab Spawner no longer spawns at the same height as the tiles
5 Months Ago
Remove old Tile classes Updated Sprite Tools Updated Minimap Colours Added Key Sprite/Pickup. Has a chance to drop from Crates. Fixed Pickup Scales and Shadow Scales
5 Months Ago
Don't show Room Caps on the Minimap Updated Sprite Tools Only use Tiles tagged with "floor" to create the rects for the Minimap
5 Months Ago
Added Basic Minimap. Can press TAB to toggle larger view https://files.facepunch.com/CarsonKompon/2024/August/19_21-50-OvercookedDoe.mp4 Minimap only shows rooms that you've visited (or adjacent rooms) https://files.facepunch.com/CarsonKompon/2024/August/19_22-09-BaggyMussel.mp4
5 Months Ago
Update Sprite Tools Marked all Sprites in all Prefabs as Do Not Cast Shadows that weren't already
5 Months Ago
Update SpriteTools Remove unneeded function Removed delays from Map Generation so its super quick and invisible
5 Months Ago
Remove other unused assets Update Sprite Tools to the latest published version
5 Months Ago
Swap out SpriteTools to Tileset Editor version Update Room Prefabs/Resources to use a Tileset. https://files.facepunch.com/CarsonKompon/2024/August/08_20-21-FinishedSeabird.mp4 Set shadow prefab to Shadows Only Remove old un-needed assets Made door one-way so players can join you when you start a room Various multiplayer-related fixes Fix PlayerInfo NREs when the player connection no longer exists Cap off any unclosed ends with proper directional tiles instead of weird box tiles
6 Months Ago
change sun angle so no wall shadows on sprites
6 Months Ago
Fix RoomManager gizmos Update Sprite Tools Fix Texture.Load issue in ItemComponent Updated Sprite Tools Show Aggro Range gizmo when enemy selected
6 Months Ago
Use Pixel Font for Damage Numbers Increase Map Generation Size with each Floor. Guarantee one item room each floor, adding another every 4 floors
6 Months Ago
Fixed enemies walking through walls Fix dash networking Added Enemy Spawner Component, Sprite and Prefab PrefabSpawners have SpawnOnStart. Crates/objects will spawn on map generation, enemies will not spawn until entering room. Doors close when entering Room (if room has enemy spawns). Doors open after clearing all enemies. https://files.facepunch.com/CarsonKompon/2024/July/20_00-42-AntiqueMeadowhawk.mp4
6 Months Ago
Move some scripts into new folders Fix some Player networking issues Player and other Entities no longer run OnFixedUpdate when Map is generating Created EndFloorTrigger and prefab. Goes to next floor when all players are standing on it. Add EndFloorTrigger to each boss room prefab Going to next floor loads new scene and connected clients retake appropriate players Fix re-connected player sometimes spawning with a 2nd gun
6 Months Ago
Tile picker
6 Months Ago
Grid size adjust Cookie the grid size Change paint keybinds
6 Months Ago
Spawn enemies/other prefabs once room generation is finished
6 Months Ago
Added Item Rooms and RoomType Enum Created Boss Room Assets GameManager.IsMapGenerating, Pause everything while generation occurs Fix Map Generation Hanging sometimes Added "Generating Map" UI Update Sprite Tools Fixed odd png issue