index
:
mirror/zcatch
this commit
master
zCatch
Patched and working
naki
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
base
/
system.h
Age
Commit message (
Expand
)
Author
2012-06-13
some changes...
Teetime
2012-01-03
Merge pull request #912 from matricks/threadedflip
oy
2012-01-01
fixed atomics and semaphore for windows. can't test it correctly however due ...
Magnus Auvinen
2011-12-29
reworked ban system
oy
2011-12-29
removed some unused code
oy
2011-07-06
added "fixed tcp and added ipv6 tcp support" by SushiTee
oy
2011-06-09
made tab completion for names in chat start with the ones that match on the b...
oy
2011-05-01
adding thread_detach to system.h and system.c
heinrich5991
2011-04-13
added "Whitespace and line Endings cleanup" by GreYFoX
oy
2011-03-28
added ipv6 support from the old lua branch
oy
2011-03-05
made dbg_dumpmem and dbg_lognetwork work again
oy
2011-02-21
made the client's map search work with sub folders. Closes #254
oy
2010-12-11
show the path of $CURRENTDIR. Closes #323
oy
2010-12-08
added function to add a time stamp string
oy
2010-12-08
moved function to remove files
oy
2010-12-08
added Storage function to move/rename files by Batchyx
oy
2010-11-20
Updated copyrights
Sworddragon
2010-10-25
moved str_skip_to_whitespace function
oy
2010-10-07
fixed various problems with the file dialog in the editor
oy
2010-10-01
when setting a config string variable check if it's a utf8 string and encode ...
oy
2010-09-29
cleaned up demo listing and fixed its sorting. Closes #73
oy
2010-09-24
fixed that it checks the current dir for demos too
oy
2010-09-24
Fixed comments (system.h)
Kaffeine
2010-09-16
fixed last commit
oy
2010-09-16
made folders in editor (#80)
Choupom
2010-09-05
made demo readable for custom map that user doesn't have (#5)
Choupom
2010-08-12
made unpacking of net strings more strict - prevents possible malformed output
oy
2010-05-29
copied refactor to trunk
Magnus Auvinen
2009-10-27
major update with stuff
Magnus Auvinen
2009-06-15
some clean up. fixed double server side record messages
Magnus Auvinen
2009-06-15
done language selector
Magnus Auvinen
2009-06-13
base for the localization system
Magnus Auvinen
2009-06-13
improved the font system even futher. utf8 is now used everywhere. it uses le...
Magnus Auvinen
2008-11-08
added str_isspace and str_length functions to system
Magnus Auvinen
2008-10-21
continued on ban support. cleaned up settings a bit. reworked the datadir aut...
Magnus Auvinen
2008-10-07
Better mem_check reporting
Joel de Vahl
2008-10-06
Big endian fix.
Joel de Vahl
2008-10-02
some cleanups. splitted e_network.c into several files. continued on the ban ...
Magnus Auvinen
2008-10-01
data-dir autodetection; data-dir override; compiled-in data-dir; messagebox i...
Dominik Geyer
2008-09-30
implemented gui_messagebox() which displays low-level message-box
Dominik Geyer
2008-09-23
added dead reckoning to the characters
Magnus Auvinen
2008-09-03
added saving of favorites
Magnus Auvinen
2008-08-17
added cl_layershot. fixed some bugs in the network
Magnus Auvinen
2008-08-14
moved out e_system, e_detect, vmath and math to a little base library
Magnus Auvinen