log Makefile.gen @ 388:015f2da65841

age author description
Thu, 18 Oct 2012 20:11:34 +0300 Matti Hamalainen Add edview to the build.
Wed, 17 Oct 2012 03:46:40 +0300 Matti Hamalainen Add EDITOR_HEADERS to the dependency.
Wed, 17 Oct 2012 03:40:30 +0300 Matti Hamalainen Rename eddemoobj to edtlobj, etc.
Wed, 17 Oct 2012 02:37:03 +0300 Matti Hamalainen Improve building.
Wed, 17 Oct 2012 02:27:55 +0300 Matti Hamalainen Work towards a working editor .. some day.
Wed, 17 Oct 2012 01:47:43 +0300 Matti Hamalainen Add demo obj.
Wed, 17 Oct 2012 01:15:09 +0300 Matti Hamalainen Fix build process for out of tree builds.
Tue, 16 Oct 2012 20:09:11 +0300 Matti Hamalainen Work towards Qt based editor.
Tue, 16 Oct 2012 19:06:51 +0300 Matti Hamalainen Work towards Qt-based editor instead.
Tue, 16 Oct 2012 01:33:26 +0300 Matti Hamalainen Work towards editor.
Mon, 15 Oct 2012 22:48:41 +0300 Matti Hamalainen Beginnings of the editor.
Mon, 15 Oct 2012 21:27:24 +0300 Matti Hamalainen Add dmengine.o module.
Mon, 15 Oct 2012 13:28:32 +0300 Matti Hamalainen Move -O3 to EXTRA_CFLAGS.
Mon, 15 Oct 2012 13:28:00 +0300 Matti Hamalainen Rename DM_DEBUG compile time define to DM_DEVEL, for development mode.
Sun, 14 Oct 2012 23:35:57 +0300 Matti Hamalainen Add dmtimelinew to the build.
Sun, 14 Oct 2012 14:30:29 +0300 Matti Hamalainen Add the (unfinished) timeline code to the build.
Fri, 12 Oct 2012 11:37:06 +0300 Matti Hamalainen Fix building of demo executable, the order of objects for linking was incorrect.
Thu, 11 Oct 2012 21:02:31 +0300 Matti Hamalainen Add special rule for demo executables.
Thu, 11 Oct 2012 17:24:47 +0300 Matti Hamalainen Add SDL_LDFLAGS to generic binary rule.
Thu, 11 Oct 2012 11:10:53 +0300 Matti Hamalainen Add SDL_CFLAGS to fontconv build.
Thu, 11 Oct 2012 10:07:59 +0300 Matti Hamalainen Don't link libSDL uselessly to utilities that do not actually use it.
Thu, 11 Oct 2012 08:55:21 +0300 Matti Hamalainen Add -msse2 if DM_USE_SIMD is enabled.
Tue, 09 Oct 2012 13:03:15 +0300 Matti Hamalainen Add line/sprite renderer to build.
Mon, 08 Oct 2012 09:01:05 +0300 Matti Hamalainen Modularize line clipping etc. a lot, and export all line drawing and
Sun, 07 Oct 2012 14:20:47 +0300 Matti Hamalainen Add dmwav to the build process.
Sat, 06 Oct 2012 19:11:49 +0300 Matti Hamalainen Add some depencies.
Sat, 06 Oct 2012 12:21:31 +0300 Matti Hamalainen Implement TTF to bitmap font conversion (crude).
Sat, 06 Oct 2012 08:31:37 +0300 Matti Hamalainen Improve build system granularity.
Sat, 06 Oct 2012 08:00:34 +0300 Matti Hamalainen Add a hardcoded font to PPL.
Sat, 06 Oct 2012 08:00:24 +0300 Matti Hamalainen Improve build system.
Sat, 06 Oct 2012 07:29:26 +0300 Matti Hamalainen Add fontconv tool.
Thu, 04 Oct 2012 05:37:26 +0300 Matti Hamalainen Rename some conditional compilation directives.
Wed, 03 Oct 2012 09:16:26 +0300 Matti Hamalainen Beging merging of dmsimple2-fork into the main "engine".
Tue, 02 Oct 2012 18:51:16 +0300 Matti Hamalainen Add unscaled blitting functions.
Tue, 02 Oct 2012 18:13:05 +0300 Matti Hamalainen Add simple (and buggy / not really working) debug mode.
Mon, 01 Oct 2012 13:43:09 +0300 Matti Hamalainen Add a simplistic skeleton of a module player with SDL-based view.
Mon, 01 Oct 2012 11:03:10 +0300 Matti Hamalainen More work on the text subsystem.
Mon, 01 Oct 2012 09:46:56 +0300 Matti Hamalainen Initial work for bitmapped fonts and text drawing. Also moved TTF header
Mon, 01 Oct 2012 07:51:08 +0300 Matti Hamalainen Add resource writing functions (only work for stdio backend)
Mon, 01 Oct 2012 03:48:21 +0300 Matti Hamalainen A non-working implementation of floating point audio mixing.
Mon, 01 Oct 2012 02:51:41 +0300 Matti Hamalainen Restructure module playing, removing 8bit sample mixing (output can still be
Sat, 29 Sep 2012 20:31:10 +0300 Matti Hamalainen Fix building of JSS mixer parts.
Sat, 29 Sep 2012 16:59:46 +0300 Matti Hamalainen Added a simple demo engine core.
Sat, 29 Sep 2012 06:52:59 +0300 Matti Hamalainen Fix build process for jmix_c.c dependancy.
Fri, 28 Sep 2012 04:37:57 +0300 Matti Hamalainen Fix "efu" test, use dmImage instead of SDL_image.
Fri, 28 Sep 2012 02:24:40 +0300 Matti Hamalainen Enable out of tree building.
Fri, 28 Sep 2012 02:20:31 +0300 Matti Hamalainen Various improvements in the build system to add granularity
Fri, 28 Sep 2012 02:08:17 +0300 Matti Hamalainen Improve buildsystem to support more flexible builds.
Fri, 28 Sep 2012 01:54:23 +0300 Matti Hamalainen Initial re-import.