grilledham
|
d4b2d655b4
|
fixed file path
|
2018-01-24 19:49:05 +00:00 |
|
grilledham
|
9d7b7f64bb
|
removed code for adding water around water
|
2018-01-24 19:48:10 +00:00 |
|
grilledham
|
2a638955af
|
added new maps to map_layout.lua
|
2018-01-24 19:47:26 +00:00 |
|
grilledham
|
23bc3f7004
|
added source images
|
2018-01-24 19:45:16 +00:00 |
|
grilledham
|
809fe5c4bf
|
added map previews
|
2018-01-24 19:44:06 +00:00 |
|
grilledham
|
3f54682eab
|
water no longer prevents ores from spawning
|
2018-01-21 23:32:03 +00:00 |
|
grilledham
|
699c6d68e5
|
updates for UK map
|
2018-01-21 15:43:11 +00:00 |
|
grilledham
|
4d951fb4b0
|
added binary_search to list_utils.lua
|
2018-01-21 15:32:07 +00:00 |
|
grilledham
|
9775b7c945
|
new functions
|
2018-01-21 15:31:33 +00:00 |
|
grilledham
|
e4d6a7ca33
|
updates to old maps
|
2018-01-21 15:31:20 +00:00 |
|
grilledham
|
9d91494eb0
|
added dna preview
|
2018-01-21 15:30:51 +00:00 |
|
grilledham
|
c0b625afbf
|
new maps
|
2018-01-21 15:30:42 +00:00 |
|
Maik Wild
|
fb34f92280
|
Some cleanup inside on_chunk_generated
|
2018-01-20 13:47:00 +01:00 |
|
Valansch
|
3c3d1e65c2
|
Merge pull request #154 from Valansch/restructure
Restructure
|
2018-01-20 13:41:27 +01:00 |
|
Valansch
|
0416a65340
|
fixed pic builder error #152
|
2018-01-20 00:49:54 +01:00 |
|
Valansch
|
8e50fab060
|
removed duplicants #152
|
2018-01-19 23:43:28 +01:00 |
|
Valansch
|
ce576a04ed
|
Fixed typos #152
|
2018-01-19 23:40:40 +01:00 |
|
Valansch
|
6c92122de1
|
moved preset data into map_gen/data/presets #152
|
2018-01-19 23:10:20 +01:00 |
|
Valansch
|
d3b31a5894
|
moved map_gen.lua to map_gen/shared/generate.lua. Also fixed typo
|
2018-01-19 22:33:54 +01:00 |
|
Valansch
|
fbe97925c3
|
map_gen/combined/grilledham_map_gen/data/ ==> map_gen/data/ #152
|
2018-01-19 22:11:36 +01:00 |
|
Valansch
|
c2bba1bf29
|
moved presets into map_gen/presets/ #152
|
2018-01-19 22:09:03 +01:00 |
|
Maik Wild
|
dd1f298a31
|
locale/gen_[...] ==> map_gen/[...] #152
|
2018-01-19 15:18:01 +01:00 |
|
Maik Wild
|
66e5d2ae0e
|
locale/utils/ ==> utils/ #152
|
2018-01-19 15:08:48 +01:00 |
|
Maik Wild
|
daa9f0e892
|
moved map_previews #152
|
2018-01-19 15:04:54 +01:00 |
|
Maik Wild
|
26d9bbb878
|
locale/resources/ ==> resources/
|
2018-01-19 15:03:41 +01:00 |
|
Maik Wild
|
386f4f312f
|
_locale/ ==> locale/ #152
|
2018-01-19 15:02:08 +01:00 |
|
Maik Wild
|
59c5618034
|
replaced / with . in file paths #152
|
2018-01-19 15:01:06 +01:00 |
|
Maik Wild
|
f63050c1a4
|
Removed unused files #152
|
2018-01-19 15:00:07 +01:00 |
|
Valansch
|
109554c91a
|
Merge pull request #151 from grilledham/map_lines_and_balls
Map lines and balls
|
2018-01-18 15:31:04 +01:00 |
|
Valansch
|
76a2d7fe4e
|
Merge pull request #149 from grilledham/action_queue_changes
Action queue changes
|
2018-01-18 15:30:44 +01:00 |
|
grilledham
|
fce709cfd0
|
commented out map, in map_layout
|
2018-01-17 14:44:21 +00:00 |
|
grilledham
|
b34c970bd6
|
Added a map preview folder
|
2018-01-17 12:08:05 +00:00 |
|
grilledham
|
1006984824
|
removed old code
|
2018-01-17 11:59:55 +00:00 |
|
grilledham
|
e5af112ec4
|
removed commented out lines
|
2018-01-16 20:35:30 +00:00 |
|
grilledham
|
393de1f999
|
added lines and balls map
|
2018-01-16 16:57:54 +00:00 |
|
grilledham
|
0b5a2ed09d
|
corrected typo
|
2018-01-15 17:28:10 +00:00 |
|
grilledham
|
66483f5a52
|
added map_gen_not_threaded
|
2018-01-15 17:25:46 +00:00 |
|
grilledham
|
10d9023457
|
change map gen to use actions that are reused
|
2018-01-15 17:25:29 +00:00 |
|
grilledham
|
4585779a6b
|
Allow actions in thread_queue to be kept alive if they return true
|
2018-01-15 17:24:48 +00:00 |
|
grilledham
|
ad1877ece7
|
Added helpful comments to template
|
2018-01-15 17:23:36 +00:00 |
|
Valansch
|
215d68c946
|
Merge pull request #148 from Valansch/dev_usergroups_autoupdate_cleanup
Dev usergroups autoupdate cleanup
|
2018-01-09 20:49:26 +01:00 |
|
Valansch
|
8ce0010022
|
Merge pull request #147 from Valansch/reenable_on_tick
Reenable on tick
|
2018-01-09 20:49:14 +01:00 |
|
Valansch
|
0d4acf5951
|
Merge pull request #146 from Valansch/dev_antigrief_fix
fixed that antigrief would kick players nading ghosts
|
2018-01-09 20:48:32 +01:00 |
|
Valansch
|
36e0db3487
|
Fixed typo
|
2018-01-07 23:28:55 +01:00 |
|
Valansch
|
562bd6bd5e
|
removed deprecated user groups code again?
|
2018-01-07 22:28:00 +01:00 |
|
Valansch
|
f66765bcf5
|
enabled on_tick stuff again
|
2018-01-07 11:20:57 +01:00 |
|
Valansch
|
9d491f7cac
|
fixed that antigrief would kick players nading ghosts
|
2018-01-07 11:14:36 +01:00 |
|
Valansch
|
eedfcb49fa
|
Merge pull request #143 from Valansch/dev_anti_grief_tools
Dev anti grief tools
|
2017-12-29 15:34:47 +01:00 |
|
Valansch
|
8d138c6526
|
Merge pull request #142 from Valansch/dev_artillery_control
implemented auto kick/ban
|
2017-12-29 15:34:25 +01:00 |
|
Triston
|
c4477fed7a
|
Merge pull request #144 from Valansch/island_0.16_tweaks
Tile/Entity name 0.16 port
|
2017-12-28 18:33:34 -05:00 |
|