9 Commits

Author SHA1 Message Date
Mm2PL 352a4ec132 Move plugins to Sol (#5622)
Co-authored-by: Nerixyz <nerixdev@outlook.de>
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2024-10-20 11:57:05 +02:00
dependabot[bot] 48cbb7f8d1 chore(deps): bump lib/lua/src from e288c5a to 0897c0a (#5316) 2024-04-20 09:40:35 +00:00
pajlada 3563ecb3a5 fix: Compile Lua as a C library (#5251) 2024-03-16 14:15:05 +00:00
dependabot[bot] f8a0fb04f0 chore(deps): bump lib/lua/src from 7923dbb to e288c5a (#5129)
Bumps [lib/lua/src](https://github.com/lua/lua) from `7923dbb` to `e288c5a`.
- [Release notes](https://github.com/lua/lua/releases)
- [Commits](https://github.com/lua/lua/compare/7923dbbf72da303ca1cca17efd24725668992f15...e288c5a91883793d14ed9e9d93464f6ee0b08915)

---
updated-dependencies:
- dependency-name: lib/lua/src
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2024-01-30 16:55:44 +00:00
dependabot[bot] f508a2c92d chore(deps): bump lib/lua/src from 6baee9e to 7923dbb (#4983)
Bumps [lib/lua/src](https://github.com/lua/lua) from `6baee9e` to `7923dbb`.
- [Release notes](https://github.com/lua/lua/releases)
- [Commits](https://github.com/lua/lua/compare/6baee9ef9d5657ab582c8a4b9f885ec58ed502d0...7923dbbf72da303ca1cca17efd24725668992f15)

---
updated-dependencies:
- dependency-name: lib/lua/src
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Felanbird <41973452+Felanbird@users.noreply.github.com>
2024-01-18 02:11:18 +00:00
dependabot[bot] be7140ecce Bump lib/lua/src from 9b4f39a to 6baee9e (#4813)
Bumps [lib/lua/src](https://github.com/lua/lua) from `9b4f39a` to `6baee9e`.
- [Release notes](https://github.com/lua/lua/releases)
- [Commits](https://github.com/lua/lua/compare/9b4f39ab14fb2e55345c3d23537d129dac23b091...6baee9ef9d5657ab582c8a4b9f885ec58ed502d0)

---
updated-dependencies:
- dependency-name: lib/lua/src
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-13 09:43:00 +00:00
dependabot[bot] e00b7371ed Bump lib/lua/src from ea39042 to 9b4f39a (#4782)
Bumps [lib/lua/src](https://github.com/lua/lua) from `ea39042` to `9b4f39a`.
- [Release notes](https://github.com/lua/lua/releases)
- [Commits](https://github.com/lua/lua/compare/ea39042e13645f63713425c05cc9ee4cfdcf0a40...9b4f39ab14fb2e55345c3d23537d129dac23b091)

---
updated-dependencies:
- dependency-name: lib/lua/src
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2023-09-10 00:03:04 +00:00
dependabot[bot] 95aee044e2 Bump lib/lua/src from 5d708c3 to ea39042 (#4699)
Bumps [lib/lua/src](https://github.com/lua/lua) from `5d708c3` to `ea39042`.
- [Release notes](https://github.com/lua/lua/releases)
- [Commits](https://github.com/lua/lua/compare/5d708c3f9cae12820e415d4f89c9eacbe2ab964b...ea39042e13645f63713425c05cc9ee4cfdcf0a40)

---
updated-dependencies:
- dependency-name: lib/lua/src
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-30 12:12:45 +00:00
Mm2PL 5ba809804e Add basic lua scripting capabilities (#4341)
The scripting capabilities is locked behind a cmake flag, and is not enabled by default.

Co-authored-by: nerix <nerixdev@outlook.de>
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2023-04-02 15:31:53 +02:00