------------------------------------------------------------------------ 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.