7 Commits

Author SHA1 Message Date
Wesley
b757e40954 Implemented World Loading
The character can now load entirely into a world instance. Next step is to implement all replica components so the world can have objects, and to figure out a way how to determine what to serialize/where to store object data.
2020-03-16 13:06:34 -04:00
Wesley
c6dc9c023c Worked on World Loading
Starting working towards world loading, implemented some more things for the easy cdclient plugin, added player tracking in the master server
2020-03-15 19:52:21 -04:00
Wesley
828cc926df Added Character Stats/Info
I'm dumb. The error was happening because I put the insert statements in the wrong place
2020-03-15 11:46:13 -04:00
Wesley
4490b67ea5 Added Character Deletion
Character Deletion works fine, need to add chracter_stats and character info tables into the character creation process. The queries are there, but commented out. There seems to be some problem with the database that I'll have to fix  later
2020-03-14 11:50:56 -04:00
Wesley
5f4013d00c Moved Session Management to Master Server 2020-03-13 17:23:26 -04:00
Wesley
28cfe196de Made Plugin Manager Recursive
The old plugin manager didn't make sure the dependencies of plugins had their own dependencies there. Implemented a recursive function to check.
2020-03-13 15:20:21 -04:00
Wesley
a9c5b26d38 Replacing projects
I didn't like what I was working with in the Old WLUS, so I'm working on a rewrite. This is the initial upload of the rewrite.
2020-03-08 15:43:14 -04:00