about summary refs log tree commit diff
path: root/src/engine/e_engine.h
AgeCommit message (Collapse)Author
2009-01-24reduced maximum masters from 16 to 4 to make the master server refresh cycle ↵Magnus Auvinen
faster
2008-10-21fixed editor saving, open and append. note that you can only save maps to ↵Magnus Auvinen
your user directory
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-01data-dir autodetection; data-dir override; compiled-in data-dir; messagebox ↵Dominik Geyer
if detection fails; does chdir into data-dir
2008-09-07fixed threaded jobsMagnus Auvinen
2008-07-06major update. server clean up and much added documentationMagnus Auvinen
2008-03-01fixed remote console. some gui tweaks aswell.Magnus Auvinen
2008-02-24larger restructure to improve securityMagnus Auvinen
2008-02-10merged 0.3.4 changes to trunkMagnus Auvinen
2008-02-02cleaned up the console code. added the ability to tune the game in runtime.Magnus Auvinen
2007-12-15cleaned up code structure a bitMagnus Auvinen