donut icon indicating copy to clipboard operation
donut copied to clipboard

Open source reimplementation of The Simpsons: Hit & Run

Results 14 donut issues
Sort by recently updated
recently updated
newest added

Hi, I am curious about the process followed to re-create a game. It would be useful to document the project (or make a wiki) to help others contribute to it...

Hello, is the project ready (or is it possible) to be ported for other ARM based platforms? I was wondering about Android, Raspberry Pi or Nintendo Switch. Thanks for your...

For me on Linux, my compiler was too strict to compile without specifying to include stddef.h. I'd recommend adding this so people don't run into the same problem.

looks like they're just Bink videos, could be something extra tho

enhancement

https://github.com/plowteam/donut/blob/80c06fc3d350e6b27d415349002560f0570d9839/CMakeLists.txt#L13

Only used in Level 5 mission P3D. ![image](https://user-images.githubusercontent.com/1388267/61188616-cce00d80-a679-11e9-8842-20ec19beeffc.png)

enhancement
good first issue

In light of some recent issues like #10, #13, #16, #17, #19 it may be a good idea to expand the contribution guidelines a bit. Basically just a way of...

**Problem:** donut always exits ungracefully. ``` +---------------------------------------------------+ | _____ /--------------------------\ | | / \ | | | | \/\/ | / donut game \ | | | (o)(o) | |...

RADScript appears to be the internal name used for mission script files (.mfk) but also to describe vehicles (.con) apu_v.con: ``` // Apu's Longhorn SetMass(1500.0); SetGasScale(7.5); SetSlipGasScale(8.5); ... ``` m0i.mfk:...

enhancement