Type OMEGAMONMinor command Description Displays SRB time in seconds with a decimal fractional part. Related information Minor of: SeeAddress Space information commandsinCommand groupings. Other Address Space CPU Activity minors: CPGS, CPU, CPU2, CPUL, DISP, DPRT, DVCT, JCAF, RCP%, RCPU, SR...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
@@ -665,6 +666,8 @@ void D_RegisterClientCommands(void) CV_RegisterVar(&cv_ghost_guest); COM_AddCommand("displayplayer", Command_Displayplayer_f); COM_AddCommand("tunes", Command_Tunes_f); CV_RegisterVar(&cv_resetmusic); // FIXME: not to be here.. but needs be done for config...
New or Modified Commands The following commands are new or modified for this feature: •address-family nsap •clear bgp nsap •clear bgp nsap dampening •clear bgp nsap external •clear bgp nsap flap-statistics •clear bgp nsap peer-group ...
consvar_t cv_freedemocamera = {"freedemocamera", "Off", CV_SAVE, CV_OnOff, NULL}; INT16 gametype = GT_COOP; boolean splitscreen = false; @@ -786,6 +788,8 @@ void D_RegisterClientCommands(void) // CV_RegisterVar(&cv_grid); // CV_RegisterVar(&cv_snapto); CV_RegisterVar(&...
<ExtraCommands> <Add before="make -f comptime.mk all-before" /> <Add after="make -f cpdebug.mk all-after BIN=$(TARGET_OUTPUT_FILE)" /> <Mode after="always" /> </ExtraCommands> <Unit filename="comptime.bat" /> <Unit filename="comptime.mk" /> <Unit filename="comptime.sh"...
<ExtraCommands> <Add before="make -f comptime.mk all-before" /> <Add after="make -f cpdebug.mk all-after BIN=$(TARGET_OUTPUT_FILE)" /> <Mode after="always" /> </ExtraCommands> <Unit filename="comptime.bat" /> <Unit filename="comptime.mk" /> <Unit filename="comptime.sh"...
Use openmpt::ext:interactive::set_tempo_factor to apply a tempo factor that is independent of pattern commands. \sa openmpt::module::get_current_tempo */ virtual void set_current_tempo( std::int32_t tempo ) = 0; //! Set the current module tempo factor without affecting playback pitch...
// Execute commands in buffer, flush them void COM_BufExecute(void); // As above; and progress the wait timer. void COM_BufTicker(void); // setup command buffer, at game tartup void COM_Init(void); Expand Down 61 changes: 34 additions & 27 deletions 61 src/console.c Show commen...
Expand Up @@ -697,6 +697,10 @@ void D_RegisterClientCommands(void) CV_RegisterVar(&cv_moveaxis2); CV_RegisterVar(&cv_lookaxis); CV_RegisterVar(&cv_lookaxis2); CV_RegisterVar(&cv_jumpaxis); CV_RegisterVar(&cv_jumpaxis2); CV_RegisterVar(&cv_spinaxis); CV_RegisterVar(&cv_spin...