Search found 1343 matches

by FluffyFreak
Mon Nov 07, 2022 11:00 pm
Forum: Pioneer development
Topic: Visual Studio 2019 Project
Replies: 1
Views: 1836

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: 3302

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: 6027

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. ...
by FluffyFreak
Fri Sep 09, 2022 11:39 am
Forum: Pioneer development
Topic: Various astronomy news
Replies: 151
Views: 197201

Re: Various astronomy news

https://bigthink.com/starts-with-a-bang ... e-planets/
"We were wrong: Not all stars have planets after all"
by FluffyFreak
Thu Mar 31, 2022 10:11 am
Forum: Pioneer development
Topic: Brown Dwarf Expansion
Replies: 8
Views: 4102

Re: Brown Dwarf Expansion

Did this go anywhere?
Reading up about the classes of Brown Dwarfs on Wikipedia was interesting, https://en.wikipedia.org/wiki/Brown_dwarf
by FluffyFreak
Tue Jan 04, 2022 12:53 pm
Forum: Pioneer development
Topic: Question about current vertices limitations?
Replies: 3
Views: 2462

Re: Question about current vertices limitations?

Also, cool looking ship, some basic simplifcation with re-topo tools will quickly bring that count down.

A good idea is always to just release it as a mod first and let people try it out on a variety of machines
by FluffyFreak
Tue Jan 04, 2022 12:52 pm
Forum: Pioneer development
Topic: Question about current vertices limitations?
Replies: 3
Views: 2462

Re: Question about current vertices limitations?

Unless you're running on very old hardware, which admittedly Pioneer sometimes does, triangle count isn't a huge issue. Triangle size is. https://www.g-truc.net/post-0662.html and https://twitter.com/KostasAAA/status/1295776107896217601 You want to avoid the triangles getting too small for a given r...
by FluffyFreak
Wed Nov 03, 2021 5:17 pm
Forum: Pioneer development
Topic: Code inspiration and rendering resource
Replies: 120
Views: 134178

Re: Code inspiration and rendering resource

More excellent and interesting work from Sebastian Lague
https://www.youtube.com/watch?v=sLqXFF8mlEU
by FluffyFreak
Wed Oct 27, 2021 8:00 pm
Forum: Pioneer development
Topic: We're now on youtube
Replies: 4
Views: 3214

Re: We're now on youtube

I see it :D
by FluffyFreak
Fri Oct 08, 2021 1:07 pm
Forum: Pioneer development
Topic: galaxy_dense bitmap issues
Replies: 14
Views: 5668

Re: galaxy_dense bitmap issues

Brilliant use of it.