Search found 1343 matches
- Mon Nov 07, 2022 11:00 pm
- Forum: Pioneer development
- Topic: Visual Studio 2019 Project
- Replies: 1
- Views: 2858
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...
- Mon Nov 07, 2022 10:33 pm
- Forum: Other space games
- Topic: Dwarf Fortress!
- Replies: 3
- Views: 4519
Re: Dwarf Fortress!
Definitely allowed :DWe need a post on Dwarf Fortress, even though it's not a space game
- Wed Sep 14, 2022 7:04 pm
- Forum: Other space games
- Topic: Limit Theory
- Replies: 7
- Views: 7942
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. ...
- Fri Sep 09, 2022 11:39 am
- Forum: Pioneer development
- Topic: Various astronomy news
- Replies: 153
- Views: 221906
Re: Various astronomy news
https://bigthink.com/starts-with-a-bang ... e-planets/
"We were wrong: Not all stars have planets after all"
"We were wrong: Not all stars have planets after all"
- Thu Mar 31, 2022 10:11 am
- Forum: Pioneer development
- Topic: Brown Dwarf Expansion
- Replies: 8
- Views: 6936
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
Reading up about the classes of Brown Dwarfs on Wikipedia was interesting, https://en.wikipedia.org/wiki/Brown_dwarf
- Tue Jan 04, 2022 12:53 pm
- Forum: Pioneer development
- Topic: Question about current vertices limitations?
- Replies: 3
- Views: 3360
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
A good idea is always to just release it as a mod first and let people try it out on a variety of machines
- Tue Jan 04, 2022 12:52 pm
- Forum: Pioneer development
- Topic: Question about current vertices limitations?
- Replies: 3
- Views: 3360
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...
- Wed Nov 03, 2021 5:17 pm
- Forum: Pioneer development
- Topic: Code inspiration and rendering resource
- Replies: 121
- Views: 154100
Re: Code inspiration and rendering resource
More excellent and interesting work from Sebastian Lague
https://www.youtube.com/watch?v=sLqXFF8mlEU
https://www.youtube.com/watch?v=sLqXFF8mlEU
- Wed Oct 27, 2021 8:00 pm
- Forum: Pioneer development
- Topic: We're now on youtube
- Replies: 4
- Views: 4327
Re: We're now on youtube
I see it :D
- Fri Oct 08, 2021 1:07 pm
- Forum: Pioneer development
- Topic: galaxy_dense bitmap issues
- Replies: 14
- Views: 7700
Re: galaxy_dense bitmap issues
Brilliant use of it.