mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[PR #289] [CLOSED] Add Image support in python (.obm) #351
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#351
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/289
Author: @Oreig403
Created: 10/21/2022
Status: ❌ Closed
Base:
upsilon-dev← Head:upsilon-dev📝 Commits (10+)
da032a1add image support420bb21add image support2143ba0Add image in catalog71f2670add image support86b24bfUpdate apps/code/catalog.en.i18ndf7a900Update modkandinsky_table.c7939fbeUpdate modkandinsky_table.c2d459f8Update modkandinsky.cpp875fcbfUpdate modkandinsky.cpp3ab7bbeMoving extapp_api and archive to ion📊 Changes
14 files changed (+90 additions, -2 deletions)
View changed files
📝
apps/code/catalog.de.i18n(+2 -0)📝
apps/code/catalog.en.i18n(+2 -0)📝
apps/code/catalog.es.i18n(+2 -0)📝
apps/code/catalog.fr.i18n(+2 -0)📝
apps/code/catalog.hu.i18n(+2 -0)📝
apps/code/catalog.it.i18n(+2 -0)📝
apps/code/catalog.nl.i18n(+2 -0)📝
apps/code/catalog.pt.i18n(+2 -0)📝
apps/code/catalog.universal.i18n(+2 -0)📝
apps/code/python_toolbox.cpp(+2 -0)📝
python/port/genhdr/qstrdefs.in.h(+2 -0)📝
python/port/mod/kandinsky/modkandinsky.cpp(+62 -2)📝
python/port/mod/kandinsky/modkandinsky.h(+2 -0)📝
python/port/mod/kandinsky/modkandinsky_table.c(+4 -0)📄 Description
This pull request adds 2 functions:
As I don't know how to code the website so that it converts all of the png files to obm the conversion is only possible through the obm_builder.c file (apart from the wallpaper.obm file which goes through the website)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.