Commit graph

8 commits

Author SHA1 Message Date
hispidence
2889a62704 Move GameScriptDisplayString over to Scripting. 2022-02-10 18:31:35 +00:00
hispidence
825fe7472d Revert "Move all scripting header files into new folder."
This reverts commit 8c82eed3d2.
2022-02-10 18:26:11 +00:00
hispidence
a9d8b78c96 Move all scripting header files into new folder. 2022-02-10 18:23:42 +00:00
hispidence
8a519ef819 Move stuff in GameScriptDisplayString around to remove a sol.hpp include from a header file. 2022-02-10 18:23:42 +00:00
hispidence
2889cab98a Take sol.hpp out of framework.h and include it only where needed.
This actually makes the project take longer to build, probably because of it no longer getting precompiled, but this is the first step of many in an effort to decouple them a bit to make things more sensible.
2022-02-10 18:20:03 +00:00
hispidence
a2303d022f Add the functions/properties SetPos, GetPos, col and key to DisplayString.
Add documentation too.
2021-08-29 20:28:40 +01:00
hispidence
fa5a6fd443 Add DisplayString "flags" and "translated" support, as well as some things I forgot to commit earlier. 2021-08-29 20:25:54 +01:00
hispidence
538fe191a8 Add GameScriptDisplayString.h and .cpp. 2021-08-27 18:49:59 +01:00