- 26 Aug, 2021 8 commits
-
-
Evan Ramos authored
-
Evan Ramos authored
-
Evan Ramos authored
-
Evan Ramos authored
Followup to 0f928a1f.
-
Evan Ramos authored
Followup to 072bd40e.
-
Evan Ramos authored
-
Evan Ramos authored
-
Richard Gobeille authored
-
- 25 Aug, 2021 2 commits
-
-
Richard Gobeille authored
Disable with "osdclipboard 0".
-
Richard Gobeille authored
-
- 24 Aug, 2021 9 commits
-
-
Evan Ramos authored
-
Evan Ramos authored
-
Evan Ramos authored
-
Evan Ramos authored
-
Evan Ramos authored
-
Evan Ramos authored
-
Evan Ramos authored
-
Evan Ramos authored
-
Evan Ramos authored
-
- 22 Aug, 2021 3 commits
-
-
-
Changes: - Passing struct members and player vars as argument now works. - If struct members are accessed without specifying the index, the command will display which index was used by the CON VM. - Enable use of constant values for array indexing in addlogvar - Enable logging of integer constants with addlogvar - General refactoring and code improvement.
-
-
- 21 Aug, 2021 18 commits
-
-
Richard Gobeille authored
Duke3d: remove the extra flag passed to mouseLockToWindow() in GAME_onshowosd() that made it just show/hide the cursor instead of actually grabbing and ungrabbing input Truth be told, I don't even remember why this hack was necessary. Let me know if anything breaks. Fixes terminx/eduke32#143.
-
These variables include: * `tempxpanning` * `tempypanning` * `tempxvel` * `tempyvel` * `tempzvel` * `tempstatnum` * `tempblend` * `tempsectnum`
-
Fixes terminx/eduke32#75 and terminx/eduke32#179.
-
Richard Gobeille authored
Fixes terminx/eduke32#188
-
Richard Gobeille authored
-
Richard Gobeille authored
-
Richard Gobeille authored
-
Richard Gobeille authored
Implements the concept outlined in MR 114 and adds some additional checks to prevent more calls to getsectordist() than necessary
-
Richard Gobeille authored
engine: guard some modified behavior in pushmove() with an enginecompatibilitymode == ENGINE_EDUKE32 check
-
Richard Gobeille authored
-
Richard Gobeille authored
-
Richard Gobeille authored
Duke3d: don't overwrite player name passed with -name parameter with that stored in the cfg, and don't save a name entered with -name to the cfg
-
Richard Gobeille authored
-
Richard Gobeille authored
-
-
Richard Gobeille authored
-
Richard Gobeille authored
-
Richard Gobeille authored
Duke3d: fix annoying cycling back and forth between QUOTE_SQUISHED and QUOTE_DEAD when the player is squished This also gets rid of the constant forced all-white CON_PALFROM by making CON_IFSQUISHED return false for players that are already dead.
-