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

1761 Commits

Author SHA1 Message Date
grilledham
3768a6a3ca merge develop 2018-11-25 11:54:06 +00:00
grilledham
4e0f30db17 updates 2018-11-25 11:52:50 +00: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
grilledham
f4612a7046 more functions 2018-11-24 14:15:14 +00: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
grilledham
163f04789d Merge branch 'develop' of https://github.com/grilledham/RedMew into server-module 2018-11-23 11:44:20 +00: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
plague006
b6c8f32c14 Merge and move docs 2018-11-22 17:44:27 -05:00
plague006
31ab06a33b Remove line length limit 2018-11-22 17:29:53 -05:00
Jayefuu
0920ad70a5 Resolved Plague's comments 2018-11-22 22:11:00 +00:00
Matthew
8fb9ae35d7 Add server print on admin_prints (#430)
* Add server print on admin_prints
2018-11-22 23:04:01 +01:00
Matthew
9ede998686
Changelog: Add stickler_ci #435 2018-11-22 16:08:47 -05:00
plague006
1c4b052317 Add tab 2018-11-22 15:45:41 -05:00
Matthew
22044ee0cc
Merge pull request #435 from plague006/add_ci
Add stickler_ci
2018-11-22 15:06:30 -05:00
plague006
30df59c83c Add stickler_ci 2018-11-22 14:59:32 -05:00
Lynn
b3a19a2a7b Added bot mining 2018-11-22 20:43:23 +01:00