about summary refs log tree commit diff
path: root/src/base
AgeCommit message (Collapse)Author
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
2010-12-08moved function to remove filesoy
2010-12-08added Storage function to move/rename files by Batchyxoy
2010-11-20Updated copyrightsSworddragon
2010-11-17fixed some compiler warningsoy
2010-11-16removed unneeded includeoy
2010-10-29fixed str_utf8_forward and str_utf8_encodeoy
2010-10-25moved str_skip_to_whitespace functionoy
2010-10-07fixed various problems with the file dialog in the editoroy
2010-10-01when setting a config string variable check if it's a utf8 string and encode ↵oy
it if the check fails. Closes #10
2010-09-29cleaned up demo listing and fixed its sorting. Closes #73oy
2010-09-24fixed map listingoy
2010-09-24fixed that it checks the current dir for demos toooy
2010-09-24Fixed comments (system.h)Kaffeine
2010-09-16fixed last commitoy
2010-09-16made folders in editor (#80)Choupom
2010-09-05made demo readable for custom map that user doesn't have (#5)Choupom
2010-08-16added fixes for compiler errors and warnings by sworddragonoy
2010-08-12made unpacking of net strings more strict - prevents possible malformed outputoy
2010-07-05fixed some compiler errors and warnings with clangMagnus Auvinen
2010-06-26check for case sensitive filename when trying to open a file for reading ↵oy
under windows. Closes #126
2010-06-10fix for folders in demo browserChoupom
2010-06-04added folders in demo browser (#25)Choupom
2010-05-29copied refactor to trunkMagnus Auvinen
2009-10-29added missing headersMagnus Auvinen
2009-10-27major update with stuffMagnus Auvinen
2009-06-15some clean up. fixed double server side record messagesMagnus Auvinen
2009-06-15fixed demo browser so it's ordered and shows all filesMagnus Auvinen
2009-06-15done language selectorMagnus Auvinen
2009-06-15renamed algorithms.hpp to algotithm.hppMagnus Auvinen
2009-06-15continued with localizationMagnus 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
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-16fixed rounding errors in the character core causing it to favour certain ↵Magnus Auvinen
directions
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-23added dead reckoning to the charactersMagnus Auvinen
2008-09-03added saving of favoritesMagnus Auvinen