about summary refs log tree commit diff
path: root/src/editor/editor.cpp
AgeCommit message (Collapse)Author
2007-10-28fixed support for flipped tilesMagnus Auvinen
2007-09-23loads of changes. better prediction. line drawing. some nice graphs :)Magnus Auvinen
2007-08-30made stuff for ctf. all editor stuff for it is done. the ctf logic has to be ↵Magnus Auvinen
written.
2007-08-25compressed map support. begun to fix things for ctfMagnus Auvinen
2007-08-22major engine cleanup. dependency on baselib removed. engine is now C code ↵Magnus Auvinen
(not ansi tho). some other cruft removed aswell
2007-08-05(no commit message)Jakob Fries
2007-08-05config is now stored in ~/teewars on macsJakob Fries
2007-07-30larger update. reduced the amount of video memory used from ~60 to ~36mb on ↵Magnus Auvinen
a typical map
2007-07-24epic commit. removed tga support, removed BGR support. fixed one config for ↵Magnus Auvinen
editor, server and client, optimized tilemap rendering (this needs some cleanup), added tools to fix alpha outline quirk and glitches in the tilemap reindering
2007-07-22fixed tilemap rendering abit, editor.cfg addedMagnus Auvinen
2007-07-21Working editor.Joel de Vahl
2007-07-21(no commit message)Jakob Fries
2007-07-15fixed so that the editor works againMagnus Auvinen
2007-05-24large change. moved around all source. splitted server and client into ↵Magnus Auvinen
separate files