2242ac9394
Make constructor public in script container.
...
Throw exception if trying to create script container with invalid VM.
2016-06-17 03:26:29 +03:00
2b6fdcd855
Implement utility to hold script contents for debugging purposes.
2016-06-17 03:15:02 +03:00
399ef5a292
Fix minor misspelling in core class.
2016-06-17 03:14:26 +03:00
b3f0e98758
Implement script bundles in the script loading process.
2016-06-17 01:40:10 +03:00
af9c00298c
Fix infinite loop when registering constants.
2016-06-16 03:12:01 +03:00
f8fabaf0b5
Improve the names of elments in the Skins enumeration to be consistent with the other enumerations.
2016-06-16 02:44:13 +03:00
9a66f2a5d6
Reduce overall compile time and executable size of constants registration.
2016-06-16 02:43:07 +03:00
166760fd46
Export functions to at least create shared buffers from modules.
2016-06-15 10:01:07 +03:00
bca0e1f3c6
More validations on identifiers obtained from the server.
...
Prevent out_of_range exceptions leak into the script as it would end up in a crash since Sqrat doesn't know how to handle them.
2016-06-15 06:11:47 +03:00
ef41d0d243
Improve the SetAnimation method on player class.
...
Make it so that the animation group is optional.
2016-06-15 06:06:03 +03:00
7391d9391e
Prevent triggering the player option change event value din not change.
...
If the value for the specified option would not be changed then there's no point in triggering any event or attempting to set it again only and have the same effect.
Fixed minor misspelling in the player class source.
2016-06-14 04:42:18 +03:00
5a225a70b9
Validate identifiers obtained from the server before using them.
...
Prevent aout_of_range exceptions from leaking to the script in case the server returns a negative identifier. Thus, resulting in a server crash since Squirrel would not know how to handle them.
2016-06-14 02:34:04 +03:00
4327eaf72c
Add helper functions to pack colors into integers.
...
This removes the need to create an instance of the Color3 or Color4 classes just to obtain a packed color integer.
2016-06-14 02:18:37 +03:00
a71b45567a
Added LastArmor alias to the player class for consistency.
2016-06-14 00:50:20 +03:00
9c547ae8a8
Add the Colour alias when retrieving the color from Checkpoints.
2016-06-13 01:33:52 +03:00
67d0360fb3
Add the Colour alias when retrieving the color from Blips.
2016-06-13 00:23:30 +03:00
eb58f59f81
Implemented the sub logging functionality in linux.
...
The sub logs used the same color as regular logs, instead of a darker/dim text.
2016-06-11 18:01:26 +03:00
e3ecc782ef
Fix compile time error in Chrono library.
...
The get tick count functions were defined as members of the Chrono class.
2016-06-11 17:53:55 +03:00
bc1e7dbde6
Implement the option to specify how many times you want to allow intensive entity events to be forwarded to script callbacks.
...
Also expose several properties for the vehicle entity type that I forgot about.
2016-06-08 16:53:16 +03:00
6489dfdf08
Fix the command system which would fail on recursive command execution.
2016-06-08 16:26:55 +03:00
221e27e090
Remove implementation of the Decimal time. Not worth the troublem.
2016-06-05 04:28:45 +03:00
3411f7c64b
Export basic interaction with the decimal type.
2016-06-05 04:16:42 +03:00
723f6296e2
Minor addition to the Decimal time.
2016-06-05 04:15:55 +03:00
a1af9af0d7
Fix wrong includes left over by the merge of numeric libraries.
2016-06-05 04:15:23 +03:00
17e78b83dd
Initial untested implementation of the Decimal type.
2016-06-05 03:54:15 +03:00
07b8a8b4a0
Minor improvements on the LongInt classes.
2016-06-05 03:53:58 +03:00
d42040c9c0
Merge the Random and Math libraries into the Numeric library and organize code a bit.
2016-06-05 00:00:59 +03:00
cce6beb4d5
Fix the exported API for the Chrono library to use unsigned integers.
2016-06-04 23:10:35 +03:00
2aa7e8b7c2
Furher implementation and improvement of the Chrono types and also exposed them to the module API.
...
Tighten the safety of exported functions to avoid exceptions leaking outside the host plugin.
2016-06-04 22:33:34 +03:00
36c49cd09c
Forgot to register the Hash and AES sub libraries from the main Crypt library.
2016-06-04 22:32:08 +03:00
0093bc2dec
Implemented and improved more types in the Chrono library.
2016-06-04 19:17:42 +03:00
ba6acb0d19
Implement the Date type.
2016-06-04 11:55:06 +03:00
0c92601362
Update the module API and merge shared code between modules and host plugin.
2016-06-03 21:26:19 +03:00
423bdfcdab
Remove duplicate property from player class.
2016-05-26 08:55:48 +03:00
d8d240285d
Fix wrong parameter to format.
2016-05-26 06:57:42 +03:00
7ee5fe2f0c
Remove the {fmt} library from the project. Too many compilation issues with it.
2016-05-25 22:47:55 +03:00
ec0a01d976
Remove obsolete files from the library folder.
2016-05-25 21:17:30 +03:00
86a4933525
Release script callbacks properly in main plugin.
2016-05-24 21:36:49 +03:00
f05e562708
Move most of the reload implementation to the central core.
2016-05-24 19:26:43 +03:00
9d254a805c
Separate micellaneous functions.
2016-05-24 18:45:50 +03:00
76621cf946
Separate the IO library into smaller sub components.
...
Merge the INI module with the main plugin IO library.
2016-05-24 18:37:34 +03:00
d7c4d389eb
Throw an error if the given player name is invalid.
2016-05-24 08:26:47 +03:00
56970f69c2
Exported more enumerations from teh SDK.
...
Renamed several existing enumerations for consistency.
2016-05-24 08:18:39 +03:00
f8e845ebd2
Make the function environment optional in global callbacks.
2016-05-24 07:29:35 +03:00
3ed0b22426
Make the function environment optional in entity callbacks.
2016-05-24 07:29:14 +03:00
33790805eb
Make the function environment optional in routine callbacks.
2016-05-24 07:24:21 +03:00
75452625cd
Enable the reload system in the macros.
...
Prevent the reload from entering a cyrcular reload when sending plugin commands.
2016-05-24 06:51:40 +03:00
45c5f1129e
Get rid of type aliasing warning.
2016-05-24 05:39:54 +03:00
efa578e8a6
Add aliases for color and colour.
2016-05-24 04:59:36 +03:00
82c3fa4439
Update the {fmt} library to fix the colision with C string.h header.
2016-05-23 22:42:49 +03:00