about summary refs log tree commit diff
path: root/src/engine/client/ec_client.c
AgeCommit message (Collapse)Author
2009-10-27major update with stuffMagnus Auvinen
2009-06-15fixed chaining of console commands, allows snatching updates of console ↵Magnus Auvinen
variables. cleaned up some code
2009-06-15fixed so that the demo player doesn't crash when the map isn't foundMagnus Auvinen
2009-06-15fixed crashing of server side demos due to client_entergame() being processedMagnus Auvinen
2009-05-31moved 0.5 branch to trunkMagnus Auvinen
2009-01-24continued work on prediction and game timerMagnus Auvinen
2009-01-24added help messages for all commands. added syntax in the help msgAlfred Eriksson
2009-01-24added ping spike detectionMagnus Auvinen
2009-01-24fixed so the console show help for each command. not all commands have ↵Magnus Auvinen
descriptions however
2009-01-24added tab completion to the console. works for local and remoteMagnus Auvinen
2009-01-24moved refreshing of masters in the client from the server browsers to before ↵Magnus Auvinen
we load so we refresh while we are loading
2009-01-24fixed so that the client connect command works when passed as an argumentMagnus Auvinen
2009-01-22removed old debug spamMagnus Auvinen
2009-01-21stop recording on map loadMagnus Auvinen
2009-01-21improved crapnet so it changes between different ping configurations. ↵Magnus Auvinen
improved the game timer
2009-01-21improved the prediction timer to handle crappy connections betterMagnus Auvinen
2009-01-12refreshing the server info when loadingAlfred Eriksson
2009-01-11fixed so the current server info doesn't update the server list causing problemsMagnus Auvinen
2009-01-10fixed a few debug messages that spammed a bit too muchMagnus Auvinen
2009-01-10removed input timing from the snapshot messages and put them in a separate ↵Magnus Auvinen
message so we don't loose them if the input were late
2008-12-19improved the demo players scrubbing capabilitiesMagnus Auvinen
2008-12-08reset error_string when starting demo playbackAlfred Eriksson
2008-11-23added rcon_auth command to authAlfred Eriksson
2008-11-17client can only start a recording when in the gameAlfred Eriksson
2008-11-16fixed server side demo recording and some possible crashes with incorrect demosMagnus Auvinen
2008-11-08fixed the favorite button in the server infoMagnus Auvinen
2008-11-08fixed separate directory for downloaded mapsMagnus Auvinen
2008-11-07fixed unwanted app quitting; commented out check of gfx_window_open(); ↵Dominik Geyer
ticket #550
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 ↵Magnus Auvinen
errornous data to enter the engine
2008-10-25fixed recording on the clientMagnus Auvinen
2008-10-23removed glfw and portaudio. SDL is now a requirementMagnus Auvinen
2008-10-21continued on ban support. cleaned up settings a bit. reworked the datadir ↵Magnus Auvinen
autodetection. introduced engine_openfile, engine_getpath and engine_listdir. never use fs_listdir or io_open directly
2008-10-21Use SDL on OSXJoel de Vahl
2008-10-21fixed quit panic button and editor access buttonMagnus Auvinen
2008-10-20removed snaploss counterMagnus Auvinen
2008-10-20improved the snapshot handling to handle packet reorders and fixed a crash.Magnus Auvinen
2008-10-19fixed a lot of network troublesMagnus Auvinen
2008-10-19fixed formatting for downloaded mapsMagnus Auvinen
2008-10-18reenabled the crc checking of maps on the clientMagnus Auvinen
2008-10-17fixed fetching of server info and corrected some spelling errorsMagnus Auvinen
2008-10-16fixed crash bug when connecting/disconnectingMagnus Auvinen
2008-10-15debugging: release input-focus when hotkey ESC is pressed (and dbg_focus var ↵Dominik Geyer
is set); avoids the need for ALT-TAB while debugging
2008-10-14fixed the map downloader so it uses vital packetsMagnus Auvinen
2008-10-14updated the demo recorderMagnus Auvinen
2008-10-08fixed #490 (insert the player info in the sv_setinfo message into the ↵Magnus Auvinen
snapshot instead)
2008-10-06fixed demo playback jerkinessMagnus Auvinen
2008-10-06major update. continued on ban support. added demo recording (client and ↵Magnus Auvinen
server side). added demo player. added demo menu. demos have some quirks and file size optimizations havn't been done yet. some interface tweaks
2008-10-02some cleanups. splitted e_network.c into several files. continued on the ban ↵Magnus Auvinen
support