about summary refs log tree commit diff
path: root/src/base
AgeCommit message (Collapse)Author
2013-03-24Merge branch 'master0.6' into zCatchTeetime
Conflicts: data/languages/index.txt src/game/server/entities/character.cpp
2013-02-24fixed all the errors that the clang static analayzer foundMagnus Auvinen
2013-02-24cleaned up warnings that clang spits out. some bugs found with it.Magnus Auvinen
Conflicts: src/game/server/gamemodes/ctf.cpp src/game/server/gamemodes/ctf.h
2013-02-24fixed compiler error. Closes #982oy
2013-02-24fixed semaphore behavior on windows. Closes #926. Closes #934.oy
2013-02-24fixed try_lock on windowsoy
2013-02-24fixed semaphore on macosxoy
2013-02-24increased recv buffer size on windowsoy
2012-06-13some changes...Teetime
2012-01-09added some vector operatorsoy
2012-01-04fixed compiling with gcc on windowsoy
2012-01-03Merge pull request #912 from matricks/threadedflipoy
Threadedflip
2012-01-01fixed atomics and semaphore for windows. can't test it correctly however due ↵Magnus Auvinen
to that I only have a virtual box machine
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-29reworked ban systemoy
2011-12-29removed some unused codeoy
2011-12-04fixed win64 buildingoy
2011-12-04added missing close for a file search handleoy
2011-12-04fixed debug message, c&p...oy
2011-12-04fixed error message for socket creation on windowsoy
2011-09-12Fixes for compiling with Solaris kernel.Ian Wilson
Fixed typo in CONF_PLATFORM_SOLARIS. Made sure that we don't try to use the gcc endianness for Solaris. Included sys/filio.h for Solaris so that FIONBIO is defined. Added linking flags -lsocket and -lnsl for Solaris in bam.
2011-08-19fixed compiling with mingwoy
2011-08-11General whitespace and tab cleanupShereef Marzouk
2011-07-30fixed econ feature and tcpoy
2011-07-06added "fixed tcp and added ipv6 tcp support" by SushiTeeoy
2011-06-29Fixed FreeBSD buildfisted
2011-06-18fixed compiler error on older windows sdk's. Closes #627oy
2011-06-09made tab completion for names in chat start with the ones that match on the ↵oy
beginning
2011-06-09fixed compiling on mac os xoy
2011-06-09Use gcc endianness definitions when available.Felix Geyer
detect.h has manual litte/big endian definitions for some architectures but many are missing. Instead of adding more manual definitions it's better to use the definitions of gcc when available.
2011-06-09Fix build on GNU/kFreeBSD.Felix Geyer
On GNU/kFreeBSD only "__FreeBSD_kernel__" is defined but not "__FreeBSD__".
2011-06-09Fix build on GNU Hurd.Felix Geyer
Add missing platform definitions.
2011-06-02fixed last commitoy
2011-06-02added aspect ratio in display modes list in settingsChoupom
2011-05-05fixed compiler warnings. Closes #679oy
2011-05-01adding thread_detach to system.h and system.cheinrich5991
2011-04-22made net_addr_str give a string without port if it is = 0heinrich5991
2011-04-13added "Whitespace and line Endings cleanup" by GreYFoXoy
2011-04-13added "fixed some header guards and added a script to fix them all!" by Choupomoy
2011-04-03Fixed some compiler warningsSworddragon
2011-03-30finished IPv6 support (master servers aren't compatible with 0.5 and older). ↵oy
Closes #233
2011-03-28fixed some compiler warningsoy
2011-03-28added ipv6 support from the old lua branchoy
2011-03-27added demo loading speed enhancement by MAP94. Closes #555oy
2011-03-05made dbg_dumpmem and dbg_lognetwork work againoy
2011-02-21made the client's map search work with sub folders. Closes #254oy
2011-02-13fixed nethashoy
2011-02-10removed a compiler warningoy
2010-12-11show the path of $CURRENTDIR. Closes #323oy
2010-12-08added function to add a time stamp stringoy