Sandu Liviu Catalin
b18d0a129a
Implement formatting on math types.
...
Just a helper method to help you generate strings from math types more easilly. A bit risky if you're dumb and don't know how format specifiers work in C because it provides direct access to those.
2020-09-03 20:33:51 +03:00
Sandu Liviu Catalin
db6cf1cdde
Don't make the temporary buffer static.
...
It is pointless.
2020-09-03 18:26:24 +03:00
Sandu Liviu Catalin
25fb30140c
Update Path.cpp
2020-08-30 18:57:13 +03:00
Sandu Liviu Catalin
5114dcbffb
Update Register.cpp
...
Remove leftover imports.
2020-08-30 18:52:53 +03:00
Sandu Liviu Catalin
84b284c2bc
Disable LTO by default.
2020-08-19 16:51:57 +03:00
Sandu Liviu Catalin
5eabcab3a5
Experimenting with LTO.
2020-08-19 16:49:45 +03:00
Sandu Liviu Catalin
4e5aa5a292
Fix built-in runtimes.
...
Avoid having to share mingw runtimes with the binary by embedding them in the binary via static linking.
2020-08-19 15:33:41 +03:00
Sandu Liviu Catalin
fb4fc71169
Update sdk
2020-08-19 15:26:35 +03:00
Sandu Liviu Catalin
0356f7d5ce
Update SQLite library.
2020-08-19 15:24:29 +03:00
Sandu Liviu Catalin
39a6780d5c
Update Environment.cpp
2020-08-16 22:30:25 +03:00
Sandu Liviu Catalin
5cf1f2cd41
Update Path.hpp
2020-08-16 19:18:43 +03:00
Sandu Liviu Catalin
a00ff9bf20
Update my_config.h
2020-08-16 19:18:38 +03:00
Sandu Liviu Catalin
b14bd9a397
Update sdk
2020-08-16 19:18:29 +03:00
Sandu Liviu Catalin
3f0bb4a5b1
Update sdk
2020-05-29 17:23:07 +03:00
Sandu Liviu Catalin
2c50594286
Update sdk
2020-05-29 17:22:05 +03:00
Sandu Liviu Catalin
21f7ddda56
Update sdk
2020-05-28 21:27:50 +03:00
Sandu Liviu Catalin
9e23fa2520
Update .gitignore
2020-05-28 21:27:44 +03:00
Sandu Liviu Catalin
47f71625d8
Restructure the whole plugin development kit.
2020-05-28 20:59:29 +03:00
Sandu Liviu Catalin
acbca01e7a
Remove sqrat.
2020-05-28 18:37:26 +03:00
Sandu Liviu Catalin
c15fed7073
Discard current squirrel.
2020-05-28 18:31:32 +03:00
Sandu Liviu Catalin
ab92bb9121
Discard current sdk.
2020-05-28 18:31:09 +03:00
Sandu Liviu Catalin
e6f6b1cf4f
Update squirrel
2020-05-27 17:18:28 +03:00
Sandu Liviu Catalin
01c09f5f7f
Add SDK as a sub-module.
2020-05-26 18:59:17 +03:00
Sandu Liviu Catalin
8448722d7d
Move SDK outside repository.
2020-05-26 18:57:59 +03:00
Sandu Liviu Catalin
8ea0763a02
Add Sqrat as a sub-module.
2020-05-26 18:57:10 +03:00
Sandu Liviu Catalin
fdefa45a67
Move Sqrat outside the repository.
2020-05-26 18:55:43 +03:00
Sandu Liviu Catalin
f4448aedf6
Add Squirrel as a sub-module.
2020-05-26 18:55:07 +03:00
Sandu Liviu Catalin
5ed8a6a1db
Move Squirrel outside the repo.
2020-05-26 18:52:14 +03:00
Sandu Liviu Catalin
98fda61a77
Update Random.cpp
2020-05-19 17:18:05 +03:00
Sandu Liviu Catalin
1c814d8965
Update CMakeLists.txt
2020-05-11 17:53:16 +03:00
Sandu Liviu Catalin
f795981dd9
Further fixes of unreleased objects.
2020-05-11 17:51:39 +03:00
Sandu Liviu Catalin
59e4b9ad7c
Release all script objects from command listeners.
2020-05-11 17:24:36 +03:00
Sandu Liviu Catalin
508d968744
Concept [WIP]
...
Privilege management.
2020-05-10 13:01:01 +03:00
Sandu Liviu Catalin
018a2de97b
Some changes on user options.
2020-05-10 12:56:23 +03:00
Sandu Liviu Catalin
bb74e92fc1
Fix typo.
2020-05-10 12:21:21 +03:00
Sandu Liviu Catalin
22c882639b
Plugin development mode.
...
Temporary workaround untill a better approach is implemented.
2020-05-10 12:19:46 +03:00
Sandu Liviu Catalin
ca1f6cda50
Create cmakelist for sample plugin.
2020-05-08 23:17:07 +03:00
Sandu Liviu Catalin
a318070f8b
Add sample external plugin.
2020-05-08 23:16:48 +03:00
Sandu Liviu Catalin
3510a21311
String to int/float with specific base.
2020-05-08 18:25:05 +03:00
Sandu Liviu Catalin
df0a7acaee
Merge pull request #51 from DizzasTeR/master
...
Fix CreateRadioStream declaration
2020-05-06 20:38:22 +03:00
DizzasTeR
72fbbae765
Fix CreateRadioStream declaration
2020-05-06 22:07:14 +05:00
Sandu Liviu Catalin
4ace42466d
Don't error-check radio stream creation.
...
Not even worth it anymore.
2020-05-06 18:44:58 +03:00
Sandu Liviu Catalin
0662b9cf99
Use auto instead of explicit iterator type.
2020-05-06 01:20:39 +03:00
Sandu Liviu Catalin
378b1bf001
Fix routines once and forever.
...
By simply preventing reuse of slots that have been terminated during their execution.
2020-05-06 01:20:17 +03:00
Sandu Liviu Catalin
ad8641e7d3
Fix initialization of null entities.
...
Few other minor changes.
2020-05-04 18:50:33 +03:00
Sandu Liviu Catalin
e2bc14cd9e
Include default value for default constructor.
2020-05-04 11:59:40 +03:00
Sandu Liviu Catalin
4c1030c76e
Implement simple distance tracking for player and vehicle entities.
...
Doesn't differentiate from in-air and on-ground.
Just sums up the distance from last position on each position update.
2020-05-04 11:58:30 +03:00
Sandu Liviu Catalin
f2be86a65e
Allow API selection as a cmake option.
2020-05-01 20:41:00 +03:00
Sandu Liviu Catalin
4a53ec8676
Prevent issues with routine slot recycling.
...
Prevent possible memory leak on object creation exceptions.
Other miscellaneous changes.
2020-05-01 01:24:06 +03:00
Sandu Liviu Catalin
3e7adb8fea
What is dead may never live.
2020-04-30 23:27:24 +03:00