Browse logs with clarity: filter by type/year, search text, and inspect parsed commit details.

2100Total Files
2088SVN Logs
12Git Changelogs
2100Filtered Results

Detail

2012.11.29.Log0687.txt

📄SVN 📅2012-11-29 💾1,1 KB 3 Parsed entries CON FIX

Revision r3244

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

Factor dist() and ldist() into common.c.

Revision r3242

Move enum vmflags_t to gameexec.c since it's an implementation detail.
------------------------------------------------------------------------
Raw Content
------------------------------------------------------------------------
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.
------------------------------------------------------------------------