Shoozza

Results 35 comments of Shoozza

> What is AC? > AC is Anti-Cheat > How about steps to actually release the package (plus steam version)? > I guess that could be part of the build...

@jrgp do we need to have this in the initial 1.8 version though? Are there some features that depend on it?

Makefiles have been removed, currently two build options are available: 1. Lazarus Project file 2. CMake.

I'm not against providing support for more platforms. The main question would be how well we can maintain a linux arm build.

Raylib is licensed under the [ZLib license](https://github.com/raysan5/raylib/blob/master/LICENSE). Here is a quick TLDR version: https://tldrlegal.com/license/zlib-libpng-license-(zlib) It might make it easier to just use the same license as Raylib. If that is...

Taken from: https://www.lexaloffle.com/dl/docs/pico-8_manual.html#Commandline_parameters ``` -width n set the window width -height n set the window height -windowed n set windowed mode off (0) or on (1) ```

Not really, there are more and more things getting added every release so the list grows. Would probably be good to have some list/documentation for that. Alternatively test carts for...

Hello thanks for the issue, i took a quick stab at it. Findings so far: 1. Loading png fails (wrong version error?), reexporting it as *.p8 helps for now 2....

Hey thanks for reminding me to do something ;) One thing that could help would be to use PICO-8 0.1.9b (you can find it in the archives on their site)....

Yeah, seems like multichart support is missing atm. The reload command can only reload the current cart. All the parameters are ignored currently. Also the optional filename parameter necessary for...