Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to LÖVE 11 & revive DLC downloads #392

Merged
merged 88 commits into from
Nov 4, 2023
Merged
Changes from 1 commit
Commits
Show all changes
88 commits
Select commit Hold shift + click to select a range
6e13a11
remove dumb artifact names
qixils May 3, 2022
8a4ab5e
ignore IntelliJ files
qixils May 3, 2022
d1ae84f
remove usage of deprecated love.filesystem methods
qixils May 4, 2022
3a1b725
remove love.graphics.isCreated check
qixils May 4, 2022
aeb613c
fix FileType enum
qixils May 4, 2022
aa5f303
add missing audio source types
qixils May 4, 2022
8f9d11c
replace isStopped with not isPlaying
qixils May 4, 2022
1d6a614
replace rewind() with seek(0)
qixils May 4, 2022
d7420fd
replace love.audio.resume() with love.audio.play()
qixils May 4, 2022
1d68079
remove seek(0)
qixils May 4, 2022
bd86c15
remove usage of SpriteBatch:setBufferSize
qixils May 4, 2022
f6b1a13
remove usage of Image:getData
qixils May 4, 2022
4a1b3fb
replace newScreenshot() with captureScreenshot(callback)
qixils May 4, 2022
80a1585
add editorconfig
qixils May 4, 2022
d15a541
fix spriteloader issues
qixils May 5, 2022
947e208
convert colors from 0..255 scale to 0..1
qixils May 6, 2022
305fd2b
fix some alpha values in menu.lua
qixils May 6, 2022
9dd5e41
convert entity graphiccolor to 0..1
qixils May 6, 2022
ba83b22
fix mario's legs being broken if he played 1.6 before a99e
qixils May 6, 2022
89d74da
fix audio resetting after unpausing
qixils May 6, 2022
d7faafe
update readme
qixils Jan 13, 2023
09ca744
convert mario colors in config to/from 255
qixils Jan 13, 2023
0d6a097
Merge branch 'master' into love11
qixils Jan 13, 2023
2196785
further update merged code to LÖVE 11
qixils Jan 13, 2023
6e73525
further update merged code to LÖVE 11
qixils Jan 13, 2023
3853cf9
bump workflow versions
qixils Jan 13, 2023
53640d9
fix rgb level backgrounds
qixils Jan 14, 2023
79f7592
fix custom character rendering
qixils Jan 14, 2023
9ace969
remove non-standard character from game name in makelove.toml
qixils Jan 14, 2023
ba13010
attempt to fix workflow
qixils Jan 14, 2023
a6fbd27
attempt to fix workflow
qixils Jan 14, 2023
89b4b2c
attempt to fix workflow
qixils Jan 14, 2023
0446b0a
attempt to fix workflow
qixils Jan 14, 2023
752bea4
remove deprecated require syntax
qixils Jan 20, 2023
7ccdd82
add https module
qixils Mar 2, 2023
682b8bc
fix: match app metadata to in-game title
qixils Mar 4, 2023
2bba28b
feat: android build workflow
qixils Mar 4, 2023
b0e686d
feat: android build workflow
qixils Mar 4, 2023
48adcef
feat: android build workflow
qixils Mar 4, 2023
7367e84
feat: android build workflow
qixils Mar 5, 2023
1263459
feat: android build workflow
qixils Mar 5, 2023
03948e5
fix: install wine32
qixils Mar 5, 2023
09a2182
Revert "fix: install wine32"
qixils Mar 5, 2023
7650433
fix: finish optimizing new pngs
qixils Mar 5, 2023
443a8a8
fix: inverted if conditions
qixils Mar 5, 2023
7f9a884
fix: try lock orientation
qixils Mar 5, 2023
85069db
fix: mark android window as fullscreen
qixils Mar 5, 2023
b2a370e
fix shaders
qixils Mar 5, 2023
758d55f
Merge branch 'master' into love11
qixils Mar 5, 2023
52d0fd5
Update new code to LÖVE 11
qixils Mar 5, 2023
5bcb452
simplify file existence checks
qixils Mar 5, 2023
02cc627
improve GLSL ES compatibility
qixils Mar 5, 2023
1e69164
use own love actions fork
qixils Mar 5, 2023
4bead9b
[ci skip] remove obsolete todo
qixils Mar 5, 2023
3289626
fix: workflow
qixils Mar 5, 2023
4b667e3
update newly added colors to 0..1
qixils Mar 5, 2023
555e867
fix: skip empty control strings
qixils Mar 11, 2023
5f6b57d
fix: catch control errors
qixils Mar 11, 2023
2d3689b
try fix pixellate shader
qixils Apr 27, 2023
3b5fd3a
Merge branch 'master' into love11
qixils Apr 27, 2023
f3af3df
fix merge conflicts
qixils Apr 27, 2023
da1ffc8
Merge branch 'https' into love11
qixils Jul 6, 2023
092f537
chore: update https libs
qixils Jul 6, 2023
2543c18
feat: android https
qixils Jul 6, 2023
1c892b6
chore: reorder android build
qixils Jul 7, 2023
0b90e80
fix: lower linux distro requirements
qixils Jul 7, 2023
26ca76f
fix: remove https debug
qixils Jul 7, 2023
c408741
chore: remove todo
qixils Jul 7, 2023
3f2a525
fix: move up version check
qixils Nov 1, 2023
c1c56f6
fix: prefer fs.getInfo over fs.exists
qixils Nov 1, 2023
7e19b15
fix: animation loading
qixils Nov 1, 2023
ff6b508
fix: editor drawrectangle
qixils Nov 2, 2023
911ee17
feat: begin DLC 2.0
qixils Nov 2, 2023
0b91516
fix: use short name
qixils Nov 2, 2023
189217d
feat: default to short names/descriptions
qixils Nov 2, 2023
5c2e7af
fix: remove debug
qixils Nov 3, 2023
a9c257c
fix: i18n spacing on "by"
qixils Nov 3, 2023
de5a2d3
fix: spacing
qixils Nov 3, 2023
4ad7925
fix: allow stencil
qixils Nov 3, 2023
11fcc1c
fix: prevent crash from broken(?) custom enemy
qixils Nov 3, 2023
ea46ce5
feat: character downloading
qixils Nov 3, 2023
fd271d5
chore: consolidate characters folders
qixils Nov 3, 2023
b8996dd
fix: narrow what assets count as downloadable
qixils Nov 3, 2023
31ed7e6
fix: update DLC to new schema
qixils Nov 4, 2023
3405f23
fix: intro music pausing
qixils Nov 4, 2023
6c56b25
fix: update DLC URL
qixils Nov 4, 2023
80e62cc
fix: background loading
qixils Nov 4, 2023
ac40a01
fix: slim directory filter
qixils Nov 4, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: animation loading
  • Loading branch information
qixils committed Nov 1, 2023
commit 7e19b1506997ee23ecfd57d65d24bcbd45b65aa1
3 changes: 2 additions & 1 deletion animationsystem.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ function animationsystem_load()
if not dcplaying then
local fl = love.filesystem.getDirectoryItems(mappackfolder .. "/" .. mappack .. "/animations")
for i = 1, #fl do
if love.filesystem.getInfo(mappackfolder .. "/" .. mappack .. "/animations/" .. fl[i]) then
local fsinfo = love.filesystem.getInfo(mappackfolder .. "/" .. mappack .. "/animations/" .. fl[i])
if fsinfo and fsinfo.type == "directory" then
--load animations from folder
local fl2 = love.filesystem.getDirectoryItems(mappackfolder .. "/" .. mappack .. "/animations/" .. fl[i])
for i2 = 1, #fl2 do
Expand Down