1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00
Commit Graph

3261 Commits

Author SHA1 Message Date
Lynn
8a84ef7504 Cleanup of player stats functions 2019-05-31 23:18:19 +02:00
Lynn
dc78d297b6 Use K, M, B, T notations for scores 2019-05-31 23:14:22 +02:00
Lynn
e72fc1c4a2
Merge pull request #932 from linaori/fix/on_player_built_tile
Ensure the new tile is set, not the item
2019-05-31 22:53:37 +02:00
Lynn
94934a7695
Merge pull request #934 from linaori/rewrite-score-storage
Rewrite score storage
2019-05-31 22:33:27 +02:00
Lynn
d4dac76b87 Let it crash when invalid value is passed 2019-05-31 22:25:55 +02:00
Lynn
b5f70f2db1 review feedback 2019-05-31 21:42:15 +02:00
Lynn
b3dbd2bc62
Merge pull request #925 from linaori/feature/player-chat-colors-in-gui
Replaced command for player and chat colors
2019-05-31 21:13:02 +02:00
Lynn
b5b9a49fd1 Improved hotpath performance 2019-05-31 19:28:20 +02:00
grilledham
211d0ca18a
Merge pull request #929 from grilledham/remove_debug_data_from_gui_data
don't show the debugger's gui data in gui data
2019-05-31 12:28:09 +01:00
Lynn
8d8ce28228 Diggy integration with new ScoreTracker 2019-05-30 22:47:19 +02:00
Lynn
f8812f6189 Use ScoreTracker for global score display 2019-05-30 21:57:43 +02:00
Lynn
34e3190882 Use a uniform storage for score storage 2019-05-30 20:22:21 +02:00
Lynn
d1305795de Ensure tables are compared by value for 1 level instead of reference 2019-05-30 19:28:28 +02:00
Lynn
caf8898353 Always show 0-255 color ranges and don't crash with no chat color 2019-05-30 18:55:43 +02:00
Lynn
6b8a042821 Lower color accuracy to a precision of 3 for small numbers 2019-05-30 18:55:42 +02:00
grilledham
f5e4ba138e merge update 2019-05-30 18:55:42 +02:00
grilledham
2ef7f16550 added chat color sanitizer 2019-05-30 18:55:42 +02:00
Lynn
4add981a76 Sync colors from /color command to the settings 2019-05-30 18:55:41 +02:00
Lynn
1cd19c69e7 Replaced command for player and chat colors 2019-05-30 18:55:41 +02:00
Lynn
a5703fa2bb
Merge pull request #933 from linaori/fix/diggy-market-locale
Fixed locale table with string concat in market
2019-05-30 17:53:58 +02:00
Lynn
4e86ecf0ff Fixed locale table with string concat in market 2019-05-30 16:49:54 +02:00
grilledham
fe8e3dffe8 Builder decoratives + 1000x map tweaks (#931)
* added support for decoratives

* use decratives for 1000x map

* Tweaked decoratives and disabled draw_resource_selection

* renamed variable to avoid shadowing
2019-05-30 14:06:52 +02:00
Lynn
da1a59a64d Ensure the new tile is set, not the item 2019-05-30 13:37:24 +02:00
Lynn
f73039a55e
Merge pull request #930 from linaori/diggy-tweaks
Some diggy tweaks based on feedback
2019-05-30 13:25:37 +02:00
Lynn
8f7695fefd Some diggy tweaks based on feedback
- Added an initial mining speed bonus
 - Added an option to toggle landfill research
 - Slightly increased oil spawn rates
2019-05-30 12:36:15 +02:00
grilledham
9e3993d8f5 don't show the debugger's gui data in gui data 2019-05-29 23:12:31 +01:00
Simon
f24b9aa51f
Crowdin sync 2019-05-29 (#928)
* Crowdin sync 2019-05-29

* fix cs technology tag

* Fixed rich text, new crowdin sync

Crowdin sync at 20:15 UTC 2019-05-29

* First diggy localisedStrings

* Added missing localisedString

* Updated readme + CI fix
2019-05-29 23:13:28 +02:00
grilledham
1b85529ca7
Merge pull request #927 from Bilka2/water-world
Fixed waterworld map_gen_settings
2019-05-29 12:09:12 +01:00
Bilka
19fc50a6d3 Fixed waterworld map_gen_settings 2019-05-29 12:43:38 +02:00
theorangeangle
6d3781e378
Merge pull request #920 from theorangeangle/mapmodify-2
Fixed some maps. The fun continues!
2019-05-28 15:55:59 -05:00
theorangeangle
47175f63e9 removed very large map preview. 2019-05-28 15:24:02 -05:00
theorangeangle
9d3f806d46 reverted market removal 2019-05-28 13:52:13 -05:00
theorangeangle
fcd0163b12 scenario info, map images for christmas tree of terror and 1000x
re-enabled market on 1000x
2019-05-28 13:14:14 -05:00
Lynn
1e2c924cee
Merge pull request #924 from linaori/polish-redmew-settings-gui
Added a sync message to the settings GUI
2019-05-28 16:59:41 +02:00
Lynn
a0e4021d4a Added a sync message to the settings GUI 2019-05-28 16:49:59 +02:00
theorangeangle
1831a381bc added documentation for borg planet; map info and description for broken web. 2019-05-27 22:22:24 -05:00
theorangeangle
ee63ff067e removed V1 of borg planet and renamed V2 to reflect its deprecated state. 2019-05-27 15:18:01 -05:00
grilledham
320fbe0874
Merge pull request #922 from grilledham/gui_settings
Settings sync for notify: pokes, polls, tasks, tag_groups
2019-05-27 20:54:45 +01:00
grilledham
d4667992d1 Merge branch 'develop' of https://github.com/Valansch/RedMew into gui_settings 2019-05-27 20:46:38 +01:00
Lynn
b2cac6be1e
Merge pull request #923 from linaori/fix/schedule-per-player
Schedule setting syncs per player, not globally
2019-05-27 21:15:57 +02:00
Lynn
9fc7179981 Use a local table reference to prevent re-alloc 2019-05-27 21:09:31 +02:00
Lynn
65b9e6d547 Schedule setting syncs per player, not globally 2019-05-27 19:09:43 +02:00
theorangeangle
ef5e615c68 removed RS require 2019-05-27 11:31:17 -05:00
grilledham
2ad61b737d fix unused state variable 2019-05-27 16:42:06 +01:00
grilledham
5382d2c420 localisation 2019-05-27 16:34:29 +01:00
grilledham
ddc6d4e2c1 tag_group settings sync 2019-05-27 16:18:46 +01:00
grilledham
8877b73628 player_list settings sync 2019-05-27 16:10:36 +01:00
grilledham
a03cff2bd9 tasklist settings sync 2019-05-27 16:07:20 +01:00
grilledham
56bfa84388 fix no_notify set when settings change 2019-05-27 16:07:02 +01:00
grilledham
8eeff90c0b Merge branch 'develop' of https://github.com/Valansch/RedMew into gui_settings 2019-05-27 15:50:15 +01:00