Search found 188 matches

by monolifed
Mon Mar 02, 2020 7:05 pm
Forum: Support and Development
Topic: [SOLVED] Lua math.cos issue
Replies: 8
Views: 13656

Re: [SOLVED] Lua math.cos issue

Also don't forget that math.pi is just an approximation of the number pi
by monolifed
Sun Mar 01, 2020 8:06 pm
Forum: Libraries and Tools
Topic: Luaseq - Asynchronous helper library
Replies: 9
Views: 17462

Re: Luaseq - Asynchronous helper library

This might be confused with luasec
by monolifed
Wed Feb 26, 2020 9:47 am
Forum: Support and Development
Topic: [Proposal] Better multimedia formats.
Replies: 36
Views: 40004

Re: [Proposal] Better multimedia formats.

This topic looks quite derailed. We came from "Do we need new image formats?" to "Should we trust big companies?"
At this point it has nothing to do with Support and Development.
by monolifed
Sat Feb 22, 2020 5:02 am
Forum: Support and Development
Topic: [Proposal] Better multimedia formats.
Replies: 36
Views: 40004

Re: [Proposal] Better multimedia formats.

software patents are bad, period.
by monolifed
Mon Jan 27, 2020 9:18 pm
Forum: Libraries and Tools
Topic: saferlove: Use encrypted and signed lua files
Replies: 5
Views: 11488

saferlove: Use encrypted and signed lua files

Makes lua files harder to read via encryption
License is Unlicense (public domain)
See README for more information
https://github.com/monolifed/saferlove
by monolifed
Sun Jan 26, 2020 3:37 pm
Forum: Support and Development
Topic: IntelliJ or Zerobrane?
Replies: 8
Views: 5767

Re: IntelliJ or Zerobrane?

SciTe.
You can add your own commands etc
by monolifed
Sat Jan 25, 2020 11:55 pm
Forum: Support and Development
Topic: Is it possible to build an encrypted .exe?
Replies: 6
Views: 4197

Re: Is it possible to build an encrypted .exe?

IMO, encryption is just another layer of deterrent like obfuscation, compiling to bytecode, combining with binary.
Player's machine will need unencrypted files at some point to run the game.
by monolifed
Thu Jan 23, 2020 9:38 pm
Forum: Support and Development
Topic: requiring c module crashes love
Replies: 4
Views: 3702

Re: requiring c module crashes love

You are linking against lua and love uses luajit
Edit: It seems to be a little different for windows: http://lua-users.org/wiki/BuildingModules
by monolifed
Tue Jan 14, 2020 7:33 am
Forum: Games and Creations
Topic: nameless platformer
Replies: 5
Views: 8658

Re: nameless platformer

pgimeno, thanks, I changed it

randomnovice, It looks like it is only available in love 11.3
https://love2d.org/wiki/love.math.colorFromBytes
by monolifed
Mon Jan 13, 2020 8:15 pm
Forum: Games and Creations
Topic: nameless platformer
Replies: 5
Views: 8658

nameless platformer

It is based on Sienna

removed