about summary refs log tree commit diff
path: root/src/engine
AgeCommit message (Collapse)Author
2025-06-26Add fixes HEAD zCatch masterNakidai
2023-07-11Fix linking in newer GCCDennis Felsing
2019-04-11Reset playerflags12pm
2019-04-03Add playerflags in status12pm
2018-08-20Port antispoofeeeee
2018-08-20force vital check on essential cl/srv messages and added additional sequence ↵oy
checking
2017-05-20Resolve #1 - Added client version to output as a number.Adam Jaworski
2015-08-14Add sv_shutdown_when_empty (from DDNet)def
2015-08-14Add fifo console support for server (from DDNet)def
2015-04-19websockets support in servereeeee
Conflicts: bam.lua
2015-04-19added libwebsockets source codeeeeee
2014-11-16Fix offsetdef
2014-11-11Add an otpion for respawn protectiondef
2014-11-08Fix common name faking trickdef
2014-11-07Remove: t / ti, Added Whisper system from DDnet by deensavander
2014-09-27zCatch:Rankingsavander
2014-09-21Updatesavander
2014-08-16workaround for rcon ip spoofing: subadmins have to enter their passwords at ↵Marius "Teelevision" Neugebauer
the beginning of each line
2014-08-14restrict access of subadmins to server rcon settingsMarius "Teelevision" Neugebauer
2014-08-14fixed some console issues with the subadminMarius "Teelevision" Neugebauer
2014-08-14fixed admin online trackingMarius "Teelevision" Neugebauer
2014-08-13added subadmin loginsMarius "Teelevision" Neugebauer
2014-05-07output voteban to chatMarius "Teelevision" Neugebauer
2014-05-04improved and fixed votebansMarius "Teelevision" Neugebauer
2014-04-13change default ban time to 5 minutesMarius "Teelevision" Neugebauer
2014-04-13the time of the ban command can be left outMarius "Teelevision" Neugebauer
2014-04-05added bot hint to status in the rconMarius "Teelevision" Neugebauer
2014-04-05only check for bots if there is an admin to notifyMarius "Teelevision" Neugebauer
2014-03-28Revert "limit characters within player names to ascii range to prevent utf8 ↵Marius "Teelevision" Neugebauer
impersonating" This reverts commit 865d0f736588337fc7b8cc925eb84bc2dd2ae7f0.
2014-03-27some coding style adjustmentsMarius "Teelevision" Neugebauer
2014-03-27fixed and improved votebansMarius "Teelevision" Neugebauer
2014-03-26initial zCatch/TeeVi commitMarius "Teelevision" Neugebauer
2013-03-24Merge branch 'master0.6' into zCatchTeetime
Conflicts: data/languages/index.txt src/game/server/entities/character.cpp
2013-03-03one more centering window in graphicsPsychoGod
2013-02-26made the demoplayer support 0.6.1 based demosoy
2013-02-25window center position when windowed on Windows :3PsychoGod
2013-02-24set default values for threaded graphics and async renderer to 0oy
2013-02-24prevent quick join/quit flood. #1070oy
2013-02-24make sure clients are authed for map downloadsoy
2013-02-24fixed some merge problemsoy
2013-02-24show reason for closing a connection within a debug message. Closes #1061oy
2013-02-24increased sleep time when tw is minimized and made it adjustable via ↵oy
cputhrottle otherwise
2013-02-24fixed last commitoy
2013-02-24Bug: Losing render-commands if commandbuffer is full(gfx)BeaR
Problem: If there is a new draw call, it is checked if there is enough free memory for the vertices in the databuffer but not if we have enough free space in the commandbuffer to add the command So we lose some commands during a frame cuz the commandbuffer is full This fixes the 2nd part of issue 1004
2013-02-24Some graphic batching:BeaR
Speed up for displaying debugtext and envelopepreview (This reduces the performance hit especially for the 'Show Info' mode in the editor) Conflicts: src/engine/client/client.cpp src/game/editor/editor.cpp src/game/editor/editor.h
2013-02-24readded texture resamplingoy
2013-02-24fixed texture memory usage calculation in graphics threadedoy
Conflicts: src/engine/client/graphics_threaded.cpp
2013-02-24fixed last commitoy
2013-02-24Missed a file..BeaR
2013-02-24Readded Texturecompression-supportBeaR