Search found 8 matches

by Paranoid
May 6th, 2018, 12:38 pm
Forum: Heir to the Throne
Topic: Scenario 8: The Princess of Wesnoth
Replies: 89
Views: 284197

Re: Scenario 8: The Princess of Wesnoth

I'm doin v1.14.0 on medium now. The scenario was much harder in 1.12 and 1.10. I'm missing reinforcements and the duelist from the cave. Are these changes intended?
by Paranoid
May 5th, 2018, 5:20 pm
Forum: Technical Support
Topic: Perfomance Issues on 1.14
Replies: 3
Views: 1759

Re: Perfomance Issues on 1.14

I've done the rebuild but there are no changes in performance. I've also changed / disabled some graphic options but that didn't help. And as far as i understand the problem this is expected. Bad performance starts at launchtime. The starting screen - no actions and no animation - triggers this beha...
by Paranoid
May 5th, 2018, 2:35 pm
Forum: Technical Support
Topic: Perfomance Issues on 1.14
Replies: 3
Views: 1759

Perfomance Issues on 1.14

Aloha, using amd64 on debian sid and just realized that my system has low performance now. It seems to be the interaction or communication with the xserver. 1.12 uses 6.6% of cpu, xorg is around 3.0% 1.14 user 4.5% of cpu but xorg is now flotaing between 50% and 90% Some system information. grep Loa...
by Paranoid
May 3rd, 2018, 8:23 am
Forum: Release Announcements, Compiling & Installation
Topic: Building 1.14 failed on Debian Sid
Replies: 7
Views: 6273

Re: Building 1.14 failed on Debian Sid

Haha. Some funny news.
I played around and changed the pathname, deleting whitespaces. And now cmake && make are doin well. It's kinda strange cause i've done builds of 1.10 and 1.12 series (most recently 1.10.7 and 1.12.5) in the same path without problems.
by Paranoid
May 3rd, 2018, 7:29 am
Forum: Release Announcements, Compiling & Installation
Topic: Building 1.14 failed on Debian Sid
Replies: 7
Views: 6273

Re: Building 1.14 failed on Debian Sid

I'm paranoid (somewhat). So I had to scramble the build path, but i guess it will be ok.
by Paranoid
May 2nd, 2018, 2:27 pm
Forum: Release Announcements, Compiling & Installation
Topic: Building 1.14 failed on Debian Sid
Replies: 7
Views: 6273

Re: Building 1.14 failed on Debian Sid

First i tried to build 1.14 using cmake && make. Build failed, see attached log.
Afterwards i try to build using scons. No problems.
by Paranoid
May 2nd, 2018, 11:48 am
Forum: Release Announcements, Compiling & Installation
Topic: Building 1.14 failed on Debian Sid
Replies: 7
Views: 6273

Building 1.14 failed on Debian Sid

Aloha, build process of 1.14 failed around 78%: Building CXX object src/CMakeFiles/lua.dir/lua_jailbreak_exception.cpp.o c++: error: for: No such file or directory c++: error: Wesnoth/wesnoth-1.14.0/src/wesnoth_lua_config.h: No such file or directory make[2]: *** [src/CMakeFiles/lua.dir/build.make:6...
by Paranoid
November 29th, 2014, 2:37 pm
Forum: Release Announcements, Compiling & Installation
Topic: Compile error on 1.12
Replies: 0
Views: 2794

Compile error on 1.12

Hi Guyz, got an error yesterday as i tried to compile new release on my amd64 using clang-3.5. Replacing lines 1655 & 1656 form modul /src/sdl_utils.cpp dst_w = static_cast<int>(ceil(abs(max_x) - min_x)) / zoom; dst_h = static_cast<int>(ceil(abs(max_y) - min_y)) / zoom; with dst_w = static_cast<...