branchrust_reboot/prereleasecancel
329 Commits over 243 Days - 0.06cph!
Fixed quit command not found in server console
Nicer RPC calling
Fixed corpses not being eaten
Animal eats in chunks, logics inbetween bites, will leave uneaten food if full, will follow food trails
added entity.spawnitem (spawns item in world, where looking at)
Can use entity.spawn in debug camera/spectator mode
Client and Server convars can share the same name
Animals will eat dropped food if they're hungry
Added MainCamera.Raycast
Convars can specify a name
Convars can receive Vector3
Added ai.ignoreplayers
Ai BusyTimer has an OnFinsihed callback
Fixed MapEntities spawning after loading a save
Disable movement voilations until we figure out what's happening
Zombies don't like water as much
Ai doesn't walk through bases (NEXTGEN AI ITT)
Fixed Nre
Fixed profiler leak in GetWaterDepth
ResourceRef object cache
Create new scenes for Client Entities, Server Entities, Effects
Unload scenes that are loaded and then have their contents stolen
Name the localplayer "LocalPlayer" in editor
Moved zombie Ai to own asset
Fixed Ai not attacking
Automatically select entities spawned with entity.spawn in editor
Fixed NRE in NeedsCrosshair (@helk)
Restored entity.spawn command
bind prints current bind if no arguments
Ai can hear gunshots - which wake them up, and they avoid moving towards them
Added Spatial.Grid for use in Entity.Query
BaseEntity.Query (boilerplate for octree entity lookup)
Ai fears player a bit more
Ai stops attacking and flees if tired
Ai: don't try to eat alive stuff
Ai: fixed not fleeing
Ai stop sleeping when being attacked
Fixed bear double spawnable