Crypto City
d9a5afb18b
urho3d: fix warning in Input.h
2019-12-13 01:32:49 +00:00
Crypto City
0ab0f8d687
game: chat improvements: smileys, colors
2019-12-13 01:31:25 +00:00
Crypto City
6a4b803920
game: improve chat UI
...
Display /me lines in italic, and display timestamps in smaller font
2019-12-13 01:31:25 +00:00
Crypto City
5922cdad67
better player name lookup in game
...
Automatic lookup, and snapshots include the current set
2019-12-13 01:31:25 +00:00
Crypto City
be0ebbe148
fix fresh clone build
2019-12-13 01:31:04 +00:00
Crypto City
e93ff8cf84
procsky: disable UI and texture dump
2019-12-13 01:21:44 +00:00
Crypto City
db94699425
update procsky for build fix
2019-12-13 01:19:10 +00:00
Crypto City
ad61f42304
add procsky (disabled)
...
It looks nice, but is very slow, might be usable as an option
2019-12-13 01:12:39 +00:00
Crypto City
2c40c41b9b
urho3d: fix modal dialogs
2019-12-13 01:12:39 +00:00
Crypto City
9c2412209c
add urho3d submodule
2019-12-13 01:10:16 +00:00
Crypto City
b9ea0d835c
foo!
2019-12-13 00:55:07 +00:00
luigi1111
425da2381d
Merge pull request #6037
...
f49a8ca
easylogging++: add screen.xterm-256color to the 'allow colour' TERM list (moneromooo-monero)
2019-12-12 13:40:09 -06:00
tevador
2efc6acdb2
RandomX: Update to v1.1.6
2019-10-30 20:25:10 +01:00
moneromooo-monero
f49a8cad23
easylogging++: add screen.xterm-256color to the "allow colour" TERM list
2019-10-26 20:16:19 +00:00
luigi1111
be6c5afabb
Merge pull request #6016
...
afcfb3b
easylogging++: windows does not need terminal colour support (moneromooo-monero)
2019-10-24 18:41:38 -05:00
moneromooo-monero
afcfb3b32f
easylogging++: windows does not need terminal colour support
2019-10-24 16:00:45 +00:00
tevador
22d1a6c16d
RandomX: update to v1.1.5
2019-10-23 19:46:57 +02:00
tevador
ea813cfb1b
RandomX: update to v1.1.4
...
* Faster cache initialization with SSSE3/AVX2
* Automatic detection of CPU capabilities in RandomX
* Fixed a possible out-of-bounds access in superscalar program generator
* Use MONERO_RANDOMX_UMASK to manually disable RandomX flags in monerod
2019-10-13 18:43:27 +02:00
moneromooo-monero
080ea734c2
easylogging++: fix build with glibc
2019-10-08 23:49:28 +00:00
luigi1111
5920913171
Merge pull request #5948
...
1c600a4
Fix randomx cache selection for RPCs (hyc)
2675cf4
Update to RandomX v1.1.3, simplify (hyc)
f54301d
Fix for miners on reorg (hyc)
2019-10-08 14:48:36 -05:00
luigi1111
577b06028c
Merge pull request #5927
...
6d378d9
easylogging++: always omit ANSI codes when colour is not supported (moneromooo-monero)
2019-10-08 14:43:53 -05:00
luigi1111
29075e69ae
Merge pulll request #5924
...
5bcbd97
Disable easylogging crash log on non-glibc libraries (omartijn)
2019-10-08 14:40:53 -05:00
Howard Chu
2675cf4483
Update to RandomX v1.1.3, simplify
...
We don't need to detect if the cache has changed, just always
call to set it on the VM. The call will be a no-op if the cache
hasn't changed.
2019-10-05 18:51:20 +01:00
Riccardo Spagni
b8643752c1
Merge pull request #5549
...
81c2ad6d
RandomX integration (Howard Chu)
2019-09-25 17:52:16 -04:00
Howard Chu
81c2ad6d5b
RandomX integration
...
Support RandomX PoW algorithm
2019-09-25 21:29:42 +01:00
moneromooo-monero
31bf2e25c5
Revert "easylogging++: ensure it finds boost headers"
...
This reverts commit 9a95827ea7
.
2019-09-24 20:09:33 +00:00
moneromooo-monero
614d6b5714
easylogging++: split strings manually
...
Avoids cmake skullduggery
2019-09-24 20:09:32 +00:00
moneromooo-monero
9a95827ea7
easylogging++: ensure it finds boost headers
2019-09-24 18:22:37 +00:00
moneromooo-monero
6d378d90fe
easylogging++: always omit ANSI codes when colour is not supported
2019-09-24 15:49:55 +00:00
Martijn Otto
5bcbd97488
Disable easylogging crash log on non-glibc libraries
...
- easylogging assumes certain non-standard headers and functions
- these function only exist in glibc
- compiling under linux without glibc thus broke compilation
2019-09-23 16:30:23 +02:00
moneromooo-monero
32f725d32f
Properly format multiline logs
...
As a side effect, colouring on Windows should now work
regardless of version
2019-09-16 16:58:01 +00:00
luigi1111
93699a27f7
Merge pull request #5857
...
e907305
ITS#9068 fix backslash escaping (hyc)
2019-09-08 20:07:34 -05:00
moneromooo-monero
c1fa4a7f8c
boost: fix little/big endian compatibility
...
When no little/big endian flag is given to the writer, it stores
data in host endianness. When loading, if no flag is set, it also
assumes host endianness. This works as long as the loading and
writing are done on machines with the same endianness.
We change this to default to little endian when saving. This will
cause the loader to see the little endian flag, and swap endianness
when loading on a big endian machine. Similarly, writing on a big
endian machine will swap on save, and a little endian machine will
load little endian data.
2019-09-04 14:54:00 +00:00
Howard Chu
e907305c6c
ITS#9068 fix backslash escaping
...
mdb_load wasn't properly inserting escaped backslashes into the data.
mdb_dump wasn't escaping backslashes when generating printable output.
2019-08-26 17:59:13 +01:00
luigi1111
415005aceb
Merge pull request #5777
...
757b789
Define _WANT_SEMUN for FreeBSD to ensure union semun is defined (odonnellnoel)
2019-08-21 15:28:10 -05:00
luigi1111
5aa65adfcf
Merge pull request #5735
...
32b0560
easylogging++: weed out most calls to allowed without locking (moneromooo-monero)
2019-08-21 15:21:51 -05:00
luigi1111
a8e99198bf
Merge pull request #5748
...
b350726
boost: update obsolete usage of endian API (moneromooo-monero)
2019-08-21 15:18:38 -05:00
moneromooo-monero
32b0560003
easylogging++: weed out most calls to allowed without locking
2019-08-19 14:52:14 +00:00
Noel O'Donnell
757b789c30
Define _WANT_SEMUN for FreeBSD to ensure union semun
is defined
...
Build was failing on GhostBSD (FreeBSD-13.0) because `union semun` is switched off by default. Defining _WANT_SEMUN switches it on.
2019-07-27 20:39:50 +01:00
luigi1111
8ae2681e08
Merge pull request #5594
...
f074b6b
device: show address on device display (ph4r05)
2019-07-24 14:24:40 -05:00
moneromooo-monero
b350726a5a
boost: update obsolete usage of endian API
2019-07-09 15:07:13 +00:00
Dusan Klinec
f074b6b571
device: show address on device display
...
- Trezor: support for device address display (subaddress, integrated address)
- Wallet::API support added
- Simplewallet:
- address device [<index>]
- address new <label> // shows address on device also
- integrated_address [device] <payment_id|address> // new optional "device" arg to display also on the device
2019-06-17 16:49:04 +02:00
moneromooo-monero
643c86a62a
miniupnpc: update to build on BSD
2019-06-08 18:38:51 +00:00
Riccardo Spagni
213fd5007d
Merge pull request #5442
...
428249c5
easylogging++: minimal stdout logging format (moneromooo-monero)
2019-04-16 22:45:02 +02:00
Riccardo Spagni
c41d02696c
Merge pull request #5407
...
66d73d2f
easylogging++: update to v9.96.7 (moneromooo-monero)
2019-04-16 22:34:12 +02:00
Riccardo Spagni
1f809e7485
Merge pull request #5440
...
b6420e12
lmdb: catch non-LMDB negative errors before strerror (moneromooo-monero)
2019-04-15 09:23:09 +02:00
moneromooo-monero
428249c5d1
easylogging++: minimal stdout logging format
...
It's a bit of a hack, but doing it right would need a lot
of changes to the easylogging++ source.
2019-04-14 09:43:05 +00:00
moneromooo-monero
b6420e12a9
lmdb: catch non-LMDB negative errors before strerror
...
That should hopefully shut coverity up
2019-04-14 09:19:04 +00:00
Martijn Otto
8df827075f
Fix linker issues using easylogging
2019-04-10 11:37:02 +02:00
moneromooo-monero
66d73d2f7d
easylogging++: update to v9.96.7
2019-04-07 14:31:00 +00:00