Edgar Simo-Serra

Results 112 issues of Edgar Simo-Serra

Allow players to clone or rename save games freely in-game. Probably will need to decouple save file name from player name.

Type-Enhancement
Priority-Low
GoodFirstProject

Instead of having the bigger icons option, it might make more sense just to allow the user to zoom in/out the image arrays and set up whatever zoom they want...

Priority-Low
Type-Idea

Currently the player's escorts have fixed defaults, it would be nice for the player to be able to control them through the GUI or info menu. In particular, the following...

Type-Enhancement
Priority-Low

Currently `src/unidiff.c` is quite of a mess due to code repetition. It should be able to streamline it all a lot to reduce maintenance load and make it easier to...

Type-Enhancement
Priority-Low

Using `luaL_loadfile` it should be possible to load all the missions and stuff as chunks, which are bytecode, and then just run them as necessary. This should allow speeding up...

Type-Enhancement
Priority-Low

All simple primitives (cross, triangle, rectangle, etc.) should probably be replaced with signed distance functions to look nicer. Stuff that probably warrants replacing would be: - [x] circle - [x]...

Type-Enhancement
Priority-Low

Discussing increasing Naev conflict on discord we came to the following conclusions of cool things that should probably be added / fixed: - [ ] Occasional skirmishes between Great Houses...

Priority-Low
Type-Idea

As mentioned in Discord, we need a better way to search and find ships / outfits. The potential solution is mentioned in #1032 . ### Issue There is no sort...

Type-Enhancement
Priority-Low

The universe editor doesn't support unidiffs. This makes it really annoying to edit and do stuff with unidiffs. While we don't really do fancy things at the moment, this is...

Priority-Medium
Type-Enhancement

Right now the DPS computation in the equipment window only considers standard weapons + launchers and doesn't consider fighter bays. It would be ideal to try to include all sources...

Priority-Low
Type-Idea