about summary refs log tree commit diff
path: root/src/base/system.c
AgeCommit message (Collapse)Author
2009-06-13improved the font system even futher. utf8 is now used everywhere. it uses ↵Magnus Auvinen
less memory as well
2009-01-17fixed the getaddrinfo-issue on win2k. since it doesn't affect other windows ↵Alfred Eriksson
versions we don't have to do any recognisation
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-02fixed message box on osxJoel 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-30use sizeof instead of fix valueDominik Geyer
2008-09-30implemented gui_messagebox() which displays low-level message-boxDominik Geyer
2008-09-30removed redundant unistd.h includeDominik Geyer
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