.. |
misc
|
Moved build to a subdir underneath the eduke32 dir to avoid people trying to compile from the build src dir by mistake
|
2008-10-20 03:09:19 +00:00 |
tmp
|
Moved build to a subdir underneath the eduke32 dir to avoid people trying to compile from the build src dir by mistake
|
2008-10-20 03:09:19 +00:00 |
util
|
Couple weeks worth of random bs changes
|
2009-08-28 23:08:00 +00:00 |
a-c.c
|
new version of astyle
|
2009-02-19 16:47:54 +00:00 |
a.masm
|
MSVC fixes + clean out tree
|
2009-06-05 20:09:13 +00:00 |
a.nasm
|
Moved build to a subdir underneath the eduke32 dir to avoid people trying to compile from the build src dir by mistake
|
2008-10-20 03:09:19 +00:00 |
a.wasm
|
Moved build to a subdir underneath the eduke32 dir to avoid people trying to compile from the build src dir by mistake
|
2008-10-20 03:09:19 +00:00 |
baselayer.c
|
Checks for required GPU/OpenGL functionality when initializing Polymer and fallbacks to Polymost if appropriate. This should prevent crashes when trying to run Polymer on older GPUs/drivers.
|
2009-09-30 01:26:13 +00:00 |
build.c
|
another one...
|
2009-10-01 20:14:36 +00:00 |
cache1d.c
|
git-svn-id: https://svn.eduke32.com/eduke32@1479 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-07-29 21:56:56 +00:00 |
compat.c
|
Use C versions of divscale##() instead of asm to work around an overflow with drawmapview(), get rid of leftover custom 'int64' type in favor of int64_t, other minor fixes
|
2009-09-09 07:19:14 +00:00 |
config.c
|
small m32 changes
|
2009-10-01 19:43:15 +00:00 |
crc32.c
|
ass rape
|
2009-01-09 09:29:17 +00:00 |
defs.c
|
More memory pool crap, startup window log update fixes, gameland light changes and minor polymer fixes
|
2009-06-13 21:06:45 +00:00 |
dynamicgtk.c
|
ass rape
|
2009-01-09 09:29:17 +00:00 |
engine.c
|
small m32 changes
|
2009-10-01 19:43:15 +00:00 |
engine_priv.h
|
mapster32: more logical "bottom walls swapped"-bit handling; misc. cleanups
|
2009-07-25 20:16:22 +00:00 |
fastlz.c
|
Replace LibLZF with FastLZ (http://www.fastlz.org/lzf.htm)
|
2009-07-09 03:54:18 +00:00 |
glbuild.c
|
Improved mouse aiming for Mapster32 (not yet in action)
|
2009-07-11 22:20:15 +00:00 |
gtkbits.c
|
git-svn-id: https://svn.eduke32.com/eduke32@1206 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-01-10 07:38:50 +00:00 |
hightile.c
|
Nothing important
|
2009-04-16 06:41:24 +00:00 |
kplib.c
|
Misc
|
2009-09-28 00:01:06 +00:00 |
lzwnew.c
|
Cleaning out tree... some light changes, polymer memory pools, some meaningless optimizations, etc
|
2009-06-09 06:19:58 +00:00 |
md4.c
|
Cleaning out tree... some light changes, polymer memory pools, some meaningless optimizations, etc
|
2009-06-09 06:19:58 +00:00 |
mdsprite.c
|
fix building with MSVC after Helixhorned's commit
|
2009-07-12 01:55:34 +00:00 |
mmulti.c
|
Cleaning out tree... some light changes, polymer memory pools, some meaningless optimizations, etc
|
2009-06-09 06:19:58 +00:00 |
mmulti_null.c
|
git-svn-id: https://svn.eduke32.com/eduke32@1206 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-01-10 07:38:50 +00:00 |
mmulti_unstable.c
|
Clean out tree... misc changes
|
2009-07-24 02:31:34 +00:00 |
nedmalloc.c
|
update nedmalloc to r1116
|
2009-09-30 22:19:57 +00:00 |
osd.c
|
Generic non-descript commit message
|
2009-06-24 08:20:10 +00:00 |
osxbits.m
|
Moved build to a subdir underneath the eduke32 dir to avoid people trying to compile from the build src dir by mistake
|
2008-10-20 03:09:19 +00:00 |
polymer.c
|
More corrupt map fixes
|
2009-10-01 00:50:20 +00:00 |
polymost.c
|
Custom aspect ratio support for Polymer: r_pr_customaspect. Implements bug 2799107.
|
2009-09-30 14:32:11 +00:00 |
pragmas.c
|
Remove dead copy protection and watcom support code, fix structure alignment and packing issues preventing Polymer from working with MSVC, enable link time code generation (whole program optimization) for MSVC builds, fix most warnings showing up in MSVC with /w2, add pulsating dynamic lights when holding the shrinker or expander
|
2009-07-09 02:29:48 +00:00 |
scriptfile.c
|
Cleaning out tree... some light changes, polymer memory pools, some meaningless optimizations, etc
|
2009-06-09 06:19:58 +00:00 |
sdlayer.c
|
small m32 changes
|
2009-10-01 19:43:15 +00:00 |
smalltextfont.c
|
Moved build to a subdir underneath the eduke32 dir to avoid people trying to compile from the build src dir by mistake
|
2008-10-20 03:09:19 +00:00 |
startgtk.editor.c
|
ass rape
|
2009-01-09 09:29:17 +00:00 |
StartupWinController.editor.m
|
Moved build to a subdir underneath the eduke32 dir to avoid people trying to compile from the build src dir by mistake
|
2008-10-20 03:09:19 +00:00 |
startwin.editor.c
|
Cleaning out tree... some light changes, polymer memory pools, some meaningless optimizations, etc
|
2009-06-09 06:19:58 +00:00 |
textfont.c
|
Generic non-descript commit message
|
2009-06-24 08:20:10 +00:00 |
winlayer.c
|
Corrupt map fixes
|
2009-10-01 00:28:40 +00:00 |