Rev |
Age |
Author |
Path |
Log message |
Diff |
5043 |
2181d 11h |
hendricks266 |
/polymer/ |
C-CON: Add read-only userdef members "usevoxels", "usehightile", and "usemodels". |
|
5042 |
2181d 11h |
hendricks266 |
/polymer/ |
Restore the shade of a tiled MENUTILE to 8, rather than 16. |
|
5041 |
2181d 11h |
hendricks266 |
/polymer/ |
Disable EF_HIDEFROMMP pending proper consideration when multiplayer is closer to being ready. |
|
5040 |
2181d 11h |
hendricks266 |
/polymer/ |
Fix a compiler warning with USE_OPENGL=0. |
|
5039 |
2185d 16h |
hendricks266 |
/polymer/ |
CON: Add "resetplayerflags". Flag 1 means "don't ask the user if they want to load". |
|
5038 |
2187d 10h |
hendricks266 |
/polymer/ |
Amend previous commit. DONT_BUILD. |
|
5037 |
2187d 11h |
hendricks266 |
/polymer/ |
BSD: Build system fixes/improvements. DONT_BUILD. |
|
5036 |
2188d 4h |
helixhorned |
/polymer/ |
LunaCON: add 'definevolumeflags' to keyword pattern, re-apply some changes of r5026.
DONT_BUILD. |
|
5035 |
2188d 4h |
helixhorned |
/polymer/ |
engine.c: style-cleanup getzrange(). DONT_BUILD. |
|
5034 |
2194d 20h |
hendricks266 |
/polymer/ |
Menus: Fix assorted issues in MENU_NETOPTIONS. |
|
5033 |
2194d 20h |
hendricks266 |
/polymer/ |
CON: Add "definevolumeflags", currently equipped to hide an episode from the single player and/or multiplayer screens.
enum
{
EF_HIDEFROMSP = 1<<0,
EF_HIDEFROMMP = 1<<1,
}; |
|
5032 |
2194d 20h |
hendricks266 |
/polymer/ |
CON: Extend undefinevolume so that it also undefines all levels in the specified volume. |
|
5031 |
2194d 20h |
hendricks266 |
/polymer/ |
CON: Rename "cutscene" command to "startcutscene". |
|
5030 |
2194d 23h |
helixhorned |
/polymer/ |
synthesis.sh: CPLUSPLUS=0 for the 32-bit Lunatic build, too.
BUILD_LUNATIC now, maybe? |
|
5029 |
2194d 23h |
helixhorned |
/polymer/ |
Lunatic: update user_defs, CPLUSPLUS=0 in synthesis.sh, disable 'cutscene' for now.
BUILD_LUNATIC. |
|
5028 |
2194d 23h |
helixhorned |
/polymer/ |
Makefile.common: fix "disallow building Lunatic with C++" (r4979). DONT_BUILD. |
|
5027 |
2194d 23h |
helixhorned |
/polymer/ |
Lunatic: update files from LuaJIT. DONT_BUILD. |
|
5026 |
2194d 23h |
helixhorned |
/polymer/ |
Lunatic: fix a couple of typo-like issues found by listglobals.sh. DONT_BUILD. |
|
5025 |
2195d 6h |
helixhorned |
/polymer/ |
menus.c: fix two unused-variable warnings. |
|
5024 |
2195d 6h |
helixhorned |
/polymer/ |
Classic/Polymost: factor out update of starting sectnum, use updatesectorbreadth().
The latter means that running perpendicular thin sector is handled better
if there are e.g. TROR sectors in the same x/y space. |
|