Skip to content
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

Consistency overhaul #34

Open
wants to merge 106 commits into
base: master
Choose a base branch
from
Open

Consistency overhaul #34

wants to merge 106 commits into from

Conversation

Y-Less
Copy link
Member

@Y-Less Y-Less commented Apr 27, 2021

Mostly making parameter names all camelCase consistently.

Y-Less and others added 19 commits April 27, 2021 22:15
* No `_` in parameter names.
* ` = ` not `=` in defaults.
* `sizeof (param)`.
* Removed excess blank lines.
* No Hungarian `f` on floats.
* Change `<p/>` to `<br />`.
* More `bool:` tags.
* Refine more parameter names.
* `0xFF...`
* Long names.
* Spacing.
* `#pragma unused SAMP_INCLUDES_VERSION`
* Control tag generation with `NO_TAGS`, `WEAK_TAGS`, and `STRONG_TAGS`.
* `WEAK_TAGS`.
* `__MORE` and `__LESS`.
* Proper constants.
* Normal looking tags.
Y_Less added 30 commits March 6, 2022 12:20
*a_samp* and *a_players* share standard `playerid` callbacks.  *a_samp* has the basic ones, *a_players* has the ones that respond to functions within it, and those that are for actions between two players.  a_vehicles and a_objects have fairly obvious sets of callbacks.
…we are stuck with `color` in `OnClientMessage`.
…-overhaul

# Conflicts:
#	a_players.inc
#	a_samp.inc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants