SimplexRpgEngine icon indicating copy to clipboard operation
SimplexRpgEngine copied to clipboard

Modular game engine built with MonoGame, with GMS2-like workflow and advanced level editor

Results 26 SimplexRpgEngine issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

A `DarkToolWindow` serving as a preferences editor for Simplex. ## Functionality - A mid-level API (append to SimplexIdeApi class) to easily add preferences as we will progress further - Save...

Bug
Enchancement

While the Manual will be English only it would be nice to have localization-aware IDE (shouldn't be too hard to pull off).

Bug

- Blur - Glow - Drop Shadow - Color gradient - Color saturation - Color balance - Hue and saturation - Channel mixing - Noise - Posterize - Glowing contours...

Bug
WIP

I heard this was an open source project, but the license in the repository seems to suggest there is a "pro" license you have to pay money for. If the...

### Draw Simple Shapes - ✔️draw_arrow - ✔️draw_circle --> added optional arg thickness - ✔️draw_circle_color - 💡 draw_circle_fast - ✔️draw_ellipse - draw_ellipse_color - ✔️draw_line - ✔️draw_line_color - ✔️draw_line_width - ✔️draw_line_width_color...

GM port

# What needs to be done ## IDE, Runner - Add support for object rename ✔️ + delete 🚧 (breaks savefiles when done in VS as rooms are referencing non-existing...

readme

### Built-In Variables - ✔️direction - ✔️friction - ❌gravity - ❌gravity_direction - ❌hspeed - ❌vspeed - 📌✔️speed --> vec2 - ❌x - ❌y - ❌xprevious - ❌yprevious - ❌xstart -...

GM port
Docs needed

### Simple Collision Checking - ✔️ place_empty - ❌ place_free - place_meeting - position_empty - position_meeting - position_change - position_destroy - ✔️instance_place - instance_place_list - instance_position - instance_position_list ### Advanced...

GM port