repowiseguyscancel

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

7 Years Ago
Making spectators a character type was a mess. Too many places where something wants a character, but only if it's a real physical character and NOT a spectator. Separated them but gave them a common base interface as well.
7 Years Ago
Minor error fix
7 Years Ago
Testing and fixing some bugs
7 Years Ago
Spectating fix
7 Years Ago
More conversion to remove character refs
7 Years Ago
Removin' more character refs
7 Years Ago
Working on glorious ItemContainer simplifying revolution. A few compiler errors remaining here
7 Years Ago
Now compiling
7 Years Ago
Removed ICharacterInventory entirely. Can now simply use an IContainer
7 Years Ago
General stuff. Fix trade tables and item transfer being broken
7 Years Ago
Fixed vehicle wreckage bugs
7 Years Ago
Player ragdoll conversion
7 Years Ago
Fixed player ragdoll "MakeStatic", which hadn't actually been firing
7 Years Ago
Removed character ref from welfare.
7 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.
7 Years Ago
Map icon. Moved a method
7 Years Ago
Comments only
7 Years Ago
Minor fixes, cleaning up
7 Years Ago
Merging in Character reference cleanup branch
7 Years Ago
Fixing bugs and potential bugs
7 Years Ago
Merge in my changes
7 Years Ago
fixed compile errors
7 Years Ago
Folder nuke
7 Years Ago
.
7 Years Ago
rd1 of compile errors fixed
7 Years Ago
Fixed a shit load of the easy errors
7 Years Ago
More fixes
7 Years Ago
.
7 Years Ago
Shit loads more error fixes
7 Years Ago
.
7 Years Ago
Added files that didn't get checked in
7 Years Ago
Only a few errors left
7 Years Ago
COMPILES
7 Years Ago
Server setup and bootstrapping
7 Years Ago
Client bootstrapping
7 Years Ago
Added some files that didn't get checked in properly
7 Years Ago
Updated plugins
7 Years Ago
NetworkMessages changed
7 Years Ago
item serialization updated
7 Years Ago
.
7 Years Ago
Ported NetworkUser, SpectatorPlayer, and the connect command in the console.
7 Years Ago
Removed NetworkMessage, Converted all old NetworkMessages to new format.
7 Years Ago
Registering message handlers
7 Years Ago
.
7 Years Ago
WorldTime boostrap, Item network message handlers.
7 Years Ago
Ported NetworkEntityBehaviour methods, except for the old Serialize/Deserialize.
7 Years Ago
Fixed Owner init ordering issue
7 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.
7 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
7 Years Ago
More character conversion work