hendricks266
|
39f00bcb35
|
KenBuild: Address "warning: shifting a negative signed value is undefined [-Wshift-negative-value]".
git-svn-id: https://svn.eduke32.com/eduke32@5741 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-05-23 04:46:41 +00:00 |
|
hendricks266
|
942690dac6
|
KenBuild: Fix symbol issues.
git-svn-id: https://svn.eduke32.com/eduke32@5739 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-05-23 04:46:34 +00:00 |
|
hendricks266
|
c0b9c3a189
|
KenBuild, SW: rotatepoint
git-svn-id: https://svn.eduke32.com/eduke32@5738 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-05-23 04:46:30 +00:00 |
|
hendricks266
|
6e62295872
|
KenBuild: tspritetype
git-svn-id: https://svn.eduke32.com/eduke32@5736 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-05-23 04:46:21 +00:00 |
|
hendricks266
|
344e10628f
|
Part two of more const casting, this time affecting argv instances.
git-svn-id: https://svn.eduke32.com/eduke32@5552 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-01-12 10:30:56 +00:00 |
|
hendricks266
|
98ebda94ec
|
Address some const-disregarding casts missed in r5540 due to conditional compilation settings and platforms.
git-svn-id: https://svn.eduke32.com/eduke32@5551 1a8010ca-5511-0410-912e-c29ae57300e0
|
2016-01-12 10:30:48 +00:00 |
|
hendricks266
|
064461a06f
|
Internally, work with 24-bit palettes instead of 18-bit.
git-svn-id: https://svn.eduke32.com/eduke32@5349 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-09-23 17:55:11 +00:00 |
|
hendricks266
|
c0e7dba4c1
|
Restructure the basepaltable subsystem to support up to 256 palettes and use dynamic allocation like palookup and blendtable.
git-svn-id: https://svn.eduke32.com/eduke32@5348 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-09-23 17:55:02 +00:00 |
|
hendricks266
|
ce7a20d4f2
|
Restructure loadpalette() so that read errors are not immediately fatal and enforce that the necessary parts have been loaded in E_PostInit (after loaddefinitionsfile()).
git-svn-id: https://svn.eduke32.com/eduke32@5346 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-09-23 17:54:50 +00:00 |
|
hendricks266
|
43459780af
|
Engine: Add E_PostInit, called from the game after loaddefinitionsfile().
git-svn-id: https://svn.eduke32.com/eduke32@5345 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-09-23 17:54:42 +00:00 |
|
hendricks266
|
8f82bc5239
|
KenBuild: Astyle and Uncrustify all source.
git-svn-id: https://svn.eduke32.com/eduke32@5327 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-08-15 21:27:27 +00:00 |
|
hendricks266
|
5256146f89
|
SW, KenBuild: tilesiz
git-svn-id: https://svn.eduke32.com/eduke32@5204 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-19 22:02:25 +00:00 |
|
hendricks266
|
acba32caf4
|
SW: setsprite, setspritez, getzrange, clipmove, pushmove, neartag, dragpoint, screencapture, md_tilehasmodel, preparemirror, saveboard, loadboard, pos
git-svn-id: https://svn.eduke32.com/eduke32@5201 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-19 22:00:38 +00:00 |
|
hendricks266
|
9268b9f0b6
|
Make a bunch of things extern "C". This should fix C++ builds on OS X and with Lunatic. DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@4766 1a8010ca-5511-0410-912e-c29ae57300e0
|
2014-11-26 04:39:23 +00:00 |
|
hendricks266
|
b0e82d4264
|
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.
git-svn-id: https://svn.eduke32.com/eduke32@4564 1a8010ca-5511-0410-912e-c29ae57300e0
|
2014-07-28 06:45:53 +00:00 |
|
hendricks266
|
61b956cd41
|
Progress towards KenBuild Editor, part 3.
DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@4562 1a8010ca-5511-0410-912e-c29ae57300e0
|
2014-07-28 06:44:58 +00:00 |
|
hendricks266
|
b48f3b44e3
|
Progress towards KenBuild Editor, part 1.
DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@4558 1a8010ca-5511-0410-912e-c29ae57300e0
|
2014-07-28 06:43:16 +00:00 |
|
hendricks266
|
97a53be977
|
Fix C++ -Woverflow warnings in KenBuild.
DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@4556 1a8010ca-5511-0410-912e-c29ae57300e0
|
2014-07-28 06:41:54 +00:00 |
|
hendricks266
|
4f67f8f969
|
KenBuild.
DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@4555 1a8010ca-5511-0410-912e-c29ae57300e0
|
2014-07-24 14:01:44 +00:00 |
|