Search found 42 matches

by borr
Sat Feb 05, 2022 7:36 am
Forum: Libraries and Tools
Topic: love.maker (automated distribution + minification)
Replies: 25
Views: 39370

Re: love.maker (automated distribution + minification)

thanks i'll take a look
by borr
Sun Apr 04, 2021 10:33 am
Forum: General
Topic: Yo look at this! :)
Replies: 7
Views: 6108

Re: Can someone help me to compile my apk

a you try use love2d distribution doc?
https://love2d.org/wiki/Game_Distribution#Android

pay attention: apk app predecated by google
https://android-developers.googleblog.c ... ments.html
by borr
Wed Feb 17, 2021 8:46 am
Forum: Libraries and Tools
Topic: love.maker (automated distribution + minification)
Replies: 25
Views: 39370

Re: love.maker (automated distribution + minification)

project: https://github.com/Krunklehorn/dead-by-default when I try to build this project I get the error: Error: maker/minify.lua:949: attempt to index a nil value stack traceback: [string "boot.lua"]:777: in function '__index' maker/minify.lua:949: in function 'expr' maker/minify.lua:751:...
by borr
Wed Feb 17, 2021 8:18 am
Forum: Libraries and Tools
Topic: love.maker (automated distribution + minification)
Replies: 25
Views: 39370

Re: love.maker (automated distribution + minification)

the first error occurs even if I comment the line

Code: Select all

--local reset = "\x1B[m"
test proiject from here https://github.com/Krunklehorn/dead-by-default thanx Krunklehorn
by borr
Tue Feb 16, 2021 6:59 pm
Forum: Libraries and Tools
Topic: love.maker (automated distribution + minification)
Replies: 25
Views: 39370

Re: love.maker (automated distribution + minification)

not work with minify 1: Error: maker/minify.lua:949: attempt to index a nil value stack traceback: [string "boot.lua"]:777: in function '__index' maker/minify.lua:949: in function 'expr' maker/minify.lua:751: in function 'functionargs' maker/minify.lua:833: in function 'simpleexpr' maker/m...
by borr
Tue Feb 16, 2021 6:28 pm
Forum: Support and Development
Topic: editor + debug love2d
Replies: 2
Views: 3525

Re: editor + debug love2d

see the fourth point
4. now inside vscode terminal you see something like main.lua:32:[test]
ctrl + click on main.lua:32 then press enter key -> jump to call logmsg in main.lua
plus you get search functionality by CTRL+F
by borr
Tue Feb 16, 2021 6:23 pm
Forum: Libraries and Tools
Topic: love.maker (automated distribution + minification)
Replies: 25
Views: 39370

Re: love.maker (automated distribution + minification)

thanks, I'll take a look
by borr
Mon Feb 15, 2021 5:41 am
Forum: Libraries and Tools
Topic: love.maker (automated distribution + minification)
Replies: 25
Views: 39370

Re: love.maker (automated distribution + minification)

with minify next stop at

Code: Select all

ffi.cdef[[
	typedef struct _BoxBrush {
		BoxCollider;
		Brush;
	} BoxBrush;
]]
do you use this script for minification? https://github.com/stravant/lua-minify
have you tried something else? for example this https://github.com/stravant/LuaMinify
by borr
Sun Feb 14, 2021 9:18 pm
Forum: Libraries and Tools
Topic: love.maker (automated distribution + minification)
Replies: 25
Views: 39370

Re: love.maker (automated distribution + minification)

minifie makes mistake on file <String `"ffi"`> at: 1:21 Error: maker/minify.lua:212: /classes/brushes/box.lua<108:36>: 1:21: Unexpected symbol stack traceback: [string "boot.lua"]:777: in function <[string "boot.lua"]:773> [C]: in function 'error' maker/minify.lua:212: ...