Commit Graph

56 Commits

Author SHA1 Message Date
Manifest Bumper
847f5218f6 chore: bump manifest version to v2.15.0 2022-10-29 20:56:31 +00:00
Manifest Bumper
5bc6ad9912 chore: bump manifest version to v2.14.2 2022-10-25 10:33:17 +00:00
Manifest Bumper
7c566719ad chore: bump manifest version to v2.14.1 2022-10-20 11:59:32 +00:00
Manifest Bumper
6f0bf6a624 chore: bump manifest version to v2.14.0 2022-10-19 07:27:57 +00:00
Manifest Bumper
10acd71135 chore: bump manifest version to v2.13.0 2022-10-10 13:41:55 +00:00
Manifest Bumper
b6f0a3b024 chore: bump manifest version to v2.12.0 2022-10-04 12:42:30 +00:00
Manifest Bumper
30c004b486 chore: bump manifest version to v2.11.1 2022-09-18 12:56:09 +00:00
Manifest Bumper
36703a1f47 chore: bump manifest version to v2.11.0 2022-09-18 10:38:21 +00:00
Manifest Bumper
c7b6110070 chore: bump manifest version to v2.11.10 2022-09-18 10:22:33 +00:00
Linden
ed7bf536e8 feat(resource): load callbacks
Load lib.callback for internal use.
2022-09-14 00:52:10 +10:00
Manifest Bumper
105756ef4e chore: bump manifest version to v2.10.5 2022-09-05 00:57:32 +00:00
Manifest Bumper
d295a0a11b chore: bump manifest version to v2.10.4 2022-08-29 17:00:12 +00:00
Manifest Bumper
4bd0e6936d chore: bump manifest version to v2.10.3 2022-08-25 14:36:40 +00:00
Manifest Bumper
2391ffa8a7 chore: bump manifest version to v2.10.2 2022-08-23 09:31:33 +00:00
Manifest Bumper
f18071f7e1 chore: bump manifest version to v2.10.1 2022-08-22 18:52:48 +00:00
Luke
8defbaf78f Revert "chore(manifest): update version"
This reverts commit d63ee24fdb.
2022-08-22 00:39:31 +02:00
Luke
d63ee24fdb chore(manifest): update version 2022-08-22 00:28:24 +02:00
Luke
c3687d6874 chore(manifest): bump version 2022-08-06 21:12:42 +02:00
Linden
d16b3dda06 chore: bump version 2022-07-29 03:09:33 +10:00
Linden
8111ffadd0 fix(fxmanifest): oal-flag
Changed in a recent commit. Since oal hasn't been working for 3 months,
it may result in some errors for internal modules (i.e. vehicleProperties).
2022-07-27 09:39:49 +10:00
Luke
26f20adf58 chore(manifest): bump version 2022-07-12 19:35:49 +02:00
Linden
770ae6396e relicense to LGPLv3
Allows resources importing ox_lib to ignore the "same license" condition.
Does not apply to snippets copied from ox_lib into other resources.
2022-07-05 05:17:52 +10:00
Luke
6fdbca0cb3 chore(manifest): bump version 2022-07-03 23:32:12 +02:00
Linden
b1056c1246 tweak(vehicleProperties): return true on success 2022-06-19 14:06:59 +10:00
Luke
038d27089c chore(manifest): bump version 2022-06-17 20:48:07 +02:00
Luke
de03da1204 chore(manifest): version bump 2022-06-16 16:31:23 +02:00
Linden
6d0f915b00 chore: update version 2022-06-03 15:11:19 +10:00
Linden
df94633998 tweak(interface/progress): invBusy state
For ox_inventory. Also removed an used table.
2022-05-24 15:13:17 +10:00
Katoteki
98438f9f25 chore(manifest): bump version (#22) 2022-05-15 18:46:01 +02:00
Linden
bc6a6c7a0a fix: include locales in release workflow 2022-05-10 17:48:44 +10:00
Linden
7a4745c0da chore(zones): adjust debug rgba 2022-05-10 15:29:07 +10:00
Linden
8af19bae42 feat: locale system 2022-04-29 05:56:41 +10:00
Luke
b4efb510ef chore(manifest): Bump version 2022-04-21 11:24:01 +02:00
Linden
4464b0ec57 ci(release): create release workflow 2022-04-19 09:53:55 +10:00
Linden
1ac844f20a tweak(init): store serverId 2022-04-11 04:59:01 +00:00
Linden
84a456bf68 Merge pull request #12 from overextended/feat/ui
Feat/UI
2022-04-11 13:55:23 +10:00
Linden
500315ddaa refactor(imports/points): rename point.callback to point.inside 2022-03-25 10:41:48 +00:00
Luke
5314b59e8b feat(nui): Initial NUI files 2022-03-13 22:30:57 +01:00
Linden
3c7cd3dc6b refactor(init): throw an error if ox_lib is not started 2022-03-10 15:54:13 +11:00
Linden
5c157db3e5 fix(callback): incorrect args in __call method 2022-03-04 10:35:14 +11:00
Linden
aeccbece09 refactor: rename imports
BREAKING!
Since the folder name determines the import name (i.e. lib.callbacks), use better names and lowerCamelCase.
2022-02-28 16:30:58 +11:00
Linden
e83aa653cc refactor(init): call imports and exports via lib
Deprecate import (now just references lib); when calling or indexing
lib for the first time, attempt to load a module else call an export.
2022-02-28 02:40:25 +00:00
Linden
d3ef7d5018 refactor: rename resource 2022-02-28 00:48:36 +00:00
Linden
40b7fe2a77 refactor(init): don't cache function refs 2022-02-28 08:35:32 +11:00
Linden
12d42b6881 feat(exports/entities): vehicle properties 2022-01-31 22:47:54 +11:00
Linden
72575c90ee refactor(callbacks): remove the cb argument
BREAKING CHANGE: Registered callbacks now return values rather than sending them as a callback.

Previously the cb needed to be called to return to the client, now it will happen once the function closes. i.e.

cb(string, string, false) -> return string, string, false
2022-01-01 20:43:06 +11:00
Linden
2084897785 refactor(callbacks): randomise event callback and fix timer logic
Prevent any possibility of listening for server callback or conflicting event handlers on the client.
2022-01-01 02:26:42 +11:00
Linden
b8ad392692 feat(commands): add a RegisterCommand wrapper 2021-12-30 02:25:29 +11:00
Linden
d0c5f722db refactor(init): export cache and update intervals
BREAKING CHANGE: lib will store cached export functions and no longer uses the : syntax to call functions.

Allow SetInterval to return arguments to the callback function.
2021-12-27 12:19:37 +11:00
Linden
6b3af6f0d9 1.0.4 and onesync server constraint 2021-12-24 12:00:05 +11:00