index
:
space
master
old rust space mmo for bots
System administrator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
2019-02-19
unified all server->client connection and brought logic to modules
tom barrett
2019-02-12
added constants file, made so items are referred to by an enum, figured bette...
tom barrett
2019-02-03
bringing to 2018
tom barrett
2018-04-23
-split up module.rs
tom barrett
2018-04-16
-conformed connection to naming convention
tom barrett
2018-04-16
-removed trait objects and went to structs with enumerations completely
tom barrett
2018-04-13
moved over to mass struct with enum for types
tom barrett
2018-04-12
completely restructured code and fixed navigation bug
tom barrett
2018-04-11
-added mining module (doesnt do anything yet), -added storage and items (also...
tom barrett
2018-04-06
-made seperate targeting file
tom barrett
2018-04-05
-changed how data is passed (learned you can serialize a vec) -added targetin...
tom barrett
2018-02-28
-got rid of erased-serde, set up navigation better
tom barrett
2018-02-27
-set up display for navigation system
tom barrett
2018-02-26
-figured out way to deserialize using serde_erased
tom barrett
2018-02-23
-found way to downcast and created new struct
tom barrett
2018-02-22
-got now a trait which resembles polymorphism for new objects
tom barrett
2018-02-21
-got engine and dashboard data sending
tom barrett
2018-02-20
-starting out
tom barrett