English Ideas For UnrealSoftware Site

2,072 replies
Goto Page
To the start Previous 1 2 ... 96 97 98 ... 103 104 Next To the start
27.12.17 09:45:52 pm
Up
JasJack67
Super User
Offline Off
Oh umm yep, that makes perfect sense @ tab. So obvious yet no so obvious. I am definitely guilty of just using spaces to indent on random occasions.

Happy Holidays DC !
The Survivalist_12-24-19 is now available. DOWNLOAD HERE >The Survivalist 12-24-19 | Performance-In options keep Water Detail off
15.01.18 07:22:27 pm
Up
Starkkz
Moderator
Offline Off
@user DC: Can steam-id game bans from the Unreal Software forum be a thing?
lol
15.01.18 07:54:55 pm
Up
DC
Admin
Offline Off
@user Starkkz: No, Unreal Software and Steam are not connected and the U.S.G.N. master server is not aware of Steam logins at all. In theory I could establish a new mechanism like a simple black list which servers automatically download from here but I don't want to do that. Implementing it is not the problem. Maintaining it and talking to people who complain about bans is the issue. I really don't want to put time into such things (I know moderators can help but some people still simply contact me even if I'm not involved).

If this is something people want to have it would still be possible to establish a community driven blacklist, put it online somewhere and let servers refresh it like daily via a Lua scripts...
I mean: This can be done without Unreal Software / my support
www.UnrealSoftware.de | www.CS2D.com | www.CarnageContest.com | Use the forum & avoid PMs!
04.03.18 11:27:02 pm
Up
Vehk
User
Offline Off
Add two buttons above code blocks (normal ones, not inline). One to open the code block in a separate browser tab as plaintext, and one to download the code.

IMG:http://i.magaimg.net/img/2smv.png
24.03.18 06:33:38 pm
Up
Gaios
Reviewer
Offline Off
Search tags for files in File Archive.
12.05.18 09:59:39 pm
Up
Avo
User
Offline Off
Tabs in lua scripts are not displayed when viewing file contents of an archive. This is sad, because it makes code unreadable.
Trust me, I'm an engineer | user DC approved file cs2d Super extra mod for CS2D (64), yeah!
12.05.18 10:15:21 pm
Up
Cure Pikachu
User
Offline Off
@user Avo: It can (See file cs2d HC Admin Script 1.9.3 (226)). Maybe it just can't read the way Windows does indents or something.
IMG:https://i.imgur.com/DeSeUxC.png
IMG:https://i.imgur.com/xpsyQRX.png
13.05.18 04:38:35 am
Up
Nova
User
Offline Off
Unlike newlines there exist no different tabs between Linux and Windows. The file you linked just uses spaces for the intendation instead of tabs as you can see for yourself if you select the middle of an intendation.
Hexenverbrennung, Inquisition, Kreuzzüge... Wir wissen, wie man feiert! - Ihre Kirche
13.05.18 04:49:05 am
Up
Cure Pikachu
User
Offline Off
@user Nova: Checking it one more time, you are right. Apologies.
IMG:https://i.imgur.com/DeSeUxC.png
IMG:https://i.imgur.com/xpsyQRX.png
13.05.18 11:06:33 am
Up
DC
Admin
Offline Off
@user Avo: Okay that's easy to fix.
Tabs are now converted to 5 spaces in the file preview (same way it's done in code boxes) √
www.UnrealSoftware.de | www.CS2D.com | www.CarnageContest.com | Use the forum & avoid PMs!
13.05.18 01:35:24 pm
Up
Avo
User
Offline Off
Thanks, works like a charm!
Trust me, I'm an engineer | user DC approved file cs2d Super extra mod for CS2D (64), yeah!
13.05.18 09:54:49 pm
Up
T-69
User
Offline Off
How about adding a chat with a certain user that is online? Instead of sending messages, there should be a chat option to users who are online.

And when someone is offline, the message function can be used.
14.05.18 08:05:32 pm
Up
DC
Admin
Offline Off
@user T-69: This has been suggested very often but I simply don't want to manage a chat here. I think there's Unreal Software Discord stuff and everything (I'm not responsible for it) if you're interested in chatting.
www.UnrealSoftware.de | www.CS2D.com | www.CarnageContest.com | Use the forum & avoid PMs!
16.05.18 06:57:03 am
Up
MikuAuahDark
User
Offline Off
I'm not going to search for the whole thread, but shall we get HTTPS support for this site?
file cs2d LuaJIT for Dedicated Server (13) JIT POWER! | Know your Lua errors! | Part of LÖVE development team since 11.3
16.05.18 02:53:05 pm
Up
Hajt
User
Offline Off
@user MikuAuahDark: Also it's worth mentioning that Google Chrome will mark all HTTP sites as not secure starting in July.
16.05.18 05:04:29 pm
Up
Hador
User
Offline Off
@user MikuAuahDark: @user Hajt: also, with the new european data protection law, every website that transmits personal data must use encryption of some kind by the may 25th, as far as I know...
Hador
16.05.18 08:40:23 pm
Up
DC
Admin
Offline Off
@user Hador: Are you sure? I think it's phrased something like "appropriate" protection, depending on the data. I guess the most sensitive data I store is the e-mail address but yeah maybe I should check that DSVGO stuff...
www.UnrealSoftware.de | www.CS2D.com | www.CarnageContest.com | Use the forum & avoid PMs!
16.05.18 08:55:11 pm
Up
Yates
Reviewer
Offline Off
You only need HTTPS when you are submitting user sensitive data in a form. So you'll need it because of the registration & login page.

Source: Dude trust me.

(It's my job and it's been pretty busy since GDPR :P)

Edit: In fact, you might only need it for the registration page because the login page uses a user name. That's not considered user sensitive data, but the password might be. Don't quote me on that though.
16.05.18 10:26:23 pm
Up
Hador
User
Offline Off
@user DC: It's what my website guy told me, but otherwise I would go by what @user Yates says - Imo it is useful to use https these days anyhow, even if only for browser support.
Hador
17.05.18 01:50:37 am
Up
Nova
User
Offline Off
You didn't check the DSVGO yet? Oh boy, you will have so much fun in the next days... It's like the Impressumspflicht, just much more complex.

Topic HTTPS: Yeah, you should have that soon. Google already ranks sites without HTTPS lower in their ranking. With Let's encrypt it's also pretty easy to implement that.
edited 1×, last 17.05.18 07:49:17 am
Hexenverbrennung, Inquisition, Kreuzzüge... Wir wissen, wie man feiert! - Ihre Kirche
To the start Previous 1 2 ... 96 97 98 ... 103 104 Next To the start