Commit Graph

67 Commits

Author SHA1 Message Date
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