about summary refs log tree commit diff
path: root/src/engine
AgeCommit message (Collapse)Author
2012-01-01added support for video modesMagnus Auvinen
2012-01-01fixed shutdown and screenshot functionallityMagnus Auvinen
2012-01-01fixed the render frame time and cleaned up some more codeMagnus Auvinen
2011-12-31cleaned up some of the codeMagnus Auvinen
2011-12-31added flags for mipmap generation on textures. fixes missing textsMagnus Auvinen
2011-12-31fixed so that you can select graphics backend via gfx_threadedMagnus Auvinen
2011-12-31fixed so that the rendering can be done async from the input, network and updateMagnus Auvinen
2011-12-31fixed texture upload support. removed raw gl calls from the text renderMagnus Auvinen
2011-12-31fixed so that the resolusion is set correctly on initMagnus Auvinen
2011-12-31splitted out the graphics threaded into a separate headerMagnus Auvinen
2011-12-31initial commit of the threaded graphics. can start game and render the gui. ↵Magnus Auvinen
no textures at the moment. still waits for the swap for now
2011-12-30ugly incomplete hack to put the rendering into another thread so we don't ↵Magnus Auvinen
have to wait for the flip
2011-12-10removed some resource loading spam. Closes #894oy
2011-12-04updated zlib to 1.2.5oy
2011-12-04fixed sv_max_client usageoy
2011-12-04added a command to unban allChoupom
2011-12-04cleaned up few thingsoy
2011-11-30added caching for the play command. Closes #891oy
2011-11-29added faster way of inverting the sorted serverlist by KillaBilla. Closes #885oy
2011-11-29added a todo noteoy
2011-11-29Replaced sorting implementation with stable one to prevent annoying ↵eeeee
flickering on server browser update.
2011-08-11General whitespace and tab cleanupShereef Marzouk
2011-08-05fixed a nasty noise problem. Closes #812oy
2011-08-03Merge pull request #801 from fisted/fix_srsoy
here is clevar solution for serious design flaw
2011-08-03Merge pull request #808 from SushiTee/masteroy
fixed a warning
2011-08-02fixed typoShereef Marzouk
2011-08-01fixed a warningSushiTee
2011-07-31zero out client memory on startup to prevent more bad surprisesoy
2011-07-31fixed a client crash in debug. Closes #806oy
2011-07-31fixed compiling error on osxoy
2011-07-31protected econ authentication against brute forceoy
2011-07-31fixed ban for life on the serveroy
2011-07-31send notification to enter a password when a client connects to econ. Closes ↵oy
#803
2011-07-31clean up econ sockets on shutdown. Closes #804oy
2011-07-31reduced stack memory usage of CDataFileWriteroy
2011-07-31fixed client crash in debugoy
2011-07-30added missing newlines at end of 2 filesoy
2011-07-30Added server sided automatic demo recordingJohannes Loher
2011-07-30increased length for help string of temporary commandsoy
2011-07-30create client on heap. Closes #744oy
2011-07-30fixed econ feature and tcpoy
2011-07-29deleted unnecessary empty filesheinrich5991
2011-07-29added econ functionalityheinrich5991
2011-07-25extensive source layout enhancementfisted
2011-07-20fixed a rcon authentication issueChoupom
2011-07-15fixed clipping on some machinesSushiTee
2011-07-14made rcon auto completion serverside. Closes #97oy
2011-07-11fixed few issues with masters.cfgoy
2011-07-08fixed problem with rcon authenticationoy
2011-07-07fixed some NETTYPE usage based on the socket stateoy