.. |
Apple
|
Patch from Marcus Herbert to add OSX support
|
2008-08-20 22:58:09 +00:00 |
build
|
Fix the lighting model so that lights don't get the modulated diffuse (defeats the purpose if they do, since you wouldn't be able to light a fully shaded room). That means the highpal lookup has to be performed twice now, once with the modulated diffuse to apply to the result and once with no modulation to make a diffuse that the lighting code can use. That means that lighting isn't 100% accurate with respect to the highpal result, but that's the best approach I could think of.
|
2011-01-18 01:34:39 +00:00 |
eobj
|
Importing source for great justice
|
2006-04-13 20:47:06 +00:00 |
eobj_win
|
1. Removed unneeded the svn:executable proprties. These files aren't actually executable.
|
2008-07-12 14:09:52 +00:00 |
installer
|
1. Removed unneeded the svn:executable proprties. These files aren't actually executable.
|
2008-07-12 14:09:52 +00:00 |
obj
|
Importing source for great justice
|
2006-04-13 20:47:06 +00:00 |
obj_win
|
1. Removed unneeded the svn:executable proprties. These files aren't actually executable.
|
2008-07-12 14:09:52 +00:00 |
psd
|
git-svn-id: https://svn.eduke32.com/eduke32@1653 1a8010ca-5511-0410-912e-c29ae57300e0
|
2010-05-25 11:00:42 +00:00 |
rsrc
|
Updated synthesis script, moved some non-essential files around, updated license headers on all non-BUILDLIC files, added memory cache on top of texcache to improve load times, moved some duplicated keyboard handling stuff from winlayer/sdlayer to baselayer, fixed keypad / in Mapster32 tile selector, fixed bug where p->rotscrnang and p->look_ang never reset to 0, added support for reloading maphack based polymer lights after mode changes/savegame loads, other minor changes
|
2010-05-25 10:56:00 +00:00 |
samples
|
Too much stuff for one commit.
|
2011-01-16 00:23:39 +00:00 |
source
|
Manage base palette as IDs instead of passing pointers around ($10 says I broke something). Corresponding engine change will be coming up; this is in prevision of highpal handling of game palettes.
|
2011-01-17 03:49:34 +00:00 |
backtrace.dll
|
Pull in backtrace.c (pre-compiled as backtrace.dll and MinGW dependencies) from http://code.google.com/p/backtrace-mingw. When running debugging snapshots, this will print out a helpful backtrace in eduke32.crashlog. I had to disable stack protectors for debug builds as this was pulling in a dependency that I assume most people won't have. If anyone feels like merging that code into EDuke32 itself and find a way to remove the ugly libintl dependencies, be my guest. In the meantime, sorry for the awful commit.
|
2010-10-19 05:42:21 +00:00 |
buildlic.txt
|
1. Removed unneeded the svn:executable proprties. These files aren't actually executable.
|
2008-07-12 14:09:52 +00:00 |
ChangeLog
|
git-svn-id: https://svn.eduke32.com/eduke32@997 1a8010ca-5511-0410-912e-c29ae57300e0
|
2008-08-22 04:26:26 +00:00 |
ChangeLog.html
|
Update repo to 1.4.0 beta 2
|
2006-07-18 21:08:38 +00:00 |
eduke32.sln
|
Source code "cleanup," herein referred to as "rape"
|
2010-05-02 23:27:30 +00:00 |
eduke32.vcproj
|
Very few actual changes... mostly formatting fixes from astyle
|
2010-01-23 22:12:02 +00:00 |
eduke32.vcxproj
|
Global thermonuclear code rape
|
2010-08-02 08:13:51 +00:00 |
eduke32.vcxproj.filters
|
Global thermonuclear code rape
|
2010-08-02 08:13:51 +00:00 |
eduke32.vcxproj.user
|
Source code "cleanup," herein referred to as "rape"
|
2010-05-02 23:27:30 +00:00 |
GNU.TXT
|
Importing source for great justice
|
2006-04-13 20:47:06 +00:00 |
libiconv2.dll
|
Pull in backtrace.c (pre-compiled as backtrace.dll and MinGW dependencies) from http://code.google.com/p/backtrace-mingw. When running debugging snapshots, this will print out a helpful backtrace in eduke32.crashlog. I had to disable stack protectors for debug builds as this was pulling in a dependency that I assume most people won't have. If anyone feels like merging that code into EDuke32 itself and find a way to remove the ugly libintl dependencies, be my guest. In the meantime, sorry for the awful commit.
|
2010-10-19 05:42:21 +00:00 |
libintl3.dll
|
Pull in backtrace.c (pre-compiled as backtrace.dll and MinGW dependencies) from http://code.google.com/p/backtrace-mingw. When running debugging snapshots, this will print out a helpful backtrace in eduke32.crashlog. I had to disable stack protectors for debug builds as this was pulling in a dependency that I assume most people won't have. If anyone feels like merging that code into EDuke32 itself and find a way to remove the ugly libintl dependencies, be my guest. In the meantime, sorry for the awful commit.
|
2010-10-19 05:42:21 +00:00 |
m32help.hlp
|
Mapster32: make sector keep old firstwall when adding inner loop, rewrite setfirstwall to use malloc'ed memory for temp storage instead of end of sector[], reintroduce correct searchwall determination in Polymer mouse picker (intersection of xy projection of aiming ray with wall); added commands to m32script: shiftvarvar[lr], ifhighlighted, ifin3dmode, updatehighlight, sethighlight; coded prototype terrain helper based on isolines and triangle strips.
|
2010-09-30 23:05:40 +00:00 |
MakeDistributions
|
Source code "cleanup," herein referred to as "rape"
|
2010-05-02 23:27:30 +00:00 |
Makefile
|
Build game_banner.o and editor_banner.o with -Wno-pointer-sign.
|
2011-01-16 03:43:48 +00:00 |
Makefile.common
|
Define OV_EXCLUDE_STATIC_CALLBACKS before including vorbisfile.h to avoid having some unused global structures (and warnings) around.
|
2011-01-16 07:19:29 +00:00 |
Makefile.deps
|
Global thermonuclear code rape
|
2010-08-02 08:13:51 +00:00 |
Makefile.msvc
|
Global thermonuclear code rape
|
2010-08-02 08:13:51 +00:00 |
names.h
|
Updated synthesis script, moved some non-essential files around, updated license headers on all non-BUILDLIC files, added memory cache on top of texcache to improve load times, moved some duplicated keyboard handling stuff from winlayer/sdlayer to baselayer, fixed keypad / in Mapster32 tile selector, fixed bug where p->rotscrnang and p->look_ang never reset to 0, added support for reloading maphack based polymer lights after mode changes/savegame loads, other minor changes
|
2010-05-25 10:56:00 +00:00 |
nedmalloc.dll
|
Updated synthesis script, moved some non-essential files around, updated license headers on all non-BUILDLIC files, added memory cache on top of texcache to improve load times, moved some duplicated keyboard handling stuff from winlayer/sdlayer to baselayer, fixed keypad / in Mapster32 tile selector, fixed bug where p->rotscrnang and p->look_ang never reset to 0, added support for reloading maphack based polymer lights after mode changes/savegame loads, other minor changes
|
2010-05-25 10:56:00 +00:00 |
SEHELP.HLP
|
Global thermonuclear code rape
|
2010-08-02 08:13:51 +00:00 |
STHELP.HLP
|
Global thermonuclear code rape
|
2010-08-02 08:13:51 +00:00 |