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

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

Detail

2012.11.04.Log0644.txt

📄SVN 📅2012-11-04 💾1,1 KB 2 Parsed entries BUILD FIX

Revision r3117

Fix mixed declarations and code in backtrace.c.

Revision r3116

Work-in-progress adjustment to the C code to compile under C++. It builds for me without errors using Win32 MinGW-GCC, but it still generates warning soup. No guarantees about MSVC or anything using SDL. Enable C++ by building with CPLUSPLUS=1. C remains the default and should compile with no change in setup.

Credit to Plagman for the idea and doing the work on the game side, which is included in this commit.

(Building as C++ will give us features with which we can make improvements and optimizations on the multiplayer code and Polymer.)
------------------------------------------------------------------------
Raw Content
------------------------------------------------------------------------
r3118 | hendricks266 | 2012-11-04 19:48:03 -0800 (Sun, 04 Nov 2012) | 1 line

Tweak r3116.
------------------------------------------------------------------------
r3117 | hendricks266 | 2012-11-04 18:50:12 -0800 (Sun, 04 Nov 2012) | 1 line

Fix mixed declarations and code in backtrace.c.
------------------------------------------------------------------------
r3116 | hendricks266 | 2012-11-04 18:49:08 -0800 (Sun, 04 Nov 2012) | 5 lines

Work-in-progress adjustment to the C code to compile under C++. It builds for me without errors using Win32 MinGW-GCC, but it still generates warning soup. No guarantees about MSVC or anything using SDL. Enable C++ by building with CPLUSPLUS=1. C remains the default and should compile with no change in setup.

Credit to Plagman for the idea and doing the work on the game side, which is included in this commit.

(Building as C++ will give us features with which we can make improvements and optimizations on the multiplayer code and Polymer.)
------------------------------------------------------------------------