2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 06, 2024 — Oct 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add support for 'throwing' items More... about 14 years ago
Tidied Item initialization and removed a done TODO.
huin
as John Beisley
More... about 14 years ago
Fixed items not being displayed with the correct data on the client.
huin
as John Beisley
More... about 14 years ago
Fixed block definition for wool.
huin
as John Beisley
More... about 14 years ago
Re-added "login" permission by default (oops).
huin
as John Beisley
More... about 14 years ago
Added "login" permission checking.
huin
as John Beisley
More... about 14 years ago
Fixed an inverted test that broke block placement.
huin
as John Beisley
More... about 14 years ago
Corrected a lowers bounds check on loading inventory.
huin
as John Beisley
More... about 14 years ago
Added test for user in "banned" group.
huin
as John Beisley
More... about 14 years ago
Some tidying of permissions JSON.
huin
as John Beisley
More... about 14 years ago
Permissions unit tests now use a slice of structs.
huin
as John Beisley
More... about 14 years ago
Put permissions JSON for testing into the unit tests.
huin
as John Beisley
More... about 14 years ago
LoadJsonPermission reads from io.Readers, LoadJsonPermissionFromFiles reads from named files.
huin
as John Beisley
More... about 14 years ago
Some minor tidyups/removals.
huin
as John Beisley
More... about 14 years ago
Fixed tests, and using json.Decoder for permission reading.
huin
as John Beisley
More... about 14 years ago
Moved user/groups.json out to be command line options.
huin
as John Beisley
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.
huin
as John Beisley
More... about 14 years ago
Fixed a bug where furnace reaction resets when fuel is consumed.
huin
as John Beisley
More... about 14 years ago
Moved furnace testing to use planks, and removed a dupe furnace data entry.
huin
as John Beisley
More... about 14 years ago
Moved dependency diagram generation to Makefile.
huin
as John Beisley
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.
huin
as John Beisley
More... about 14 years ago
Amalgamated common click parameters into a type, and possibly fixed an inventory bug.
huin
as John Beisley
More... about 14 years ago
Added nbt.Write with a unit test.
huin
as John Beisley
More... about 14 years ago