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

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

Detail

2014.07.22.Log1026.txt

📄SVN 📅2014-07-22 💾4,0 KB 13 Parsed entries BUILD FIX

Revision r4551

Re-add $(abspath ...) wrapping to libdirs to try and fix Synthesis.

Revision r4550

Normalize all rotatesprite calls to fullscreen panels so that they are centered at (160, 100) instead of top-lefted at (0, 0).

Revision r4549

Menus: Rearrange drawing so that MENUBAR (#2457) is always the first thing drawn after a menu's background, and its caption is always drawn last.

Revision r4548

Three Mac patches from rhoenie:
-sdlayer: Apple and GTK are not mutually exclusive.
-Makefile.common: Specify WITHOUT_GTK?=1 by default.
-Makefile: Limit linking with the QuickTime framework to OS X 10.6 and below.
One fix from me:
-osxbuild.sh: Fix building tools.

Revision r4547

Deal with a few common themes in downstream patches applied by OpenBSD, FreeBSD, Gentoo Linux, and possibly others.
-Respect CC and CXX if already set in the environment.
-Respect CFLAGS, CXXFLAGS, and LDFLAGS if set or specified.
-Give packagers the setting "PACKAGE_REPOSITORY=1" to prevent us from adding our own optimization parameters.

Revision r4546

Handle a concern kludged by SlackBuilds (used by Slackware Linux and NetBSD) where a warning in texcache.c spams the log.

Revision r4545

Apply/replicate patches from OpenBSD to dlopen .so names.

Revision r4544

Apply unpackssi_64bit_fix.patch from Gentoo Linux, with modifications.

https://bugs.gentoo.org/attachment.cgi?id=342598&action=edit

Revision r4543

Ball-busting Makefile restructure.

DONT_BUILD.

Revision r4542

Delete a bunch of crusty old outdated unused files.

DONT_BUILD.

Revision r4541

Replace the funkily-formatted GNU.TXT with the FSF's official gpl-2.0.txt. Also, update the FSF's address in all source files that contain it.

DONT_BUILD.

Revision r4540

Lunatic fixes:
1 compiler error.
2 compiler warnings.
1 runtime warning.

Note that at this time, CPLUSPLUS=1 LUNATIC=1 fails to build due to C++ function mangling, and Win64 Lunatic crashes.

DONT_BUILD.

Revision r4539

Windows: Update libraries.
- libpng to 1.6.12
- LuaJIT to Git HEAD >= 2.0.3
- instructions.txt

DONT_BUILD.
Raw Content
------------------------------------------------------------------------
r4552 | hendricks266 | 2014-07-22 23:04:44 -0700 (Tue, 22 Jul 2014) | 1 line

Fix Synthesis (at least partially).
------------------------------------------------------------------------
r4551 | hendricks266 | 2014-07-22 18:48:00 -0700 (Tue, 22 Jul 2014) | 1 line

Re-add $(abspath ...) wrapping to libdirs to try and fix Synthesis.
------------------------------------------------------------------------
r4550 | hendricks266 | 2014-07-22 04:20:13 -0700 (Tue, 22 Jul 2014) | 1 line

Normalize all rotatesprite calls to fullscreen panels so that they are centered at (160, 100) instead of top-lefted at (0, 0).
------------------------------------------------------------------------
r4549 | hendricks266 | 2014-07-22 04:19:58 -0700 (Tue, 22 Jul 2014) | 1 line

Menus: Rearrange drawing so that MENUBAR (#2457) is always the first thing drawn after a menu's background, and its caption is always drawn last.
------------------------------------------------------------------------
r4548 | hendricks266 | 2014-07-22 04:19:45 -0700 (Tue, 22 Jul 2014) | 6 lines

Three Mac patches from rhoenie:
-sdlayer: Apple and GTK are not mutually exclusive.
-Makefile.common: Specify WITHOUT_GTK?=1 by default.
-Makefile: Limit linking with the QuickTime framework to OS X 10.6 and below.
One fix from me:
-osxbuild.sh: Fix building tools.
------------------------------------------------------------------------
r4547 | hendricks266 | 2014-07-22 04:19:25 -0700 (Tue, 22 Jul 2014) | 4 lines

Deal with a few common themes in downstream patches applied by OpenBSD, FreeBSD, Gentoo Linux, and possibly others.
-Respect CC and CXX if already set in the environment.
-Respect CFLAGS, CXXFLAGS, and LDFLAGS if set or specified.
-Give packagers the setting "PACKAGE_REPOSITORY=1" to prevent us from adding our own optimization parameters.
------------------------------------------------------------------------
r4546 | hendricks266 | 2014-07-22 04:19:13 -0700 (Tue, 22 Jul 2014) | 1 line

Handle a concern kludged by SlackBuilds (used by Slackware Linux and NetBSD) where a warning in texcache.c spams the log.
------------------------------------------------------------------------
r4545 | hendricks266 | 2014-07-22 04:18:59 -0700 (Tue, 22 Jul 2014) | 1 line

Apply/replicate patches from OpenBSD to dlopen .so names.
------------------------------------------------------------------------
r4544 | hendricks266 | 2014-07-22 04:18:41 -0700 (Tue, 22 Jul 2014) | 3 lines

Apply unpackssi_64bit_fix.patch from Gentoo Linux, with modifications.

https://bugs.gentoo.org/attachment.cgi?id=342598&action=edit
------------------------------------------------------------------------
r4543 | hendricks266 | 2014-07-22 00:25:54 -0700 (Tue, 22 Jul 2014) | 3 lines

Ball-busting Makefile restructure.

DONT_BUILD.
------------------------------------------------------------------------
r4542 | hendricks266 | 2014-07-22 00:25:09 -0700 (Tue, 22 Jul 2014) | 3 lines

Delete a bunch of crusty old outdated unused files.

DONT_BUILD.
------------------------------------------------------------------------
r4541 | hendricks266 | 2014-07-20 01:55:56 -0700 (Sun, 20 Jul 2014) | 3 lines

Replace the funkily-formatted GNU.TXT with the FSF's official gpl-2.0.txt. Also, update the FSF's address in all source files that contain it.

DONT_BUILD.
------------------------------------------------------------------------
r4540 | hendricks266 | 2014-07-10 02:01:48 -0700 (Thu, 10 Jul 2014) | 8 lines

Lunatic fixes:
1 compiler error.
2 compiler warnings.
1 runtime warning.

Note that at this time, CPLUSPLUS=1 LUNATIC=1 fails to build due to C++ function mangling, and Win64 Lunatic crashes.

DONT_BUILD.
------------------------------------------------------------------------
r4539 | hendricks266 | 2014-07-10 02:01:15 -0700 (Thu, 10 Jul 2014) | 6 lines

Windows: Update libraries.
- libpng to 1.6.12
- LuaJIT to Git HEAD >= 2.0.3
- instructions.txt

DONT_BUILD.
------------------------------------------------------------------------
See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.