Search found 1442 matches

by cybersphinx
15 Mar 2015, 20:13
Forum: Other Talk
Topic: bad publicity?
Replies: 5
Views: 4206

Re: bad publicity?

What those sites basically do is offer any piece of (any form of) free software they can find, and SEO their sites to come up before the official sites. Pretty hard to fix, especially by contacting them.
by cybersphinx
10 Mar 2015, 03:46
Forum: Technical Help / Troubleshooting
Topic: Gibberish on Main Menu
Replies: 6
Views: 3909

Re: Gibberish on Main Menu

Is your system language Chinese? There's an option in the installer for that. And IIRC someone wrote a patch recently that could make the installer option obsolete.
by cybersphinx
28 Feb 2015, 18:03
Forum: Development
Topic: Solaris 11.2 compiling master
Replies: 17
Views: 9660

Re: Solaris 11.2 compiling master

No -- before QT5_LIBS.
by cybersphinx
15 Feb 2015, 19:02
Forum: Development
Topic: FreeBSD version 3.1.2
Replies: 27
Views: 25789

Re: FreeBSD version 3.1.2

Maybe you don't have the Qt5 version of moc installed, or not set up Qt 5 correctly?
by cybersphinx
14 Feb 2015, 18:55
Forum: Development
Topic: FreeBSD version 3.1.2
Replies: 27
Views: 25789

Re: FreeBSD version 3.1.2

Try "./configure --enable-debug=relaxed", then it shouldn't treat warnings as errors.
by cybersphinx
09 Feb 2015, 22:02
Forum: Development
Topic: Confusion?
Replies: 3
Views: 2683

Re: Confusion?

The virtual memory size is practically meaningless, I think it shows the range in which the program allocated memory, not the amount (that's the RSS column). Could maybe be a graphics driver that maps memory into a very high address range.
by cybersphinx
04 Feb 2015, 17:20
Forum: Development
Topic: Dependencies for master
Replies: 19
Views: 14338

Re: Community testers wanted!

vexed wrote:So, if you would have gotten Qt5gui-dev (for example), it would bring in qtbase5-dev and everything else it needs ?
qtscript5-dev depends on qtbase5-dev, not the other way around.
by cybersphinx
04 Feb 2015, 02:06
Forum: Development
Topic: Dependencies for master
Replies: 19
Views: 14338

Re: Community testers wanted!

Iluvalar wrote:

Code: Select all

cc1plus: error: unrecognized command line option ‘-std=c++11’
gcc too old I guess. Don't know if we actually use that newfangled stuff though.
by cybersphinx
03 Feb 2015, 19:19
Forum: Development
Topic: Dependencies for master
Replies: 19
Views: 14338

Re: Community testers wanted!

vexed wrote:For people that have trouble with Qt 5, you install the exact same packages that the compile guide on the wiki mentions, except use Qt5 versions of the Qt4 listed ones.
At least on Debian Qt5 packaging is different from Qt4, you need qtbase5-dev and qtscript5-dev at least, possibly more.
by cybersphinx
22 Jan 2015, 23:07
Forum: Technical Help / Troubleshooting
Topic: 3k or 4k Resolution Solution?
Replies: 5
Views: 9563

Re: 3k or 4k Resolution Solution?

Try program properties → compatibility → disable display scaling on high DPI settings.
by cybersphinx
12 Jan 2015, 21:14
Forum: Coding
Topic: Future plans for GUI
Replies: 43
Views: 45006

Re: Future plans for GUI

Also I have little idea which of them would be a good fit for us. It would need to be easily multiplatform, and work well with SDL and Qt. CEGUI is in Debian and MXE (though both somewhat outdated), I think it's the only option if we don't want to make our 3rdparty directory larger. It has also bee...
by cybersphinx
12 Jan 2015, 03:14
Forum: Development
Topic: Minimum game resolution
Replies: 20
Views: 15082

Re: Minimum game resolution

My monitor is 1600x1200, no love for useful 4:3 resolutions :(

Didn't we agree on requiring 800x600 a while ago already? The main argument for lower resolutions I remember from that was for making videos because of the bandwidth/processing power needed for higher resolutions.
by cybersphinx
07 Jan 2015, 21:37
Forum: Development
Topic: Using a new font
Replies: 22
Views: 22719

Re: Using a new font

Sounds good, but if you could split it up into a series of smaller changes it's probably easier to review.
by cybersphinx
06 Jan 2015, 02:30
Forum: News and announcements
Topic: 3.1.2 has been released!
Replies: 30
Views: 84491

Re: 3.1.2 has been released!

Have you tried resetting your shortcuts (the waste basket in the top left of the key settings)?