Rev |
Age |
Author |
Path |
Log message |
Diff |
5043 |
2235d 11h |
hendricks266 |
/polymer/eduke32/ |
C-CON: Add read-only userdef members "usevoxels", "usehightile", and "usemodels". |
|
5042 |
2235d 11h |
hendricks266 |
/polymer/eduke32/ |
Restore the shade of a tiled MENUTILE to 8, rather than 16. |
|
5041 |
2235d 11h |
hendricks266 |
/polymer/eduke32/ |
Disable EF_HIDEFROMMP pending proper consideration when multiplayer is closer to being ready. |
|
5040 |
2235d 11h |
hendricks266 |
/polymer/eduke32/ |
Fix a compiler warning with USE_OPENGL=0. |
|
5039 |
2239d 17h |
hendricks266 |
/polymer/eduke32/ |
CON: Add "resetplayerflags". Flag 1 means "don't ask the user if they want to load". |
|
5038 |
2241d 11h |
hendricks266 |
/polymer/eduke32/ |
Amend previous commit. DONT_BUILD. |
|
5037 |
2241d 11h |
hendricks266 |
/polymer/eduke32/ |
BSD: Build system fixes/improvements. DONT_BUILD. |
|
5036 |
2242d 5h |
helixhorned |
/polymer/eduke32/ |
LunaCON: add 'definevolumeflags' to keyword pattern, re-apply some changes of r5026.
DONT_BUILD. |
|
5035 |
2242d 5h |
helixhorned |
/polymer/eduke32/ |
engine.c: style-cleanup getzrange(). DONT_BUILD. |
|
5034 |
2248d 21h |
hendricks266 |
/polymer/eduke32/ |
Menus: Fix assorted issues in MENU_NETOPTIONS. |
|
5033 |
2248d 21h |
hendricks266 |
/polymer/eduke32/ |
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 |
2248d 21h |
hendricks266 |
/polymer/eduke32/ |
CON: Extend undefinevolume so that it also undefines all levels in the specified volume. |
|
5031 |
2248d 21h |
hendricks266 |
/polymer/eduke32/ |
CON: Rename "cutscene" command to "startcutscene". |
|
5029 |
2249d 0h |
helixhorned |
/polymer/eduke32/ |
Lunatic: update user_defs, CPLUSPLUS=0 in synthesis.sh, disable 'cutscene' for now.
BUILD_LUNATIC. |
|
5028 |
2249d 0h |
helixhorned |
/polymer/eduke32/ |
Makefile.common: fix "disallow building Lunatic with C++" (r4979). DONT_BUILD. |
|
5027 |
2249d 0h |
helixhorned |
/polymer/eduke32/ |
Lunatic: update files from LuaJIT. DONT_BUILD. |
|
5026 |
2249d 0h |
helixhorned |
/polymer/eduke32/ |
Lunatic: fix a couple of typo-like issues found by listglobals.sh. DONT_BUILD. |
|
5025 |
2249d 7h |
helixhorned |
/polymer/eduke32/ |
menus.c: fix two unused-variable warnings. |
|
5024 |
2249d 7h |
helixhorned |
/polymer/eduke32/ |
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. |
|
5023 |
2249d 20h |
terminx |
/polymer/eduke32/ |
Remove a couple of Android-specific menu items I accidentally left enabled on PC. |
|