Commit graph

17 commits

Author SHA1 Message Date
c8fe34620d Added new cosmetic "Mask"
Cosmetics with values of type="multi" now have a single class "Multi" where each value is set by calling a function. LabyMod expects all mutli values to be set in order to update the cosmetic. Labylib does not pull current values as of yet.

Added "Mask" cosmetic.
2020-12-11 14:02:56 +01:00
4a5cd81eef Added "Backpack" and "XMAS" cosmetics 2020-12-07 08:43:54 +01:00
Victor Westerlund
939a306c6f
Update README.md 2020-11-30 04:07:50 +01:00
Victor Westerlund
2be9c26252
Update README.md 2020-11-30 03:45:37 +01:00
Victor Westerlund
324e26a1f3
Merge pull request #6 from VictorWesterlund/feature/cosmetics
Feature/cosmetics
2020-11-30 01:24:33 +01:00
18b6ef34e4 Added new cosmetic 'Hat' and finished 'Cape'
All customizable elements of 'Hat' and 'Cape' are now implemented.

Values are now submitted directly from the 'update()' which means you can easily chain actions without having to create a new instance.

Removed 'validate()' for now.

Removed '__init__.py' from repo root as labylib should be installed as a Python package.
2020-11-30 01:18:45 +01:00
Victor Westerlund
2cae57b3e9
Update README
Added: PNG-logo, shields.io badges
Removed: PHPSESSID guide (moved to Wiki), Reference sheet (moved to Wiki)

Wording and some syntax changes
2020-11-22 21:35:16 +01:00
64202e7699 Draft: Visibility
Work in progress;

Change visibility of cosmetics with 'Visibility()'

Currently not working. Getting HTTP Conflict response from endpoint. Needs further investigation
2020-11-22 20:29:52 +01:00
a8db13cbf6 Merge branch 'feature/labylib-core' 2020-11-15 15:59:40 +01:00
f3ac6b1f5d Create __init__.py
Created __init__.py to handle git submodule references.

I expect this file, along with all the others to change a lot over time
2020-11-15 15:58:17 +01:00
Victor Westerlund
488c64a45d
Merge pull request #1 from VictorWesterlund/feature/labylib-core
Pre-release 0.1.0
2020-11-15 15:11:47 +01:00
566ccc4a54 Pre-Release 0.1.0
First proof of concept pre-release.
2020-11-15 15:05:38 +01:00
Victor Westerlund
f8c8071702
Update README.md 2020-11-15 15:02:47 +01:00
f799d1d714 Completed request constructor
Getting cryptic error message from endpoint
"Minimum width and height exceeded. The minimum size is 22x17."

Testing suggests it has something with the binary encoding of the included file to do. Needs investigation
2020-11-15 05:49:06 +01:00
c7194c6039 Corrected filename
Oopsie commit!

Filename 'animate.py' is now corrected to 'animated-textures.py'
2020-11-12 02:54:32 +01:00
fb9cc79c2c Added Labylib demo program 'animated-textures' (Work in progress)
Created the first demo program for Labylib. 'animated-textures' does as of this commit, not have labylib core attached.

Referenced in 'animated-textures.py' is a TODO where the labylib initiator hook should be called or created.
2020-11-12 02:51:08 +01:00
Victor Westerlund
3b17bfc1e4
Initial commit 2020-11-11 20:50:13 +01:00