repowiseguyscancel

8,451 Commits over 2,131 Days - 0.17cph!

6 Years Ago
Fixed some door bugs
6 Years Ago
Buildings work
6 Years Ago
Character interface stuff
6 Years Ago
Needed to add some #if SERVER flags around serializing to remove errors when in Client-only mode. We may be able to remove these later. Also fixed a bug in SingleUserInteractableEntity.
6 Years Ago
Character still has a bunch to do but not kinda works. You can walk around. Switching the default spawn to character instead of spectator.
6 Years Ago
Character conversion work. See notes above 'Action subLateUpdate' in Character.cs for more info.
6 Years Ago
Ported the rest of the serialization methods. all untested.
6 Years Ago
ActiveItemController
6 Years Ago
Converted HeldItem
6 Years Ago
Converted HeldItem
6 Years Ago
Converted PlayableCharacterInventory
6 Years Ago
Converted PlayerBelt (untested)
6 Years Ago
Undone some item serialization
6 Years Ago
Actually revert that commit for now because it breaks things in client/server only modes.
6 Years Ago
More character conversion work
6 Years Ago
- Work on Character, not completed yet - Moved NetworkEntity back out of its (accidental?) sub-folder, fixing all the missing NetworkEntity references in the project - Took some stuff out of GameModeUniversal that's now loaded separately by Bill's system
6 Years Ago
Add the csproj files for the new code generator. I think these were missed because Plastic was set to ignore *.csproj files, but the code gen won't run without them. I've stolen these from the test project.
6 Years Ago
Fixed Owner init ordering issue
6 Years Ago
Ported NetworkEntityBehaviour methods, except for the old Serialize/Deserialize.
6 Years Ago
WorldTime boostrap, Item network message handlers.
6 Years Ago
.
6 Years Ago
Registering message handlers
6 Years Ago
Removed NetworkMessage, Converted all old NetworkMessages to new format.
6 Years Ago
Ported NetworkUser, SpectatorPlayer, and the connect command in the console.
6 Years Ago
.
6 Years Ago
item serialization updated
6 Years Ago
NetworkMessages changed
6 Years Ago
Updated plugins
6 Years Ago
Added some files that didn't get checked in properly
6 Years Ago
Client bootstrapping
6 Years Ago
Server setup and bootstrapping
6 Years Ago
COMPILES
6 Years Ago
Only a few errors left
6 Years Ago
Added files that didn't get checked in
6 Years Ago
.
6 Years Ago
Shit loads more error fixes
6 Years Ago
.
6 Years Ago
More fixes
6 Years Ago
Fixed a shit load of the easy errors
6 Years Ago
rd1 of compile errors fixed
6 Years Ago
.
6 Years Ago
Folder nuke
6 Years Ago
fixed compile errors
6 Years Ago
Merge in my changes
6 Years Ago
Fixing bugs and potential bugs
6 Years Ago
Merging in Character reference cleanup branch
6 Years Ago
Minor fixes, cleaning up
6 Years Ago
Comments only
6 Years Ago
Map icon. Moved a method
6 Years Ago
Tried to remove the Character ref from Criminal but it's just not going to work easily. Here's some more minor stuff instead.