Commit graph

26 commits

Author SHA1 Message Date
Stranger1992
ef9ba4a40d Updated Diary docs 2025-04-13 21:02:49 +01:00
TrainWrack
e0b50439b3
Custom bar module (#1492)
* Update to bug report form

* Update bug_report.yaml

* Update AUTHORS.md

- Tomo (general coding, special FX coding, bug fixing)

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update bug_report.yaml

* Add files via upload

* Update CHANGELOG.md

* Add files via upload

* Update CustomBar.lua

* Fix bugs with bar property setters

* Update CustomBar.lua

* Update documentation

---------

Co-authored-by: Stranger1992 <84292688+Stranger1992@users.noreply.github.com>
Co-authored-by: Nemoel-Tomo <tomo_669@hotmail.com>
Co-authored-by: Jakub <kubabilinski03@gmail.com>
Co-authored-by: Jakub <80340234+Jakub768@users.noreply.github.com>
Co-authored-by: Lwmte <3331699+Lwmte@users.noreply.github.com>
2025-03-09 06:59:49 +02:00
davidmarr
7d18d7506f
Update Type module (#1569)
* Update VolumeObject.cpp

fixed Volume:GetActive() method

* Update CHANGELOG.md

* function description LevelFuncs.OnUseItem

* Revert "function description LevelFuncs.OnUseItem"

This reverts commit 2478afca68.

* Update Type.lua
2025-02-09 14:58:15 +00:00
TrainWrack
1f81ccf44d
Diary module (TEN side) (#1509)
* Update to bug report form

* Update bug_report.yaml

* Update AUTHORS.md

- Tomo (general coding, special FX coding, bug fixing)

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update bug_report.yaml

* Add files via upload

* Add files via upload

* Add ID_DIARY_SPRITES (1384) and DIARY_ENTRY_SPRITES (1385)

* Delete Scripts/Engine/Diarymodule.lua

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Delete Scripts/Engine/CustomBar.lua

* Add files via upload

* Update CustomDiary.lua

* Add files via upload

* Add files via upload

* Add files via upload

* Update CustomDiary.lua

* Upload

* Update CHANGELOG.md

* Revisions

* Doc revisions

* Remove GameVars.Engine everywhere.

* Added error warnings by integrating type module

* Update bug_report.yaml

* Fixed the bug with GameVars resetting each level.

* Added .Engine back.

* Added missing checks.

* Removed nil from textOptions loop

* Added full TEN name for printlogs.

* LatestChanges

* Added section for import.

---------

Co-authored-by: Stranger1992 <84292688+Stranger1992@users.noreply.github.com>
2025-02-06 23:05:25 +00:00
Lwmte
0620e83125 Don't give LDoc warning on compile 2024-12-21 12:40:24 +01:00
Lwmte
db717658fc Added references to Type module 2024-12-16 21:33:37 +01:00
davidmarr
e9f057eb64
Add Type module (#1506)
* Update VolumeObject.cpp

fixed Volume:GetActive() method

* Update CHANGELOG.md

* function description LevelFuncs.OnUseItem

* Revert "function description LevelFuncs.OnUseItem"

This reverts commit 2478afca68.

* Add Type module

Allows to check the data type of a variable

* Update Type.lua

update description

* Update Type.lua

* Update Type.lua

* Update Type.lua

* Update Type.lua

* Update Type.lua
2024-12-16 22:25:17 +02:00
Lwmte
9a241dbc80 Fix issues with timer 2024-12-08 19:15:26 +01:00
Lwmte
f6cfb0508d Add Timer.Delete() method to a timer module 2024-04-15 01:10:36 +02:00
Lwmte
6a3ede73eb
Rename OnControlPhase to OnLoop, fix bug with post-loop callbacks (#1283) 2023-12-20 20:12:47 +00:00
Sezz
56530bf2ca
Update Timer.lua 2023-11-05 10:53:14 +11:00
Adngel
68e97518b4 Update Timer.lua
Or two ints, or a vec2 and a float.

But not two ints and a float.
2023-11-04 17:34:39 +01:00
hispidence
05740927b4 Remove accidentally-committed multi-font WIP stuff. Update Timer DisplayString code. Add callstack printing stuff for CreateString. 2023-10-13 09:22:27 +01:00
Lwmte
6b7ed8ac89 Add null check for lua timer constructor 2023-07-04 20:20:01 +02:00
hispidence
e24a1d1fd0 Fix doc comment. 2023-04-27 14:48:24 +01:00
hispidence
fcf96568f9 Improve EventSequence example. 2023-01-26 21:19:58 +00:00
hispidence
d381aae14e Add warning if a new EventSequence is created with the name of one that already exists. 2023-01-26 21:13:12 +00:00
hispidence
b461855a40 Fix #940 2023-01-05 20:12:22 +00:00
hispidence
7cb24fe3c3 Doc fixes 2022-12-09 22:07:30 +00:00
hispidence
e91e254c3c Doc comment fixes. 2022-12-01 21:16:44 +00:00
hispidence
6cc9993bf2 Fix doc comment 2022-11-23 20:16:37 +00:00
hispidence
833e640b65 Fix timer require call 2022-09-20 19:53:04 +01:00
hispidence
2c2d49cc5d Update scripts in accordance with #701 and #735 2022-09-13 21:28:38 +01:00
hispidence
74ce2183be Update Timer doc to give warning about names. 2022-09-08 19:25:22 +01:00
hispidence
cabbe2f85b Update Timer and EventSequence to work with new subtables system. 2022-09-07 19:45:35 +01:00
hispidence
5ffe5bf067 Rename TEN folder to Engine 2022-09-06 21:50:06 +01:00