Search found 30 matches

by Bugbear
Sun Jun 21, 2020 4:06 am
Forum: Pioneer development
Topic: Toggle destination icons
Replies: 1
Views: 1165

Toggle destination icons

Hey all, I'm not sure how to search for this as I don't know the specific name. Is it possible to toggle the visibility of the destination icons? I just like to see the planet grow from a single pixel to covering the screen. My use case is when I'm traveling to a planet and not using autopilot, I ne...
by Bugbear
Sat May 30, 2020 5:54 am
Forum: Pioneer development
Topic: Compiling error - CMakeLists.txt missing
Replies: 16
Views: 5234

Re: Compiling error - CMakeLists.txt missing

SUCCESS!!!! I deleted the build folder then ./bootstrap and make completed without error. The game is up and running. (Admittedly it did crash while I was orbiting Mars on my way to Olympus Mons, but that's a story for another time). Thanks everyone. P.S. If anyone is interested, here's the terminal...
by Bugbear
Fri May 29, 2020 2:13 pm
Forum: Pioneer development
Topic: Compiling error - CMakeLists.txt missing
Replies: 16
Views: 5234

Re: Compiling error - CMakeLists.txt missing

Just confirmed - it's not you, it's me. I built a Debian 10.3.0 VM on VirtualBox, installed all the repository-supplied prerequisite packages as specified in COMPILING.txt. ./bootstrap ran without error. It's currently running make. There's gotta be something wrong with my prereq packages. I'll have...
by Bugbear
Fri May 29, 2020 11:05 am
Forum: Pioneer development
Topic: Compiling error - CMakeLists.txt missing
Replies: 16
Views: 5234

Re: Compiling error - CMakeLists.txt missing

Ah, got it. Here it is: (base) xxxxxx@xxxxxx:~/Documents/Games/Pioneer/pioneer$ ./bootstrap cmake opts = -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -- Version: 6.2.1 -- Build type: RelWithDebInfo -- CXX_STANDARD: 11 -- Required features: cxx_variadic_templates -- Configuring done CMake Error at CMakeLists.tx...
by Bugbear
Fri May 29, 2020 12:58 am
Forum: Pioneer development
Topic: Compiling error - CMakeLists.txt missing
Replies: 16
Views: 5234

Re: Compiling error - CMakeLists.txt missing

When I try to check for the pthreads-devel package, there's no obvious candidate: apt-cache search pthreads libevent-pthreads-2.1-6 - Asynchronous event notification library (pthreads) libilmbase12 - several utility libraries from ILM used by OpenEXR libpthread-stubs0-dev - pthread stubs not provide...
by Bugbear
Wed May 27, 2020 11:25 am
Forum: Pioneer development
Topic: Compiling error - CMakeLists.txt missing
Replies: 16
Views: 5234

Re: Compiling error - CMakeLists.txt missing

Thanks for the reply FluffyFreak. Don't get me wrong - I'm not criticising the compilation process for Pioneer (and I have gotten it to work in the past. Maybe my machine simply needs a rebuild). I just remember "back in the day" when compiling a HelloWorld.cpp was a single line command :-...
by Bugbear
Mon May 25, 2020 12:53 am
Forum: Pioneer development
Topic: Compiling error - CMakeLists.txt missing
Replies: 16
Views: 5234

Re: Compiling error - CMakeLists.txt missing

Update time. Compilation failed - got to 99%, then failed [ 97%] Building CXX object src/lua/CMakeFiles/pioneer-lua.dir/LuaVector2.cpp.o [ 97%] Building CXX object src/lua/CMakeFiles/pioneer-lua.dir/PropertyMap.cpp.o [ 97%] Building CXX object src/lua/CMakeFiles/pioneer-lua.dir/core/Import.cpp.o [ 9...
by Bugbear
Mon May 25, 2020 12:09 am
Forum: Pioneer development
Topic: Compiling error - CMakeLists.txt missing
Replies: 16
Views: 5234

Re: Compiling error - CMakeLists.txt missing

OK, so I've been able to change the nature of the compile error. I tried running ./bootstrap without the thirdparty parameter, and as expected, got a lot of errors reporting missing dependencies. This time I tried installing them from the ubuntu repository: - libassimp-dev - libsigc++-2.0-dev - libv...
by Bugbear
Sun May 24, 2020 5:59 am
Forum: Pioneer development
Topic: Compiling error - CMakeLists.txt missing
Replies: 16
Views: 5234

Compiling error - CMakeLists.txt missing

Hi all, Thought I'd come back after an absence of a few years to see what's been happening in the Pioneer universe. I'm trying to build the game on my Ubuntu system. Getting an error while running the ./bootstrap thirdparty command. /usr/bin/install -c -m 644 SDL2_image.pc '/home/adrian/Documents/Ga...
by Bugbear
Thu Aug 24, 2017 7:10 am
Forum: Pioneer development
Topic: Combat easy mode by limiting opponent thruster power
Replies: 5
Views: 3578

Combat easy mode by limiting opponent thruster power

Hi all, I want to have a crack at improving my combat abilities and I was thinking that a simple way of doing that would be to limit the thruster output of my opponents. Could anyone give me a pointer as to where in the code would be an appropriate place to insert a multiplier of sorts that could be...