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

1616 Commits

Author SHA1 Message Date
SimonFlapse
ae46cc447b Made mentions case insensitive 2018-11-18 22:41:24 +01:00
SimonFlapse
5c5c59c396 Added @ to mention triggers also allowed the prefix as a postfix
Avaliable triggers now:
admin moderator @SimonFlapse #SimonFlapse SimonFlapse@ SimonFlapse#

(@SimonFlapse might trigger discord)
2018-11-18 13:26:15 +01:00
Lynn
dd7b546caa
Merge pull request #385 from SimonFlapse/Diggy-Market-Item-Fix
Added iron-axe to market
2018-11-18 11:48:07 +01:00
Lynn
389b1a63b2
Merge pull request #384 from Rdjrjqouqcu/dev_diggy_fix_rocks_spawning_ores
Fixes how generating big rocks causes multiple ores to be spawned on …
2018-11-18 11:45:47 +01:00
Rdjrjqouqcu
19e278bba0 Fixes how generating big rocks causes multiple ores to be spawned on the same tile 2018-11-17 22:58:18 -05:00
Lynn
ddbe32bf70
Merge pull request #380 from damium/patch-1
Move level up logic outside of unlock check loop
2018-11-17 20:55:30 +01:00
Lynn
230600cf5c Removed unused config (#378) 2018-11-17 20:48:33 +01:00
damium
af8b2b6bc8
Move level up logic outside of unlock check loop 2018-11-17 11:07:20 -08:00
Lynn
bbd201d2d0
Merge pull request #375 from plague006/fix/player_create
Use player print not game print for on join messages
2018-11-17 16:57:29 +01:00
Lynn
9e55ddae44
Merge pull request #376 from plague006/fix/info_boxsize
Make box for new features larger
2018-11-17 16:57:07 +01:00
SimonFlapse
50062fbce8 Added iron-axe 2018-11-17 15:56:52 +01:00
Matthew Heguy
a742c115ba Make box for new features larger 2018-11-17 09:56:22 -05:00
Matthew Heguy
a76175ad97 Use player print not game print for on join messages 2018-11-17 09:46:14 -05:00
Valansch
4e34d33dcd Merge branch 'develop' of https://github.com/Valansch/RedMew into develop 2018-11-17 15:15:52 +01:00
Valansch
0909cdfff8 merged #319 2018-11-17 15:15:49 +01:00
Valansch
af8c00ea43 converted newlines to unix 2018-11-17 15:07:36 +01:00
Lynn
cef1990068
Merge pull request #374 from iltar/readme-perf-fix
Updated readme and minor perf fix
2018-11-17 14:57:06 +01:00
Lynn
f249cab9df Updated readme and minor perf fix 2018-11-17 14:52:56 +01:00
Valansch
028095f135 changed autojail #319 2018-11-17 14:47:59 +01:00
Lynn
1c5ccdf8f5
Merge pull request #371 from SimonFlapse/Chat-Mention-Fix2
Allowing a single character after a mention
2018-11-17 14:40:00 +01:00
SimonFlapse
ed46ed2b5b Changed how the player not found works for moderators and admins 2018-11-17 14:28:21 +01:00
SimonFlapse
c9b4e596cc Removed prefix for admin and moderator 2018-11-17 14:22:51 +01:00
SimonFlapse
0541682b1a Merge branch 'develop' of https://github.com/SimonFlapse/RedMew into Chat-Mention-Fix2 2018-11-17 13:47:33 +01:00
SimonFlapse
d89bac1510 Removed prefix for mentions
Add a prefix to avoid mention
2018-11-17 13:46:23 +01:00
Lynn
8ad66f70b3
Merge pull request #369 from SimonFlapse/Diggy-Market-Items
[Diggy] Armor items in market
2018-11-17 13:36:10 +01:00
Simon
47fe6c8dc0
Removed gold fish reminder 2018-11-17 13:36:04 +01:00
Jayefuu
c48f31fbe6 Added grid_islands_rotated.lua to map presets. (#363) 2018-11-17 13:33:23 +01:00
Lynn
9e04cc8e8a
Merge pull request #373 from Rdjrjqouqcu/dev_diggy_huge_rocks
changes, courtesy of BlueTemplar
2018-11-17 13:32:14 +01:00
SimonFlapse
7dab50d72a Added more items (NUKE!) and spread it further out
Nuke shouldn't be used, thus the high price. It's almost purely for SP and to give players an achievement feeling at level 100
2018-11-17 13:27:02 +01:00
Rdjrjqouqcu
a2ab7d06fd resolved indentation issues 2018-11-17 07:24:26 -05:00
Rdjrjqouqcu
0e6e879347 changes, courtesy of BlueTemplar 2018-11-17 07:17:49 -05:00
Matthew
fe84d14aa8 Shift elements around, remove "other servers", add train savior info (#356) 2018-11-17 12:59:51 +01:00
Matthew
70130ef500 Update regulars (#370) 2018-11-17 12:57:28 +01:00
Matthew
b24801a8ec Extend tables library, split on_create and hodor messages from functions (#357)
* Add table.get_random and table.get_random_weighted

* Rewrite and randomize the messages from on_create

* Split hodor messages resource from function

* Return variable directly instead of adding an extra step

* Change to luadoc
2018-11-17 12:56:03 +01:00
Lynn
f82e64110c
Merge pull request #372 from iltar/fix-requires
Fixed unused requires
2018-11-17 12:48:51 +01:00
Lynn
b33e75570d Fixed unused requires 2018-11-17 12:35:05 +01:00
Lynn
bd54efd1ac
Merge pull request #341 from Rdjrjqouqcu/dev_diggy_compound_clusters
Created a compound cluster mode for scattered resources.
2018-11-17 12:19:57 +01:00
Rdjrjqouqcu
8084e7b029 Forgot to tweak minimum distance from origin for tendrils so all ores started >30 tiles away from the start 2018-11-17 05:55:35 -05:00
SimonFlapse
dc1cdba17a Allowing a single character after a mention
%S is the opposite of %s (space characters) and the plus sign combines all the characters. Names like der-dave.com should work.

Tested expression using: https://regexr.com/
2018-11-17 11:10:11 +01:00
Rdjrjqouqcu
9ac3f0a370 Seperated the configs to be defined in a different file, reducing the length of the main config file 2018-11-16 20:55:42 -05:00
Rdjrjqouqcu
027bbe4498 Updated the configs so you can optionally define a color for the debug print ore location config 2018-11-16 20:37:33 -05:00
SimonFlapse
9967684194 Added multi item prices and new items
Also spread out the item unlock further
2018-11-17 00:33:10 +01:00
Rdjrjqouqcu
8ff0fd64cc updated configs to give approximately the same resource concentrations as the original map. Changed default mode to tendrils only 2018-11-16 17:50:01 -05:00
Lynn
8386a10be9
Merge pull request #368 from SimonFlapse/Diggy-Gui-Fix2
on_nth_tick update for ArtefactHunting GUI
2018-11-16 23:13:43 +01:00
SimonFlapse
bede8be09a on_nth_tick update for ArtefactHunting GUI 2018-11-16 23:08:31 +01:00
Lynn
bbff4e512b
Merge pull request #367 from SimonFlapse/Diggy-Gui-Fix
Fixed Diggy GUIs and more
2018-11-16 22:52:10 +01:00
Lynn
b0dd0eaa73
Merge pull request #365 from SimonFlapse/Chat-Mention-Fix
Fixed chat mentions for MP
2018-11-16 22:45:54 +01:00
Lynn
2613471da1
Merge pull request #366 from iltar/small-fixes
Some small artefact fixes
2018-11-16 22:44:51 +01:00
SimonFlapse
9a64bb3a1b Fixed Diggy GUIs and more 2018-11-16 22:43:41 +01:00
Lynn
52c818f9dd Some small artefact fixes 2018-11-16 22:32:16 +01:00