QTfrontend/CMakeLists.txt
Wed, 11 Nov 2015 23:29:49 +0100 sheepluva cmake tweaks. make pas2c build with sdl2 (keycodes or something still missing) sdl2transition
Tue, 10 Nov 2015 20:43:13 +0100 sheepluva merge default sdl2transition
Tue, 10 Nov 2015 17:45:14 +0100 sheepluva drop support for SDL 1.2 sdl2transition
Thu, 15 Jan 2015 11:48:28 +0100 Gianfranco Costamagna Add RelWithDebInfo for debugging purposes
Tue, 11 Nov 2014 21:55:38 +0100 sheepluva check for new Qt req in cmake files
Wed, 13 Aug 2014 15:39:32 +0000 vittorio giovara add bug reference to explain the qt version check on osx
Wed, 13 Aug 2014 17:25:55 +0200 sheepluva I can't read. sry
Wed, 13 Aug 2014 17:06:17 +0200 sheepluva contradiction with a hint of BS
Sun, 02 Mar 2014 00:34:18 +0400 unc0rr Make it build as library
Tue, 04 Feb 2014 23:53:43 +0400 unc0rr CMake checks for haskell modules needed
Tue, 21 Jan 2014 22:38:13 +0100 koda partial merge of the webgl branch
Thu, 09 Jan 2014 19:10:12 +0100 Gianfranco Costamagna Fixed build failure to a missing math library linked with BUILD_ENGINE_C=1 and clang webgl
Wed, 08 Jan 2014 23:29:30 +0100 koda consistent cmake checks
Wed, 08 Jan 2014 19:19:09 +0100 koda use mainstream project name
Sun, 05 Jan 2014 00:46:26 +0400 unc0rr Fix build (no idea what's going on in this branch btw) webgl
Sat, 04 Jan 2014 23:55:54 +0400 unc0rr merge default webgl
Wed, 25 Dec 2013 23:25:25 +0400 Dmitry Marakasov Move physfs includes before all others
Fri, 06 Dec 2013 00:02:10 +0100 koda use NOSDL2 for consistency sdl2transition
Mon, 11 Nov 2013 00:15:20 +0400 unc0rr Frontend builds sdl2transition
Tue, 05 Nov 2013 23:33:23 +0100 koda some improvements for sdl2 building (not complete nor clean) sdl2transition
Wed, 06 Nov 2013 00:59:33 +0400 unc0rr - Use USESDL12 for old SDL sdl2transition
Mon, 28 Oct 2013 16:53:20 +0100 koda add possibility to compile with SDL2 automatically
Fri, 11 Oct 2013 17:43:13 +0200 koda merge with latest defaul, fixing compiling with fpc, parsing and rendering with pas2c, some minor problems with compiling with clang webgl
Fri, 11 Oct 2013 00:07:23 +0200 koda fail early when an incompatible qt version is found
Wed, 19 Jun 2013 00:07:31 +0200 koda frontend compiles webgl
Tue, 18 Jun 2013 09:48:10 +0200 koda fix a few loose ends here webgl
Mon, 17 Jun 2013 23:10:45 +0200 koda really update with default webgl
Thu, 13 Jun 2013 22:50:18 +0200 koda use target name instead of the resulting library, use more macros around
Tue, 11 Jun 2013 19:17:52 +0200 koda setup RPATH, bump cmake
Tue, 02 Apr 2013 21:00:57 +0200 koda update webgl branch webgl
Thu, 07 Mar 2013 11:55:00 +0100 koda even more wrapping with find_package_or_disable_msg
Thu, 07 Mar 2013 10:14:12 +0100 koda introduce find_package_or_fail/disable to group together similar cmake code
Wed, 06 Mar 2013 12:12:02 +0100 koda rework ffmpeg/libav/videorec linking and their cmake discovery
Wed, 06 Mar 2013 01:28:21 +0100 koda fail if sparkle not found consciously
Mon, 04 Mar 2013 18:27:21 +0100 koda on linux assume datapath is always relative to cmake_install_prefix, unless you provide an absolute path; on win32/osx hardcode engine path to default installation prefixes (it gets overridden at runtime so it works even if you move the data folder)
Fri, 22 Feb 2013 06:39:16 +0100 koda and now compile and link properly physfslayer
Fri, 22 Feb 2013 05:15:48 +0100 koda use standard library prefix physfslayer
Sat, 09 Feb 2013 15:26:10 -0500 dag10 Initial theme selection is now random. Theme prompt now has a search input and no longer uses FlowLayout. (Resolves issue 520)
Sun, 27 Jan 2013 02:09:02 +0100 koda shut a few frontend warnings out
Sun, 27 Jan 2013 00:28:57 +0100 koda update branch webgl
Sun, 20 Jan 2013 22:51:26 +0100 koda fix out of source build
Sat, 19 Jan 2013 00:51:28 +0400 unc0rr Server messages localization using Qt's l10n subsystem:
Mon, 14 Jan 2013 13:19:47 +0100 dag10 GCI2012: Abstract Hedgewars Dialogs
Mon, 14 Jan 2013 12:35:01 +0100 koda move platform code around, based off a gci task by dag10
Fri, 04 Jan 2013 21:44:40 +0400 unc0rr Merge from default flibqtfrontend
Sun, 30 Dec 2012 02:43:24 +0100 Willie Zhu GCI2012: CMake List Append
Fri, 28 Dec 2012 11:00:12 +0100 koda restore compatibility with cmake 2.6
Thu, 27 Dec 2012 15:56:02 +0100 koda oops, forgot that data absolute path only applies to linux
Thu, 27 Dec 2012 15:32:48 +0100 koda move DATA_INSTALL_DIR to the configurable options section
Tue, 25 Dec 2012 04:45:22 +0100 koda update branch with default webgl
Mon, 24 Dec 2012 15:41:45 +0100 koda get executable directory at runtime rather than configure time
Thu, 20 Dec 2012 23:14:54 +0100 koda remove the CROSSAPPLE option until a better solution is found
Thu, 20 Dec 2012 23:12:18 +0100 koda cmake rework, cleanup a lot of redundant sections, separate library and binary install location, unify osx and win handling of the data directory (tested on win, lin and mac)
Wed, 19 Dec 2012 19:33:49 +0100 koda edit rpath manually, allowing frontend+libengine to run on linux too
Wed, 19 Dec 2012 19:28:13 +0100 koda can change library name and compile it on windows again
Wed, 19 Dec 2012 18:17:23 +0100 koda can compile engine as library on linux but not run the executable (automatically), most likely breaking other platforms (wrt engine-as-library)
Tue, 18 Dec 2012 12:04:17 +0100 koda can use engine as library on windows too
Tue, 18 Dec 2012 03:07:45 +0100 koda minor adjustments to libengine, moc is correctly created as definitions are set before calling it, params are better numbered and we don't subclass qthread but rather use moveToThread()
Sun, 16 Dec 2012 12:25:13 +0400 unc0rr Merge from default flibqtfrontend
Sun, 09 Dec 2012 18:00:01 +0100 koda cmake verbosity/documentation/cleanup/formatting
less more (0) -100 -60 tip