Felipe Corrêa da Silva Sanches

Results 92 issues of Felipe Corrêa da Silva Sanches

When working on a model, a designer may want to assign specific colors to each selection of related LEGO pieces and then be able to easily change their color assignment....

I am trying to recreate this scene from the game Little Big Adventure 2. ![Screenshot from 2023-07-10 05-24-04](https://github.com/leozide/leocad/assets/213676/87574c56-5233-4570-9295-bb4420e68921) So I decided to start by designing those red chairs. ![Screenshot from...

What is the difference between the engine that I can run locally with `cargo run --features game` and the debugger web dashboard? I haven't looked too deep into the code...

trying to run the engine locally, I see the first stage scene (the lab reappears inside the alien-world lake) and then very quicly the window closes with this error message:...

There are several errors and deprecation warnings that I've fixed today and would like to see applied to your repo. cheers, Felipe Sanches São Paulo, Brazil http://metamaquina.com.br/

https://github.com/fabiensanglard/Another-World-Bytecode-Interpreter/blob/dea6914a82f493cb329188bcffa46b9d0b234ea6/src/resource.cpp#L229 The only extracted resource with type = 6 is resource number 0x11.

This is an initial implementation of a bytecode dumper/disassembler

Currently we have an arbitrary number of 150 memory entries hardcoded in resource.h Ideally we should parse MEMLIST.BIN once to figure out the ammount of resources, dinamically allocate the ammount...