koda [Wed, 19 Jun 2013 00:26:13 +0200] rev 9273
this hid CFLAGS
Periklis Ntanasis <pntanasis@gmail.com> [Fri, 28 Jun 2013 02:38:56 +0300] rev 9272
changes in campaign page - not tested wip
koda [Thu, 27 Jun 2013 12:09:24 +0200] rev 9271
move some osx only configuration code
koda [Wed, 19 Jun 2013 00:07:31 +0200] rev 9270
frontend compiles
Periklis Ntanasis <pntanasis@gmail.com> [Wed, 26 Jun 2013 22:44:33 +0300] rev 9269
added a stub moon main quest
koda [Thu, 27 Jun 2013 12:02:40 +0200] rev 9268
use add_flag_append more, correctly set a few flags
unc0rr [Wed, 19 Jun 2013 00:52:39 +0400] rev 9267
merge
Periklis Ntanasis <pntanasis@gmail.com> [Wed, 26 Jun 2013 22:23:08 +0300] rev 9266
added landing event handlers for cosmos.lua
koda [Thu, 27 Jun 2013 11:38:14 +0200] rev 9265
rework compiler flags section a little, drop already enabled flags, add -Wextra
unc0rr [Wed, 19 Jun 2013 00:52:21 +0400] rev 9264
engine links
Periklis Ntanasis <pntanasis@gmail.com> [Tue, 25 Jun 2013 05:17:03 +0300] rev 9263
reverting 2 files I accidentally changed
koda [Wed, 19 Jun 2013 00:26:13 +0200] rev 9262
this hid CFLAGS
nemo [Wed, 26 Jun 2013 21:40:10 -0400] rev 9261
reduce shove frequency (perf). reduce dX so that less time is spent sliding.
unc0rr [Wed, 19 Jun 2013 00:19:33 +0400] rev 9260
Reduce number of link errors
koda [Tue, 18 Jun 2013 22:39:57 +0200] rev 9259
compile hwengine first, so that all other files are compiled too and don't call pas2c again
Periklis Ntanasis <pntanasis@gmail.com> [Tue, 25 Jun 2013 05:10:13 +0300] rev 9258
first commit, added cosmos(menu) map and lua script with some functionality
nemo [Mon, 24 Jun 2013 22:11:07 -0400] rev 9257
I should have specified locals
koda [Tue, 18 Jun 2013 22:10:51 +0200] rev 9256
set one rule per file, only compiles a minimum number of files when one pascal file is modified
koda [Mon, 24 Jun 2013 10:51:43 +0200] rev 9255
ok you need to escape rpath for pscal scripts after all... (reverts
r571e55b32da5)
koda [Tue, 18 Jun 2013 22:10:06 +0200] rev 9254
rtl always static
koda [Mon, 24 Jun 2013 09:31:14 +0200] rev 9253
oops, fix setting linker flags for haskell executables
koda [Tue, 18 Jun 2013 19:33:10 +0200] rev 9252
also these two files are dependency (they are not in the list because they are special pas2c files)
nemo [Sun, 23 Jun 2013 22:31:12 -0400] rev 9251
need to switch to frozen after deleteCI
koda [Tue, 18 Jun 2013 19:19:35 +0200] rev 9250
set pascal files as dependency of the target writing the c files so that it will run again if you modify them
nemo [Sun, 23 Jun 2013 17:11:29 -0400] rev 9249
Configuration for tag display default
koda [Tue, 18 Jun 2013 18:39:12 +0200] rev 9248
BOM, pas2c only support ASCII
nemo [Sun, 23 Jun 2013 13:35:26 -0400] rev 9247
poor AI thought he should avoid stepping on frozen crates, and jump for non-frozen ones
koda [Tue, 18 Jun 2013 10:03:11 +0200] rev 9246
new FindClang.cmake
nemo [Fri, 21 Jun 2013 12:26:55 -0400] rev 9245
removed redundant band, added touch of consistency w/ everywhere else
koda [Tue, 18 Jun 2013 09:48:10 +0200] rev 9244
fix a few loose ends here