about summary refs log tree commit diff
path: root/src/engine
AgeCommit message (Collapse)Author
2008-10-21fixed double clickingMagnus Auvinen
2008-10-21fixed gametype filteringMagnus Auvinen
2008-10-21fixed editor saving, open and append. note that you can only save maps to ↵Magnus Auvinen
your user directory
2008-10-21cleaned up ec_inp.c. fixed a couple of bugs with itMagnus Auvinen
2008-10-21fixed sound loading to use engine_openfileMagnus Auvinen
2008-10-21Fixed mispelling in the error given when the server port isn't forwardedJack Coulter
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-21fixed mouse button remapping and added mouse wheel stuffMagnus Auvinen
2008-10-21tried to improve mouse focusingMagnus Auvinen
2008-10-21fixed sdl for windowsJohan Althoff
2008-10-21Use SDL on OSXJoel de Vahl
2008-10-21steps towards making SDL compile a bit more platform independentMagnus Auvinen
2008-10-21fixed quit panic button and editor access buttonMagnus Auvinen
2008-10-21added alternative mouse input functions. enabled key repeatMagnus Auvinen
2008-10-20removed snaploss counterMagnus Auvinen
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