townforge
  • Joined on 2020-02-27
townforge pushed to cc at townforge/Urho3D 2020-10-27 20:47:15 +01:00
e6fa304713 disable joystick on windows, fix link issue
eece80a87a Vector3: only use rsqrt intrinsics with x86_64 GCC
d0820d9626 Node: support derived components in GetComponent
cbce2b69d8 SDL: move WASAPI audio driver after DSOUND
f653bff647 Terrain: speed up a bit, and possible occlusion bug fix
Compare 338 commits »
townforge pushed tag v0.24.0.0 to townforge/townforge 2020-10-27 12:51:08 +01:00
townforge pushed to cc at townforge/townforge 2020-10-27 12:43:39 +01:00
6f9df12621 bump version to 0.24.0.0
c6f63ee223 epee: allow custom command line parsing
Compare 2 commits »
townforge pushed to cc at townforge/townforge 2020-10-27 12:32:32 +01:00
d410df436d chat: add console in-game chat
3f54fed776 wallet: add a convenience get_cc_account_name
efdb1cf8c6 add a tl;dr to the binaries README
4e884b3213 game: cut down a little on unnecessary reallocs
d4af84717e game: make view distance configurable
Compare 414 commits »
townforge pushed to cc at townforge/randomx 2020-10-27 12:30:09 +01:00
289540f59c even faster pow for tests
9ec6e65098 fast pow for tests
5ce5f4906c add --noBatch benchmark option
9905ec9c5a Merge pull request #188 from cryptonote-social/master
863765bbe6 Merge pull request #185 from tevador/pr-crosscomp
Compare 45 commits »
townforge pushed to cc-syksy at townforge/townforge 2020-10-26 23:43:36 +01:00
d410df436d chat: add console in-game chat
3f54fed776 wallet: add a convenience get_cc_account_name
Compare 2 commits »
townforge pushed to cc-syksy at townforge/townforge 2020-10-26 18:36:58 +01:00
efdb1cf8c6 add a tl;dr to the binaries README
4e884b3213 game: cut down a little on unnecessary reallocs
d4af84717e game: make view distance configurable
9f39f612cb game: add turn rate config
e349e5694e give higher level woods more heating power
Compare 450 commits »
townforge pushed tag v0.23.1.7 to townforge/townforge 2020-10-23 01:55:14 +02:00
townforge pushed tag cc-2 to townforge/Urho3D 2020-10-21 00:30:00 +02:00
townforge pushed tag cc-1 to townforge/Urho3D 2020-10-21 00:29:47 +02:00
townforge pushed to cc at townforge/Urho3D 2020-10-21 00:26:45 +02:00
eece80a87a Vector3: only use rsqrt intrinsics with x86_64 GCC
d0820d9626 Node: support derived components in GetComponent
cbce2b69d8 SDL: move WASAPI audio driver after DSOUND
f653bff647 Terrain: speed up a bit, and possible occlusion bug fix
6f768e246b Terrain: use faster approximate Normalized function for normals/tangents
Compare 337 commits »
townforge pushed to upstream-octree at townforge/Urho3D 2020-10-20 18:31:50 +02:00
413b76fd60 Octree: faster drawable removal as we don't need to preserve order
8fef7281ba Octree: use const ref rather than copying shared pointers
2d0afe4535 Octree: do not preserve drawable ordering
townforge pushed to cc at townforge/Urho3D 2020-10-19 23:20:08 +02:00
eece80a87a Vector3: only use rsqrt intrinsics with x86_64 GCC
d0820d9626 Node: support derived components in GetComponent
cbce2b69d8 SDL: move WASAPI audio driver after DSOUND
f653bff647 Terrain: speed up a bit, and possible occlusion bug fix
6f768e246b Terrain: use faster approximate Normalized function for normals/tangents
Compare 337 commits »
townforge pushed tag v0.23.1.6 to townforge/townforge 2020-10-17 23:51:53 +02:00
townforge pushed to cc at townforge/townforge 2020-10-17 23:51:36 +02:00
3e637ecf29 bump version to 0.23.1.6
689790d350 merge_mining_proxy: notify miner when a new block template is needed
6c8b3841ae merge_mining_proxy: fix rejects when mining fast
d0acc313b7 blockchain: fix checking for more than one merge mining tag
698066afcc daemon: add cc_orders command to show trade orders for an item
Compare 9 commits »
townforge pushed tag v0.23.1.5 to townforge/townforge 2020-10-16 22:25:39 +02:00
townforge pushed to cc at townforge/townforge 2020-10-16 22:25:31 +02:00
25dad9785e bump version to 0.23.1.5
f379cc35c6 core: fix syncing alt chains with merge mined blocks
21a68d7023 game: fix dividend dialog selection between gold and item
9aad4f2dfd cmake: take out RPATH
9485a9afc0 blockchain: fix mining invalid blocks due to trade txes
Compare 6 commits »
townforge commented on issue townforge/townforge#2 2020-10-15 00:02:00 +02:00
build error: multiple definition of `WAYLAND_wl_proxy_get_user_data'

I'm afraid I don't know how to fix that. All I can suggest right now is to disable wayland and hope X11 compatibility does the trick. Looking at the SDL source, it looks like this can be done by replace ON with OFF on this line from externa/urho3d/Source/ThirdParty/SDL/CMakeLists.txt:

dep_option(VIDEO_WAYLAND "Use Wayland video driver" ON UNIX_SYS OFF)

Thanks for the note for the binary. They don't seem to have been altered, and I worked out how that happened (bash glob patterns). The newest is OK.

townforge pushed tag v0.23.1.4 to townforge/townforge 2020-10-13 02:35:45 +02:00
townforge pushed to cc at townforge/townforge 2020-10-13 02:35:35 +02:00
6a80df2269 bump version to 0.23.1.4
b300b7ba81 fix syncing on historical merged mined blocks
Compare 2 commits »