Lwmte
|
cb73477b90
|
Added pickups count to Flow.Statistics class
|
2025-03-09 19:07:28 +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 |
|
TrainWrack
|
f1bb383baa
|
Horizon Effects (#1583)
* First Commit
* Check
* Check
* Check
* Is it done?
* GetHorizonDone
* Add HorizonSwap
* Fix Interpolation
* Update CHANGELOG.md
* Update EffectsFunctions.cpp
* Update EffectsFunctions.h
* Docs
* Create Horizon Class and implement it.
* Fix Interpolation
* Make HorizonObject part of WeatherController
* Implement horizon fading
* Save horizon parameters
* Update CHANGELOG.md
* Update RendererDraw.cpp
* Update EffectsFunctions.cpp
* Invert current horizon transition value if another transition is queued
* Add missing shader change
* StartPosition
* Cleaup
* Start working on Position
* Code commit
* Fix interpolation checks distance for position.
* Docs
* Update CHANGELOG.md
* SavePosition in savegame
* Major cleanup
* Update weather.cpp
* First commit
* Some fixes
* Reworked horizon workflow
* Update CHANGELOG.md
* Update docs
* Added missing rumble parameter
* String constants; use TypeOrNil; general cleanup
* Fix documentation
* Fix documentation
* Update documentation
---------
Co-authored-by: Lwmte <3331699+Lwmte@users.noreply.github.com>
Co-authored-by: Sezz <sezzary@outlook.com>
|
2025-03-09 06:30:07 +02:00 |
|
TrainWrack
|
e54fba1e4a
|
Advanced particles (#1555)
* 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
* Expose ObjectSlot
* Docs
* Code Update
* FinalPush
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
* Expose startRot
* Expose startRot
* Remove Space.
* FirstCommit
* Cast gameobj to int
* Update
* WIP
* WIP
* wip
* Checks
* WIP
* WIP
* WIP
* Enum
* Enum revision
* Update CHANGELOG.md
* Revisions due to Develop changes
* CodeCleanup
* Revision to Code as per revised structure.
* Add friction and YVel
* Revisions
* LUA Docs
* RevisionDocs
* x
* Revisions
* Docs
* Docs
* Docs
* Docs
* Make wind default
* Light effect
* LightFinish
* Added Sounds
* Add sound docs
* Update particle anim types file
* Update EffectsFunctions.cpp
* Update EffectsFunctions.cpp
* FixAngle
* Fix StartRot
* Cleanup
* Add Savegame fields
* Add loadgame data.
* Fix bug on develop related to save value of xVel
* Address Comments
---------
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>
Co-authored-by: Sezz <sezzary@outlook.com>
|
2025-03-09 05:45:25 +02:00 |
|
TrainWrack
|
d19d56acee
|
Collision Class (#1579)
* First Commit
* Make ScriptCollision class
* Fix typo
* Return correct types
* Use NO_HEIGHT
* Implement GetSurfaceMaterial
* Add enums
* Added death, climbable wall, monkeybar
* FIx angle
* Revise things
* Make "Collision" script module; add IsOutOfBounds() method
* Rename IsOutOfBounds()
* Allow getting floor or ceiling material type
* Don't need IsWall()
* Update Collision.cpp
* Restore IsWall()
* Rename class to "Probe"; start docs; make steepness inquirers return an optional
* Update Probe.cpp
* Update class name in doc
* Update Probe.cpp
* add GetRoomName
* UpdateEnums
* Update MaterialType enum; make room name getting more local
* Revise constructors; update doc
* Update Probe.cpp
* Generate html docs
* Slightly clearer doc comments
* Convert spaces to tabs
* Update Probe.cpp
* Update Probe.cpp
* Rename parameters
* Update Probe.cpp
* ScriptProbe -> Probe
* ExposeGetRoom
* Register Collision.MaterialType table; Enable ClimbWall again.
* Cleanup
* Docs revision
* Update CHANGELOG.md
* Moved names to script reserved names
* Fixed incorrect namespace for probe
* Use consistent names; cleanup
* Make argument optional; fix doc
* Update Probe.cpp
* Add missing includes
* Add Preview() method; update docs
* Add constant
---------
Co-authored-by: Sezz <sezzary@outlook.com>
Co-authored-by: Lwmte <3331699+Lwmte@users.noreply.github.com>
|
2025-03-05 10:13:48 +02: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 |
|
Sezz
|
94ede801bc
|
Misc. script doc tidying; move some script classes to namespaces
|
2025-02-06 16:35:59 +11:00 |
|
Stranger1992
|
bfe07f6e21
|
Bump version in Lua API for development
|
2025-01-05 16:45:30 +00:00 |
|
Lwmte
|
382f778fa2
|
Bump version, add runtime checks
|
2024-12-27 19:45:31 +01:00 |
|
Lwmte
|
e3ecc3acdb
|
Update docs, fix savegame formatting, bump version
|
2024-12-24 23:22:02 +01:00 |
|
Lwmte
|
3ea8978c67
|
Rename traveledDistance to distanceTraveled
|
2024-12-24 20:04:13 +01:00 |
|
Lwmte
|
db717658fc
|
Added references to Type module
|
2024-12-16 21:33:37 +01:00 |
|
Lwmte
|
8d08a9feb5
|
Move statistics back to TEN classes
|
2024-12-15 23:59:31 +01:00 |
|