Revision r3244
👤 helixhorned
📅 2012-11-29 04:49:41 -0800 (Thu, 29 Nov 2012)
Windows: Fix potential crash in version checker.
1) see if we actually received anything
(if http://eduke32.sourceforge.net/VERSION is unavailable, this returns now
instead of continuing with nonsensical data)
2) check if we're getting a token from strtok()
Revision r3243
👤 helixhorned
📅 2012-11-29 04:49:38 -0800 (Thu, 29 Nov 2012)
Factor dist() and ldist() into common.c.
Revision r3242
👤 helixhorned
📅 2012-11-29 04:49:34 -0800 (Thu, 29 Nov 2012)
Move enum vmflags_t to gameexec.c since it's an implementation detail.
------------------------------------------------------------------------
Contenuto Raw
------------------------------------------------------------------------
r3245 | helixhorned | 2012-11-29 06:08:03 -0800 (Thu, 29 Nov 2012) | 1 line
Fix build. It was my fault after all since I forgot common.h in r3243.
------------------------------------------------------------------------
r3244 | helixhorned | 2012-11-29 04:49:41 -0800 (Thu, 29 Nov 2012) | 6 lines
Windows: Fix potential crash in version checker.
1) see if we actually received anything
(if http://eduke32.sourceforge.net/VERSION is unavailable, this returns now
instead of continuing with nonsensical data)
2) check if we're getting a token from strtok()
------------------------------------------------------------------------
r3243 | helixhorned | 2012-11-29 04:49:38 -0800 (Thu, 29 Nov 2012) | 1 line
Factor dist() and ldist() into common.c.
------------------------------------------------------------------------
r3242 | helixhorned | 2012-11-29 04:49:34 -0800 (Thu, 29 Nov 2012) | 1 line
Move enum vmflags_t to gameexec.c since it's an implementation detail.
------------------------------------------------------------------------