mul
is slow ...imul rax, 2
mul
and imul
add
but somehow i need fakin imulimul
thenimul
even for unsigned numbers{
"direct_touch": true,
"buttons": [
{
"position": {
"x": 110,
"y": 0,
"w": 10,
"h": 10
}
"shape": "rect",
"behavior": {
"type": "predefined",
"button_id": "swap_action",
}
},
{
"position": {
"x": 20,
"y": 20,
"w": 10,
"h": 10
}
"shape": "rect",
"behavior": {
"type": "bind",
"label": "Say hello",
"command": "say Hello World",
"visibility": "always"
}
},
...
]
}
lea
or some shifts plus additions<c="#F00"><b>text</b></c>
or <c="#F00" b>text</>
?<c="#F00"><b>text</b></c>
or <c="#F00" b>text</>
? <
and >
and &
hm, maybe they are right about this being annoying<
, &
, everything elsename = {?ascii_alnum?}-;
value = {?ascii_alnum?}-;
kvp = name, ['="', value, '"'];
stag = '<', kvp, {[S, kvp]}, '>';
etag = '<', name, '/>';
text = {{?char?}, [stag, {?char?}, etag]};
text = {?char? | ampersand_escape | color_tag};
ampersand_escape = '&' | '<' | '>';
color = [hexdigit, hexdigit, hexdigit] | [hexdigit, hexdigit, hexdigit, hexdigit, hexdigit, hexdigit];
color_tag = ['<c=#', color, '>', text, '</c>'];
hexdigit = '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | 'a' | 'b' | 'c' | 'd' | 'e' | 'f' | 'A' | 'B' | 'C' | 'D' | 'E' | 'F';
color = hexdigit, hexdigit, hexdigit, [hexdigit, hexdigit, hexdigit]
or color = {3 * hexdigit}- | {6 * hexdigit}
(edited)color = 3 * hexdigit | 6 * hexdigit
text
in them, and text
will have all tagssv_sql_create_tables
option before. I found script for record_race
, record_teamrace
and record_maps
, but server also requires record_points
for points stuff2024-08-02 18:23:30 I console: executing 'mysql.cfg'
2024-08-02 18:23:30 I server: Adding new SqlWriteServer: DB: 'teeworlds' Prefix: 'record' User: 'teeworlds' IP: <{localhost}> Port: 3306
2024-08-02 18:23:30 I server: Adding new SqlReadServer: DB: 'teeworlds' Prefix: 'record' User: 'teeworlds' IP: <{localhost}> Port: 3306
2024-08-02 18:23:30 I mysql: connection established
2024-08-02 18:23:30 I sql: load best time failed: (prepare:stmt:1146): Table 'teeworlds.record_race' doesn't exist
2024-08-02 18:23:30 I sql: [3] load best time failed on all databases
add_sqlserver
commandadd_sqlserver rw database prefix user password ip port setup
1
to the setup
parameterlogfile servers/8303.log
and I get E server: failed to open 'servers/8303.log' for logging
, I even did chmod 777
, just in case, but just doesn't worklogfile servers/8303.log
and I get E server: failed to open 'servers/8303.log' for logging
, I even did chmod 777
, just in case, but just doesn't work servers
folder therelogfile servers/8303.log
and I get E server: failed to open 'servers/8303.log' for logging
, I even did chmod 777
, just in case, but just doesn't work chmod 777
$CURRENTDIR
in storage.cfg
, shouldn't it look for file in relative path too?curl -v https://heinrich5991.de/
?* Host heinrich5991.de:443 was resolved.
* IPv6: 2a03:4000:2:e5::1
* IPv4: 46.38.237.221
* Trying 46.38.237.221:443...
* Trying [2a03:4000:2:e5::1]:443...
* Immediate connect fail for 2a03:4000:2:e5::1: Network is unreachable
curl -v4 https://heinrich5991.de/
? (edited)* Host heinrich5991.de:443 was resolved.
* IPv6: (none)
* IPv4: 46.38.237.221
* Trying 46.38.237.221:443...
* connect to 46.38.237.221 port 443 from 192.168.1.38 port 35832 failed: Connection timed out
* Failed to connect to heinrich5991.de port 443 after 133974 ms: Could not connect to server
* closing connection #0
curl: (28) Failed to connect to heinrich5991.de port 443 after 133974 ms: Could not connect to server
CNetObj_DDNetLaser
(edited)