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

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

Detail

2015.10.09.Log1172.txt

📄SVN 📅2015-10-09 💾2,6 KB 8 Parsed entries BUILD FIX

Revision r5383

Since gcc 4.2 complains about it on OS X 10.7, use initputs instead of initprintf when printing a single argument, even if it is already char const *.

Revision r5382

Always compile with "-Wno-missing-braces", as the warnings it hides are useless. "-Wmissing-field-initializers" (part of "-Wextra") should cover us.

Revision r5381

Fix two unused function warnings in mdsprite.c when building with POLYMER=0.

Revision r5380

OS X: Fix -Wdeprecated-declarations compiler warnings in the startup windows.

Revision r5379

OS X: Fix POLYMER=0 build.

Revision r5378

Fix warning: explicitly assigning value of variable of type 'CACHE1D_FIND_REC *' (aka '_CACHE1D_FIND_REC *') to itself [-Wself-assign]

Revision r5377

Fix some critical mistakes in my new def code (r5351 and r5367) caused by gaps in my attention.

Revision r5376

Split the colormatching portion of getclosestcol_lim into getclosestcol_nocache_lim in case speed is desired when processing an image with mostly unique colors.
Raw Content
------------------------------------------------------------------------
r5384 | hendricks266 | 2015-10-09 23:57:57 -0700 (Fri, 09 Oct 2015) | 1 line

Fix a crash in the editor when the basepalette is loaded from def instead of PALETTE.DAT, caused by trying to getclosestcol() without having initialized the colormatching code. Exposed in r5359; previously resulted only in erroneous matching to an all-#000000 palette.
------------------------------------------------------------------------
r5383 | hendricks266 | 2015-10-09 23:57:54 -0700 (Fri, 09 Oct 2015) | 1 line

Since gcc 4.2 complains about it on OS X 10.7, use initputs instead of initprintf when printing a single argument, even if it is already char const *.
------------------------------------------------------------------------
r5382 | hendricks266 | 2015-10-09 23:57:51 -0700 (Fri, 09 Oct 2015) | 1 line

Always compile with "-Wno-missing-braces", as the warnings it hides are useless. "-Wmissing-field-initializers" (part of "-Wextra") should cover us.
------------------------------------------------------------------------
r5381 | hendricks266 | 2015-10-09 23:57:49 -0700 (Fri, 09 Oct 2015) | 1 line

Fix two unused function warnings in mdsprite.c when building with POLYMER=0.
------------------------------------------------------------------------
r5380 | hendricks266 | 2015-10-09 23:57:46 -0700 (Fri, 09 Oct 2015) | 1 line

OS X: Fix -Wdeprecated-declarations compiler warnings in the startup windows.
------------------------------------------------------------------------
r5379 | hendricks266 | 2015-10-09 23:57:41 -0700 (Fri, 09 Oct 2015) | 1 line

OS X: Fix POLYMER=0 build.
------------------------------------------------------------------------
r5378 | hendricks266 | 2015-10-09 23:57:38 -0700 (Fri, 09 Oct 2015) | 1 line

Fix warning: explicitly assigning value of variable of type 'CACHE1D_FIND_REC *' (aka '_CACHE1D_FIND_REC *') to itself [-Wself-assign]
------------------------------------------------------------------------
r5377 | hendricks266 | 2015-10-09 23:57:36 -0700 (Fri, 09 Oct 2015) | 1 line

Fix some critical mistakes in my new def code (r5351 and r5367) caused by gaps in my attention.
------------------------------------------------------------------------
r5376 | hendricks266 | 2015-10-09 23:57:32 -0700 (Fri, 09 Oct 2015) | 1 line

Split the colormatching portion of getclosestcol_lim into getclosestcol_nocache_lim in case speed is desired when processing an image with mostly unique colors.
------------------------------------------------------------------------
See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.