forked from Makopo/lslint
-
Notifications
You must be signed in to change notification settings - Fork 3
Update from Second Life Server 2024-09-13.10853867644 #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
otoa-kiyori
wants to merge
8
commits into
FixedBit:master
Choose a base branch
from
otoa-kiyori:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
0623e86
Updated builtins_txt.com
otoa-kiyori 3fc77c8
Merge pull request #1 from otoa-kiyori/Update_20240905_from_FS_Beta
otoa-kiyori 1e39c96
Updates from Second Life Server 2024-09-13.10853867644
otoa-kiyori b6e73b8
Update from 2024-11-12
otoa-kiyori 3d21a10
Update 20250218
otoa-kiyori 73b9a1d
Update README.md
otoa-kiyori df9eed2
May Updates
otoa-kiyori 3186bf7
10/13 Update
otoa-kiyori File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,40 +1,35 @@ | ||||||
| `lslint` is a tool to check the syntactic and semantic validity of Second Life LSL scripts. | ||||||
|
|
||||||
| [](https://travis-ci.org/FixedBit/lslint) | ||||||
|
|
||||||
| For now I have taken over keeping this updated as much as possible as there have been no updates on the official repo in years. | ||||||
|
|
||||||
| ~ FixedBit / Coal Edge | ||||||
|
|
||||||
| #### Releases | ||||||
|
|
||||||
| See [Releases](https://github.com/FixedBit/lslint/releases) for binaries. | ||||||
| Latest release resides [here](https://github.com/FixedBit/lslint/releases/latest). | ||||||
| All heavy lifting was done by FixedBit-san, Makapoo-san, and who they worked with in the repo history | ||||||
| This is just a clone with my lazy updates mainly on builtin.txt and builtin_txt.cc | ||||||
| Please see the original repo - [FixedBit/lslint](https://github.com/FixedBit/lslint) | ||||||
|
|
||||||
| #### Compiling | ||||||
| * `make` should be all that's required on POSIX systems, and a solution file exists for VS2015 on Windows. | ||||||
| * [Win flex-bison](http://sourceforge.net/projects/winflexbison/) as well as VS2015 or [SDK7.0](https://www.microsoft.com/download/details.aspx?id=3138) or later are required for Windows build. See the comment in [NMakefile](NMakefile) for detailed instructions. | ||||||
| * Install [Visual Studio 2022](https://visualstudio.microsoft.com/ja/vs/community/) and C++ Desktop Environment using the VS installer | ||||||
| * Install [Win flex-bison](http://sourceforge.net/projects/winflexbison/) to C:\flexandbison | ||||||
| * Open Visual Studio Command Prompt, cd to the local repo root folder, and run the creator_win64.bat | ||||||
| * The updated binary lslint.exe should be created in binary\windows64 subfolder when successful | ||||||
|
|
||||||
| #### License | ||||||
| All code is public domain unless otherwise noted. | ||||||
|
|
||||||
| LSL scripts are from various sources and the property of their respective owners. | ||||||
|
|
||||||
| `.l` and `.y` files are based on samples provided by Linden Lab. | ||||||
|
|
||||||
| **WARNING:** `lslint` faithfully reproduced all the quirks of the LSL compiler circa ~2006, | ||||||
| like having constants as lexer tokens, events as part of the parser grammar, | ||||||
| and lots of right recursion. From a compiler perspective, it does everything | ||||||
| wrong, and is not recommended as a base for anything but a lint tool. | ||||||
| and lots of right recursions. From a compiler perspective, it does everything | ||||||
| wrong and is not recommended as a base for anything but a lint tool. | ||||||
|
|
||||||
| #### Additional changes | ||||||
| ##### Otoa | ||||||
| * updated the creator_win64.bat to use VSCode 2022 (I did not touch any other build scripts... sorry) | ||||||
| * updated builtins.txt and builtins_txt.cc with Second Life Server 2024-12-17 | ||||||
|
||||||
| * updated builtins.txt and builtins_txt.cc with Second Life Server 2024-12-17 | |
| * updated builtins.txt and builtins_txt.cc with Second Life Server 2024-09-13 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] This introduction significantly changes the project's presentation and may confuse users about the repository's purpose and maintenance status. Consider providing clearer information about the relationship to the original repository and the scope of changes.