Patrix
35017f9527
Added using toolchain files in CMakeSetting.json
2022-06-13 17:12:48 +02:00
Patrix
415ea9f95f
Added CI & platform specific toolchain files
2022-06-13 16:53:01 +02:00
Patrix
0720352243
Updated README.md
2022-04-24 16:35:38 +02:00
Patrix
100e74c347
Updated CMakeLists.txt:
...
- INSTALL_AFTER_BUILD is now set to OFF by default
2021-12-18 15:16:07 +01:00
Patrix
e221d9c80f
Revert the revert changes for 0.1.10:
...
- Removed squirrel dependency (it was required only for 0.1.9, because not every function is listed in HSQAPI struct)
- Restored missing functions declarations in HSQAPI struct added in 0.1.10
- Resotred missing redirect macros in squirrel_api.h
2021-08-28 05:51:44 +02:00
Patrix
3fb79420f3
Corrected formatting in README.md
2021-08-28 05:23:58 +02:00
Patrix
06af930bb8
Updated README.md:
...
- added information about the cache options.
2021-08-28 05:21:10 +02:00
Patrix
168ba7c048
Updated .gitignore:
...
- now only top level dirs are ignored, all of the subdirs called, for example "build".
2021-08-28 05:05:26 +02:00
Patrix
b564e77f09
Removed .gitattributes file & updated formatting in CMakeLists.txt
2021-08-28 05:03:24 +02:00
Patrix
fe8920d958
Updated sqrat version to match version used by G2O_Client.
2021-08-28 05:00:24 +02:00
Patrix
fb310bf1ae
Updated project structure:
...
CMake changes:
- Replace text files containing paths to installation, with install commands
- You can set paths as cache variable
- Added new option INSTALL_AFTER_BUILD
Code changes:
- Revert the changes to allow usage for older versions of g2o (like 0.1.9)
This change is only temporary, to publish the release module fo the older g2o versions.
2021-08-04 20:58:27 +02:00
Patrix
80329576f0
Added missing inline modifiers in sqratBytecode.h
2021-04-22 16:51:48 +02:00
Patrix
8b9ecb0ec6
Merge branch 'master' of https://gitlab.com/GothicMultiplayerTeam/modules/squirrel-template
2021-04-22 16:17:00 +02:00
Patrix
4934b44c0b
Fixed compile error on gcc:
...
renamed 'typeof' function pointer in HSQAPI to 'type_of' to avoid naming collision (gcc implements it's own typeof keyword)
https://gcc.gnu.org/onlinedocs/gcc/Typeof.html
2021-04-22 16:16:46 +02:00
Patrix
d81bdbfa88
Fixed compile error on gcc:
...
renamed 'typeof' function pointer in HSQAPI to 'type_of' to avoid naming collision (gcc implements it's own typeof keyword)
https://gcc.gnu.org/onlinedocs/gcc/Typeof.html
2021-04-22 16:13:49 +02:00
Patrix
14782a9d53
README.md corrections
2021-04-14 23:02:00 +02:00
Patrix
c933348e70
Fixed typo 'mkrdir' in README.md
2021-04-14 21:13:40 +02:00
Patrix
f518796657
Replaced GLOB_RECURSE with GLOB in CMakeLists.txt
2021-04-14 20:46:13 +02:00
Patrix
c18e2b42a4
small change in README.md
2021-04-14 19:49:58 +02:00
Patrix
7730504e2c
fix typo in README
2021-04-14 19:36:53 +02:00
Patrix
0e4b8a8a7f
added README.md
2021-04-14 19:32:12 +02:00
Patrix
2a6074ab36
ignoring build/ in .gitignore
2021-04-14 19:29:50 +02:00
Patrix
f43c9f55a1
Fixed compile time errors.
2021-04-14 19:26:15 +02:00
Patrix
f75416d878
Modified project structure:
...
- renamed sqmodule_api.h/.cpp to module_api
- moved defines for sq_* functions into squirrel_api.h
- renamed SqModule::inti to SQModule::Init
- moved all of the files to "api" subfolder
2021-04-13 21:22:30 +02:00
Patrix
eb27c28845
Renamed namespace sqModule to SqModule, added SqModule::init function
2021-04-12 19:52:27 +02:00
Patrix
4a6a3ccd94
Initial commit
2021-04-12 18:28:11 +02:00