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

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

All Entries

SVN · 2014-08-31
CON BUILD FIX
2014.08.31.Log1031.txt 👤 helixhorned
engine.c: prevent a 64-bit multiply in dosetaspect(). DONT_BUILD.
SVN · 2014-08-16
BUILD FIX
2014.08.16.Log1028.txt 👤 helixhorned
Mapster32: fix possible integer overflow in loopinside(). This could happen when building outside the "classic" grid limits and would then lead to e.g. incorrect loop assignment on sector splitting. Bug reported by MetHy.
SVN · 2014-08-08
CON BUILD FIX
2014.08.08.Log1027.txt 👤 helixhorned
LunaCON: properly initialize values of session (NODEFAULT) gamevars.
SVN · 2014-08-08
CON BUILD FIX
2014.08.08.Log1027.txt 👤 helixhorned
Mapster32: prototypical checker for wall loops, enabled partially. Inspired by http://forums.duke4.net/topic/7506-tror-question/page__view__findpost__p__199151 the corruption checker now checks for certain conditions of the loops of each sector. Recall that CW loops are outer and CCW loops are inner. - If a sector has no or more than one outer loop, count that as corruption (level 4 and 3, respectively). - (Disabled) For sectors with exactly one outer loop, check that all inner ones are inside it. This is currently not compiled due to an asymmetry of loopinside() for degenerate cases, similar to pre-r3898 inside().
SVN · 2014-08-08
CON BUILD FIX
2014.08.08.Log1027.txt 👤 helixhorned
Clean up astub.c:CheckMapCorruption() and some build.c code a little. There are no intended changes of functionality, it's readability tweaks only.
SVN · 2014-08-08
CON BUILD FIX
2014.08.08.Log1027.txt 👤 helixhorned
A couple of Lunatic updates. DONT_BUILD. - LunaCON: support for setting userdef[].m_volume_number, getting .last_level - bump con_lang.MAXEVENTS - fix compilation of astub.c
SVN · 2014-08-08
CON BUILD FIX
2014.08.08.Log1027.txt 👤 hendricks266
Nuke rev.h. Note to MSVC users: You can get the revision number if you run `make rev o=obj` with MinGW before you build. DONT_BUILD.
SVN · 2014-08-08
CON BUILD FIX
2014.08.08.Log1027.txt 👤 hendricks266
Split parts of loadlookups() into generatefogpals() and fillemptylookups(), and move Duke-specific LOOKUP.DAT behavior to G_LoadLookups() in source/common.c, which contains the call to loadlookups() as factored out from astub.c and game.c. DONT_BUILD.
SVN · 2014-08-08
CON BUILD FIX
2014.08.08.Log1027.txt 👤 hendricks266
Move implementation details of Mapster32's sound system from m32exec.c into sounds_mapster32.c, and set up a sound system stub in KenBuild Editor. DONT_BUILD.
SVN · 2014-08-08
CON BUILD FIX
2014.08.08.Log1027.txt 👤 hendricks266
Progress towards KenBuild Editor, part 3. DONT_BUILD.
SVN · 2014-08-08
CON BUILD FIX
2014.08.08.Log1027.txt 👤 hendricks266
Move code non-specific to Duke Nukem 3D from astub.c to a new m32common.c. DONT_BUILD.
SVN · 2014-08-08
CON BUILD FIX
2014.08.08.Log1027.txt 👤 hendricks266
Progress towards KenBuild Editor, part 2. DONT_BUILD.
SVN · 2014-08-08
CON BUILD FIX
2014.08.08.Log1027.txt 👤 hendricks266
Move code non-specific to Duke Nukem 3D from source/common.c to a new build/src/common.c. DONT_BUILD.
SVN · 2014-08-08
CON BUILD FIX
2014.08.08.Log1027.txt 👤 hendricks266
Progress towards KenBuild Editor, part 1. DONT_BUILD.
SVN · 2014-08-08
CON BUILD FIX
2014.08.08.Log1027.txt 👤 hendricks266
Elimininate some codedup between game.c and astub.c. DONT_BUILD.
SVN · 2014-08-08
CON BUILD FIX
2014.08.08.Log1027.txt 👤 hendricks266
Fix C++ -Woverflow warnings in KenBuild. DONT_BUILD.
SVN · 2014-08-08
CON BUILD FIX
2014.08.08.Log1027.txt 👤 hendricks266
Delete empty folders and update ignore properties. DONT_BUILD.
SVN · 2014-08-08
CON BUILD FIX
2014.08.08.Log1027.txt 👤 hendricks266
MSVC build system consolidation. DONT_BUILD.
SVN · 2014-07-22
BUILD FIX
2014.07.22.Log1026.txt 👤 hendricks266
Re-add $(abspath ...) wrapping to libdirs to try and fix Synthesis.
SVN · 2014-07-22
BUILD FIX
2014.07.22.Log1026.txt 👤 hendricks266
Normalize all rotatesprite calls to fullscreen panels so that they are centered at (160, 100) instead of top-lefted at (0, 0).
SVN · 2014-07-22
BUILD FIX
2014.07.22.Log1026.txt 👤 hendricks266
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.
SVN · 2014-07-22
BUILD FIX
2014.07.22.Log1026.txt 👤 hendricks266
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.
SVN · 2014-07-22
BUILD FIX
2014.07.22.Log1026.txt 👤 hendricks266
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.
SVN · 2014-07-22
BUILD FIX
2014.07.22.Log1026.txt 👤 hendricks266
Handle a concern kludged by SlackBuilds (used by Slackware Linux and NetBSD) where a warning in texcache.c spams the log.
SVN · 2014-07-22
BUILD FIX
2014.07.22.Log1026.txt 👤 hendricks266
Apply/replicate patches from OpenBSD to dlopen .so names.
SVN · 2014-07-22
BUILD FIX
2014.07.22.Log1026.txt 👤 hendricks266
Apply unpackssi_64bit_fix.patch from Gentoo Linux, with modifications. https://bugs.gentoo.org/attachment.cgi?id=342598&action=edit
SVN · 2014-07-22
BUILD FIX
2014.07.22.Log1026.txt 👤 hendricks266
Ball-busting Makefile restructure. DONT_BUILD.
SVN · 2014-07-22
BUILD FIX
2014.07.22.Log1026.txt 👤 hendricks266
Delete a bunch of crusty old outdated unused files. DONT_BUILD.
SVN · 2014-07-22
BUILD FIX
2014.07.22.Log1026.txt 👤 hendricks266
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.
SVN · 2014-07-22
BUILD FIX
2014.07.22.Log1026.txt 👤 hendricks266
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.
SVN · 2014-07-22
BUILD FIX
2014.07.22.Log1026.txt 👤 hendricks266
Windows: Update libraries. - libpng to 1.6.12 - LuaJIT to Git HEAD >= 2.0.3 - instructions.txt DONT_BUILD.
SVN · 2014-07-06
BUILD FIX
2014.07.06.Log1025.txt 👤 hendricks266
Miscellaneous get/set(this)projectile cleanup.
SVN · 2014-07-05
BUILD FIX
2014.07.05.Log1024.txt 👤 terminx
I don't even remember which platform this fixes building on... probably MSVC. Cleaning out my tree.
SVN · 2014-07-05
BUILD FIX
2014.07.05.Log1024.txt 👤 terminx
Add support for pressing backspace to go up one dir in the file selector in Mapster32
SVN · 2014-07-05
BUILD
2014.07.05.Log1023.txt 👤 terminx
Enable -usecwd for Mapster32 on Windows (same functionality as EDuke32)
SVN · 2014-06-22
FIX
2014.06.22.Log1022.txt 👤 hendricks266
Keep track of allocated cache space for ANM files so they aren't allocated multiple times. Also, unlock the handles after playback is done so they can be freed if necessary.
SVN · 2014-06-22
CON FIX
2014.06.22.Log1021.txt 👤 hendricks266
Fix a warning in menus.c, introduced in r4519.
SVN · 2014-06-22
CON FIX
2014.06.22.Log1021.txt 👤 hendricks266
Allow EVENT_SOUND to return -1 to cancel a sound without printing a warning to the console and log. NOTE: Other negative values are reserved!
SVN · 2014-06-21
FIX
2014.06.21.Log1020.txt 👤 hendricks266
Fix a display error with the bonus screen when a map's 3DR time was zero.
SVN · 2014-06-16
CON FIX
2014.06.16.Log1019.txt 👤 hendricks266
By request, implement EVENT_ACTIVATECHEAT.
Page 68 / 116 - 50 per page First · Previous · Next · Last