master #1

Closed
nillerusr wants to merge 3 commits from nillerusr/Paranoia2:master into master
First-time contributor

port bsp31migrate to linux

port bsp31migrate to linux
a1batross reviewed 2020-11-16 13:24:11 +01:00
@ -1186,2 +1186,4 @@
if( !COM_GetParmExt( "-file", source, sizeof( source )))
{
printf("%s\n", source);
Owner

Please remove unnecessary logging.

Please remove unnecessary logging.
a1batross reviewed 2020-11-16 13:24:43 +01:00
@ -0,0 +1,2 @@
#!/bin/sh
Owner

Use waf.

Use waf.
Author
First-time contributor

why use waf for utilities?

why use waf for utilities?
Owner

Because we decided to not use everything else than waf as it increases efforts on maintaining.

Well, mdldec in engine repo uses Makefile. Probably for utilities it can be fine but it also have copypasted code, like checking if we are compiling for Windows, the same compiler rules and so on.

Because we decided to not use everything else than waf as it increases efforts on maintaining. Well, mdldec in engine repo uses Makefile. Probably for utilities it can be fine but it also have copypasted code, like checking if we are compiling for Windows, the same compiler rules and so on.
a1batross reviewed 2020-11-16 13:27:30 +01:00
@ -213,3 +237,3 @@
}
if( !GetCurrentDirectory( sizeof( root ), root ))
if( !getcwd(root, sizeof( root ) ) )
Owner

You already have Q_getwd. Why not to use it?

You already have Q_getwd. Why not to use it?
Author
First-time contributor

There is no Q_getcwd

There is no Q_getcwd
nillerusr marked this conversation as resolved
a1batross reviewed 2020-11-16 13:28:46 +01:00
@ -193,6 +193,7 @@ SinCos
*/
void SinCos( float radians, float *sine, float *cosine )
{
#ifdef _MSC_VER
Owner

_MSC_VER and x86.

_MSC_VER and x86.
nillerusr closed this pull request 2020-11-16 14:30:12 +01:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: FWGS/Paranoia2#1
No description provided.