Andre Mohren

Results 106 comments of Andre Mohren

Will this also allow collision with simple lines? To be more specific imagine a force field, which limits you to not pass from both sides but has no thickness. Which...

Im currently working on an unpacking / packing toolkit. Still WIP, but just follow this to get updates: https://github.com/IceReaper/DesktopAdventuresToolkit Source Code will follow when its done - will not take...

Okay, ill push it. Currently on hold as i got a new job, will continue on it next month. Need to clarify: i double checked every value myself. Did not...

Yeah, i encountered it multiple times while working on my primary project kknd-game.com. Regarding the desktop adventures source i made sure it can read and write the original format first....

As this project seems on hold...? Any help required to continue?

Regarding Indiana Jones: Reading this format would require only simple additions to the code. It works completely the same. Yoda only has some extras like multiple worlds. I would suggest...

Would it be possible to add a hint / link / wiki doc on how to compile this project on linux / mac / ubuntu / 3ds? Tried it on...

Getting the stuff compiled under windows using cygwin. Besides the default packages, i installed the following packages to build: - cmake - gcc-g++ - libSDL2-devel - libGL-devel - libSDL2_mixer-devel Only...

OS: Elementary OS 0.3.2 Freya 64bit (based on Ubuntu 14.04) Packages: `aptitude install build-essential cmake libsdl2-dev libsdl2-mixer-dev` Installed versions: ``` ii cmake 2.8.12.2-0ubuntu3 amd64 cross-platform, open-source make system ii make...

Yup, that fixed compiling, however linking afterwards fails. Also Compiling and Linking generated some warnings - expected? Oh, and to notice, i edited the CMake file to lower the version...