hendricks266
|
d04d31bd31
|
Set htg_t 6, 7, and 8 on GROWSPARK sprites upon shooting, as is done for all other hitscan projectiles.
git-svn-id: https://svn.eduke32.com/eduke32@5249 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-27 08:45:42 +00:00 |
|
hendricks266
|
ad94a8399c
|
C-CON: Add userdef members "globalflags" and "globalgameflags", which control the values specified by the def commands of the same name.
git-svn-id: https://svn.eduke32.com/eduke32@5248 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-27 08:45:30 +00:00 |
|
terminx
|
8ad81e14ee
|
r5238 build fix
git-svn-id: https://svn.eduke32.com/eduke32@5246 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-26 00:48:20 +00:00 |
|
terminx
|
a1b4d05c48
|
Minor internal CON changes.
git-svn-id: https://svn.eduke32.com/eduke32@5245 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-26 00:48:17 +00:00 |
|
terminx
|
eaa58d2071
|
Minor VPX playback optimization. DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@5244 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-26 00:48:13 +00:00 |
|
terminx
|
37bbdd500b
|
Misc Android. DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@5242 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-26 00:48:07 +00:00 |
|
terminx
|
5064e8b8cd
|
Make 'L' key toggle grid lock in 3D mode, because it affects placement of sprites inserted with 'S'.
git-svn-id: https://svn.eduke32.com/eduke32@5240 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-26 00:48:01 +00:00 |
|
terminx
|
54d016902f
|
vec2_t rotatesprite, take 2
git-svn-id: https://svn.eduke32.com/eduke32@5239 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-26 00:47:54 +00:00 |
|
helixhorned
|
fe4db15536
|
C-CON: fix 'resizearray' after r4735: copy over old values, zero-init new ones.
Make lunatic/test/gamearray.con run in C-CON, too.
git-svn-id: https://svn.eduke32.com/eduke32@5238 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-25 18:58:31 +00:00 |
|
helixhorned
|
d27824ae3c
|
LunaCON: fix negative alpha for 'rotatespritea'. BUILD_LUNATIC.
Conceptually, this amends r4428.
git-svn-id: https://svn.eduke32.com/eduke32@5237 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-25 12:57:52 +00:00 |
|
helixhorned
|
85be0bebec
|
LunaCON: from 'definevolumename', make g_numVolumes be determined as in C-CON.
git-svn-id: https://svn.eduke32.com/eduke32@5236 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-25 12:57:51 +00:00 |
|
helixhorned
|
29dca07f0b
|
CON: check EVENT_ENTERLEVEL for nonzero RETURN, run w/ other players then.
Background: AMC TC initializes per-player variables from this event.
git-svn-id: https://svn.eduke32.com/eduke32@5235 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-25 12:57:50 +00:00 |
|
helixhorned
|
1d11b6fdd6
|
Free alloc'd anims in h_dukeanim. Adds a function hash_loop().
git-svn-id: https://svn.eduke32.com/eduke32@5234 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-25 12:57:49 +00:00 |
|
helixhorned
|
9814e6a091
|
LunaCON: suffix gamearray file names with '.gar'.
git-svn-id: https://svn.eduke32.com/eduke32@5233 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-25 12:57:48 +00:00 |
|
helixhorned
|
40f177cafd
|
LunaCON: expose g_tile[] members of 'tiledata'.
git-svn-id: https://svn.eduke32.com/eduke32@5232 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-25 12:57:47 +00:00 |
|
helixhorned
|
fd94930f14
|
LunaCON: implement 'clearmapstate', fix 'resetplayerflags' parsing.
git-svn-id: https://svn.eduke32.com/eduke32@5231 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-25 12:57:44 +00:00 |
|
hendricks266
|
7a89c58360
|
Re-expose clipmoveboxtracenum.
git-svn-id: https://svn.eduke32.com/eduke32@5229 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-19 22:11:02 +00:00 |
|
hendricks266
|
d8ee28b89d
|
SW: Fix warning: array subscript is above array bounds [-Warray-bounds]
git-svn-id: https://svn.eduke32.com/eduke32@5228 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-19 22:10:37 +00:00 |
|
hendricks266
|
7f2a6a8404
|
SW: Fix warning: variable may be used uninitialized in this function [-Wmaybe-uninitialized]
git-svn-id: https://svn.eduke32.com/eduke32@5227 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-19 22:10:20 +00:00 |
|
hendricks266
|
221e58f8ad
|
SW: Fix warning: type does not match original declaration [enabled by default]
git-svn-id: https://svn.eduke32.com/eduke32@5226 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-19 22:10:03 +00:00 |
|
hendricks266
|
41fcb1d32b
|
SW: Replace calls to Error() with buildprintf().
git-svn-id: https://svn.eduke32.com/eduke32@5225 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-19 22:09:41 +00:00 |
|
hendricks266
|
4440fca632
|
SW: Update MFILE to use the same calls KenBuild uses to save.
git-svn-id: https://svn.eduke32.com/eduke32@5224 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-19 22:09:25 +00:00 |
|
hendricks266
|
033698eaa1
|
SW: Remove references to cachedebug and defaultspritecstat.
git-svn-id: https://svn.eduke32.com/eduke32@5223 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-19 22:09:07 +00:00 |
|
hendricks266
|
59686129bb
|
SW: Fix warning: passing argument 1 of 'allocache' from incompatible pointer type [enabled by default] and warning: pointer targets in passing argument 3 of 'allocache' differ in signedness [-Wpointer-sign]
git-svn-id: https://svn.eduke32.com/eduke32@5222 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-19 22:08:48 +00:00 |
|
hendricks266
|
809b1e6f65
|
MACT: Fix warning: passing arguments 2 through 5 of 'SCRIPT_PutDoubleString' discards 'const' qualifier from pointer target type [enabled by default]
git-svn-id: https://svn.eduke32.com/eduke32@5221 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-19 22:08:28 +00:00 |
|
hendricks266
|
dd576b7319
|
SW: Remove redefinition of SEARCH_FLOOR and SEARCH_CEILING.
git-svn-id: https://svn.eduke32.com/eduke32@5220 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-19 22:08:13 +00:00 |
|
hendricks266
|
d1582b8d0f
|
SW: Fix warning: comparison is always false due to limited range of data type [-Wtype-limits]
git-svn-id: https://svn.eduke32.com/eduke32@5219 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-19 22:07:54 +00:00 |
|
hendricks266
|
34aca8a222
|
SW: Fix warning: zero-length ms_printf format string [-Wformat-zero-length]
git-svn-id: https://svn.eduke32.com/eduke32@5218 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-19 22:07:34 +00:00 |
|
hendricks266
|
6b89b482b3
|
SW: Some GRP/def infrastructure.
git-svn-id: https://svn.eduke32.com/eduke32@5217 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-19 22:07:18 +00:00 |
|
hendricks266
|
0fc284d5bf
|
SW: default_buildkeys
git-svn-id: https://svn.eduke32.com/eduke32@5216 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-19 22:06:54 +00:00 |
|
hendricks266
|
8b32035778
|
SW: Fix conflicting types for: highlight, temppicnum, tempcstat, templotag, temphitag, tempextra, ExtAnalyzeSprites, ExtPreSaveMap
git-svn-id: https://svn.eduke32.com/eduke32@5215 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-19 22:06:37 +00:00 |
|
hendricks266
|
90de898fe5
|
SW: Fix getnumber and printmessage in the editor.
git-svn-id: https://svn.eduke32.com/eduke32@5214 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-19 22:06:21 +00:00 |
|
hendricks266
|
792397feaa
|
SW: Update the rest of the AudioLib API.
git-svn-id: https://svn.eduke32.com/eduke32@5213 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-19 22:06:04 +00:00 |
|
hendricks266
|
895e829411
|
SW: Rip out nonexistent calls to AudioLib CD playback functions.
git-svn-id: https://svn.eduke32.com/eduke32@5212 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-19 22:05:45 +00:00 |
|
hendricks266
|
93d6d61180
|
SW: Parallaxed skies.
git-svn-id: https://svn.eduke32.com/eduke32@5211 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-19 22:05:20 +00:00 |
|
hendricks266
|
91d6935c88
|
Add uint32_t PaletteIndexFullbrights[8] so that Polymost can respect the lack of fullbrights in KenBuild and Shadow Warrior.
git-svn-id: https://svn.eduke32.com/eduke32@5210 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-19 22:04:38 +00:00 |
|
hendricks266
|
8d78f25bc5
|
SW: Since sprite->filler is now fogpal, modify the CTF code that uses it to use a new variable in SW's USER struct instead.
git-svn-id: https://svn.eduke32.com/eduke32@5209 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-19 22:04:06 +00:00 |
|
hendricks266
|
6e8e49d17f
|
SW: Modify the border-drawing code to work with our widescreen code.
git-svn-id: https://svn.eduke32.com/eduke32@5208 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-19 22:03:47 +00:00 |
|
hendricks266
|
6d0da8bb1a
|
SW: automapping (deleted), visibility --> g_visibility, numpalookups --> numshades
git-svn-id: https://svn.eduke32.com/eduke32@5207 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-19 22:03:30 +00:00 |
|
hendricks266
|
1f59b4c23e
|
SW: Update some API calls.
git-svn-id: https://svn.eduke32.com/eduke32@5206 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-19 22:03:04 +00:00 |
|
hendricks266
|
d5e8209f9d
|
SW: Misc adjustments.
git-svn-id: https://svn.eduke32.com/eduke32@5205 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-19 22:02:47 +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
|
908560f9aa
|
SW: picanm_t
git-svn-id: https://svn.eduke32.com/eduke32@5203 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-19 22:01:44 +00:00 |
|
hendricks266
|
a97d9c5916
|
SW: hitscan
git-svn-id: https://svn.eduke32.com/eduke32@5202 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-19 22:01:22 +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
|
56bdcdae7e
|
SW: Rename SendMessage() to SW_SendMessage() and DELETE() to REMOVE() to avoid conflicts with Windows headers.
git-svn-id: https://svn.eduke32.com/eduke32@5200 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-19 21:59:39 +00:00 |
|
hendricks266
|
af0e6df762
|
SW: Remove references to files removed from our MACT.
git-svn-id: https://svn.eduke32.com/eduke32@5199 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-19 21:59:12 +00:00 |
|
hendricks266
|
fad3606c44
|
SW: Nuke mytypes.h. Mostly.
git-svn-id: https://svn.eduke32.com/eduke32@5198 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-19 21:58:29 +00:00 |
|
hendricks266
|
e9655f8469
|
Add SW to our build system and make relevant changes to avoid fatal build errors.
git-svn-id: https://svn.eduke32.com/eduke32@5197 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-19 21:56:03 +00:00 |
|
hendricks266
|
7493c36a94
|
Add the Shadow Warrior source to our tree after astyling, uncrustifying, and renaming one file.
git-svn-id: https://svn.eduke32.com/eduke32@5196 1a8010ca-5511-0410-912e-c29ae57300e0
|
2015-05-19 21:54:34 +00:00 |
|