Revision r5049
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.
Browse logs with clarity: filter by type/year, search text, and inspect parsed commit details.
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.
Reset totalclock to zero for each MAIN_LOOP_RESTART.
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.
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.
CON: Add EVENT_DISPLAYLEVELSTATS. Set RETURN to -1 to disable them.
C-CON: Add read-only userdef members "gametypeflags" and "m_gametypeflags", which return GametypeFlags[ud.coop] and GametypeFlags[ud.m_coop] respectively.
C-CON: Add read-only userdef members "usevoxels", "usehightile", and "usemodels".
Restore the shade of a tiled MENUTILE to 8, rather than 16.
Disable EF_HIDEFROMMP pending proper consideration when multiplayer is closer to being ready.
Fix a compiler warning with USE_OPENGL=0.
------------------------------------------------------------------------ r5050 | hendricks266 | 2015-03-07 23:59:03 -0800 (Sat, 07 Mar 2015) | 1 line Expand the grpinfo feature to allow defining GRPs requiring NAM, NAPALM, or WWII GI. ------------------------------------------------------------------------ r5049 | hendricks266 | 2015-03-07 23:58:49 -0800 (Sat, 07 Mar 2015) | 1 line 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. ------------------------------------------------------------------------ r5048 | hendricks266 | 2015-03-07 23:58:36 -0800 (Sat, 07 Mar 2015) | 1 line Reset totalclock to zero for each MAIN_LOOP_RESTART. ------------------------------------------------------------------------ r5047 | hendricks266 | 2015-03-07 23:58:24 -0800 (Sat, 07 Mar 2015) | 6 lines 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. ------------------------------------------------------------------------ r5046 | hendricks266 | 2015-03-07 23:58:06 -0800 (Sat, 07 Mar 2015) | 3 lines 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. ------------------------------------------------------------------------ r5045 | hendricks266 | 2015-03-07 23:57:47 -0800 (Sat, 07 Mar 2015) | 1 line CON: Add EVENT_DISPLAYLEVELSTATS. Set RETURN to -1 to disable them. ------------------------------------------------------------------------ r5044 | hendricks266 | 2015-03-07 23:57:28 -0800 (Sat, 07 Mar 2015) | 1 line C-CON: Add read-only userdef members "gametypeflags" and "m_gametypeflags", which return GametypeFlags[ud.coop] and GametypeFlags[ud.m_coop] respectively. ------------------------------------------------------------------------ r5043 | hendricks266 | 2015-03-07 23:57:13 -0800 (Sat, 07 Mar 2015) | 1 line C-CON: Add read-only userdef members "usevoxels", "usehightile", and "usemodels". ------------------------------------------------------------------------ r5042 | hendricks266 | 2015-03-07 23:56:57 -0800 (Sat, 07 Mar 2015) | 1 line Restore the shade of a tiled MENUTILE to 8, rather than 16. ------------------------------------------------------------------------ r5041 | hendricks266 | 2015-03-07 23:56:45 -0800 (Sat, 07 Mar 2015) | 1 line Disable EF_HIDEFROMMP pending proper consideration when multiplayer is closer to being ready. ------------------------------------------------------------------------ r5040 | hendricks266 | 2015-03-07 23:56:29 -0800 (Sat, 07 Mar 2015) | 1 line Fix a compiler warning with USE_OPENGL=0. ------------------------------------------------------------------------ See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.