Lynn
9d35776849
Server/Debug/Player only flags and Debug extraction
2018-11-30 18:45:27 +01:00
Lynn
8009df20c7
Fixed a bug related to player index missing
2018-11-29 21:00:51 +01:00
Lynn
59330af344
Merge pull request #481 from SimonFlapse/Balancing
...
Balancing changes
2018-11-29 20:20:03 +01:00
SimonFlapse
4a0da42991
Balancing changes
2018-11-29 20:16:23 +01:00
Lynn
0fe4f7efa9
Fixed local shadow
2018-11-29 20:03:09 +01:00
Lynn
fefb26c91a
Added a crumbling effect from the ceiling when close to collapse
2018-11-29 20:03:08 +01:00
Lynn
a6339e1598
Slightly lowered stone and slightly increased uranium
2018-11-29 19:47:49 +01:00
Lynn
5cc6afe8c4
Lowered uranium density in main vein
2018-11-29 19:27:25 +01:00
Matthew
1afbeae0ca
Merge pull request #464 from plague006/utils
...
Overhaul utils and add minor functionality
2018-11-28 15:39:51 -05:00
Matthew Heguy
0553c2af7e
Catch up on new requires
2018-11-28 07:03:10 -05:00
Matthew
d5907cc2a2
Merge pull request #467 from Refactorio/antigrief_desync_fix
...
Fixed antigrief desyncs
2018-11-28 06:56:17 -05:00
Matthew Heguy
bdc5d2ae77
Revert change to utils.task refs
2018-11-27 17:08:27 -05:00
Matthew Heguy
c3a2c25f3c
Remove task require
2018-11-27 17:08:26 -05:00
Matthew Heguy
3fa0091971
Change existing code to use new utility functions
2018-11-27 17:08:26 -05:00
Matthew Heguy
ae024c4e10
utils->core, list_utils->table, overhaul both and updated extant uses
2018-11-27 17:08:26 -05:00
Matthew Heguy
c7201e119b
Rename utils and fix requires
2018-11-27 17:08:26 -05:00
Lynn
ccab45a8a6
Fixed the cause
2018-11-27 21:10:08 +01:00
Lynn
d4e1890445
Slimmed down enemy killed comments
2018-11-27 20:48:05 +01:00
Lynn
67616ad330
Improved scanner performance
2018-11-27 20:32:23 +01:00
Lynn
fa4560fdcb
Fixed a bunch of performance issues and bugs
2018-11-27 20:32:23 +01:00
Matthew
06a1a1927a
Merge branch 'develop' into chat_triggers
2018-11-27 13:39:05 -05:00
Matthew
b142939c5f
Overhaul config and global.scenario usage ( #466 )
2018-11-27 01:09:52 +01:00
Valansch
305a15581e
Update Antigrief.lua
2018-11-27 00:48:51 +01:00
Lynn
a3ff0edd61
Minor memory allocation fix
2018-11-26 20:31:10 +01:00
Lynn
58be972190
Fixed collapse on biters error
2018-11-26 20:23:53 +01:00
Lynn
ab1dff64f5
Cleanup Experience and MarketExchange to use the Retailer
2018-11-26 18:11:32 +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
Valansch
40b45ab860
Fixed antigrief desyncs
2018-11-26 13:06:30 +01:00
Matthew Heguy
de87998299
Break chat_trigger functions apart
2018-11-26 01:52:43 -05: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
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
Lynn
dbc862a2a7
Properly pass debug and cheats
2018-11-24 17:55:08 +01:00
Lynn
7e3864ef19
Fixed undeflatable reference
2018-11-24 17:48:30 +01:00
Lynn
4d15ac038c
Some small performance fixes and cleanup
2018-11-24 17:31:34 +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
1d876ed1ff
Fixed merge and cleanups
2018-11-24 13:53:06 +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
e2ea3a10df
Update tetris.lua ( #444 )
2018-11-24 10:37:08 +01: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