about summary refs log tree commit diff
path: root/src/base/system.h
AgeCommit message (Collapse)Author
2010-08-12made unpacking of net strings more strict - prevents possible malformed outputoy
2010-05-29copied refactor to trunkMagnus Auvinen
2009-10-27major update with stuffMagnus Auvinen
2009-06-15some clean up. fixed double server side record messagesMagnus Auvinen
2009-06-15done language selectorMagnus Auvinen
2009-06-13base for the localization systemMagnus Auvinen
2009-06-13improved the font system even futher. utf8 is now used everywhere. it uses ↵Magnus Auvinen
less memory as well
2008-11-08added str_isspace and str_length functions to systemMagnus 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-07Better mem_check reportingJoel de Vahl
2008-10-06Big endian fix.Joel de Vahl
2008-10-02some cleanups. splitted e_network.c into several files. continued on the ban ↵Magnus Auvinen
support
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-30implemented gui_messagebox() which displays low-level message-boxDominik Geyer
2008-09-23added dead reckoning to the charactersMagnus Auvinen
2008-09-03added saving of favoritesMagnus Auvinen
2008-08-17added cl_layershot. fixed some bugs in the networkMagnus Auvinen
2008-08-14moved out e_system, e_detect, vmath and math to a little base libraryMagnus Auvinen