townforge
  • Joined on 2020-02-27
townforge pushed to cc-syksy at townforge/townforge 2020-08-05 20:26:45 +02:00
380b65d071 cc: decrease the central flat region a bit
9ef6939de7 add stonecutter bonus on cliffs
53a15e11b5 game: fix potential map terrain crash
02fbfb7771 game: disable normal input when the material selector is open
0f364a96d7 cc: prevent building too close to the edges of the world
Compare 96 commits »
townforge pushed to cc-heightmap at townforge/townforge 2020-07-31 23:11:42 +02:00
3521e6c5fa speedup terrain generation
7f3eacd8f3 speedup terrain generation
Compare 2 commits »
townforge pushed to cc at townforge/Urho3D 2020-07-31 23:10:24 +02:00
149288117a Terrain: speed up UpdateEdgePatchNeighbors
47769695f3 Terrain: remove some divisions in CreatePatchGeometry
69c8d20cb9 Terrain: speed up CalculateLodErrors
76e25cd49c Terrain: speed up GetRawNormal
285b5c9f69 Terrain: speed up height map copy
Compare 14 commits »
townforge pushed to cc-heightmap at townforge/townforge 2020-07-29 17:21:53 +02:00
7f3eacd8f3 speedup terrain generation
21e59a58bb cc: speed up CubicLerp/SingleCubic
5e916e6a2f game: decrease terrain specular
052b5acca9 cc: do not add an all layer feature point when unnecessary
904bc0e732 game: filter only natural ground, not potential
Compare 17 commits »
townforge pushed to cc at townforge/Urho3D 2020-07-29 17:21:17 +02:00
0c29f8e110 Terrain: speed up UpdateEdgePatchNeighbors
015e5bc5d5 Terrain: remove some divisions in CreatePatchGeometry
e817bf9085 Terrain: speed up CalculateLodErrors
6d0e37c57a Terrain: speed up GetRawNormal
b619119a77 Terrain: speed up height map copy
Compare 9 commits »
townforge pushed to cc-heightmap at townforge/townforge 2020-07-26 00:46:32 +02:00
c55f7fb9b3 game: make extent markers not selectable/blocking
473d94b037 game: don't reset music when going into the options screen
e280bb5cf4 game: add a notification when a new block is found
34856d0808 keep track of the item supply
ac65554890 cc: make the town square use cobblestones, not wall sandstone
townforge commented on issue townforge/townforge.net#1 2020-07-25 17:40:47 +02:00
v12 structure

The constants and format are in src/cryptonote_basic/tx_extra.h

2 is "extra nonce" 4 is data length in bytes The next 4 bytes are an ASCII duck The 0 is the "no signature" rct type

Unchanged from monero.

townforge pushed to master at townforge/townforge.net 2020-07-25 17:33:42 +02:00
c935d25376 update faq
fe6c86270e add explorer/forum/wiki links to the top menu
Compare 2 commits »
townforge commented on issue townforge/townforge.net#1 2020-07-22 18:43:48 +02:00
v12 structure

This has not changed from Monero, you can decode it with Monero's code just fine.

It's a duck.

townforge pushed to cc at townforge/Urho3D 2020-07-17 16:23:09 +02:00
0bcbeae977 Ray: fix wrong normal on HitDistance
townforge pushed to cc-potential at townforge/townforge 2020-07-13 21:35:14 +02:00
59ebf09fe8 rename vantage point to vista
townforge pushed to cc-potential at townforge/townforge 2020-07-13 20:33:55 +02:00
74387a36af WIP - rework potential
3ddaec759a tests: enable unbound tests
47fb59bcf9 UITBAnimatedImageWidget: avoid accessing unallocated memory
c4a0125d4d cc: remove unused city origin parameters in potential functions
dbc74f4292 UITBAnimatedImageWidget: invalidate layout on animation change
townforge pushed to cc at townforge/unbound 2020-07-13 14:22:46 +02:00
6cd5c962cb configure: enable SHA256/SHA512
townforge pushed to cc-syksy at townforge/townforge 2020-07-09 16:31:24 +02:00
87a974794d game: do not include the unlocked amount in the deposit message
eb87c9eb34 game: add compass size option
a9b01092bd game: size font based on monitor resolution, not window
af711ef585 game: don't reload a snapshot to go to a vantage point in the current city
Compare 4 commits »
townforge pushed to cc-syksy at townforge/townforge 2020-07-09 01:08:53 +02:00
f552965e55 game: add font size option and default based on screen size
7360a14620 game: scale compass with screen size
Compare 2 commits »
townforge pushed to cc-syksy at townforge/townforge 2020-07-08 23:05:53 +02:00
916b21e1f0 game: fix link error in dynamic builds
0a797b31d4 game: fix player history pagination on first load
ae2ee14e52 game: add record/go to vantage points
fbcccb3a0c game: reset octree to a saner size, we don't need clouds in
Compare 4 commits »
townforge pushed to cc-syksy at townforge/townforge 2020-07-08 17:09:43 +02:00
e28cd0c4ce game: allow ellipsoid selection on land without flags
townforge pushed to cc-syksy at townforge/townforge 2020-07-08 12:55:35 +02:00
ba37b600e1 game: new better selection render code
a0151f3322 game: better wording for "changes automatically abandoned" message
cfd4f8773e game: fix set_intersection with disjoint sets, and add missing variant
762d984dd3 urho3d: speedup urho octree removal
6a7b98f6e2 game: change fatal error dialog name to Townforge
Compare 13 commits »
townforge pushed to cc at townforge/Urho3D 2020-07-08 12:54:58 +02:00
80a00967d4 Octree: faster drawable removal as we don't need to preserve order
e95646f5af Application: allow overriding the error dialog name
3b3459975f Octree: use const ref rather than copying shared pointers
ec78fe7068 Octree: do not preserve drawable ordering
ec35c3b7d0 StaticModel: optionally ignore E_RELOADFINISHED event
Compare 5 commits »
townforge pushed to cc at townforge/Urho3D 2020-07-06 15:56:35 +02:00
4bef0a0d32 Str: allow move assignment to self