Skip to content

Tags: VierEck/openspades

Tags

0.1.5-ffa6c774

Toggle 0.1.5-ffa6c774's commit message
if demo ends dont show "fatal error"

-an error window still appears, but at least its not the fatal error
-how do i close client without throwing an exception? help pls lol

0.1.5-196020b

Toggle 0.1.5-196020b's commit message
fix server list

0.1.5-ad990fd

Toggle 0.1.5-ad990fd's commit message
remove forced startup window

-why was this even in place. that is rly unnecessary

0.1.5-fae7c4f

Toggle 0.1.5-fae7c4f's commit message
remove mainscreen file funcs

-we now have filemanager funcs for all scripts

0.1.5-e322377

Toggle 0.1.5-e322377's commit message
credit utf macos sounds

0.1.5-eba7833

Toggle 0.1.5-eba7833's commit message
seemless transition to free camera in mainmenu

0.1.5-4-f6527d2

Toggle 0.1.5-4-f6527d2's commit message
remove replaced old resources

0.1.5-9b26959

Toggle 0.1.5-9b26959's commit message
fix ui hotkey layouts

0.1.5-f026b4a

Toggle 0.1.5-f026b4a's commit message
change gamemode if receive server command message

0.1.5-1200c9d

Toggle 0.1.5-1200c9d's commit message
read signed shorts. fix brush and copy/move

-a volume might contain cells with negative coordinates which r
 also important.
 using the brush tool or copy/move tool can cause a part of the
 structure to be out of bounds and thus contain negative coords.
 we need the exact same coords to correctly generate the volume
 structure when receiving the packet.
 (structures r sliced off at world boarder when generating but we
 need all cells and their correct coordinates to generate accurate
 proportions of the structure