James Ross
3bfaee70bc
chore: bump actions versions
2025-01-12 18:02:06 +00:00
Charity
a8e46f6ea8
Change resource.AddFile -> resource.AddWorkshop
2024-07-17 00:55:29 -04:00
James Ross
a21d23c692
chore: remove analytics
...
chore: bump glualint
2023-10-21 15:54:53 +01:00
Brandon Sturgeon
a65922c3db
Remove do/end block, add cleanup to OnRemove
2023-08-13 12:44:03 -07:00
Brandon Sturgeon
3467c8d642
Remove 1 guaranteed setter per update
2023-08-13 12:11:20 -07:00
Brandon Sturgeon
aca4168f89
Rework SendLines
2023-08-13 12:11:20 -07:00
Brandon Sturgeon
d6d78948b4
Limit downloads
2023-08-13 12:11:17 -07:00
James Ross
fc62d0507e
fix: textscreen update typo
...
Closes #88
2023-04-01 21:55:05 +01:00
James Ross
a426074e3f
chore: bump version
2023-01-28 16:21:55 +00:00
Savkov, Andrey
237ae0bef7
Add UTF-8 support
2023-01-22 08:46:35 +03:00
James Ross
6db07d3b5b
chore: bump version
2022-11-13 17:45:57 +00:00
Seef0x
b1fc2d8ffd
Fixed linting issue
2022-10-16 20:43:07 +02:00
Seef0x
37f118516b
Fixed linting issue
2022-10-16 01:04:17 +02:00
Seef0x
8cf30a4073
Added a convar to restrict the number of characters per line
2022-10-12 14:12:45 +02:00
James Ross
68d13db8a7
chore: bump version
2022-08-08 19:34:10 +01:00
Klen_list
548c85785e
Fix unknown command spam in server console
2022-08-07 21:53:51 +03:00
James Ross
d69ba93c5a
fix: restore hard-coded language strings for default
...
Fixes #81
2022-04-10 17:02:39 +01:00
James Ross
0f76a7acd9
chore: rename some variables for consistency
...
chore: bump glualint version
2021-06-05 14:01:30 +01:00
James Ross
0c48d224bf
feat: allow servers to disable rainbow for everyone (to help prevent reported crashes)
2021-01-23 22:34:02 +00:00
James Ross
ba3be84ac9
fix: PushFilterMin overflow typo
2021-01-22 17:46:35 +00:00
James Ross
fadf79f5dc
fix: default rainbow to 0 in AddDrawingInfo
2021-01-22 17:36:31 +00:00
James Ross
1cf2eda994
fix: only render as rainbow when explicitly defined
2021-01-22 17:32:16 +00:00
James Ross
8afc4f8903
Merge pull request #73 from TomDotBat/feature/rainbow
2021-01-22 02:04:11 +00:00
James Ross
9cac454430
chore: fix lualint
...
Whoops, too much JS recently 😅
2021-01-22 02:03:32 +00:00
James Ross
7e28ac83f4
chore: bump version
2021-01-22 02:02:03 +00:00
James Ross
9772300177
fix: initial rainbow convar values
...
feat: `add ss_render_rainbow` convar so users can disable the rainbow render if they wish
docs: update README
2021-01-22 02:01:35 +00:00
Tom O'Sullivan
b241a2b98b
Allow rainbow mode on permanent textscreens
...
A fallback value of 0 is added as existing perma data will not contain a rainbow state
2021-01-20 22:44:36 +00:00
Tom O'Sullivan
f50c90f8f3
Add a PlayerSpawnTextscreen hook
...
Make a hook which allows players to prevent Textscreen placement when returning false.
2021-01-20 09:36:24 +00:00
Tom O'Sullivan
8ef61eef1c
Add a rainbow option to the toolgun
...
This adds a checkbox below the colour picker which enables rainbow Textscreens when checked.
2021-01-20 09:25:31 +00:00
Tom O'Sullivan
3aeab7135a
Networking of Textscreen rainbow state
2021-01-20 09:21:22 +00:00
Tom O'Sullivan
e5a34a4f05
Add rainbow functionality to the Textscreen entity
...
This adds a scrolling rainbow effect if the player places a Textscreen with rainbow enabled.
2021-01-20 09:19:22 +00:00
James Ross
05c8b3fbed
chore: bump version
2020-10-05 00:09:47 +01:00
zak
e911517b30
Added textscreen entity to pocket blacklist for DarkRP and gamemodes based off of DarkRP
2020-10-04 21:59:16 +01:00
James Ross
6acd7967f1
feat: add Turkish and Polish translations
...
Thanks to contributors at https://crowdin.com/project/3d2d-textscreens
2020-10-03 17:45:45 +01:00
James Ross
66f5bb59c7
chore: remove unnecessary hard-coded language strings
...
chore: bump version
2020-09-04 22:39:04 +01:00
James Ross
eaffdf71a3
chore: bump version
2020-05-28 23:49:08 +01:00
DEADMONSTOR
653a02ad0b
Fix linter
2020-05-28 21:55:07 +01:00
DEADMONSTOR
c6ee94acef
Stool breaks because of sizes so we set it to 50 and create one font for menu
2020-05-28 21:41:02 +01:00
DEADMONSTOR
5e559e87aa
Stop the use of thousands of fonts and start using scaling
2020-05-28 21:21:37 +01:00
James Ross
cfabb17630
1.13.0 release
...
- Add support for console executed perma command. Closes #61
- Improve `CanTool` hook by moving it shared - this seems to work better on servers with higher latency
2019-12-25 01:13:58 +00:00
James Ross
64447799b5
Rename Textscreens hooks to work-around PermaProps
...
PermaProps is brute-force removing our hooks such as `CanTool`, causing the issue as reported at #60
An issue is open at https://github.com/MalboroDEV/PermaProps/issues/22 , but this should patch the problem until then.
2019-12-22 17:08:14 +00:00
James Ross
870b17e122
Add permaprops
to tool whitelist
2019-12-20 19:29:08 +00:00
James Ross
dc8a475457
Prevent rare error when data file is empty
...
- We expect this to be valid JSON, or not present. If it's manually wiped to be completely empty, this would previously trigger an error
2019-06-07 00:26:13 +01:00
James Ross
0393d4347e
Tweak startup logging
...
- Also revert sbox_maxtextscreens back to the intended 1 by default. This was accidently bumped to 100 in a prior merge.
2019-02-16 00:02:39 +00:00
James Ross
7d861483de
Simplify presets menu code
...
- Also prevent textscreens ent from being spawned when not a single line has text in it
2019-02-03 23:29:47 +00:00
James Ross
ebdf83cdc2
Fix typo
2019-01-27 00:00:07 +00:00
James Ross
c78b523d77
Add initial glualint setup
2019-01-26 23:53:58 +00:00
James Ross
7b79133b47
Add custom admin permissions hook
2019-01-26 22:58:46 +00:00
James Ross
3069092ea2
Fix bounding box & font issues
...
Closes #21
Closes #42
2018-10-28 20:03:56 +00:00
James Ross
bd8570e8d9
Add more data resilience
...
Perhaps this'll help with #45 ?
2018-10-28 19:29:19 +00:00