Rev |
Age |
Author |
Path |
Log message |
Diff |
5049 |
2189d 23h |
hendricks266 |
/ |
In G_PlaybackDemo(), update totalclocklock when G_DrawRooms() is not called and therefore does not update it. This fixes ART animations displaying in the main menu. |
|
5048 |
2189d 23h |
hendricks266 |
/ |
Reset totalclock to zero for each MAIN_LOOP_RESTART. |
|
5047 |
2189d 23h |
hendricks266 |
/ |
CON: Add EVENT_DISPLAYROOMSCAMERA and EVENT_DISPLAYSTART.
EVENT_DISPLAYROOMSCAMERA functions exactly like EVENT_DISPLAYROOMS, including RETURN values, but for the ud.camerasprite >= 0 case.
EVENT_DISPLAYSTART is executed immediately after the screen background is cleared and drawn. Ensure its RETURN value is zero, because it is currently not being used.
WARNING: Consult the devs before using EVENT_DISPLAYSTART. Its position in the display code sequence is not finalized. |
|
5046 |
2189d 23h |
hendricks266 |
/ |
CON: Add EVENT_DISPLAYCAMERAOSD. Set RETURN to -1 to disable it.
From this event, if "getactor[THISACTOR].htg_t 0" is zero, then the camera is functional. Nonzero values indicate the camera has been destroyed, which is only possible when the CAMERASDESTRUCTABLE parameter of gamestartup has been enabled. |
|
5045 |
2189d 23h |
hendricks266 |
/ |
CON: Add EVENT_DISPLAYLEVELSTATS. Set RETURN to -1 to disable them. |
|
5044 |
2189d 23h |
hendricks266 |
/ |
C-CON: Add read-only userdef members "gametypeflags" and "m_gametypeflags", which return GametypeFlags[ud.coop] and GametypeFlags[ud.m_coop] respectively. |
|
5043 |
2189d 23h |
hendricks266 |
/ |
C-CON: Add read-only userdef members "usevoxels", "usehightile", and "usemodels". |
|
5042 |
2189d 23h |
hendricks266 |
/ |
Restore the shade of a tiled MENUTILE to 8, rather than 16. |
|
5041 |
2189d 23h |
hendricks266 |
/ |
Disable EF_HIDEFROMMP pending proper consideration when multiplayer is closer to being ready. |
|
5040 |
2189d 23h |
hendricks266 |
/ |
Fix a compiler warning with USE_OPENGL=0. |
|
5039 |
2194d 5h |
hendricks266 |
/ |
CON: Add "resetplayerflags". Flag 1 means "don't ask the user if they want to load". |
|
5038 |
2195d 23h |
hendricks266 |
/ |
Amend previous commit. DONT_BUILD. |
|
5037 |
2195d 23h |
hendricks266 |
/ |
BSD: Build system fixes/improvements. DONT_BUILD. |
|
5036 |
2196d 17h |
helixhorned |
/ |
LunaCON: add 'definevolumeflags' to keyword pattern, re-apply some changes of r5026.
DONT_BUILD. |
|
5035 |
2196d 17h |
helixhorned |
/ |
engine.c: style-cleanup getzrange(). DONT_BUILD. |
|
5034 |
2203d 9h |
hendricks266 |
/ |
Menus: Fix assorted issues in MENU_NETOPTIONS. |
|
5033 |
2203d 9h |
hendricks266 |
/ |
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 |
2203d 9h |
hendricks266 |
/ |
CON: Extend undefinevolume so that it also undefines all levels in the specified volume. |
|
5031 |
2203d 9h |
hendricks266 |
/ |
CON: Rename "cutscene" command to "startcutscene". |
|
5030 |
2203d 12h |
helixhorned |
/ |
synthesis.sh: CPLUSPLUS=0 for the 32-bit Lunatic build, too.
BUILD_LUNATIC now, maybe? |
|