about summary refs log tree commit diff
path: root/src/engine
AgeCommit message (Collapse)Author
2008-10-20restored ec_inp.c againMagnus Auvinen
2008-10-20improved crapnet to beable to do packet reodering ↵Magnus Auvinen
/home/kma/code/teeworlds/trunk/src/tools/crapnet.cpp
2008-10-20improved the snapshot handling to handle packet reorders and fixed a crash.Magnus Auvinen
2008-10-20reverted false checkinMagnus Auvinen
2008-10-20removed q quit buttonMagnus Auvinen
2008-10-20added SDL supportMagnus Auvinen
2008-10-19improved network loggingMagnus 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-17added ip to (dis)connect debug messagesDominik Geyer
2008-10-16fixed crash bug when connecting/disconnectingMagnus Auvinen
2008-10-16updated to glfw-1.6 and merged previous modificationsDominik Geyer
2008-10-16reworked the ringbuffer. should work like it should now.Magnus 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-14fixed compile errorMagnus 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-08fixed ticket #486: Rcon doesn't work after map changeMagnus Auvinen
2008-10-08some pixel testing code (inactive)Magnus Auvinen
2008-10-08Initial launcher (again)Joel de Vahl
2008-10-07fixed background on ppcJoel de Vahl
2008-10-06fixed even more jerkiness in the demo playbackMagnus Auvinen
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-06Big endian fix.Joel de Vahl
2008-10-05show if servers use non-standard tuning and let serverbrowser filter for ↵Dominik Geyer
these; ticket #393
2008-10-02some cleanups. splitted e_network.c into several files. continued on the ban ↵Magnus Auvinen
support
2008-10-01use same detection flow of data-dir on all platformsDominik Geyer
2008-10-01made datadir-override var staticDominik Geyer
2008-10-01data-dir autodetection; data-dir override; compiled-in data-dir; messagebox ↵Dominik Geyer
if detection fails; does chdir into data-dir
2008-09-29#473 maps are filtered by quicksearchAlfred Eriksson
2008-09-29added voting gui and a lot of other minor changesMagnus Auvinen
2008-09-25fixed keybindings. reworked the voting a bit. added vote spamming ↵Magnus Auvinen
protection. added ingame voting hud.
2008-09-24cleaned up the code a bit more. pooling of character and player objects with ↵Magnus Auvinen
reusable macros. fixed crashing when changing maps and a couple of other bugs
2008-09-23some server restructure. added hook no attach soundMagnus Auvinen
2008-09-23upped max clients to 16Magnus Auvinen
2008-09-23fixed deterministic sort in the huffman tree generationMagnus Auvinen
2008-09-23fixed so client_prevtick returns correct tickMagnus Auvinen
2008-09-23added dead reckoning to the charactersMagnus Auvinen
2008-09-21removed some commentsMagnus Auvinen
2008-09-07fixed threaded jobsMagnus Auvinen
2008-09-04merge from 0.4.3: version-notification on clientAlfred Eriksson
2008-09-04fixed so old request methods work aswellMagnus Auvinen
2008-09-03added saving of favoritesMagnus Auvinen
2008-09-03added favorites. no saving of them yet howeverMagnus Auvinen
2008-09-01merged teambalance-warning and mini-/maximize-stuff from 0.4.3Alfred Eriksson
2008-08-31setting of correct game type in game controller. fixed gametype filter in ↵Magnus Auvinen
browser. various cleanups