userGarry Newmancancel
reporust_rebootcancel

7,315 Commits over 2,345 Days - 0.13cph!

6 Years Ago
Map is snappier Map Grid doesn't look like shit Map shows surrounding sea Tooltips show faster
7 Years Ago
▄▍▆▍ ▊▆▍▉▉▆▌ █▊▆▅█▍ (█▌▉▍▋) ▊▍ █▅▊▊▄█ ▆█▇▅▍▋▍ ▉▋▇ ▊▉ ▊▅▊▆▊▅█
7 Years Ago
Test commit
7 Years Ago
Test commit
7 Years Ago
Warning fix
7 Years Ago
Health warning
7 Years Ago
Initialize GameAnalytics after Steam Don't send errors to GameAnalytics
7 Years Ago
compile fix
7 Years Ago
Less spammy
7 Years Ago
Warnings fix
7 Years Ago
No playmaker
7 Years Ago
Analytics test
11 Years Ago
Root dir
11 Years Ago
Baseline
11 Years Ago
Daikon, Rust Portable
11 Years Ago
Fixes, updates
11 Years Ago
Ignore library folder, Temp folder
11 Years Ago
Fixed some warnings
11 Years Ago
Reintroduced the menu screen
11 Years Ago
GameSetup - put this object in a scene to create everything you need to play in that scene Did some player structural work
11 Years Ago
Cursor Manager, managing cursor locking
11 Years Ago
Cleaned JSON- made it our own
11 Years Ago
Plugins Folder
11 Years Ago
WIP networking
11 Years Ago
Bootstrapping, provisioning for dedicated server, pure client
11 Years Ago
Moving network implementations to their own plugin
11 Years Ago
WIP Replacing RustLib with something a bit more generic so it can be re-used in other projects
11 Years Ago
This isn't needed.
11 Years Ago
Started server bindings
11 Years Ago
Steam Server basics
11 Years Ago
Steam Server join works
11 Years Ago
Native libraries (I don't know what to do with the mac one)
11 Years Ago
Entity saving/loading to protobuffers
11 Years Ago
Save player inv, metabolism Entity networking
11 Years Ago
Refactoring Protolib now defines message id's Fixed bootstrap setting client/server mode the wrong way around Warning on connecting to server without Steam Client (instead of just crashing) Fixed burnable item config not being found
11 Years Ago
Reformatting
11 Years Ago
Proper messaging where appropriate ifdef'd where appropriate
11 Years Ago
network debug statistics prefab
11 Years Ago
Fix crash if steam isn't running
11 Years Ago
Added client input route Heartbeats to server Input now uses the popup at the start of the game. If you don't like it you can suck my cock. Seperated some of the classes to CL_ SV_ and shared
11 Years Ago
Added PlayerWalkMovement - based on the first person controller in the new samples
11 Years Ago
Forgot movement prefab
11 Years Ago
Speed controlled by CBasePlayer
11 Years Ago
Refactored viewmodel loading to fit in the new prefab system
11 Years Ago
Main Menu Background is now an object in the main menu. This makes our lives a bit simpler here. Added server.start <LevelName> - which you can call from the main menu (client doesn't auto join yet) Added Empty scene - I couldn't find an easier way to just clear all entities (except for DontDestoy ones) Changed bow to not import materials TODO: NO MODELS SHOULD HAVE EMBEDDED MATERIALS!
11 Years Ago
When making a server, if we're a client - auto try to connect. net.connect is now client.connect
11 Years Ago
Dedicated server joining, debug view
11 Years Ago
Receive and use player's tick
11 Years Ago
Fixed client connect message not getting through properly
11 Years Ago
IFDEF'd Steam stuff, made the game work without Steam in editor (optionally) entering game is faster now Fixed player prefab eyes