Commit Graph

362 Commits

Author SHA1 Message Date
Crypto City
fb8bce37b2 static build fixes 2020-07-02 20:26:28 +00:00
Crypto City
75ae2ba6d1 game: make this work with pak files and without a bin directory 2020-07-02 20:26:28 +00:00
Crypto City
a15c1c9a6b urho3d: build for generic arch when BUILD_TAG is set 2020-07-02 20:26:28 +00:00
Crypto City
3bc946b88c tb: don't enter escape in the text field when typed 2020-06-29 22:34:47 +00:00
Crypto City
5311bb9ae9 game: better history pagination when filtering 2020-06-29 22:16:08 +00:00
Crypto City
b5fcb9e1b7 game: add random music selection and a skip track button 2020-06-29 22:16:07 +00:00
Crypto City
9c46a1c6e1 randomx: even faster pow for tests 2020-06-21 01:18:29 +00:00
Crypto City
bcd0d9dea1 make this build on windows
Thanks to syksy and iDunk for testing/debugging on windows
2020-06-14 23:43:30 +00:00
Crypto City
396157b032 Merge remote-tracking branch 'origin/master' into cc 2020-05-30 18:55:11 +00:00
Crypto City
2c0e203064 urho3d: fix warning about GCC not liking the clang pragma... 2020-05-30 01:05:18 +00:00
Crypto City
fa56431563 urho3d: silence spammy warning on code intended to trigger it 2020-05-29 23:48:32 +00:00
Crypto City
d2fecc6185 add obfuscated asset format variation to comply with licence terms
Some assets have a licence prohibiting easy reuse by game users,
so we store them obfuscated
2020-04-28 15:08:40 +00:00
Dusan Klinec
e509ede2aa
trezor: adapt to new passphrase mechanism
- choice where to enter passphrase is now made on the host
- use wipeable string in the comm stack
- wipe passphrase memory
- protocol optimizations, prepare for new firmware version
- minor fixes and improvements
- tests fixes, HF12 support
2020-04-27 18:17:56 +02:00
Crypto City
49f0ad2e11 game: make the nick a link to the player info dialog 2020-04-10 01:59:43 +00:00
Crypto City
b1384bcaf4 game: add player badges page 2020-04-10 01:51:27 +00:00
Crypto City
83ebf7583c cmake: fix boost include path 2020-04-03 15:43:35 +00:00
Crypto City
c910d13306 boost-libs: store bumped template size in git 2020-04-03 15:43:35 +00:00
Crypto City
021c5e1926 boost-libs: bump template size 2020-04-03 15:43:35 +00:00
Crypto City
695bd8371c boost: fix build script 2020-04-03 15:43:35 +00:00
Crypto City
96c251c9ab external: fix paths in external projects 2020-03-20 19:27:51 +00:00
Crypto City
4dd9b67b86 external: add boost submodule 2020-03-20 19:27:51 +00:00
xiphon
a26cbcef92 easylogging++: fix 'ELPP_OS_EMSCRIPTEN is not defined' warning 2020-03-11 17:58:37 +00:00
Alexander Blair
af1be51740
Merge pull request #6209
94853487 easylogging++: add emscripten support (moneromooo-monero)
2020-02-28 19:58:07 -08:00
Crypto City
0bb92d8003 game: allow hiding some columns in flag list 2020-02-18 01:31:31 +00:00
Crypto City
e71d90d735 game: sort flags by clicking on header buttons in player info dialog 2020-02-17 18:20:49 +00:00
Crypto City
bf30f57596 game: player flags grid now has resizable columns 2020-02-16 15:43:24 +00:00
Crypto City
35e0c6a753 game: fix tooltip interfering with mouse rotation 2020-02-09 15:41:07 +00:00
Crypto City
85aef12433 urho3d: disable some stuff we don't need 2020-02-05 02:13:30 +00:00
Crypto City
e41bd2a01e game: add graphics mode options 2020-02-05 01:54:56 +00:00
Crypto City
fccb8c6f15 game: add header to buildings list in player info dialog 2020-02-04 00:41:37 +00:00
Crypto City
b25216c890 tb: rename header to filter in select list 2020-02-03 21:54:22 +00:00
Crypto City
e7b5daed28 tb: update to fix a few bugs 2020-02-03 16:20:22 +00:00
Crypto City
09b4953f3c game: show tooltip with building info on hover 2020-02-03 16:20:22 +00:00
Crypto City
048282de81 game: player info dialog 2020-02-03 16:20:22 +00:00
Crypto City
a4495fe653 game: add camera type selection, and default to walker 2020-01-31 14:29:04 +00:00
Crypto City
51a400aad1 glfw3: remove obsolete repo 2020-01-24 15:49:34 +00:00
Crypto City
3e28b6f6cf freetype: build with -DPIC -fPIC -O2 2020-01-19 12:16:54 +00:00
Crypto City
a9b39c68aa game: wip - switch to turbo badger for ui 2020-01-16 13:36:02 +00:00
Crypto City
a6d47c4c4a game: wip - switch to turbo badger for ui 2020-01-15 01:30:50 +00:00
Crypto City
0465ed3b96 game: wip - switch to turbo badger for ui 2020-01-13 18:49:18 +00:00
Crypto City
06c92d3cec game: wip - switch to turbo badger for ui 2020-01-13 03:34:14 +00:00
Crypto City
88ea3cf8c6 game: player info window skeleton 2020-01-10 22:22:25 +00:00
Crypto City
6eee3091fb game: improve procsky (and enable it by default) and lighting
Procsky is now updated only when needed, removing the performance hit

A nighttime camera light is now added, and interpolates with the
sun light at dawn and dusk
2020-01-06 12:44:11 +00:00
Crypto City
f2b28c8b73 urho3d: fix side effect of disabling LineEdit cursor when not editable 2020-01-02 22:04:15 +00:00
Crypto City
a92347f08b urho3d: lineEdit: hide cursor when not editable 2020-01-02 18:41:47 +00:00
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