Age | Commit message (Collapse) | Author |
|
By adding a sanity check to see if the passed string is empty or not.
|
|
|
|
|
|
|
|
* Upload cl_titan_cockpit.nut
* Add eject string in script
* Moved to client
* index issue + removed else so always returns
* Apply suggestions from code review
Co-authored-by: Jack <66967891+ASpoonPlaysGames@users.noreply.github.com>
* Rest of the suggestions
because github makes me want to cry
* Commit suggestions from review
GitHub really hates batching suggestions
Co-authored-by: Jack <66967891+ASpoonPlaysGames@users.noreply.github.com>
|
|
|
|
scoreboard (#522)
* restore hud_takesshots functionality to take screenshots of scoreboard
automatically
* fixup some formatting
|
|
* Add files via upload
* Added Getter functions
* typo lol
* Update cl_minimap.gnut
* Mode select updated
RegisterPlaylistBannerImage and GetPlaylistBannerImage had initially been in another file but that file is not present in r2northstar/client, not much point adding the entirety of menu_playlist here since for a few lines, this also wont modify mixtape but i don't think mixtape menu is used anywhere in northstar
* Added rui since basic image cant handle callsigns
added
```
NextModeImageCallsign //For calling card icons
{
ControlName RuiPanel
// xpos -12
ypos -12
wide 480
tall 240
visible 1
scaleImage 1
zpos 2
pin_to_sibling NextModeImageFrame
pin_corner_to_sibling BOTTOM
pin_to_sibling_corner BOTTOM
rui "ui/callsign_icon_button.rpak" //For callsign mode images
}
```
* Revert "Added rui since basic image cant handle callsigns"
This reverts commit b2623ec41ca944fc0ac3386ae0346464da07a8b3.
* Revert "Mode select updated"
This reverts commit 2c6f430775c84ef252402b6b447b01fd394459a9.
|
|
* refactor presence and chat
* improve spacing in cl_chat
|
|
slot 2, allowing for all three slots to be used and visible to pilots.
|
|
|
|
fixes
|
|
|