Commit graph

8 commits

Author SHA1 Message Date
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](7923dbbf72...e288c5a918)

---
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](6baee9ef9d...7923dbbf72)

---
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](9b4f39ab14...6baee9ef9d)

---
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](ea39042e13...9b4f39ab14)

---
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](5d708c3f9c...ea39042e13)

---
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