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

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

Detail

2013.10.08.Log0904.txt

📄SVN 📅2013-10-08 💾745 B 1 Parsed entries BUILD FIX

Revision r4090

Fix the vsync menu option so that it actually works.

Variables at global scope which share a name tend to actually be the same variable. Not good when you pass such a variable to function that immediately returns if the passed parameter (the variable) equals said variable (itself).
------------------------------------------------------------------------
Raw Content
------------------------------------------------------------------------
r4091 | hendricks266 | 2013-10-08 03:00:44 -0700 (Tue, 08 Oct 2013) | 1 line

Clean up some GUI/WM minutiae. Should fix linking Mapster32 on *nix with HAVE_GTK=0.
------------------------------------------------------------------------
r4090 | hendricks266 | 2013-10-08 03:00:25 -0700 (Tue, 08 Oct 2013) | 3 lines

Fix the vsync menu option so that it actually works.

Variables at global scope which share a name tend to actually be the same variable. Not good when you pass such a variable to function that immediately returns if the passed parameter (the variable) equals said variable (itself).
------------------------------------------------------------------------