Fri, 18 Oct 2013 18:16:54 +0300 Santeri Piippo fixed: LDForge would crash if message log got full - the older lines would be removed with ::erase, which now expects an iterator because of the recent transition to QList. Why does QList::iterator allow 0 to be passed? file | diff | annotate
Wed, 16 Oct 2013 16:47:40 +0300 Santeri Piippo Removed the List -> QList alias, use QList directly file | diff | annotate
Wed, 16 Oct 2013 16:40:42 +0300 Santeri Piippo removed the List class in favor of QList file | diff | annotate
Sat, 05 Oct 2013 15:18:47 +0300 Santeri Piippo further cleansing - removed most uses of unsigned ints, removed list reversers file | diff | annotate
Thu, 03 Oct 2013 20:56:20 +0300 Santeri Piippo last code reformatting i swear file | diff | annotate
Sun, 22 Sep 2013 23:27:07 +0300 Santeri Piippo it's LDForge's 1st birthday! file | diff | annotate
Thu, 22 Aug 2013 20:39:26 +0300 Santeri Piippo Apparently CMake requires the moc files to be compiled separately.. qt4_wrap_cpp does nothing if I don't include the results in the executable... why? file | diff | annotate
Thu, 22 Aug 2013 20:24:16 +0300 Santeri Piippo Changed build system from qmake to CMake. file | diff | annotate
Sun, 18 Aug 2013 15:33:00 +0300 Santeri Piippo Code formatting: use same separators everywhere, remove extra spaces from license headers, simplified message manager api a bit file | diff | annotate
Fri, 02 Aug 2013 16:33:30 +0300 Santeri Piippo style cleanup - it should be all unified now file | diff | annotate
Thu, 01 Aug 2013 02:49:42 +0300 Santeri Piippo Include the moc files in the source cpp files to reduce compile time file | diff | annotate
Tue, 30 Jul 2013 17:27:04 +0300 Santeri Piippo cosmetics file | diff | annotate
Mon, 08 Jul 2013 01:29:28 +0300 Santeri Piippo primitive generator: add conditional lines to cylinders; improved bad color handling file | diff | annotate
Sun, 07 Jul 2013 03:03:39 +0300 Santeri Piippo uh, stuff file | diff | annotate
Sat, 06 Jul 2013 04:08:57 +0300 Santeri Piippo rename: msglog.cpp/h -> messagelog.cpp/h file | diff | annotate
(0) tip

mercurial