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

179 Commits

Author SHA1 Message Date
Valansch
89fdc94dfc removed /follow selected_player because it doesnt work 2017-07-27 11:10:29 +02:00
Valansch
9fab174d98 implemented /follow.lua 2017-07-25 01:20:59 +02:00
NekoBaron
ce9293d0da neko tries to work out tortoise svn 2017-07-24 20:54:08 +01:00
Valansch
9fe48b4adf Merge pull request #21 from SilentSpike/perlin
Improve Perlin noise implementation
2017-07-24 11:07:52 +02:00
SilentSpike
ddddd79928 Improve Perlin noise implementation
- Optimise the gradient function
- Perform a bitwise AND operation instead of a modulo
- Comment code more clearly
- Store all the functions in the perlin table
2017-07-23 21:35:49 +01:00
Valansch
5114955d1b Merge branch 'master' into develop 2017-07-23 14:52:30 +02:00
Valansch
0ebc066b02 Merge branch 'develop' of https://github.com/Valansch/RedMew into develop 2017-07-23 14:52:15 +02:00
Valansch
041aec19f0 Implemented Thread.set_timeout and changed /walkabout behavior 2017-07-23 14:51:20 +02:00
Valansch
e161d8be4a removed shapes.lua 2017-07-23 10:08:06 +02:00
Valansch
ea5b3696b3 Fixed issue that caused linux users not to be able join the server 2017-07-23 10:05:58 +02:00
Valansch
4596e56468 implemented deconstruction control
also fixed on_tick nil pointer
2017-07-23 04:39:02 +02:00
Valansch
bad64b3301 fixed pull null pointer 2017-07-23 04:14:50 +02:00
Valansch
ca7abbebf3 removed fish_market_on_180_ticks() check if the its really tick % 180 == 0 2017-07-23 04:13:41 +02:00
Valansch
196a98833b removed pet.lua 2017-07-23 04:10:44 +02:00
Valansch
d6082e5c8e Merge branch 'master' into develop
# Conflicts:
#	fish_market.lua
2017-07-21 23:59:03 +02:00
Valansch
93d59ec14b removed all on_tick event handlers and replaced it with designated file 2017-07-21 18:43:34 +02:00
Valansch
5f96759833 Made player distance persistent 2017-07-21 13:05:26 +02:00
Valansch
8be41df66c implemented dynamic tags and fixed market null pointer 2017-07-21 02:26:36 +02:00
Valansch
bbbcd5f38d fixed issue where the tag window wouldn't open if a player had a custom tag.
Also implemented /tag
2017-07-21 01:29:49 +02:00
Valansch
a1309438e5 added rectangular_spiral.lua 2017-07-20 23:22:09 +02:00
Valansch
1f7364803c Merge branch 'master' into develop
# Conflicts:
#	fish_market.lua
2017-07-19 12:14:10 +02:00
Valansch
8706bb6ce2 fixed distance sort 2017-07-19 12:12:50 +02:00
Valansch
231e151870 fixed market spawn location 2017-07-19 11:54:46 +02:00
Valansch
20a3980c90 Merge branch 'master' into develop 2017-07-19 02:04:58 +02:00
Valansch
404d95dc80 implemented walk distance #11 2017-07-19 02:04:41 +02:00
Valansch
4f987b9a07 Merge branch 'master' into develop 2017-07-18 23:24:19 +02:00
Valansch
55f1091410 fixed afktime 2017-07-18 23:24:09 +02:00
Valansch
6c38fdc893 Merge branch 'master' into develop 2017-07-18 23:15:25 +02:00
Valansch
4ad4a3a6c8 added player list output. Also changed poke spam timer to 4 sec #16 2017-07-18 23:12:20 +02:00
Valansch
1e736f2a96 implemented afk time 2017-07-18 22:53:53 +02:00
Valansch
544e3e3da9 added rail grid 2017-07-18 21:54:54 +02:00
Valansch
428ecabbe7 remove junk files 2017-07-18 21:30:14 +02:00
Valansch
b2c79936e9 removed module bools 2017-07-18 21:29:12 +02:00
Valansch
a816b88278 moved perlin requires into files that acually call it. 2017-07-18 21:26:12 +02:00
Valansch
1c62f974fa Added donut and removed module boll call from map_layout.lua 2017-07-18 20:28:00 +02:00
Valansch
28f3c9c843 Merge branch 'master' into develop
# Conflicts:
#	map_layout.lua
2017-07-18 19:57:23 +02:00
Valansch
171c00bf0e Merge branch 'dev_maze' into develop
# Conflicts:
#	map_layout.lua
2017-07-18 19:56:05 +02:00
Valansch
c2c443e2ce Added maze 2017-07-18 19:47:48 +02:00
Valansch
f582cb862c deleted junk and changed maze name 2017-07-16 14:10:10 +02:00
Maik Wild
907d222cb4 added nekos gens 2017-07-14 20:17:01 +02:00
Maik Wild
d2ba15a09d Added maze 2017-07-14 20:12:28 +02:00
Maik Wild
648e67b0b9 Added maze 2017-07-14 19:42:51 +02:00
Valansch
d9b2e24d50 implemented save privileges 2017-07-12 02:48:16 +02:00
Valansch
95dc6665f8 moved globals where they belong 2017-07-12 02:06:49 +02:00
Valansch
82e63561d0 imported nekos stuff and changed map layout 2017-07-12 01:59:07 +02:00
Valansch
39d6be3a76 Fixed null pointer 2017-07-11 11:06:34 +02:00
Valansch
7b2c186239 Fixed desync commands. 2017-07-09 21:41:45 +02:00
Valansch
f83daaffc7 implemented permissions 2017-07-09 15:20:01 +02:00
Valansch
0bc551b10a fixed chat log 2017-07-09 12:02:12 +02:00
Valansch
8946486e6a added print to settime
implemented /clock
updated info.lua
removed rail_grid from generating
2017-07-09 02:28:01 +02:00