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

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

Detail

2017.06.09.Log1275.txt

📄SVN 📅2017-06-09 💾6,5 KB 27 Parsed entries BUILD FIX

Revision r6170

Another attempt at fixing Polymost z-fighting. Probably still sucks! :)

Revision r6169

Fix window title in EDUKE32_STANDALONE builds. DONT_BUILD.

Revision r6168

Minor optimization

Revision r6167

Change savegame filenames from dukesav#.esv to save#.esv.

Revision r6166

The most minor of minor optimizations. DONT_BUILD.

Revision r6165

Fix missed label for sectoreffector tag. DONT_BUILD.

Revision r6164

Polymost: fix texture panning floatiness on slight slopes

Revision r6163

libxmp-lite: Changes to build as C++: Apparently an extern declaration must be present for the compiler to expose the symbols of struct objects.

Revision r6162

libxmp-lite: Changes to build as C++: pointer casting

Revision r6161

libxmp-lite: Changes to build as C++: Structs within other structs cannot be referred to by just the innermost name, and the using keyword does not work either. Split them out into the top level.

Revision r6160

libxmp-lite: Changes to build (in C mode).

Revision r6159

Makefile: Add libxmp-lite, replacing static linking to a library that was uncommon in Linux and Mac package managers.

Revision r6158

Add unmodified libxmp-lite sources from its Git repository.

Revision r6157

Makefile: Add LPeg sources, replacing the haphazard static linking that required a custom-built library in a hardcoded location.

Revision r6156

LPeg: Necessary changes for building in our environment and with our project. See lpeg-lunatic.patch.

Revision r6155

Add unmodified sources for LPeg 1.0.1.

Revision r6154

Makefile: Move the ENet group up into a new section for libraries that are not ours but included in our repository.

Revision r6153

Makefile: Remove manual assembly of object file lists and replace it with a system for tracking dependencies between groups.

Revision r6152

Makefile: Rename some groups so that the part before the first _ corresponds to the parent group that has _SRC and _OBJ defines.

Revision r6151

Makefile: Remove $(LUNATIC_LUA_PREFIX).

Revision r6150

Makefile: Move duke3d and engine directory definitions to their proper spots, as they no longer need early definition after the great repository rearrangement.

Revision r6149

Makefile: Update heading comments.

Revision r6148

Makefile: Remove printing of compiler/assembler/linker options at build start. Use PRETTY_OUTPUT=0 if you need that information.

Revision r6147

Common.mak: Massive reorganization/cleanup.

Any functional changes are incidental and minor, other than the outright removals.

Revision r6146

Add perl.exe.stackdump to .gitignore.

Revision r6145

Rename savegame.lua to lunasave.lua to avoid a collision with savegame.cpp. DONT_BUILD.

Revision r6144

Fix an extern "C" that was collateral damage in the last push. Fixes Lunatic build. DONT_BUILD.
Raw Content
------------------------------------------------------------------------
r6171 | hendricks266 | 2017-06-09 00:00:07 -0700 (Fri, 09 Jun 2017) | 1 line

Amend r6150.
------------------------------------------------------------------------
r6170 | terminx | 2017-06-08 23:41:45 -0700 (Thu, 08 Jun 2017) | 1 line

Another attempt at fixing Polymost z-fighting. Probably still sucks! :)
------------------------------------------------------------------------
r6169 | terminx | 2017-06-08 23:41:39 -0700 (Thu, 08 Jun 2017) | 1 line

Fix window title in EDUKE32_STANDALONE builds. DONT_BUILD.
------------------------------------------------------------------------
r6168 | terminx | 2017-06-08 23:41:33 -0700 (Thu, 08 Jun 2017) | 1 line

Minor optimization
------------------------------------------------------------------------
r6167 | terminx | 2017-06-08 23:41:28 -0700 (Thu, 08 Jun 2017) | 1 line

Change savegame filenames from dukesav#.esv to save#.esv.
------------------------------------------------------------------------
r6166 | terminx | 2017-06-08 23:41:23 -0700 (Thu, 08 Jun 2017) | 1 line

The most minor of minor optimizations. DONT_BUILD.
------------------------------------------------------------------------
r6165 | terminx | 2017-06-08 23:41:17 -0700 (Thu, 08 Jun 2017) | 1 line

Fix missed label for sectoreffector tag. DONT_BUILD.
------------------------------------------------------------------------
r6164 | terminx | 2017-06-08 23:40:17 -0700 (Thu, 08 Jun 2017) | 1 line

Polymost: fix texture panning floatiness on slight slopes
------------------------------------------------------------------------
r6163 | hendricks266 | 2017-06-08 23:40:07 -0700 (Thu, 08 Jun 2017) | 1 line

libxmp-lite: Changes to build as C++: Apparently an extern declaration must be present for the compiler to expose the symbols of struct objects.
------------------------------------------------------------------------
r6162 | hendricks266 | 2017-06-08 23:39:59 -0700 (Thu, 08 Jun 2017) | 1 line

libxmp-lite: Changes to build as C++: pointer casting
------------------------------------------------------------------------
r6161 | hendricks266 | 2017-06-08 23:39:52 -0700 (Thu, 08 Jun 2017) | 1 line

libxmp-lite: Changes to build as C++: Structs within other structs cannot be referred to by just the innermost name, and the using keyword does not work either. Split them out into the top level.
------------------------------------------------------------------------
r6160 | hendricks266 | 2017-06-08 23:39:48 -0700 (Thu, 08 Jun 2017) | 1 line

libxmp-lite: Changes to build (in C mode).
------------------------------------------------------------------------
r6159 | hendricks266 | 2017-06-08 23:39:42 -0700 (Thu, 08 Jun 2017) | 1 line

Makefile: Add libxmp-lite, replacing static linking to a library that was uncommon in Linux and Mac package managers.
------------------------------------------------------------------------
r6158 | hendricks266 | 2017-06-08 23:39:37 -0700 (Thu, 08 Jun 2017) | 1 line

Add unmodified libxmp-lite sources from its Git repository.
------------------------------------------------------------------------
r6157 | hendricks266 | 2017-06-08 23:39:21 -0700 (Thu, 08 Jun 2017) | 1 line

Makefile: Add LPeg sources, replacing the haphazard static linking that required a custom-built library in a hardcoded location.
------------------------------------------------------------------------
r6156 | hendricks266 | 2017-06-08 23:39:18 -0700 (Thu, 08 Jun 2017) | 1 line

LPeg: Necessary changes for building in our environment and with our project. See lpeg-lunatic.patch.
------------------------------------------------------------------------
r6155 | hendricks266 | 2017-06-08 23:39:11 -0700 (Thu, 08 Jun 2017) | 1 line

Add unmodified sources for LPeg 1.0.1.
------------------------------------------------------------------------
r6154 | hendricks266 | 2017-06-08 23:39:04 -0700 (Thu, 08 Jun 2017) | 1 line

Makefile: Move the ENet group up into a new section for libraries that are not ours but included in our repository.
------------------------------------------------------------------------
r6153 | hendricks266 | 2017-06-08 23:39:01 -0700 (Thu, 08 Jun 2017) | 1 line

Makefile: Remove manual assembly of object file lists and replace it with a system for tracking dependencies between groups.
------------------------------------------------------------------------
r6152 | hendricks266 | 2017-06-08 23:38:58 -0700 (Thu, 08 Jun 2017) | 1 line

Makefile: Rename some groups so that the part before the first _ corresponds to the parent group that has _SRC and _OBJ defines.
------------------------------------------------------------------------
r6151 | hendricks266 | 2017-06-08 23:38:55 -0700 (Thu, 08 Jun 2017) | 1 line

Makefile: Remove $(LUNATIC_LUA_PREFIX).
------------------------------------------------------------------------
r6150 | hendricks266 | 2017-06-08 23:38:52 -0700 (Thu, 08 Jun 2017) | 1 line

Makefile: Move duke3d and engine directory definitions to their proper spots, as they no longer need early definition after the great repository rearrangement.
------------------------------------------------------------------------
r6149 | hendricks266 | 2017-06-08 23:38:49 -0700 (Thu, 08 Jun 2017) | 1 line

Makefile: Update heading comments.
------------------------------------------------------------------------
r6148 | hendricks266 | 2017-06-08 23:38:46 -0700 (Thu, 08 Jun 2017) | 1 line

Makefile: Remove printing of compiler/assembler/linker options at build start. Use PRETTY_OUTPUT=0 if you need that information.
------------------------------------------------------------------------
r6147 | hendricks266 | 2017-06-08 23:38:42 -0700 (Thu, 08 Jun 2017) | 3 lines

Common.mak: Massive reorganization/cleanup.

Any functional changes are incidental and minor, other than the outright removals.
------------------------------------------------------------------------
r6146 | hendricks266 | 2017-06-08 23:38:33 -0700 (Thu, 08 Jun 2017) | 1 line

Add perl.exe.stackdump to .gitignore.
------------------------------------------------------------------------
r6145 | hendricks266 | 2017-06-06 22:56:35 -0700 (Tue, 06 Jun 2017) | 1 line

Rename savegame.lua to lunasave.lua to avoid a collision with savegame.cpp. DONT_BUILD.
------------------------------------------------------------------------
r6144 | hendricks266 | 2017-06-06 22:13:54 -0700 (Tue, 06 Jun 2017) | 1 line

Fix an extern "C" that was collateral damage in the last push. Fixes Lunatic build. DONT_BUILD.
------------------------------------------------------------------------
See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.