 Spiker, on 01 May 2016 - 02:03 AM, said:
Spiker, on 01 May 2016 - 02:03 AM, said:
Oh boy
 
						
                                                 Spiker, on 01 May 2016 - 02:03 AM, said:
Spiker, on 01 May 2016 - 02:03 AM, said:
 
						
                                                 Spiker, on 01 May 2016 - 02:03 AM, said:
Spiker, on 01 May 2016 - 02:03 AM, said:
 , you might as well be asking him to move a mountain while your at it. I figured he was doing a SW port, and he stopped doing it because he got stuck on a bug he couldn't fix. His reaction to what I posted was expected. Further more, while it only took me an hour to fix the issue Hendricks was blocked on, this kind of thing happens to engineers all the time. You get stuck on a bug for a week, and someone comes in and says, oh yeah I know what the issue is, and fixes it in 10 minutes.
, you might as well be asking him to move a mountain while your at it. I figured he was doing a SW port, and he stopped doing it because he got stuck on a bug he couldn't fix. His reaction to what I posted was expected. Further more, while it only took me an hour to fix the issue Hendricks was blocked on, this kind of thing happens to engineers all the time. You get stuck on a bug for a week, and someone comes in and says, oh yeah I know what the issue is, and fixes it in 10 minutes.This post has been edited by icecoldduke: 01 May 2016 - 09:09 AM
 
						
                                                 Fox, on 01 May 2016 - 06:51 AM, said:
Fox, on 01 May 2016 - 06:51 AM, said:
 Mblackwell, on 01 May 2016 - 07:47 AM, said:
Mblackwell, on 01 May 2016 - 07:47 AM, said:
 . This statement is unrelated to current events, just pointing out assumptions are never a good way to proceed with anything under any circumstance.
. This statement is unrelated to current events, just pointing out assumptions are never a good way to proceed with anything under any circumstance.This post has been edited by icecoldduke: 01 May 2016 - 09:03 AM
 Mblackwell, on 01 May 2016 - 07:47 AM, said:
Mblackwell, on 01 May 2016 - 07:47 AM, said:
This post has been edited by Spiker: 01 May 2016 - 09:30 AM
typedef struct
{
    SHORT vel;
    SHORT svel;
    CHAR angvel;
// jmarshall - we need a signed char here, since controller input is passed in with a -128/128 range. 
// How did this ever work properly?
//  CHAR aimvel;
	signed char aimvel;
// jmarshall end
    LONG bits;
} SW_PACKET;
This post has been edited by icecoldduke: 01 May 2016 - 09:38 AM
 Spiker, on 01 May 2016 - 09:27 AM, said:
Spiker, on 01 May 2016 - 09:27 AM, said:
 Mblackwell, on 01 May 2016 - 09:43 AM, said:
Mblackwell, on 01 May 2016 - 09:43 AM, said:
 .
.
						
                                                This post has been edited by icecoldduke: 01 May 2016 - 09:47 AM
 icecoldduke, on 01 May 2016 - 09:35 AM, said:
icecoldduke, on 01 May 2016 - 09:35 AM, said:
// How did this ever work properly?
 Mblackwell, on 01 May 2016 - 09:49 AM, said:
Mblackwell, on 01 May 2016 - 09:49 AM, said:
 . Thanks Hendricks.
. Thanks Hendricks.This post has been edited by icecoldduke: 01 May 2016 - 09:54 AM
 icecoldduke, on 01 May 2016 - 06:19 AM, said:
icecoldduke, on 01 May 2016 - 06:19 AM, said:
 icecoldduke, on 01 May 2016 - 06:19 AM, said:
icecoldduke, on 01 May 2016 - 06:19 AM, said:
 icecoldduke, on 01 May 2016 - 09:53 AM, said:
icecoldduke, on 01 May 2016 - 09:53 AM, said:
void SW_InitMultiPsky(void)
{
    // default
    psky_t * const defaultsky = E_DefinePsky(DEFAULTPSKY);
    defaultsky->lognumtiles = 1;
    defaultsky->horizfrac = 8192;
}
						
                                                This post has been edited by Hendricks266: 01 May 2016 - 10:08 AM
typedef struct
{
    SHORT vel;
    SHORT svel;
// jmarshall - we need a signed char here, since controller input is passed in with a -128/128 range. 
//  CHAR angvel;
    signed char angvel;
// jmarshall end
// jmarshall - we need a signed char here, since controller input is passed in with a -128/128 range. 
//  CHAR aimvel;
	signed char aimvel;
// jmarshall end
    LONG bits;
} SW_PACKET;
						
                                                 Hendricks266, on 01 May 2016 - 10:02 AM, said:
Hendricks266, on 01 May 2016 - 10:02 AM, said:
typedef signed char CHAR;
typedef struct
{
    int16_t vel;
    int16_t svel;
    int8_t angvel;
    int8_t aimvel;
    int32_t bits;
} SW_PACKET; Hendricks266, on 01 May 2016 - 10:11 AM, said:
Hendricks266, on 01 May 2016 - 10:11 AM, said:
typedef signed char CHAR;
typedef struct
{
    int16_t vel;
    int16_t svel;
    int8_t angvel;
    int8_t aimvel;
    int32_t bits;
} SW_PACKET;
						
                                                This post has been edited by icecoldduke: 01 May 2016 - 10:22 AM
 icecoldduke, on 01 May 2016 - 10:20 AM, said:
icecoldduke, on 01 May 2016 - 10:20 AM, said:
 icecoldduke, on 01 May 2016 - 10:20 AM, said:
icecoldduke, on 01 May 2016 - 10:20 AM, said:
 Tea Monster, on 01 May 2016 - 10:19 AM, said:
Tea Monster, on 01 May 2016 - 10:19 AM, said:
 Tea Monster, on 02 May 2016 - 05:48 AM, said:
Tea Monster, on 02 May 2016 - 05:48 AM, said:
This post has been edited by icecoldduke: 02 May 2016 - 06:30 AM
 .
.This post has been edited by icecoldduke: 02 May 2016 - 05:15 PM

 TerminX, on 02 May 2016 - 05:12 PM, said:
TerminX, on 02 May 2016 - 05:12 PM, said:

This post has been edited by icecoldduke: 02 May 2016 - 05:19 PM
 icecoldduke, on 02 May 2016 - 05:08 PM, said:
icecoldduke, on 02 May 2016 - 05:08 PM, said:
 .
. icecoldduke, on 02 May 2016 - 05:17 PM, said:
icecoldduke, on 02 May 2016 - 05:17 PM, said: