townforge
  • Joined on 2020-02-27
townforge pushed to cc-syksy at townforge/townforge 2020-04-10 03:51:56 +02:00
3fa07cb081 daemon: fix off by one in badge display
b1384bcaf4 game: add player badges page
3c2b07fd15 game: display actual badge counts in badge leaderboard
22b7c5f171 game: add loading wallet notification
1e4fe875c1 cc: decrease temperature anomalies
Compare 16 commits »
townforge pushed to cc-syksy at townforge/townforge 2020-04-08 21:39:51 +02:00
a50ea45520 game: display actual badge counts in badge leaderboard
24269f1930 game: add loading wallet notification
23598d941f cc: decrease temperature anomalies
db2947f42b manual: add some text about attributes
2bad7bb6be game: add food in player building columns
Compare 78 commits »
townforge pushed to cc-syksy at townforge/townforge 2020-03-25 02:26:46 +01:00
6f3e5d3e76 cmake: fix boost include path
townforge pushed to cc at townforge/boost 2020-03-24 18:54:42 +01:00
2ad032e272 boost-libs: don't bump template size in the build process
5d42dfbaa9 bump mpl template size
Compare 2 commits »
townforge pushed to cc-syksy at townforge/townforge 2020-03-24 18:21:56 +01:00
ef4d7cc5e2 boost-libs: store bumped template size in git
1d8514d534 boost-libs: bump template size
d66874adae add date
03cd7cf098 game: remove debug traces
45c7125b75 Rename default town/mayor names and expenses to game
Compare 10 commits »
townforge pushed to cc at townforge/mpl 2020-03-24 18:18:45 +01:00
1957ce4ab0 bump template size to 40
townforge pushed to cc-syksy at townforge/townforge 2020-03-24 17:16:27 +01:00
41f0ad2ac2 boost: fix build script
80b150e56b boost: fix build script
Compare 2 commits »
townforge pushed to cc at townforge/boost 2020-03-24 17:15:44 +01:00
d94ed21a7f fix build script
3a4ae63712 fix build script
Compare 2 commits »
townforge pushed to cc at townforge/quickbook 2020-03-24 15:03:14 +01:00
944f760cc2 Merge branch 'master' into develop
60ecc01fc7 Replace granular includes with <boost/filesystem.hpp>, because <boost/filesystem/directory.hpp> is not present in old Boost releases
207d447488 Add missing #include
a4bcd091f2 Merge branch 'develop'
8a377d1a61 Use 1.67.0 when testing with travis and appveyor
townforge pushed to cc at townforge/litre 2020-03-24 15:01:59 +01:00
564d4d8d30 Merged tools, system, filesystem from trunk at 41106
b477f20b03 Changed LitRe so that examples are written to a directory with a big
ea2e50b67d cplusplus.py, tool.py: bring back litre_config.py file.
9e4a7af1d7 added litre
townforge pushed to cc at townforge/inspect 2020-03-24 15:01:56 +01:00
7cb1d297c2 Merge pull request #5 from danieljames/feature/version-string
f1f894fa1a Replace subversion info, with a command line parameter.
4e699ba697 Allow -text and -brief to be appear at any point in the command line.
64a7a9dd37 More explicit mechanism for setting options.
9f62d64d20 Remove all CVS support.
townforge pushed to cc at townforge/check_build 2020-03-24 15:01:51 +01:00
d5a0752790 Link to libpython, because Boost.Python doesn't
cba3cb65ae Unsimplify Travis configuration a bit
66010ddc6e Simplify Travis configuration
7981972419 Remove address-model=64 froom Appveyor; Python doesn't link
4dcc120cba Only consider library targets
townforge pushed to cc at townforge/build 2020-03-24 15:01:48 +01:00
ceddb211c6 Bump for 4.0.1 version.
f530493cb1 Check $(version[1]) before using it in [ numbers.less ] (#509)
04efaac148 Version 4.0.0 release.
429a2134e5 Add -jN change warning.
b1c1b2ed53 Update doc for -jN to match new default.
townforge created repository townforge/build 2020-03-24 14:49:15 +01:00
townforge pushed to cc at townforge/boostdep 2020-03-24 14:48:04 +01:00
143dcd262f Update .travis.yml
c4464f2521 Switch Appveyor to 2015 image
45d60fb9a0 Print ignored dependencies when --verbose
1b0ce05559 Merge branch 'develop' of https://github.com/HDembinski/boostdep into feature/depinst-ignore
0171e07940 only ignore top level dependencies
townforge pushed to cc at townforge/boostbook 2020-03-24 14:48:00 +01:00
2f9b23ea4d Merge branch 'develop'
7d32695586 Test case for deeply nested macro
d2b0125d71 Truncate macro ids, as for other symbols
34ad10b7dc Better consistent macro ids
edb40425d3 Simple macro tests
townforge pushed to cc at townforge/boost_install 2020-03-24 14:47:49 +01:00
c1e6a010f7 Build MPI in C++11 mode, because it fails otherwise
b8c1e9e958 Use the pre-3.9 variable names
da63bb2a52 Handle the pre-3.10 case when FindMPI doesn't define targets
7ed6b03256 Change MPI target to MPI::MPI_CXX
95845ae28b Add test/mpi
townforge pushed to cc at townforge/bcp 2020-03-24 14:47:29 +01:00
a86fdce788 Merge branch 'develop'
6dff7a94a3 Make path scanning fully non-recursive.
aeb5e5926d Merge branch 'develop'
c66eefa0af Merge branch 'develop' of https://github.com/boostorg/bcp into develop
townforge pushed to cc at townforge/auto_index 2020-03-24 14:47:21 +01:00
e98a817693 Merge branch 'develop'
ecb6816f07 --distdir, when given, should take priority over --build-dir
97cec1b6bb Merge branch 'develop'
aeb4eee99e Merge pull request #2 from eldiener/develop
800f7de1f5 Honor build_dir first when installing so that installation should be made outside of Boost tree if user desires.
townforge pushed to cc at townforge/yap 2020-03-24 14:41:39 +01:00
f06a3d9361 Merge branch 'develop'
f394796c58 Fix Clang compilation error in self_evaluation.cpp.
a892bf00cf Fix compilation error in self_evaluation.cpp.
5ef827018f Doc typo.
897b3561f2 Add a self-evaluating expression example.