Search found 1330 matches

by FluffyFreak
Thu Jun 22, 2023 8:52 am
Forum: Projects
Topic: JSON Terrain
Replies: 17
Views: 11188

Re: JSON Terrain

by FluffyFreak
Thu Jun 22, 2023 8:52 am
Forum: Projects
Topic: JSON Terrain
Replies: 17
Views: 11188

Re: JSON Terrain

Not really but I was JUST coming to post that same link! :D
by FluffyFreak
Thu May 11, 2023 10:12 pm
Forum: Projects
Topic: JSON Terrain
Replies: 17
Views: 11188

Re: JSON Terrain

Yeah good Erosion is what makes that looks so good, which is tricky because it's A) very slow, B) we need to generate everything in a single pass which means we can only do an approximation of Erosion in our current tech.
by FluffyFreak
Wed Feb 15, 2023 10:04 pm
Forum: Projects
Topic: Hyperjump (& black hole) visuals
Replies: 19
Views: 7828

Re: Open source Blackhole renderer

Yes I saw, been meaning to look at but it looks really cool
by FluffyFreak
Thu Dec 22, 2022 5:24 pm
Forum: Pioneer development
Topic: Handing over website & domain admin
Replies: 7
Views: 1613

Re: Handing over website & domain admin

Hey robn,

Thanks for keeping things running all this time and good luck with whatever those big circumstance changes are!

Andy
by FluffyFreak
Tue Dec 13, 2022 2:14 pm
Forum: Feature requests
Topic: Feature request: link to related system overview from sector map Object info
Replies: 4
Views: 1379

Re: Feature request: link to related system overview from sector map Object info

It is very annoying when this happens and you drop out at the wrong Star within a system.
by FluffyFreak
Tue Nov 08, 2022 9:56 am
Forum: Projects
Topic: Adding the game to steam
Replies: 5
Views: 1472

Re: Adding the game to steam

It's a non-trivial amount of work to put the game on Steam, though I did look into it a few years ago. You need to setup a fair few assets https://partner.steamgames.com/doc/store/assets The bigger question for me is if it is a good fit for Steam, meaning, does it give the team what they want? It ca...
by FluffyFreak
Mon Nov 07, 2022 11:00 pm
Forum: Pioneer development
Topic: Visual Studio 2019 Project
Replies: 1
Views: 1057

Visual Studio 2019 Project

I tried to give up on using the VS2019 project this time... but could not get the CMake build to work In Log.cpp I had to change if (file && sv <= m_maxFileSeverity) { if (msg.back() == '\n') to if (file && sv <= m_maxFileSeverity) { if (!msg.empty() && msg.back() == '\n') Be...
by FluffyFreak
Mon Nov 07, 2022 10:33 pm
Forum: Other space games
Topic: Dwarf Fortress!
Replies: 3
Views: 2463

Re: Dwarf Fortress!

We need a post on Dwarf Fortress, even though it's not a space game
Definitely allowed :D
by FluffyFreak
Wed Sep 14, 2022 7:04 pm
Forum: Other space games
Topic: Limit Theory
Replies: 7
Views: 5036

Re: Limit Theory

Josh Parnell released the source code of his project @fluffyfreak, I believe you might be interested. Damn that is interesting, I knew they had quit working on it but not that the source was available to read. The scope of it was immense and I hope Josh is proud of what they did manage to achieve. ...