summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-16Implement tokensDennis Kobert
2019-05-07Add the game servernatrixaeria
2019-05-05Revert "fixed Properties load path"Dennis Kobert
This reverts commit 6543b93a67a14ffa6f184e28b67912df7e314315.
2019-05-05use websocketsDennis Kobert
2019-05-05increased logging verbisityDennis Kobert
2019-05-05added debuging logDennis Kobert
2019-05-05fixed Properties load pathDennis Kobert
2019-05-05Merge branch 'master' of github.com:TrueDoctor/DiscoBotDennis Kobert
2019-05-05removed cros origin references corsDennis Kobert
2019-05-05Update index.jsTrueDoctor
2019-05-05Update play.jsTrueDoctor
2019-05-05Update play.jsTrueDoctor
2019-05-05Update index.jsTrueDoctor
2019-05-05play around with httpsTrueDoctor
2019-05-05play around with httpsTrueDoctor
2019-05-05Update index.jsTrueDoctor
2019-05-05Update play.jsTrueDoctor
2019-05-05Update play.jsTrueDoctor
2018-11-27Reworked the code, but currently unable to test, so bugs are bound to be in ↵TrueKuehli
there Will test it sometime later. There also might still be stuff, that has yet to be reworked.
2018-10-11Added about pageTrueKuehli
It needs some work, I know.
2018-10-11Redirect doesn't change head anymoreTrueKuehli
Now uses body.innerHTML for replacing content. -> In light of document.write being one of the main target for Google's attempts at making the Chrome Browser more performant -> Additionally this may or may not fix an issue
2018-10-07MERGETrueDoctor
2018-10-07fixed stuffTrueDoctor
2018-10-07Merge branch 'WebApi' of https://github.com/TrueDoctor/DiscoBot into WebApiTrueKuehli
2018-10-07Changed ip to localhost for local debuggingTrueKuehli
2018-10-01Merge branch 'WebApi' of https://github.com/TrueDoctor/DiscoBot into WebApiTrueDoctor
2018-10-01created [online] and [login] groups to easyly adress specific groups of ↵TrueDoctor
players, even though, they havent joined a group yet
2018-10-01added Command Response HandlingTrueDoctor
2018-10-01Added Game Page, currently with a chatTrueKuehli
Redirects to the game page after login, keeping the connection intact
2018-10-01A lot of changesTrueKuehli
I shoud have written a better commit, I know!
2018-10-01Fixed the iconTrueKuehli
2018-10-01Merge branch 'WebApi' of https://github.com/TrueDoctor/DiscoBot into WebApiTrueKuehli
2018-10-01Added notifications badges to notificationsTrueKuehli
Shows the current amount of notifications
2018-10-01Merge branch 'WebApi' of https://github.com/TrueDoctor/DiscoBot into WebApiTrueDoctor
2018-10-01added function calls for Login response #33TrueDoctor
2018-10-01Documented the code better and made some minor fixesTrueKuehli
2018-10-01Finally added ES-Lint configurationTrueKuehli
2018-10-01Fixed gitattributesTrueKuehli
Thank me later
2018-10-01Merge branch 'WebApi' of https://github.com/TrueDoctor/DiscoBot into WebApiTrueDoctor
2018-10-01Completed Weapon import function to automagically load data from an dsa ↵TrueDoctor
website into the database
2018-09-30Small debugging additionsTrueKuehli
2018-09-30Replaced icon with another temp. iconTrueKuehli
2018-09-30Added functionality to login modalTrueKuehli
2018-09-30Added hash function to string prototypeTrueKuehli
2018-09-30Added basic layout for login modalTrueKuehli
Shows form for inputting password and name.
2018-09-30Fixed an issue where the join button would separate from the player countTrueKuehli
This caused alignment problems and didn't look great. Now they're in a non-breaking container.
2018-09-30Merge branch 'WebApi' of https://github.com/TrueDoctor/DiscoBot into WebApiTrueKuehli
2018-09-30Finished about page functionalityTrueKuehli
Only text needs to be added.
2018-09-30Added styling to about pageTrueKuehli
2018-09-30Moved color import to the modules requiring itTrueKuehli