about summary refs log tree commit diff
path: root/src/engine
AgeCommit message (Expand)Author
2009-01-21added snd_buffer_sizeAlfred Eriksson
2009-01-21improved crapnet so it changes between different ping configurations. improve...Magnus Auvinen
2009-01-21improved the prediction timer to handle crappy connections betterMagnus Auvinen
2009-01-21increased the number of snapshots the server will hold from 1 second to 3Magnus Auvinen
2009-01-18fixed bug that can cause a connection to spam packetsMagnus Auvinen
2009-01-13ppc sound fixJoel de Vahl
2009-01-13fixed perma banning and that input timing shouldn't be vital packetsMagnus Auvinen
2009-01-12refreshing the server info when loadingAlfred Eriksson
2009-01-11removed some debug spam in the demo playerMagnus Auvinen
2009-01-11fixed fsaa sampling and reduction of fsaa if gfx init failsMagnus Auvinen
2009-01-11use dmg for osx deliver, build universal binary, fix backspace being entered ...Joel de Vahl
2009-01-11removed the tuning filtering and warning. modded servers can use tuning for f...Alfred Eriksson
2009-01-11fixed so the current server info doesn't update the server list causing problemsMagnus Auvinen
2009-01-10fixed error that occurs when you try to free the invalid texture textureMagnus Auvinen
2009-01-10fixed a few debug messages that spammed a bit too muchMagnus Auvinen
2009-01-10fixed resending algorithmMagnus Auvinen
2009-01-10removed input timing from the snapshot messages and put them in a separate me...Magnus Auvinen
2009-01-10finished the ban supportMagnus Auvinen
2008-12-19improved the demo players scrubbing capabilitiesMagnus Auvinen
2008-12-19improved the demo players scrubbing capabilitiesMagnus Auvinen
2008-12-19fixed the demo recorder so it padds the data to 4 byte alignment so the compr...Magnus Auvinen
2008-12-19added missing function in network headerMagnus Auvinen
2008-12-08reset error_string when starting demo playbackAlfred Eriksson
2008-11-29applied patch from Richie Nyhus to convert CRLF to LF, as it should beMagnus Auvinen
2008-11-23added rcon_auth command to authAlfred Eriksson
2008-11-17stops recording when client switches stateAlfred Eriksson
2008-11-17client can only start a recording when in the gameAlfred Eriksson
2008-11-16fixed window positioning for windowsAlfred Eriksson
2008-11-16fixed server side demo recording and some possible crashes with incorrect demosMagnus Auvinen
2008-11-16window resizing disabled by defaultAlfred Eriksson
2008-11-15upgraded the master server code so it can handle more serversMagnus Auvinen
2008-11-11forgot some codeAlfred Eriksson
2008-11-11fixed server side demo recording filenameAlfred Eriksson
2008-11-08gfx_get_video_modes now returns the right number of modesAlfred Eriksson
2008-11-08fixed the favorite button in the server infoMagnus Auvinen
2008-11-08fixed so that downloadedmaps directory is createdMagnus Auvinen
2008-11-08fixed separate directory for downloaded mapsMagnus Auvinen
2008-11-08added gfx init fallbacks that disables some troubling gfx optionsMagnus Auvinen
2008-11-08added no_gfx optionMagnus Auvinen
2008-11-08corrected the zlib includeMagnus Auvinen
2008-11-07fixed unwanted app quitting; commented out check of gfx_window_open(); ticket...Dominik Geyer
2008-11-05fixed editor input-focus bug; ticket #552Dominik Geyer
2008-11-01editor now works correctly when console is toggled (focus problem)Alfred Eriksson
2008-10-28fixed problem that occurs when a resend happens in a packets causing errornou...Magnus Auvinen
2008-10-25fixed recording on the clientMagnus Auvinen
2008-10-25cleaned up engine client graphics a bitMagnus Auvinen
2008-10-25fixed so that the client broadcasts to 8303-8310 for servers on LANMagnus Auvinen
2008-10-23OSX build fixJoel de Vahl
2008-10-23removed glfw and portaudio. SDL is now a requirementMagnus Auvinen
2008-10-22Some small fixes for changeset:1643 in no_sdl partsscosu