Add support for 'throwing' items |
|
More...
|
about 14 years ago
|
Tidied Item initialization and removed a done TODO. |
|
More...
|
about 14 years ago
|
Fixed items not being displayed with the correct data on the client. |
|
More...
|
about 14 years ago
|
Fixed block definition for wool. |
|
More...
|
about 14 years ago
|
Re-added "login" permission by default (oops). |
|
More...
|
about 14 years ago
|
Added "login" permission checking. |
|
More...
|
about 14 years ago
|
Fixed an inverted test that broke block placement. |
|
More...
|
about 14 years ago
|
Corrected a lowers bounds check on loading inventory. |
|
More...
|
about 14 years ago
|
Added test for user in "banned" group. |
|
More...
|
about 14 years ago
|
Some tidying of permissions JSON. |
|
More...
|
about 14 years ago
|
Permissions unit tests now use a slice of structs. |
|
More...
|
about 14 years ago
|
Put permissions JSON for testing into the unit tests. |
|
More...
|
about 14 years ago
|
LoadJsonPermission reads from io.Readers, LoadJsonPermissionFromFiles reads from named files. |
|
More...
|
about 14 years ago
|
Some minor tidyups/removals. |
|
More...
|
about 14 years ago
|
Fixed tests, and using json.Decoder for permission reading. |
|
More...
|
about 14 years ago
|
Moved user/groups.json out to be command line options. |
|
More...
|
about 14 years ago
|
Add wildcard support for JsonPermission node handling. |
|
More...
|
about 14 years ago
|
Load JsonPermission in LoadGameRules func. Currently using the working path for loading of users.json and groups.json |
|
More...
|
about 14 years ago
|
Fix json.Unmarshal not pointer error |
|
More...
|
about 14 years ago
|
Add test for JsonPermission. |
|
More...
|
about 14 years ago
|
Implement caching of JsonPermission Users |
|
More...
|
about 14 years ago
|
Merge remote branch 'upstream/master' |
|
More...
|
about 14 years ago
|
Removed magic "300" number and derivatives from furnace unit test. |
|
More...
|
about 14 years ago
|
Fixed a bug where furnace reaction resets when fuel is consumed. |
|
More...
|
about 14 years ago
|
Moved furnace testing to use planks, and removed a dupe furnace data entry. |
|
More...
|
about 14 years ago
|
Moved dependency diagram generation to Makefile. |
|
More...
|
about 14 years ago
|
Add Permissions interface. Add JsonPermission as an implementation of the Permissions interface which uses json files to determine permissions for users. |
|
More...
|
about 14 years ago
|
Added initial unit tests for FurnaceInventory. |
|
More...
|
about 14 years ago
|
Amalgamated common click parameters into a type, and possibly fixed an inventory bug. |
|
More...
|
about 14 years ago
|
Added nbt.Write with a unit test. |
|
More...
|
about 14 years ago
|