151 Commits

Author SHA1 Message Date
Wesley
ce319962d5 Update requirements.txt 2020-12-07 11:24:52 -05:00
Wesley
61445ca137 Update README.md 2020-12-07 11:21:17 -05:00
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
590cac9b0a Create cdclient.sqlite 2020-03-15 13:30:55 -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
b0766d479c Create LICENSE 2020-03-14 11:54:33 -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
6a94d19ad1 Changed player_id Datatype 2020-03-14 11:37:17 -04:00
Wesley
6eb0a805af Update venture_explorer.bat 2020-03-14 11:09:09 -04:00
Wesley
627282109f Merge branch 'master' of https://github.com/wesleyd1124/WLUS 2020-03-14 10:58:47 -04:00
Wesley
3332e0f6b3 Added DB Creation Queries 2020-03-14 10:58:44 -04:00
Wesley
2598c08eda Create README.md 2020-03-13 17:30:01 -04:00
Wesley
03e45f93b2 Updated Requirements 2020-03-13 17:24:05 -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
Wesley
7f9b99dcf9 Added Dying 2018-11-21 10:11:14 -05:00
Wesley
1731efc9ec LVL Parsing 2018-10-29 20:20:07 -04:00
Wesley
0531b061a8 Stole Knight's GitIgnore 1.0 2018-10-16 22:38:21 -04:00
Wesley
4328d263d3 Switched from passlib to bcrypt 2018-10-15 20:40:55 -04:00
Wesley
3ca10226f4 Changed commands to their correct names 2018-10-09 15:11:37 -04:00
Wesley
08a95e15a9 Zones no longer statically defined 2018-10-07 14:45:37 -04:00
Wesley
7f99bd0a59 Security Update
Changed just about everything that has to do with the database (Still need to switch to an orm) and changed encryption on passwords
2018-10-07 14:06:35 -04:00
Wesley
14f733b61d Small Changes 2018-08-18 17:17:58 -04:00
Wesley
30ab09d59a LUZ JSON Importation 2018-08-04 14:05:26 -04:00
Wesley
fbd69330a6 Changed README 2018-07-31 18:41:33 -04:00
Wesley
3b14f47009 Removed Blacklist 2018-07-31 12:19:29 -04:00
Wesley
c710dd9a6c Fixes and Small Additions 2018-07-31 12:02:41 -04:00
Wesley
53c9defb5f Velocity/Vector Fixes 2018-07-27 17:33:53 -04:00
Wesley
2c8131eda2 Fixed Some Stuff
Fixed Bind_Address not binding to that address, also added object loading inside of the zone __init__, and started implementing chat
2018-07-27 11:44:47 -04:00
Wesley
fe18d1fc71 Renamed File 2018-07-24 17:19:07 -04:00
Wesley
c8b05ec365 Small Changes 2018-07-24 17:02:54 -04:00
Wesley
a02a606a09 Inventory Fixes/Worked on LUZ and LVLs 2018-07-23 20:08:16 -04:00
Wesley
06ffcd0210 Fixes
Proxy Items, Spawning LOTS, probably some other stuff I don't remember
2018-07-20 18:32:34 -04:00
Wesley
7bb98ededb Equipping/Smaller Things 2018-07-18 21:36:30 -04:00
Wesley
d2113d47d5 Lots of Stuff
Added Skills, worked on implementing inventory entirely, equipping is still very wonky
2018-07-17 16:22:48 -04:00
Wesley
a3db7a9384 Small Changes
Added /toggle_jetpack, started working on skills a little bit
2018-07-17 13:15:21 -04:00
Wesley
f81c945b1f Fixed World Loading + Other Stuff
Finally fixed world loading, added player component syncing for the database, tested out scripting system with "Jonny's Dumb Effect", added Game Message Service, added Chat Command Service
2018-07-16 19:10:22 -04:00
Wesley
499f54f057 Small Fixes 2018-07-15 18:16:12 -04:00
Wesley
323d28fa01 Removed Model Serializing
Apparently that component is internal?
2018-07-13 18:13:08 -04:00
Wesley
1c5157b5dd Reimplemented Replica Components 2018-07-13 16:52:48 -04:00
Wesley
b2ffa9075e Mostly Bugfixes
Fixed some errors and started working towards sending object replicas
2018-07-11 11:48:38 -04:00
Wesley
62e5d4394d Lots of Changes
Implemented Replica Service, Refactored Zones, Added All Client Map Resources, Changed The Way Scripting Works
2018-07-09 23:50:51 -04:00
Wesley
559e4b03ce Added Most Components 2018-06-29 15:08:49 -04:00
Wesley
ecb3bd492e Added World Loading (Replica Components Not Implemented) 2018-06-28 23:41:50 -04:00
Wesley
ec1798346a Merge branch 'master' of https://github.com/wesleyd1124/WLUS 2018-06-28 14:34:09 -04:00
Wesley
c2b74a46b8 Work on world loading 2018-06-28 14:34:03 -04:00
Wesley
d8db5bb1ac Update README.md 2018-06-26 18:48:05 -04:00
Wesley
c797d07324 Update README.md 2018-06-26 17:53:59 -04:00