yvt
|
6426247f09
|
Use C++11 atomics in place of AngelScript's implementation
AngelScript's implementation uses now-deprecated `OSAtomicIncrement32`
and generates compiler warnings.
|
2018-12-31 21:57:11 +09:00 |
|
yvt
|
ca892698e3
|
Minor fixes
- Remove unnecessary `volatile`
- Replace some operations with atomic ones for soundness
- Clean up
- Avoid certain UBs
- Typo
|
2017-06-25 21:15:27 +09:00 |
|
yvt
|
6be6bd3541
|
Fix PrimitiveArray
|
2017-01-05 05:29:48 +09:00 |
|
yvt
|
022fceedbf
|
Fix the usage of Angelscript
|
2017-01-05 04:50:26 +09:00 |
|
Tomoaki Kawada
|
18f3e81fd1
|
Convert space indentations to tabs
|
2016-11-20 19:13:00 +09:00 |
|
Tomoaki Kawada
|
d2debd19fe
|
Update AngelScript to 2.31.1
This (hopefully) fixes #416.
|
2016-11-10 22:21:19 +09:00 |
|
Tomoaki Kawada
|
89748d6bc6
|
Reduced compiler warnings
|
2016-07-15 19:40:05 +09:00 |
|
yvt
|
283dc54181
|
Added faster primitive array type for scripting
|
2013-09-14 20:52:40 +09:00 |
|