Results 102 issues of Seemann

Command which name starts with GET_ must have at least an output param or have 'is_condition' attribute ``` Error: name: GET_CAMERA_FROM_NETWORK_ID, extension: default Error: name: GET_CELLPHONE_RANKED, extension: default Error: name:...

help wanted

snippet: to search in snippets content show/hide button for snippet content in the central list where available

- [x] collapse filters and extensions list by default on mobile screen (collapsible directive) - [x] switch modal/rail on window resize - [x] lock save/submit button on click - [x]...

good first issue

In addition to SB classes and opcodes form, there should be another representation matching CLEO Redux (JavaScript) implementation. Static methods and constructors start with a capital letter. Instance methods start...

use compound keys from translation files to get the class description. ``` classes..description enums..description ```

classes section in sa.json lacks descriptions. currently the description can only be added locally by manual editing of the json file and committing to the repo GTA III and VC...

good first issue

02CF START_SCRIPT_FIRE => ScriptFire.Create(x: float, y: float: z: float) 0325 START_CAR_FIRE => ScriptFire.Create(handle: Car) 0326 START_CHAR_FIRE => ScriptFire.Create(handle: Char)

## [Download](https://github.com/sannybuilder/dev/releases) ## Features - [x] [debugger for SCM scripts](https://docs.sannybuilder.com/editor/scm-debugger) - [x] implement https://github.com/sannybuilder/dev/issues/263 (`function..end`) - [x] function annotations with `///` - [x] language service support (local vars highlighting, autocomplete,...

roadmap

# Goal * Concise syntax for SCM functions * Make SCM functions easier to use by hiding some low-level details # Considerations for function syntax #### Pascal-style: ``` function a12(name:...

discussion
scope:language

Given a variable `var` of type `X`, expression `&var` can result in the following commands: - if `X` is a `Car` class, `&var` is `GET_VEHICLE_POINTER var` - if `X` is...

type:feature
discussion
scope:compiler