Rev |
Age |
Author |
Path |
Log message |
Diff |
5066 |
2129d 0h |
terminx |
/ |
More Android changes. DONT_BUILD. |
|
5065 |
2129d 0h |
terminx |
/ |
Remove WeaponChoice* from eduke32.cfg and transition setting to "wchoice" cvar. This commit also removes an Android hack and changes the order of some of the in-game "F" key handling, just because it bugged me that some of them were out of order. |
|
5064 |
2129d 16h |
hendricks266 |
/ |
Amend "renamefile" def token to ensure its proper use. renamefile <GRP/SSI CRC32> <file number> <new filename> |
|
5063 |
2129d 18h |
hendricks266 |
/ |
Expand the quote #13 auto-replacement to catch "OPEN" and "ANY BUTTON" in addition to "SPACE". |
|
5062 |
2129d 18h |
hendricks266 |
/ |
Add the Duke DC and Duke Caribbean SSI files to the list of group files automatically detected and added to the startup window. |
|
5061 |
2129d 18h |
hendricks266 |
/ |
Defs: Add token "renamefile", which renames a file in a GRP or SSI file, in memory. 8.3 restrictions apply. |
|
5060 |
2129d 18h |
hendricks266 |
/ |
cache1d: Add support for loading SSI files. |
|
5059 |
2129d 18h |
hendricks266 |
/ |
cache1d: Allow loading GRP files from within other GRP files. |
|
5058 |
2129d 18h |
hendricks266 |
/ |
cache1d: Enumify the magic constants for "file is in a zip" and "file is in the filesystem". |
|
5057 |
2129d 18h |
hendricks266 |
/ |
Modify the modern mini-HUD so that:
1. Instead of the Mighty Foot using the Protective Boots inventory item as its icon, display no icon at all.
2. Adjust the ammo icon so that it is drawn at one-quarter size if its y-size is >=50 instead of >50. This fixes the display of Water Pistol Ammo in Duke Caribbean. |
|
5056 |
2143d 4h |
hendricks266 |
/ |
Add "globalflags" def token. Flag 1 is a kill switch for the tileshades and artmapping features. Flag 2 is kill switch for the GL fullbright rendering pass. |
|
5055 |
2143d 4h |
hendricks266 |
/ |
Change HICTINT_USEONART so that it applies tints to pal 0 of 8-bit tiles instead of their palswapped selves. Add HICTINT_APPLYOVERPALSWAP which applies tints to palswapped 8-bit tiles. Add HICTINT_APPLYOVERALTPAL, which applies tints to alt-pals of hightile textures. |
|
5054 |
2143d 17h |
hendricks266 |
/ |
Replace the drawing code for the level stats with nearly equivalent code that can be much more easily reproduced in CON. |
|
5053 |
2143d 17h |
hendricks266 |
/ |
Defs: When undefining a model, reset the angadd of its HUD settings to zero.
This fixes weapons not being displayed in Vaca+. |
|
5052 |
2144d 1h |
hendricks266 |
/ |
Amend r5048 to also reset ototalclock and lockclock, and to reset all three at the top of G_PlaybackDemo. |
|
5051 |
2144d 1h |
hendricks266 |
/ |
Partially revert r5020. It's okay to update totalclocklock in G_DrawRooms(), but we must continue updating it in drawrooms() so as to not break the editor and every other BUILD game.
¿Por qué no los dos? |
|
5050 |
2144d 17h |
hendricks266 |
/ |
Expand the grpinfo feature to allow defining GRPs requiring NAM, NAPALM, or WWII GI. |
|
5049 |
2144d 17h |
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 |
2144d 17h |
hendricks266 |
/ |
Reset totalclock to zero for each MAIN_LOOP_RESTART. |
|
5047 |
2144d 17h |
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. |
|