hendricks266
|
e0ab25a24c
|
More Android build changes. DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@5719 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-05-11 01:03:56 +00:00 |
|
hendricks266
|
0331870c1b
|
A quick hack so that Mapster can load more pre-v7 PALETTE.DAT files.
git-svn-id: https://svn.eduke32.com/eduke32@5718 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-05-05 19:50:22 +00:00 |
|
hendricks266
|
3cba791f5b
|
Some stuff for using clang to build on Android. DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@5717 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-05-04 08:26:08 +00:00 |
|
hendricks266
|
93a86e2840
|
Enable LIBDIVIDE_USE_SSE2 under x86_64 builds or if the binary is built with SSE2 optimizations.
git-svn-id: https://svn.eduke32.com/eduke32@5716 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-05-04 00:25:27 +00:00 |
|
hendricks266
|
61fe1c554a
|
GL ES: Interpreting glGetError as always meaning "this internal texture format doesn't work" is too dangerous to keep in the live code (not to mention wasteful). Move it to a new and improved Polymost_InitDummyTexture, now called Polymost_DetermineTextureFormatSupport.
git-svn-id: https://svn.eduke32.com/eduke32@5715 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-05-04 00:25:24 +00:00 |
|
hendricks266
|
b8f22a6d9c
|
Polymost: Factor out the ETC block preparation by moving the ETC function decision from Polymost_SendTexToDriver into Polymost_PickETCFunction.
git-svn-id: https://svn.eduke32.com/eduke32@5714 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-05-04 00:25:20 +00:00 |
|
hendricks266
|
868306abef
|
Polymost: Allow compressed ART tiles (r_texcompr 2) to be cached.
git-svn-id: https://svn.eduke32.com/eduke32@5713 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-05-04 00:25:17 +00:00 |
|
hendricks266
|
b40f9b5b80
|
You'll Cowards Don't Even Indent
git-svn-id: https://svn.eduke32.com/eduke32@5712 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-05-04 00:25:13 +00:00 |
|
hendricks266
|
73459ede47
|
Polymost: Tweak the "don't upload textures with dimension > xdim" GL ES rule to limit to the power of two greater than xdim instead of less than it.
git-svn-id: https://svn.eduke32.com/eduke32@5711 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-05-04 00:25:10 +00:00 |
|
hendricks266
|
84a2695cdc
|
Polymost: Clean up and rearrange some texcache code. No functional changes.
git-svn-id: https://svn.eduke32.com/eduke32@5710 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-05-04 00:25:06 +00:00 |
|
hendricks266
|
d1266434f1
|
Polymost: Call texcache_calcid once per texture instead of twice. Clean it up a little while we're at it.
git-svn-id: https://svn.eduke32.com/eduke32@5709 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-05-04 00:25:02 +00:00 |
|
hendricks266
|
9db5f7e44f
|
Ensure that game backgrounds that sometimes get drawn with orientation&64 always get drawn with orientation&64 to avoid wasting RAM.
git-svn-id: https://svn.eduke32.com/eduke32@5708 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-05-04 00:24:55 +00:00 |
|
hendricks266
|
5c95eb842a
|
Small tweaks to Android.mk.
git-svn-id: https://svn.eduke32.com/eduke32@5707 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-05-02 18:29:41 +00:00 |
|
hendricks266
|
93349bd8e0
|
Add a hack so that when exit() is called on Android, we instead longjmp to main() and return from there.
git-svn-id: https://svn.eduke32.com/eduke32@5706 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-05-02 18:29:38 +00:00 |
|
hendricks266
|
1fcf91d933
|
Defs: Add "artquality" subtoken to textures, model skins, and skyboxes, which grants the texture HICR_ARTIMMUNITY. In effect, this implies "nodownsize" and signals that texture compression would be undesirable, but okay using r_texcompr mode 2 (aggressive).
git-svn-id: https://svn.eduke32.com/eduke32@5705 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-05-02 18:29:35 +00:00 |
|
hendricks266
|
b529af4b55
|
In polymost_glinit, pass a dummy 4x4 texture to uploadtexture in order to detect what compressed texture formats are acceptable without wasting time compressing the first texture it encounters, such as the 3D Realms screen, in case the graphics chip won't take it.
git-svn-id: https://svn.eduke32.com/eduke32@5704 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-05-02 18:29:32 +00:00 |
|
hendricks266
|
9b4957aa17
|
Models: This seems like a bugfix.
git-svn-id: https://svn.eduke32.com/eduke32@5703 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-05-02 18:29:28 +00:00 |
|
hendricks266
|
5c9933439e
|
Fix an unused variable warning introduced in r5696.
git-svn-id: https://svn.eduke32.com/eduke32@5702 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-05-02 18:29:25 +00:00 |
|
hendricks266
|
5f824d02f6
|
Revert post-r5496 warning cleanup.
git-svn-id: https://svn.eduke32.com/eduke32@5701 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-05-02 18:29:21 +00:00 |
|
terminx
|
6173a8c339
|
Revert r5496
git-svn-id: https://svn.eduke32.com/eduke32@5700 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-04-13 04:04:13 +00:00 |
|
terminx
|
958cdfbcbd
|
Tweak nofog, DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@5699 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-04-13 04:04:07 +00:00 |
|
terminx
|
21212558d5
|
Disable prompt to upgrade from the shareware version after 50 runs
git-svn-id: https://svn.eduke32.com/eduke32@5698 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-04-13 04:04:03 +00:00 |
|
terminx
|
5927047a3b
|
Allow turning off the jetpack or HoloDuke while looking through a security monitor
git-svn-id: https://svn.eduke32.com/eduke32@5697 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-04-13 04:03:59 +00:00 |
|
terminx
|
552c88b879
|
Lookup tables for mapping inventory item indexes to icons (and vice versa). DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@5696 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-04-13 04:03:55 +00:00 |
|
terminx
|
f93e06ffd4
|
This file lives elsewhere now. DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@5695 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-04-13 04:03:49 +00:00 |
|
hendricks266
|
1254ce06d9
|
Polymost: Fix shading on ART tiles with fullbrights displayed without masking, such as on a whitewall.
git-svn-id: https://svn.eduke32.com/eduke32@5694 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-04-06 03:07:52 +00:00 |
|
hendricks266
|
38553fc0e3
|
Menus: Adjust the way bottom edges are clipped in rotatesprite to better handle tall text, or text with long Q tails.
git-svn-id: https://svn.eduke32.com/eduke32@5693 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-04-06 03:07:47 +00:00 |
|
hendricks266
|
2c9b4d7336
|
A potential fix for the "loading sounds and music from zip files" bug.
git-svn-id: https://svn.eduke32.com/eduke32@5692 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-04-01 23:02:23 +00:00 |
|
hendricks266
|
b879597dd4
|
OS X: Only build the SDLMain object with SDL 1.2.
git-svn-id: https://svn.eduke32.com/eduke32@5691 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-03-28 05:16:18 +00:00 |
|
hendricks266
|
b3f2532bb5
|
GL ES: Introduce ETC1 and (alpha-less) ETC2 texture compression, which improves performance by using less VRAM and requiring shorter data bus transfers.
git-svn-id: https://svn.eduke32.com/eduke32@5690 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-03-28 05:16:14 +00:00 |
|
hendricks266
|
c942d9c4b9
|
etcpak: Modify ProcessRGB to take input in RGBA format instead of BGRA.
git-svn-id: https://svn.eduke32.com/eduke32@5689 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-03-28 05:16:09 +00:00 |
|
hendricks266
|
6c13494fca
|
etcpak: Enforce C linkage on the ProcessRGB functions.
git-svn-id: https://svn.eduke32.com/eduke32@5688 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-03-28 05:16:05 +00:00 |
|
hendricks266
|
7b639accc1
|
etcpak: Replace use of std::array (which seems not to exist under all compilers) with simple custom class.
git-svn-id: https://svn.eduke32.com/eduke32@5687 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-03-28 05:16:02 +00:00 |
|
hendricks266
|
b4d59a287d
|
etcpak: Replace x86-specific _bswap intrinsic with custom byteswap function (which a good compiler should treat identically anyway).
git-svn-id: https://svn.eduke32.com/eduke32@5686 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-03-28 05:15:59 +00:00 |
|
hendricks266
|
f07aebfc28
|
etcpak: Remove C++11 dependency on cstdint when compiling with an earlier standard revision.
git-svn-id: https://svn.eduke32.com/eduke32@5685 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-03-28 05:15:56 +00:00 |
|
hendricks266
|
6fb3ac4fab
|
etcpak: Modify include guard tokens to conform to the C and C++ standards by not using underscore prefixes.
git-svn-id: https://svn.eduke32.com/eduke32@5684 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-03-28 05:15:52 +00:00 |
|
hendricks266
|
a98e36e095
|
etcpak: Remove SSE4.1 and AVX2 support.
They are of no use to us on ARM.
git-svn-id: https://svn.eduke32.com/eduke32@5683 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-03-28 05:15:48 +00:00 |
|
hendricks266
|
7a940a255f
|
etcpak: The fma function is not a member of the std namespace.
git-svn-id: https://svn.eduke32.com/eduke32@5682 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-03-28 05:15:44 +00:00 |
|
hendricks266
|
b2339862ce
|
etcpak: Fix type problem in ProcessRGB_ETC2.
git-svn-id: https://svn.eduke32.com/eduke32@5681 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-03-28 05:15:41 +00:00 |
|
hendricks266
|
33634859c6
|
Add the ETC compression algorithm portions of etcpak to the repository, with no modifications.
git-svn-id: https://svn.eduke32.com/eduke32@5680 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-03-28 05:15:37 +00:00 |
|
hendricks266
|
bd6c92926e
|
Fix Android warnings missed due to Android.mk misconfiguration.
git-svn-id: https://svn.eduke32.com/eduke32@5679 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-03-28 05:15:32 +00:00 |
|
hendricks266
|
fdf4f2d74b
|
Fix warnings pointed out by Xcode.
git-svn-id: https://svn.eduke32.com/eduke32@5678 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-03-28 05:15:27 +00:00 |
|
hendricks266
|
e1ee089da5
|
Android: Minor build system cleanup.
git-svn-id: https://svn.eduke32.com/eduke32@5677 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-03-28 05:15:23 +00:00 |
|
hendricks266
|
7e12cf2a83
|
jwzgles: Add glCompressedTexImage2D and glCompressedTexSubImage2D as cheap copies of their non-compressed variants.
git-svn-id: https://svn.eduke32.com/eduke32@5676 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-03-28 05:15:20 +00:00 |
|
hendricks266
|
1c3ed04bcd
|
jwzgles: Allow using RGBA as the input texture format for an alpha-less internal texture format.
git-svn-id: https://svn.eduke32.com/eduke32@5675 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-03-28 05:15:17 +00:00 |
|
hendricks266
|
82e9e4e304
|
jwzgles: Revert part of r5655 that wiped out my cast-qual fixes from r5551.
git-svn-id: https://svn.eduke32.com/eduke32@5674 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-03-28 05:15:14 +00:00 |
|
hendricks266
|
84c949c419
|
Engine: Clean up texcache_enabled.
git-svn-id: https://svn.eduke32.com/eduke32@5673 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-03-28 05:15:10 +00:00 |
|
hendricks266
|
3bbe30a6f8
|
Un-break the iOS build.
git-svn-id: https://svn.eduke32.com/eduke32@5672 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-03-28 05:15:05 +00:00 |
|
terminx
|
6363de0a4c
|
Fix drawing voxels with ids >= 256
git-svn-id: https://svn.eduke32.com/eduke32@5671 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-03-16 00:22:44 +00:00 |
|
terminx
|
34f208afa2
|
Make sprite tails and label borders purple if the sprite is blocking.
git-svn-id: https://svn.eduke32.com/eduke32@5670 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-03-15 22:17:04 +00:00 |
|