Sun, 30 Jun 2013 21:37:29 -0400 nemo bug #668 + reorder conditions for kick slightly, to call the math last
Sat, 29 Jun 2013 23:58:37 +0400 unc0rr Fix spectator desync in rare conditions (there was team which left during its turn, and last command with timestamp from it was '+')
Sat, 29 Jun 2013 00:18:17 +0400 unc0rr Fix "registered only" option
Sat, 29 Jun 2013 16:05:17 +0200 koda minor dep order change
Sat, 29 Jun 2013 02:42:15 +0200 koda break uDebug and uCommand depedency loop by putting stuff in uIO
Sat, 29 Jun 2013 01:56:16 +0200 koda uvariables comes before uutils
Sat, 29 Jun 2013 01:26:05 +0200 koda if you don't add the new pas files here they won't potentially trigger a rebuild anyway
Sat, 29 Jun 2013 00:44:23 +0200 koda disable stack protection on bsd too (untested)
Sat, 29 Jun 2013 00:28:47 +0200 koda this is internal now
Mon, 01 Jul 2013 22:28:42 +0300 Periklis Ntanasis forgotten image spacecampaign
Fri, 28 Jun 2013 12:47:54 -0400 nemo Remove some GLunit dependencies noticed on graph. uUtils was using it for GLfloat - but, the stuff it was returning to was usually converting to "real" anyway. uLand was including it unnecessarily. Minor refactor
Mon, 01 Jul 2013 18:03:06 +0300 Periklis Ntanasis added deafult image if not one available in campaign spacecampaign
Fri, 28 Jun 2013 10:25:42 +0400 unc0rr You better test build before committing even trivial patches
Fri, 28 Jun 2013 22:38:08 +0300 Periklis Ntanasis y! code clean up :) spacecampaign
Thu, 27 Jun 2013 14:01:43 -0400 nemo Make add/delete consistent (this has bugged me for so long)
Fri, 28 Jun 2013 22:06:57 +0300 Periklis Ntanasis this seems to work ok, but I have to clean up the code spacecampaign
Thu, 27 Jun 2013 15:51:20 +0400 unc0rr Merge
Fri, 28 Jun 2013 20:14:32 +0300 Periklis Ntanasis wright script is called on StartCampaign but maybe cause problems if i.e. set a default image spacecampaign
Thu, 27 Jun 2013 15:48:30 +0400 unc0rr oops, forgot this file
Fri, 28 Jun 2013 19:55:16 +0300 Periklis Ntanasis fixed bug about starting campaign page with not descriptions/images and with wrong description/image mathcing spacecampaign
Thu, 27 Jun 2013 15:33:02 +0400 unc0rr Refactoring: get rid of GSHandlers.inc
Fri, 28 Jun 2013 19:32:11 +0300 Periklis Ntanasis images works, but not description/title displayed first time page is opened spacecampaign
Thu, 27 Jun 2013 14:37:03 +0400 unc0rr Refactoring: VGSHandlers.inc -> uVisualGearsHandlers.pas
Fri, 11 Oct 2013 11:55:31 +0200 koda force clang dependency when NOPASCAL is set webgl
Fri, 28 Jun 2013 19:05:41 +0300 Periklis Ntanasis cleanup, descriptions work, images no spacecampaign
Thu, 27 Jun 2013 14:06:33 +0400 unc0rr Refactoring: ArgParsers.inc -> ArgParsers.pas
Mon, 24 Jun 2013 10:51:43 +0200 koda ok you need to escape rpath for pscal scripts after all... (reverts r571e55b32da5) webgl
Fri, 28 Jun 2013 18:55:01 +0300 Periklis Ntanasis this seems to works, still wip spacecampaign
Wed, 26 Jun 2013 21:40:10 -0400 nemo reduce shove frequency (perf). reduce dX so that less time is spent sliding.
Wed, 03 Jul 2013 17:35:17 +0200 koda tcc compatibility webgl
Fri, 28 Jun 2013 15:45:11 +0300 Periklis Ntanasis more on campaign page - wip spacecampaign
Thu, 27 Jun 2013 12:18:35 +0200 koda restore the GLUT check
Wed, 19 Jun 2013 00:26:13 +0200 koda this hid CFLAGS webgl
Fri, 28 Jun 2013 02:38:56 +0300 Periklis Ntanasis changes in campaign page - not tested wip spacecampaign
Thu, 27 Jun 2013 12:09:24 +0200 koda move some osx only configuration code
Wed, 19 Jun 2013 00:07:31 +0200 koda frontend compiles webgl
Wed, 26 Jun 2013 22:44:33 +0300 Periklis Ntanasis added a stub moon main quest spacecampaign
Thu, 27 Jun 2013 12:02:40 +0200 koda use add_flag_append more, correctly set a few flags
Wed, 19 Jun 2013 00:52:39 +0400 unc0rr merge webgl
Wed, 26 Jun 2013 22:23:08 +0300 Periklis Ntanasis added landing event handlers for cosmos.lua spacecampaign
Thu, 27 Jun 2013 11:38:14 +0200 koda rework compiler flags section a little, drop already enabled flags, add -Wextra
Wed, 19 Jun 2013 00:52:21 +0400 unc0rr engine links webgl
Tue, 25 Jun 2013 05:17:03 +0300 Periklis Ntanasis reverting 2 files I accidentally changed spacecampaign
Wed, 19 Jun 2013 00:26:13 +0200 koda this hid CFLAGS
Wed, 26 Jun 2013 21:40:10 -0400 nemo reduce shove frequency (perf). reduce dX so that less time is spent sliding.
Wed, 19 Jun 2013 00:19:33 +0400 unc0rr Reduce number of link errors webgl
Tue, 18 Jun 2013 22:39:57 +0200 koda compile hwengine first, so that all other files are compiled too and don't call pas2c again webgl
Tue, 25 Jun 2013 05:10:13 +0300 Periklis Ntanasis first commit, added cosmos(menu) map and lua script with some functionality spacecampaign
Mon, 24 Jun 2013 22:11:07 -0400 nemo I should have specified locals
Tue, 18 Jun 2013 22:10:51 +0200 koda set one rule per file, only compiles a minimum number of files when one pascal file is modified webgl
Mon, 24 Jun 2013 10:51:43 +0200 koda ok you need to escape rpath for pscal scripts after all... (reverts r571e55b32da5)
Tue, 18 Jun 2013 22:10:06 +0200 koda rtl always static webgl
Mon, 24 Jun 2013 09:31:14 +0200 koda oops, fix setting linker flags for haskell executables
Tue, 18 Jun 2013 19:33:10 +0200 koda also these two files are dependency (they are not in the list because they are special pas2c files) webgl
Sun, 23 Jun 2013 22:31:12 -0400 nemo need to switch to frozen after deleteCI
Tue, 18 Jun 2013 19:19:35 +0200 koda set pascal files as dependency of the target writing the c files so that it will run again if you modify them webgl
Sun, 23 Jun 2013 17:11:29 -0400 nemo Configuration for tag display default
Tue, 18 Jun 2013 18:39:12 +0200 koda BOM, pas2c only support ASCII webgl
Sun, 23 Jun 2013 13:35:26 -0400 nemo poor AI thought he should avoid stepping on frozen crates, and jump for non-frozen ones
Tue, 18 Jun 2013 10:03:11 +0200 koda new FindClang.cmake webgl
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip