DruggedBunny

Results 22 issues of DruggedBunny

Hi Mark, Hope you're well. Not sure if anything more is intended for mx2 now (suspect not?), but I'm attempting to add a New RigidBody method to pass in btRigidBodyConstructionInfo,...

Just tried to build on wasm and found Notify isn't available, not sure if intentional... ``` Mx2cc version 1.1.15 ***** Making app 'D:/Documents/Development/Sources/Monkey2 Sources/speccy island/speccy_island.monkey2' (emscripten release llvm gcc) *****...

I just clicked to install png2polygon from Ted2Go's Module Manager, and it appears to be rebuilding all modules, including SDL2, assimp, stb-vorbis, std, etc! Guessing that's not meant to happen,...

This is a very messy WIP test using two Google Poly models, an island and a plane. When I load the plane, it's rotated 180 degrees on the y-axis, so...

I've been attempting to DIY a quad-based particle system while sprites seem not to be quite right (per separate issue), and it's all working fine, except that alpha appears not...

Hi Mark, Bit of an odd one I've run into while trying to convert my rocket smoke from cubes to sprites, sort of narrowed it down to the sample below....

I'm not able to build when enabling MSVC and x64 with latest develop: ``` I:\SpiderOak\DevTools\Monkey2\mx2builder\monkey2\scripts>cmd /K "I:\SpiderOak\De vTools\Monkey2\mx2builder\monkey2\scripts\rebuildall2go.bat" I:\SpiderOak\DevTools\Monkey2\mx2builder\monkey2\scripts>echo off ***** Rebuilding mx2cc ***** Mx2cc version 1.1.09 ***** Making module...

Hi Mark, Ran into weird problem with Thrust game, where I have to call Scene.Start followed up Scene.Update in order for impulses applied to my gems on startup to work....

I've heavily re-worked Bust! (now Super Thrusting Game!) into separate classes, and been tweaking lots tonight (not that much will show), and I noticed Point lights are now working. (It...

Hi Mark, I'm attempting to shove a bunch of palette values from Monkey2 side into a uniform array, but as far as I can tell, that's not currently possible as...