project-navigation
Personal tools

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Duke

Pages: 1 ... 4 5 [6] 7 8 ... 70
76
Newbie Coding / Re: extracting surface parameters from .map files
« on: March 10, 2014, 08:13:41 am »
Can your script already count the number of occurrences for each texture ?
That would be a start...

77
Feature Requests / Re: Ouya version?
« on: March 10, 2014, 03:49:34 am »
There was exactly one dev (pelya) who made the android port. And he hasn't been around lately.
But if you know that system well, you can of course try to make a port for it.

78
Linux / Re: incomplete data.tar
« on: March 08, 2014, 02:42:24 pm »
Which language are you using ?

79
Artwork / Re: Hyperion
« on: March 07, 2014, 06:03:47 pm »
A 'normal' room in a building is sitting on a floor of height 4 and is 60 high. A soldier is around 44 high IIRC.
Any other dimension is also possible but hey, you don't want your soldiers to crouch in the cargo bay, do you ?

80
Artwork / Re: Hyperion
« on: March 06, 2014, 08:58:00 am »
Good point about the alien engines and VTOL :)

81
Gurus wanted ! / Re: [doxygen] strange warning
« on: March 04, 2014, 04:56:23 am »
Quoting the offending <B> also did the trick. So Sandro, your theory is busted.

Darkrain, while we're at it: Do you have a prudent description for the 'now' param of Delay_Events() ?
I know it's usually the system time in millisecs, but not always ...

82
Artwork / Re: Saracen or something else?
« on: March 04, 2014, 04:02:59 am »
1. I like it.
2. I'd rather see the Dragon replaced than the Sarazen.
3. Always keep in mind that - besides looking good - the shilouette of the craft should be distinct from the others (aircraft icons in bases menu).

83
Tactics / Re: Couple of Noob Question on 2.5
« on: March 03, 2014, 05:41:52 pm »
Code: [Select]
else if (stats->happiness < 0.50)
return _("Content");
else if (stats->happiness < 0.70)
return _("Pleased");
else if (stats->happiness < 0.95)
return _("Happy");
else
return _("Exuberant");

84
Gurus wanted ! / Re: [doxygen] strange warning
« on: March 03, 2014, 07:28:42 am »
Removing the 2nd asterisk solved the problem, probably because doxygen now skips the whole block of comment.

I now re-added the 2nd asterisk and just quoted the "SharedPtr<B>" and A.

85
1. You can always change these values in base/ufos/equipment.ufo and make it a mod.

2. With a little more experience you'll find that it's much easier to make money by selling downed ufos.

86
Gurus wanted ! / Re: [MAKE] on Windows
« on: March 02, 2014, 05:26:22 am »
Hey, what a difference ! -r reduces from 35sec wait to 0sec.
That gives us a bunch of new opportunities...
Thanks a lot, Grug :)

87
The 100 items on market is the new standard in 2.5

88
Gurus wanted ! / [MAKE] on Windows
« on: March 01, 2014, 02:56:57 pm »
Ufoai has a well maintained makefile. Unfortunately, running MAKE in Msys on Windows is ungodly slow.
On my i7 it takes about a minute to 'think' before starting the first compile ==> unusable.
As a consequence we have to use C::B's built-in 'make' and thus have to maintain a second project file.

Googling for "make windows slow" yields a gazillion of hits ... of the wrong kind ;)

So if anybody knows a way to use a portable makefile like ours on windows, let us know.
Even a better idea for google keywords would be appreciated.

89
Gurus wanted ! / Re: [doxygen] strange warning
« on: March 01, 2014, 02:43:13 pm »
Can't believe that, butI'll try.
The line number fits, but we have tons of other comments with /** and no doxy inside.

90
Gurus wanted ! / [doxygen] strange warning
« on: March 01, 2014, 06:08:32 am »
Among other warnings, doxygen will produce the following warning message:
/src/shared/sharedptr.h:93: warning: end of comment block while expecting command </b>

Staring at sharedptr.h up and down didn't give me a clue what doxygen doesn't like here.

Warnings log eg. : http://ninex.info:8010/builders/doxygen/builds/886/steps/compile/logs/warnings%20%2873%29
sharedptr.h source: https://github.com/ufoai/ufoai/blob/master/src/shared/sharedptr.h

Pages: 1 ... 4 5 [6] 7 8 ... 70