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

1754 Commits

Author SHA1 Message Date
Lynn
d80becdc9b I need Herr Stickler's approval 2018-11-26 18:11:32 +01:00
Lynn
ab1dff64f5 Cleanup Experience and MarketExchange to use the Retailer 2018-11-26 18:11:32 +01:00
Lynn
8fe49e8930 Added a market retailer to manage the markets 2018-11-26 18:11:32 +01:00
Matthew
6697f4cb99 Delete features/silly_player_names.lua -- fixes 508f75c4b9 (#462) 2018-11-26 13:11:38 +01:00
Matthew
b5477034b7 Move infinite storage (#463) 2018-11-26 13:11:26 +01:00
Matthew
1332ad5a8d Move spawn control (#456) 2018-11-26 13:10:37 +01:00
Lynn
12d779b46f
Merge pull request #455 from SimonFlapse/Diggy-Tweaking
[Diggy] Tweaking Diggy controls
2018-11-25 15:10:54 +01:00
SimonFlapse
fadce394c0 Made mining speed scale a bit quicker the first couple of levels 2018-11-25 15:00:23 +01:00
SimonFlapse
16f3241c98 Minor refactor to prevent turrets logic getting stuck 2018-11-25 13:45:14 +01:00
SimonFlapse
b240b278f6 Minor changes based on feedback 2018-11-25 12:53:05 +01:00
SimonFlapse
37c7b29221 Fixed broken turret and error messages in console 2018-11-25 05:14:08 +01:00
SimonFlapse
cae9c68c3e Fixed multiplication instead of addition
Tested rocket launch succesfully
2018-11-25 02:45:21 +01:00
SimonFlapse
7b031a7c9d Tweaking Diggy controls
Fixed rockets not giving experience and converted it to 1% of total experience.

Decreased player died deduct to 0.2%

Increased xp from rocks by 1 every fifth level

Increased xp from bots by about 1 every tenth level.

Increased early science XP reward (doubled for red and green, 50% for black and blue)

Level 100 is not 19,990,000 XP (Down from 30 million)

Starting XP is 400.
2018-11-25 02:27:41 +01:00
Matthew
2442d3f6b3
Merge pull request #451 from SimonFlapse/CaseSensitivityFix
Case sensitivity causing Task.lua not to be found
2018-11-24 12:49:14 -05:00
SimonFlapse
c78f023b50 Bot mining not giving xp fixed 2018-11-24 18:44:27 +01:00
SimonFlapse
a373cddade Update AlienSpawner.lua 2018-11-24 18:08:18 +01:00
Simon
0db1fc759f
Merge pull request #449 from iltar/small-fixes
Some small performance fixes and cleanup
2018-11-24 18:03:39 +01:00
Lynn
dbc862a2a7 Properly pass debug and cheats 2018-11-24 17:55:08 +01:00
Matthew
170d659436
Add _CHEATS to globals in luacheckrc 2018-11-24 11:52:29 -05:00
Lynn
7e3864ef19 Fixed undeflatable reference 2018-11-24 17:48:30 +01:00
Lynn
c0eb00763c Updated missing variable 2018-11-24 17:40:55 +01:00
Lynn
4d15ac038c Some small performance fixes and cleanup 2018-11-24 17:31:34 +01:00
Lynn
cf3f02acf2
Merge pull request #448 from SimonFlapse/hot-fix-missingbot
Bot.lua removed causes game error <- Fix
2018-11-24 17:07:00 +01:00
SimonFlapse
246d429c2d Update control.lua 2018-11-24 17:06:07 +01:00
Matthew
caca778ec5
Merge pull request #446 from Refactorio/bot_removal
Delete bot.lua
2018-11-24 10:49:02 -05:00
Matthew
0ae7e37ad2
Update CHANGELOG.md 2018-11-24 10:48:20 -05:00
Lynn
247d13e074
Merge pull request #447 from SimonFlapse/Bot-mining-xp
[Diggy] Bot mining experience
2018-11-24 16:36:32 +01:00
SimonFlapse
6ed752e73d Fixed floating text and CI pleasing 2018-11-24 16:35:20 +01:00
SimonFlapse
7febb1162e Turrets give experience 2018-11-24 16:33:26 +01:00
SimonFlapse
b1d182008e Fixed exp scope 2018-11-24 16:08:14 +01:00
SimonFlapse
56a11c4ab7 Bot mining now gives about half experience 2018-11-24 16:05:01 +01:00
Lynn
8abeeac279
Merge pull request #442 from iltar/bot-mining
Added bot mining levels and rock mining/destruction particles
2018-11-24 15:20:12 +01:00
Valansch
cc17b0205e
Delete bot.lua 2018-11-24 14:25:49 +01:00
Lynn
1d876ed1ff Fixed merge and cleanups 2018-11-24 13:53:06 +01:00
Lynn
5ae1757706 Updated changelog 2018-11-24 13:17:48 +01:00
Lynn
83eee2b48a Added bot mining and particles 2018-11-24 13:17:48 +01:00
Simon
22c21011ab Diggy - New leveling system (#402)
* Basic setup for Force Control

* Buffs transitioned to new level system

Implemented level up buffs (Also made a double value avaliable at certain levels)

Added experience for research, rocket launched, mined rocks

Removing experience on player death. 0.5% of total experience

Added total_experience to ForceControl.lua

Refactored util/game.lua

* Transfered market item unlocks

Made Market Items unlock through the force control system.

Removed stone from mined stone

* Initial conversion of market items to coins

* Started biter killing giving XP

* XP for killing enemies. GUI update

* Made ForceControl.remove_experience return the actual removed experience

* Got my head and mind back, also fixed progress bar saying long numbers

* Changed get_market()

* Brand new formula, CI review changes

* Update CHANGELOG.md
2018-11-24 10:45:43 +01:00
Jayefuu
1940b56ddf Added /find command to act the same as find_player (#417)
* Added /find command to act the same as find_player

* Remove find-player, fix case of /regular demote
2018-11-24 10:42:53 +01:00
Jayefuu
e2ea3a10df Update tetris.lua (#444) 2018-11-24 10:37:08 +01:00
plague006
18a1e87dcc Changelog: Fix nil ref in train_station_names #441 2018-11-23 14:50:34 -05:00
Matthew
55aaf19b48 Add player renaming (#428)
* Add player renaming from auto-generated names

* Give admins IDs on name changes
2018-11-23 18:08:44 +01:00
Matthew
b9e360ce3a Shift command logging to free_item_logging, fix cases of server as actor (#427)
Shift command logging to free_item_logging, fix cases of server as actor
2018-11-23 18:07:44 +01:00
Matthew
3469225eaa
Changelog: Added particles when a biter mines a rock upon spawning #424 2018-11-22 23:22:56 -05:00
Matthew
a5d0ff0ae9
Merge pull request #424 from iltar/biter-mining-particles
Added particles when a biter mines a rock upon spawning
2018-11-22 22:53:50 -05:00
Matthew
f5c9b787b5
Added bot mining #434, Add Tetris and world thanksgiving maps #433 2018-11-22 22:24:18 -05:00
Matthew
9a62febdea
Merge pull request #433 from Jayefuu/map/tetris_and_world_thanksgiving
Add Tetris and World Thanksgiving maps
2018-11-22 22:22:03 -05:00
plague006
b85555bc00 Fix other lint warnings 2018-11-22 22:18:38 -05:00
Matthew
5b9268ade6
Merge pull request #434 from iltar/bot-mining
Added bot mining
2018-11-22 22:07:01 -05:00
Matthew
8db491634d Fix nil ref in train_station_names Closes #440 (#441) 2018-11-23 01:03:15 +01:00
Matthew
8b0febb478
Changelog: Add server print on admin_prints (#430) 2018-11-22 18:36:10 -05:00