0gb.us
a2c3d44661
Removed credit to celeron55 for the contents of the minetest_game directory, as it is no longer included in this game.
2013-04-01 01:46:06 -07:00
0gb.us
5eab822b1a
Updated to work with Minetest 0.4.6
...
0gb.us_game no longer parallels minetest_game. Instead, it parallels common, and draws node and item definitions from there. This will result in 0gb.us_game having a lighter weight game directory and mostly updating itself to work on any future version of Minetest, without resulting in a lighter weight game, for the most part. If all goes well, it might even result in a heavier game.
2013-04-01 01:38:00 -07:00
0gb.us
3e5b0cd50b
Merge branch 'master' of https://github.com/0gb-us/0gb.us_game
2013-03-27 23:41:23 -07:00
0gb.us
40fc9e3f4f
Performed maintenance for ShadowNinja
...
* Added .gitignore
* Added compatibility with the IRC plugin
In the process, one minetest.conf setting was renamed, and another removed altogether. Other than that, 0gb.us_game should behave exactly as before.
2013-03-27 23:36:43 -07:00
jojoa1997
82fdd67f03
Add obsidian ore skin
2013-03-25 17:25:53 -04:00
0gb.us
44266e22c9
Removed Thumbs.db (added again by Jojoa1997) and apdated skin credits.
2013-03-25 14:20:11 -07:00
0gb.us
268f01196b
Merge pull request #9 from jojoa1997/master
...
adds obsidian ore skin
2013-03-25 14:18:52 -07:00
jojoa1997
5c9d326950
adds obsidian ore skin
2013-03-25 16:31:15 -04:00
0gb.us
e6137b614f
Removed fullinventory_0gb_us, as it is no longer needed.
2013-03-24 13:07:40 -07:00
0gb.us
fc4e4f3b9e
Removed useless land claim-related chat commands.
2013-03-22 23:16:02 -07:00
0gb.us
83ad67bfcd
Fixed bucket bug
...
Buckets used on the edge of a claim could sometimes crash the server.
2013-03-20 17:09:52 -07:00
0gb.us
4530cfad29
Fixed slabfix_0gb_us to be compatible with Minetest 0.4.5.
...
Minetest 0.4.5's minetest_game adds new upside down slabs and stairs, which I was unaware of. The old slab fix made using upside down slabs impossible. This new version fixes that incompatability.
... of course, Minetest 0.4.6's minetest_game fixes the root of the problem, by making the slab recipe yeild six slabs as it should. Once Minetest 0.4.6 is released, there will be no more need for the slab fix, as slabs will no longer be broken.
2013-03-20 02:02:26 -07:00
0gb.us
c01f0ea3d5
Added Robert Arkenin to skin credits.
2013-03-18 23:59:59 -07:00
Robert Arkenin
a4005fbdbb
Added my skin, but with aspects that are relevant to only my town removed.
...
As a backstory, I added this skin in order to represent my town on its founding anniversary. I've now decided to make a generic version for this.
Signed-off-by: Robert Arkenin <rarkenin@gmail.com>
2013-03-19 01:54:14 -04:00
0gb.us
ce78a30a01
Added skin artist credits to README.txt and removed Thumbs.db added by Jojoa1997.
2013-03-16 00:29:03 -07:00
0gb-us
454143bcb2
Merge pull request #6 from jojoa1997/master
...
adds more skins
2013-03-16 00:10:28 -07:00
jojoa1997
0e74e4c2fe
adds my signiture/watermark
2013-03-15 16:58:32 -04:00
jojoa1997
c0b7b3c7bc
adds more skins
2013-03-11 22:25:56 -04:00
0gb.us
17ae23f7e8
Merge branch 'master' of https://github.com/0gb-us/0gb.us_game
2013-03-08 20:48:02 -08:00
0gb.us
fb753f53bc
Removed creative (it was only even added by mistake).
2013-03-08 20:46:28 -08:00
0gb-us
374c5c67dd
Merge pull request #5 from rarkenin/patch-3
...
Sorry about the typo.
2013-03-08 15:30:07 -08:00
rarkenin
3e50d7406b
Fix a typo in the messages
2013-03-08 18:27:12 -05:00
0gb.us
45aa9c8232
Fixed an error in landclaim_0gb_us that preventeded /import from importing legitamate cretions as well as a known oversight in build_0gb_us that allowed the importing of floating objects that should never float, such as torches.
2013-03-07 23:59:55 -08:00
0gb.us
a4a1225d32
Fixed a crashing bug in landclaim_0gb_us, fixed an item loss bug in barter_0gb_us, and removed saving of param2 by build_0gb_us.
2013-03-07 21:04:50 -08:00
0gb.us
3d80544f6f
Modified landclaim_0gb_us to work on a slightly more basic level, resulting in less code and fixing an error in handling on Minetest 0.4.5's on_rightclick() node property.
2013-03-06 21:58:01 -08:00
0gb.us
b9607bff91
Updated files from minetest_game to the versions present in minetest_game-0.4.5.
2013-03-05 14:07:10 -08:00
0gb.us
99660e98c2
Removed mese crystal fragments in preperation for Minetest 0.4.5.
...
The problem with Minetest 0.4.5's mese crystal fragments is they have zero function whatsoever. They cannot be placed as nodes and they cannot be crafted into anything else. One mese crystal can be crafted into nine mese crystal fragments, but there is no way to craft them back from this useless fragment form. This commit removes the ability to obtain mese crystal fragments, as well as provides a way to craft nine existing mese crystal fragments back into one mese crystal.
2013-03-04 22:01:44 -08:00
0gb.us
4626d88237
Fixed crashing due to tables not being visible from landclaim_0gb_us/commands.lua
2013-03-04 20:21:01 -08:00
0gb.us
d8cd00db37
Fixed claim_admin privelege to prevent accedental editing of other peoples' property and split landclaim_0gb_us/init.lua into smaller files.
2013-03-04 00:34:31 -08:00
0gb.us
4b7fcccedc
Fixed build_0gb_us.place() to be able to handle node aliases.
2013-03-04 00:00:01 -08:00
0gb.us
37131d48f5
Removed /build command and fixed incorrect indention levels.
2013-03-03 22:31:22 -08:00
0gb-us
ad9701ead7
Merge pull request #3 from 0gb-us/patch-1
...
Fixed coordinate handling.
2013-03-03 18:53:55 -08:00
0gb-us
8ba3331f70
Merge pull request #2 from rarkenin/patch-2
...
Begin remote management
2013-03-03 18:53:23 -08:00
0gb-us
3c0866e888
Fixed coordinate handling.
2013-03-03 17:54:01 -08:00
rarkenin
4da27b664a
begin remote management
...
Begin with remote query.
2013-03-03 20:25:14 -05:00
ShadowNinja
f7432118a8
Give generators relative position and area size instead of seed
2013-03-02 21:04:17 -05:00
ShadowNinja
b296febac7
Fix generators
2013-03-02 19:55:20 -05:00
0gb-us
d298c2450b
Merge pull request #1 from rarkenin/master
...
Added generator support - I'll go back and work on making it work in three dimensions later.
2013-03-02 16:25:34 -08:00
rarkenin
3c1717a71d
Create some generators!
2013-03-02 19:02:17 -05:00
rarkenin
7208295c94
Call the default generators file
2013-03-02 18:54:10 -05:00
rarkenin
7e124a85b0
Merge pull request #1 from rarkenin/patch-1
...
Add generator support.
2013-03-02 15:52:59 -08:00
rarkenin
eff38cadc0
Add generator support.
2013-03-02 18:52:24 -05:00
0gb.us
8e6fd0d04f
Removed enlarged inventory.
2013-03-01 23:14:57 -08:00
ShadowNinja
9068d6e1ca
Allow players with the claim_admin privilege to override landclaims
2013-03-01 22:47:53 -05:00
0gb.us
010ca5ef9a
Altered debug lines (again), fixed up build_0gb_us a little, and added a modified version of Zeg9's skins.
2013-03-01 18:57:44 -08:00
0gb.us
4887674fad
Fixed broken /drain command, removed legacy images, and added sudo_0gb_us plugin.
2013-02-26 15:14:09 -08:00
0gb.us
45b81aba6a
Fixed inconsistency in debug output in the slabfix_0gb_us plugin
2013-02-23 12:08:49 -08:00
0gb.us
7067f208b4
Uploaded 0gb.us_game to Github
2013-02-23 05:58:42 -08:00