Commit Graph

31 Commits

Author SHA1 Message Date
wesleyd1124
b9ae19687c Delete replicamanager.py 2018-05-23 18:52:32 -04:00
wesleyd1124
07d07a0bf7 Delete server.py 2018-05-23 18:52:25 -04:00
wesleyd1124
88786ccfff Delete server.sqlite 2018-05-23 18:52:13 -04:00
wesleyd1124
9a4105587b Delete nd_space_ship.lvl 2018-05-23 18:52:04 -04:00
wesleyd1124
71d396082d Mission Stuff 2018-05-19 20:18:01 -04:00
wesleyd1124
18dfc90961 Mission Stuff
Implemented simple mission accepting
2018-05-16 16:50:58 -04:00
wesleyd1124
1e68027d97 Update World.py 2018-05-12 11:25:53 -04:00
wesleyd1124
90b66be040 Fixed VE
VE now has all of its game objects. Server no longer runs through the GUI because it was slowing everything down
2018-05-12 11:21:58 -04:00
wesleyd1124
1c6b757c5f Delete GUI.py
Its slowing down the server too much. Might replace with some kind of web app
2018-05-12 11:20:14 -04:00
wesleyd1124
fa8fd886a6 Delete unhandledGMs.txt 2018-05-12 11:19:42 -04:00
wesleyd1124
59e1bead01 Various Changes
Implemented LVL File parsing however, the game crashes whenever the objects from the LVL File are sent (Probably something wrong with the construction of the objects). Currently disabled because of crash.
2018-05-10 21:43:12 -04:00
wesleyd1124
4fde1242e0 Password Stuff, Mission Stuff 2018-05-06 15:40:43 -04:00
wesleyd1124
c07b9c4496 Various Changes
Mostly stuff that has to do with game objects
2018-05-05 12:57:39 -04:00
wesleyd1124
20efb2ee67 Added dying and some other stuff 2018-04-28 21:35:46 -04:00
wesleyd1124
6cfe6ef1f3 Various Changes
Mostly just fixing the problem where the server would lock up because it tried to establish a connection to sql for every query (I don't know why I did that)
2018-04-27 13:37:33 -04:00
wesleyd1124
e5154c8313 Made object creation dynamic
Made the server read the cdclient to see what components an object needs and then apply it. Still need to implement a lot of components
2018-04-25 16:44:28 -04:00
wesleyd1124
7d71b3124a Things related to world objects
Added world object construction, flying, a few game messages, easy way to spawn object (Currently only LEGO bricks). TODO: need to change replica construction so that it is zone specific
2018-04-24 19:24:52 -04:00
wesleyd1124
92375d1677 Fixed bad implementation
Fixed implementation of LoadWorld and SendClientPacketFromFile
2018-04-23 20:25:32 -04:00
wesleyd1124
68fcfee3ca Added some tools to GUI 2018-04-22 20:47:38 -04:00
wesleyd1124
d85c3f0935 Update unhandledGMs.txt 2018-04-22 14:44:05 -04:00
wesleyd1124
e96aea5fd1 Various Changes, Mostly Server Tools
Added the ability to change world via gui, changed the way creating objects was working, added a tool that logs unimplemented game messages that were called while playing
2018-04-22 14:41:57 -04:00
wesleyd1124
0342290b3d Added GUI
Created a GUI that I could possibly add some neat tools to in the future and made the severs startup through it
2018-04-21 23:01:01 -04:00
wesleyd1124
8cfda8e642 Delete PlayerList.bin 2018-04-21 19:03:06 -04:00
wesleyd1124
01cbf996c0 Delete DetailedUserInfo.bin 2018-04-21 19:03:00 -04:00
wesleyd1124
dbfa3fd22e Delete CharacterConstruction.bin 2018-04-21 19:02:53 -04:00
wesleyd1124
39bfcf4333 Got VE to Load
ObjectIDs were too small so apparently that was causing all of the problems, VE now loads but the character is invisible and can't move?
2018-04-21 13:46:05 -04:00
wesleyd1124
2de9be25bb Player Construction Works?
When i send the exact info of grunt monkey player construction works for whatever reason...
2018-04-20 16:27:33 -04:00
wesleyd1124
54bdeea09c World Objects, Game Message 888, Temporary Bin
Implemented storing World Objects in the sql database as well as updating them, Started working towards implementing game message 888, current sending a construction from the a bin found in GruntMonkey's packet capture, probably gonna keep it this way until I figure out the problem :/
2018-04-19 17:08:33 -04:00
wesleyd1124
5b023a4dfc Various Changes
Re-implemented some character component stuff, tried to change some things to get the world to load. World still doesn't load for whatever reason...
2018-04-17 20:45:34 -04:00
wesleyd1124
4ecf27673d Uploaded Entire Project 2018-04-16 20:00:01 -04:00
wesleyd1124
e7d56816f4 Initial commit 2018-04-16 19:58:46 -04:00