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
Jayefuu
5b727f5b53
Added:
...
- Tetris map and associated files
- World Thanksgiving map with turkey ore preset
2018-11-22 18:39:46 +00:00
Matthew
f9c40be920
Changelog: Fix null reference in chat_triggers
2018-11-22 13:30:14 -05:00
Simon
7e5ba82149
Merge pull request #431 from plague006/fix/chat_triggers
...
Fix null ref (event.player_index nil if server)
2018-11-22 17:11:59 +01:00
plague006
af9fe138fb
Fix null ref (event.player_index nil if server)
2018-11-22 07:17:07 -05:00
Matthew
849181d072
Merge pull request #429 from plague006/doc/list_utils
...
Add some documentation to list_utils
2018-11-22 06:10:34 -05:00
plague006
0b2d6e98e9
Add some documentation to list_utils
2018-11-22 04:39:07 -05:00
Matthew
af0f8d29a1
Changelog: Fix /kill non-functional if walkabout is disabled. Fix walkabout giving from variable definition.
2018-11-21 18:26:38 -05:00
Matthew
49b15978ba
Merge pull request #425 from plague006/fix/walkabout
...
Fix/walkabout
2018-11-21 18:23:43 -05:00
plague006
857baf6c5e
Don't define global as a local
2018-11-21 17:56:52 -05:00
plague006
7f8eb83e55
Add check in case walkabout.lua isn't loaded.
2018-11-21 17:56:23 -05:00
Lynn
38068e15cd
Added particles when a biter mines a rock upon spawning
2018-11-21 21:09:46 +01:00
Lynn
a52e9f710c
Improved biter spawning algorithm ( #408 )
...
* Improved biter spawning algorithm
* HAIL HYDRA, biter hell
2018-11-21 15:26:04 +01:00
Matthew
3eadc68aa9
Merge pull request #422 from plague006/tabs2space
...
All tabs to spaces
2018-11-21 08:47:43 -05:00
Matthew Heguy
e6dda20e41
All tabs to spaces
2018-11-21 08:42:39 -05:00
Matthew
8b74f104fc
Formatting ( #420 )
2018-11-21 14:35:47 +01:00
Matthew
4d3ecd5527
Finalize styleguide ( #396 )
...
* Add styleguide
* Encourage full luadoc
* @param and @return in code blocks
* Add multi-line table comma rule
2018-11-21 14:35:18 +01:00
Matthew
691d47cbd0
Cleanup map_gen/shared ( #421 )
...
* Cleanup whitespaces+tabs
* Tabs to spaces
2018-11-21 14:34:19 +01:00
Matthew Heguy
9b064af399
Change wording to be more clear
2018-11-21 07:53:00 -05:00
Lynn
defe983805
Merge pull request #413 from plague006/cleanup/root
...
Root cleanup
2018-11-21 13:24:46 +01:00