reporust_rebootcancel

107,460 Commits over 3,836 Days - 1.17cph!

10 Years Ago
Loading screen fixes, cleanup
10 Years Ago
Changed how player angles are received and used
10 Years Ago
I prefer this naming scheme
10 Years Ago
Sorting out player world model animation
11 Years Ago
HistoricVector, HistoricQuaternion - history lerping storage
11 Years Ago
Added clothing prefabs Added pixelate shader Added player skin textures Added skinned multi mesh Added player animation controller (placeholder) Added player animations
11 Years Ago
Added first draft of grass and threading to the procedural terrain generation
11 Years Ago
Enhanced the seed based random number generator
11 Years Ago
Terrain grass mesh textures
11 Years Ago
Parallel.For utility class
11 Years Ago
Fixed warning regarding "global" class name conflict if referenced in code
11 Years Ago
Limit fps on dedicated server (to 60)
11 Years Ago
Send spawn message to visibility group - not to everyone
11 Years Ago
Organise received network entities
11 Years Ago
Fixed entity position lerp from 0,0,0 on enter pvs hid some variables Fixed fire not switching on when entering pvs
11 Years Ago
Unsubscribe from network messages when entity leaves PVS
11 Years Ago
Missed
11 Years Ago
Network visibility for testing - This is going to get a cleanup tomorrow - Maybe moving some of the more generic stuff into Facepunch.dll
11 Years Ago
Enabled fog, Added Ranged SSAO, Added dev texture
11 Years Ago
Added ores and wood piles to the spawn handler
11 Years Ago
Forgot to commit the tree prefab with script and collider
11 Years Ago
Fixed a bunch of warnings
11 Years Ago
Initial commit of the procedural stuff
11 Years Ago
First stab at an improved terrain shader
11 Years Ago
Tweaked terrain texture import settings
11 Years Ago
Moved protobuffers to their own dll Entity destroy messages
11 Years Ago
A regression happened that meant inventory wasn't being networked properly
11 Years Ago
Client fixes
11 Years Ago
Fixed oven, cooking Added burning flag Added OnItemChanged event for itemmodules to use
11 Years Ago
Fixed client errors
11 Years Ago
Added shadow softener for evaluation, for deferred rendering it is simply enabled by dropping the files in - to disable it simply remove the files The way this works is that hard shadows are being softened by shadow softener, soft shadows are being softened by both shadow softener and the Unity softening algorithm Adjusted the quality settings accordingly to only use hard shadows (i.e. shadow softener) to see if it looks good, we could add the Unity softening for high quality settings if we wanted to Configuring shadow softener is done by defines in the shader include file ShadowSoftenerConfig.cginc, it uses the default values for now Cool features of shadow softener are for example soft point light shadows and less dithering due to PCF
11 Years Ago
Time of Day update to 2.0.6 prerelease 1 Was forced to merge
11 Years Ago
Proper clientside rotation lerp
11 Years Ago
Override player network rotation with viewangles
11 Years Ago
Upped player position rate to 20hz
11 Years Ago
Lerp the player's positions, updated tickrate
11 Years Ago
Smoother player movement Fixed ClientInit being called multiple times
11 Years Ago
Removed popup console window on client Fixed server error on invalid prefab drop Stopped excessive server logging
11 Years Ago
Didnt' save
11 Years Ago
Server browser tweaks, can join game now
11 Years Ago
Capatalized HUD tabs because it looks cool
11 Years Ago
Dlls from latest steam sdk, Dlls for 64bit win server/client
11 Years Ago
Updated native lib
11 Years Ago
64bit steam plugin
11 Years Ago
64bit steam plugin
11 Years Ago
Updated protocol version, servers now listed on master server
11 Years Ago
Protocol roll
11 Years Ago
Linux = all 64bit Windows Server = all 64bit
11 Years Ago
OSX is 64bit
11 Years Ago
Added a first set of the new rocks