This repository was archived by the owner on Jan 3, 2019. It is now read-only.
IP spoofing stuff and zCatch game mode specific database tables.#21
Open
jxsl13 wants to merge 49 commits intoTeelevision:zCatchfrom
Open
IP spoofing stuff and zCatch game mode specific database tables.#21jxsl13 wants to merge 49 commits intoTeelevision:zCatchfrom
jxsl13 wants to merge 49 commits intoTeelevision:zCatchfrom
Conversation
…cted to the game server. Commands can be executed with e.g. echo 'shutdown' > fifofile
…ated sqlite3 version.
…net#1257 - removed unneeded threading that's left from the ranking database.
…nts as explained here: ddnet/ddnet#1349 - updated player status to show whether a client is securely connected.
Owner
|
I discontinued this project. Therefore I won't merge anything anymore. Sorry. |
…ed to a set o player flags that can later be looked at by one of the commands: flags_all or flags <id> to show a specific player's flags.
…ot use any score limit.
…oin the server in order to bypass the waiting time to start another vote.
fixed the order of checks and updated text shown for vanilla client versions.
…mutable to prevent the change of the contained numbers
…s for ranks - added the /stats command for either total or average statistics - updated the database model with some predefined ranking statistics, for each tracked property a top list. - reduced code - now the top5 are implemented more generically using sqlite3 views, that contain 5 players and one property column
… it visually appealing and visible for everyone if someone requests it.
…ly shown to others. Requesting other player's stats will be shared with everyone on the server.
… everyone.. .., as well as statistics, but not error messages If a message contains the requested by ... part, it is visible to everyone.
…e up to 1 point per win if you kill 15 enemies. Points are distributed in an exponential way, as every additional enemy raises the difficulty as such.
…simpler reference than some intransparent metric.
…d client version & track weird client messages (some are default ddnet messages, thus also identifying clients based on ddnet, even if they don't actually send a client version) (the GAME_NETVERSION_HASH has been hardcoded, as the protocol was changed, but not in a way that's breaking backwards compatibility)
Now in order to build the server all you need to do is write 'make' and it downloads & builds bam and builds the server executable as well. The Makefile usually only works on Linux and macOS The license was made more permissive to allow normal clans to be easily able to host a server, if they want to. Added some (hopefully) easily to understand instructions on how to create everything.
…cursor position by having a laser drawn from the player's tee to his cursor position
This reverts commit 2987387.
…ter logout this should fix issue: #10 partially
The game doesn't save the player's wanted_weapon properly. THis is now handled in the way that the the weapon the player currently uses is saved in the input as m_WantedWeapon flag.
found by krooked
choise =! choice
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
echo "shutdown" > fifofile, which is then executed by the server.