poikilos
|
5b1691ca07
|
Move Python-based build to hierosoft.
|
3 months ago |
poikilos
|
16fe0946ca
|
Perform safety checks before pulling. Build prod after pulling. Check return codes. Add more output.
|
3 months ago |
poikilos
|
a7bbeb09de
|
Remove whitespace.
|
3 months ago |
poikilos
|
ea23a01056
|
Add a usage message.
|
3 months ago |
poikilos
|
f6974d9a65
|
Add a patch regarding issue #551 (needs to be rebased though).
|
8 months ago |
poikilos
|
df737c09d4
|
Show a summary at the end in json format. Turn off color by default (for clean text output such as for redirecting to a file).
|
8 months ago |
poikilos
|
8089617d18
|
Commit a difference as appears in bucket_game.
|
8 months ago |
poikilos
|
0ac4f13bec
|
Fix: Correctly detect is_binary on file not dir (and rename related variables for clarity).
|
8 months ago |
poikilos
|
64a4f82724
|
Fix: Check if file is binary and use appropriate diff option(s). Fix: Add "B" (ignore changes where all lines are blank) in mtpatches.
|
9 months ago |
poikilos
|
d04f390b49
|
Add --skip-missing option. Add color to differs/missing messages & improve wording.
|
9 months ago |
poikilos
|
5e205c562d
|
Show all differences of all heads (folders to overlay into a base as a way of patching).
|
9 months ago |
poikilos
|
6f893bf24f
|
Add a find_modpack test.
|
9 months ago |
poikilos
|
cf45ebfca0
|
Rename a test folder.
|
9 months ago |
poikilos
|
d379767a1e
|
Fix get_shallowest_files_sub: Return "" (not None) if file found in root. Modify it to replace _find_sub_with_known_files.
|
9 months ago |
poikilos
|
4b3d2368e9
|
Add find_mod and find_modpack functions to find by name.
|
9 months ago |
poikilos
|
0f3c0e38a5
|
Add backend functions for examining partial pre-patched file trees (patches to Minetest games in the form of files). Add related tests.
|
9 months ago |
poikilos
|
733cb8f595
|
Add a workspace file.
|
9 months ago |
poikilos
|
d5873a3d20
|
Add a pyproject.toml for pip.
|
9 months ago |
poikilos
|
930bc11dd7
|
Add pixel art hearts (alternate heart patch).
|
10 months ago |
poikilos
|
beddd6b02f
|
Move 64px hearts into an alternate patch folder.
|
10 months ago |
poikilos
|
e777e4074d
|
Make hearts match the in-game size to avoid scaling artifact.
|
10 months ago |
poikilos
|
a2fb99f6e2
|
Improve hearts. Add alternate hearts.
|
10 months ago |
poikilos
|
31311c482f
|
Add a heart_gone texture for MultiCraft (otherwise differently-sized one in base/textures will appear and be misaligned and cropped).
|
10 months ago |
poikilos
|
ad1ceadbcc
|
Remove item_drop patch files (use my item_drop fork instead).
|
10 months ago |
poikilos
|
e6ee85681d
|
Account for the default server install directory of minebest.
|
10 months ago |
poikilos
|
daa0759d6f
|
Improve item_drop (related to #515) further: Allow item to be missed (fall to ground); Set default magnet_time (flying time) to 0 (only jump to player when close using magnet_radius, not when broken); Reduce pickup radius to account for default magnet_radius being enabled; Remove upward bump from item velocity (leave vel.y as is after vel is pointed to player); Do not block methods of the flying item (Allow both natural and custom physics to act on it).
|
10 months ago |
poikilos
|
82f232cffc
|
Increase default item_drop.magnet_radius.
|
10 months ago |
poikilos
|
d2de1fbd95
|
Move mock_tnt to its own repo (https://github.com/Poikilos/mock_tnt).
|
10 months ago |
poikilos
|
f9ce1563c6
|
Add a helper script to transform vertical_frames (strip animations) into Lua+sheet_2d (sprite sheet).
|
1 year ago |
poikilos
|
02aa7eeb10
|
Add a tool for counting meshes (related to regression on issue #462 in other mods not yet fixed to help fix them).
|
1 year ago |
poikilos
|
fbff580fd3
|
Collect 'version' in project_meta for future use and place version file in the destination folder.
|
1 year ago |
poikilos
|
5ed3a41706
|
Detect the "local" variant (assume downloaded source from web) if not using the "rsync" variant (downloaded via rsync). Add variant to the icon file name (allow rsync and local icons to be present concurrently).
|
1 year ago |
poikilos
|
0a20769064
|
Skip tmp dirs. Do not skip assemble.
|
1 year ago |
poikilos
|
01f2c17ad6
|
Improve wording.
|
1 year ago |
poikilos
|
1400e9525c
|
Recommend `sudo ldconfig` (Fix #616) & revert arch-dependent changes that didn't fix the issue anyway.
|
1 year ago |
poikilos
|
6cdf41e56d
|
Work on issue #616 (not fixed yet).
|
1 year ago |
poikilos
|
60e9027e2e
|
Fix type-o.
|
1 year ago |
poikilos
|
2024251efb
|
Work on issue #616 (not fixed yet).
|
1 year ago |
poikilos
|
93e1830573
|
Change the directory name for clarity.
|
1 year ago |
poikilos
|
9a9221beb5
|
Use getcwd.
|
1 year ago |
poikilos
|
66975ceeeb
|
Get build script to build Minetest 5.7.
|
1 year ago |
poikilos
|
52621e6ad7
|
Move log metadata gathering code OutputInspector.
|
1 year ago |
poikilos
|
79e42fbd75
|
Remove the python2 dependency from the install (Isn't used or shouldn't be).
|
1 year ago |
poikilos
|
6cafdc531c
|
Make run-any show paths unmangled by outputinspector (current git).
|
1 year ago |
poikilos
|
cce296a3bd
|
Correct a comment.
|
1 year ago |
poikilos
|
54c24efa52
|
Create a program runner for VSCode Python launcher (such as to press Launch to Launch minetest) and a corresponding project file that uses it.
|
1 year ago |
poikilos
|
cd0a9676b2
|
Avoid a wip directory.
|
1 year ago |
poikilos
|
48596f4b50
|
Detect the source type to avoid needing arguments when possible. Remove overlapping and non-dictionary metadata.
|
1 year ago |
poikilos
|
882a190247
|
Rename files to use lmk (short for Linux Minetest Kit).
|
1 year ago |
poikilos
|
0e2272e772
|
Split and refactor functions to make them reusable. Rename variables for clarity. Separate 'shortcut' metadata that is already usable for generating the shortcut.
|
1 year ago |