Commit graph

67 commits

Author SHA1 Message Date
Lwmte
3e2a1ccf37 Update documentation 2025-03-28 23:39:49 +01:00
Lwmte
6b1ca045d0 Update documentation for streamer feather mode 2025-03-15 20:19:13 +01:00
Lwmte
f758bab187 Rollback Starfield naming 2025-03-15 01:01:05 +01:00
Lwmte
3046f5f4a2
Refactor scripting documentation and flow data types to use fields instead of getters and setters (#1609)
* Initial commit

* Minor changes

* Rename Flow.Starfield to Flow.StarField

* Added cross-referencing, fixed some descriptions

* Start page LDoc cleanup

* Proofread sound module documentation

* Fixed Vec2 docs

* Update FlowLevel.cpp

* Fixed incorrect tag

* Update CHANGELOG.md

* Allow to refresh starfield in runtime

* Update weather.cpp

* Dynamically change amount of stars

* Update CHANGELOG.md

* Update CHANGELOG.md

* Remove brackets in room class documentation

* Added operators for Rotation class

* Rephrase a little

* Minor nitpicks

---------

Co-authored-by: Sezz <sezzary@outlook.com>
2025-03-12 00:34:48 +02: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
acb1bb1518 Enforce proper convention for the few Lua table constants that didn't use it yet 2025-02-06 18:46:16 +11: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
575bf6cfb1
Shader manager (#1534)
* Squashed commit of the following:

commit 0543f9146a
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Wed Dec 25 13:49:12 2024 +0100

    Fix bad merge

commit 529ffb50dd
Merge: 329bb52ec a1c76af54
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Wed Dec 25 13:47:26 2024 +0100

    Merge branch 'develop' into realtime_shader_reloading

commit 329bb52ec7
Merge: 3f749b485 ac800ff1e
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Wed Dec 25 13:40:38 2024 +0100

    Merge branch 'develop_mirrors' into realtime_shader_reloading

commit ac800ff1e1
Author: Sezz <sezzary@outlook.com>
Date:   Wed Dec 25 18:23:26 2024 +1100

    Final formatting pass

commit c2b2756725
Author: Sezz <sezzary@outlook.com>
Date:   Wed Dec 25 18:22:59 2024 +1100

    Update RendererFrame.cpp

commit d32eeac7ab
Author: Sezz <sezzary@outlook.com>
Date:   Wed Dec 25 18:15:45 2024 +1100

    Reapply "Formatting pass"

    This reverts commit becd24da93.

commit becd24da93
Author: Sezz <sezzary@outlook.com>
Date:   Wed Dec 25 18:12:43 2024 +1100

    Revert "Formatting pass"

    This reverts commit 88a8ba24de.

commit 88a8ba24de
Author: Sezz <sezzary@outlook.com>
Date:   Wed Dec 25 17:35:39 2024 +1100

    Formatting pass

commit a56d487e30
Author: Jakub <80340234+Jakub768@users.noreply.github.com>
Date:   Wed Dec 25 00:31:11 2024 +0000

    Update CHANGELOG.md

commit 86aad7c7b1
Merge: daa65d4e3 e3ecc3acd
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Tue Dec 24 23:22:50 2024 +0100

    Merge branch 'develop' into develop_mirrors

commit daa65d4e3c
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Tue Dec 24 20:46:01 2024 +0100

    Update CHANGELOG.md

commit 58fc1a8ea0
Merge: 63ffb77bd ee867fb9d
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Tue Dec 24 20:15:28 2024 +0100

    Merge branch 'develop' into develop_mirrors

commit 63ffb77bd6
Merge: b3195ae83 3ea8978c6
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Tue Dec 24 20:07:53 2024 +0100

    Merge branch 'develop' into develop_mirrors

commit b3195ae83f
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Tue Dec 24 20:01:11 2024 +0100

    Update RendererInit.cpp

commit 3f749b4856
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Tue Dec 24 09:10:07 2024 +0100

    Reload shaders on graphic settings change

commit f04dcd42cc
Merge: 63539e4f9 1118b2fb2
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Tue Dec 24 08:57:13 2024 +0100

    Merge branch 'develop_mirrors' into realtime_shader_reloading

commit 1118b2fb22
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Tue Dec 24 08:47:33 2024 +0100

    Disable self-shadowing for now, as it's causing visual glitches

commit 63539e4f98
Merge: ca25f8773 32f94c2f2
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Tue Dec 24 01:49:18 2024 +0100

    Merge branch 'develop_mirrors' into realtime_shader_reloading

commit 32f94c2f2a
Merge: e6f4e9e24 c757422f2
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Tue Dec 24 01:35:17 2024 +0100

    Merge branch 'develop' into develop_mirrors

commit e6f4e9e24b
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Tue Dec 24 01:07:20 2024 +0100

    Implement proper soft shadows

commit 9fbcc7b8cf
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Tue Dec 24 00:52:32 2024 +0100

    Fixed silent crash if several Lara objects are present in level near dynamic light with shadow

commit ca25f87738
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Tue Dec 24 00:51:11 2024 +0100

    Work

commit 12dae8df99
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Sun Dec 22 22:55:50 2024 +0100

    Fixed #1524

commit 9df39696a2
Merge: 724953329 6d38bb361
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Sun Dec 22 20:45:10 2024 +0100

    Merge branch 'develop' into develop_mirrors

commit 7249533290
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Sun Dec 22 20:42:06 2024 +0100

    Fixed postprocessing order and precompile shaders to speed-up loading

commit b75d14184f
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Sun Dec 22 19:57:12 2024 +0100

    Fix #1525

commit bcf4dc5497
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Sun Dec 22 16:11:53 2024 +0100

    Interpolate Lara flare light, hide target highlighters in binos

commit 9e923a36bb
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Sun Dec 22 15:06:27 2024 +0100

    Fixed #1522

commit 1de0d48d58
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Sat Dec 21 22:07:46 2024 +0100

    Fixed #1521

commit 7076014c9b
Merge: af097017f b62c8d7c4
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Sat Dec 21 20:03:47 2024 +0100

    Merge branch 'develop' into develop_mirrors

commit af097017f5
Merge: 4ed353000 04b659b41
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Sat Dec 21 19:32:07 2024 +0100

    Merge branch 'develop' into develop_mirrors

commit 4ed353000d
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Sat Dec 21 12:20:05 2024 +0100

    Update title.bin

commit 7a3aea07fa
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Sat Dec 21 11:26:49 2024 +0100

    Rename CamOldPos and use more consistent type for it

commit 1748eef34a
Merge: 839f05b3d 0ae388845
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Sat Dec 21 10:25:23 2024 +0100

    Merge branch 'develop' into develop_mirrors

commit 839f05b3d1
Merge: e4fe73ffd d75bba698
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Sat Dec 21 01:05:36 2024 +0100

    Merge branch 'develop' into develop_mirrors

commit e4fe73ffd5
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Sat Dec 21 00:02:53 2024 +0100

    Don't perform binocular animations if binocular meshswap is not present

commit 3f7942eb76
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Fri Dec 20 23:55:15 2024 +0100

    Fix meshswap, if object is not present

commit 40cfaaeb0d
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Fri Dec 20 23:43:27 2024 +0100

    Fixed various binocular / lasersight issues

commit 1ef9a0e7e6
Merge: ca578885a 64c177702
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Thu Dec 19 22:36:14 2024 +0100

    Merge branch 'develop' into develop_mirrors

commit ca578885a2
Author: MontyTRC89 <montyhammet@hotmail.it>
Date:   Thu Dec 19 12:19:07 2024 +0100

    Fixed 3D non-sorted sprites mirroring

commit 288a413400
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Thu Dec 19 08:59:37 2024 +0100

    Continuation of previous fix

commit 60cfe1e2f4
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Thu Dec 19 08:47:24 2024 +0100

    Fix Lara not mirroring when using binoculars

commit 2e17f7f8d9
Merge: a6687654b 625131fbb
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Thu Dec 19 01:40:19 2024 +0100

    Merge branch 'develop' into develop_mirrors

commit a6687654b0
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Wed Dec 18 22:44:00 2024 +0100

    Fixed mirrors on savegame reloading

commit 22460e0edf
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Wed Dec 18 17:01:19 2024 +0100

    Update CHANGELOG.md

commit 842d6345fe
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Wed Dec 18 16:40:25 2024 +0100

    Add option to reflect sprites

commit ab79156bfe
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Wed Dec 18 15:37:25 2024 +0100

    Update RendererDraw.cpp

commit 8ba6a2c286
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Wed Dec 18 14:56:24 2024 +0100

    Spawn mirrored dynamic lights in Lara rooms too

commit 1afa98169f
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Wed Dec 18 14:17:59 2024 +0100

    Rename

commit 6d195dbb63
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Wed Dec 18 13:35:47 2024 +0100

    Reorganize renderer code a little

commit 1f002745f3
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Wed Dec 18 13:14:08 2024 +0100

    Rename fields for consistency

commit 79a8db0655
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Wed Dec 18 12:51:17 2024 +0100

    Remove lambdas

commit b586dce76e
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Wed Dec 18 12:36:58 2024 +0100

    Remove unrelated changes

commit 8cebdae0ef
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Wed Dec 18 12:23:23 2024 +0100

    Draw reflections also when Lara is in any of mirrored rooms, not only camera

commit 38b210013f
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Wed Dec 18 11:55:00 2024 +0100

    Fixed 3D sprites mirroring

commit 2705a5ae7b
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Wed Dec 18 11:09:56 2024 +0100

    Update RendererDraw.cpp

commit 14f6ab36d0
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Wed Dec 18 10:57:59 2024 +0100

    Fixed dynamic lights

commit 85469cb4d4
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Wed Dec 18 10:18:04 2024 +0100

    Fixed billboards, reintroduce ReflectVectorOptionally

commit 3535eddf5d
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Wed Dec 18 03:12:13 2024 +0100

    Remove unnecessary inline, dont reflect room lights

commit bf6ef08c57
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Wed Dec 18 02:44:49 2024 +0100

    More decopypasting, rename inline function, remove unneeded arg

commit 569644f1d4
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Wed Dec 18 02:28:31 2024 +0100

    Decopypaste more mirror-related code

commit 60a59caa53
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Wed Dec 18 01:09:47 2024 +0100

    Update level.cpp

commit 5dd8db198c
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Wed Dec 18 01:07:10 2024 +0100

    Simplify renderer code, remove excessive if statements

commit 31d278a780
Merge: f09b81fc8 88bbe4862
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Tue Dec 17 19:48:18 2024 +0100

    Merge branch 'develop' into develop_mirrors

commit f09b81fc87
Merge: 3e6e9cb61 ab7e25aa7
Author: MontyTRC89 <montyhammet@hotmail.it>
Date:   Sun Dec 15 06:56:26 2024 +0100

    Merge branch 'develop' into develop_mirrors

commit 3e6e9cb61e
Author: MontyTRC89 <montyhammet@hotmail.it>
Date:   Sun Dec 15 06:56:05 2024 +0100

    Added logic for hiding selectively reflecting moveables and statics;
    Added enabled flag for disabling mirrros in the future with LUA;

commit c5f10777e7
Author: MontyTRC89 <montyhammet@hotmail.it>
Date:   Fri Dec 13 05:20:23 2024 +0100

    Fixed random statics positions while shooting

commit 8978a51bfe
Author: MontyTRC89 <montyhammet@hotmail.it>
Date:   Fri Dec 13 04:51:07 2024 +0100

    Fixed ambient occlusion in mirrored rooms

commit f3afaf47cf
Merge: 4e08942d8 6198975be
Author: MontyTRC89 <montyhammet@hotmail.it>
Date:   Thu Dec 12 06:10:39 2024 +0100

    Merge branch 'develop' into develop_mirrors

commit 4e08942d86
Merge: 265283aac e674b8526
Author: MontyTRC89 <montyhammet@hotmail.it>
Date:   Wed Dec 11 13:43:19 2024 +0100

    Merge branch 'develop' into develop_mirrors;
    Removed RendererMirror references in methods calls;

commit 265283aacf
Author: MontyTRC89 <montyhammet@hotmail.it>
Date:   Wed Dec 11 04:35:20 2024 +0100

    Cached reflection matrix of mirrors at load time;
    Fixed lighting in mirrored items;
    Added bad cull mode after mirrore debrises drawing;
    Added mirroring of dynamic lights;

commit f44a04d057
Author: MontyTRC89 <montyhammet@hotmail.it>
Date:   Tue Dec 10 14:57:00 2024 +0100

    Fixed items culling in mirror rooms;
    Changed file format for having also virtual room;

commit 74c74042d5
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Sun Dec 8 21:41:51 2024 +0100

    Use emplace_back and camera room number

commit 41b16e5696
Merge: 39f0c131c 9a241dbc8
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Sun Dec 8 21:07:44 2024 +0100

    Merge branch 'develop' into develop_mirrors

commit 39f0c131c3
Author: Lwmte <3331699+Lwmte@users.noreply.github.com>
Date:   Sun Dec 8 21:02:00 2024 +0100

    Use default argument value for ReadCount

commit c4330a777c
Merge: 374abb27d d96bf4ba8
Author: MontyTRC89 <montyhammet@hotmail.it>
Date:   Sat Dec 7 05:03:24 2024 +0100

    Merge branch 'develop' into develop_mirrors

commit 374abb27d3
Author: MontyTRC89 <montyhammet@hotmail.it>
Date:   Sat Dec 7 05:02:09 2024 +0100

    Implemented mirrors in file format

commit 3e89391776
Merge: ec6ab6413 f9f1f59eb
Author: MontyTRC89 <montyhammet@hotmail.it>
Date:   Fri Dec 6 15:10:05 2024 +0100

    Merge branch 'develop' into develop_mirrors

commit ec6ab64131
Author: MontyTRC89 <montyhammet@hotmail.it>
Date:   Fri Dec 6 15:08:54 2024 +0100

    Added debris and effects drawing in mirrored rooms;
    Some optimizations for early skip non mirrored items;

commit 2218dd3179
Merge: 92eb4af79 2ee37ea7d
Author: MontyTRC89 <montyhammet@hotmail.it>
Date:   Thu Dec 5 11:54:59 2024 +0100

    Merge branch 'develop' into develop_mirrors;
    Added correct lights to reflected items;

commit 92eb4af796
Author: MontyTRC89 <montyhammet@hotmail.it>
Date:   Thu Dec 5 11:19:11 2024 +0100

    Fixed broken previous commit

commit bb3d0b993b
Author: MontyTRC89 <montyhammet@hotmail.it>
Date:   Thu Dec 5 10:20:32 2024 +0100

    WIP TR4 style mirrors

* Code etiquette

* Recompile AA shaders on graphics settings change

* Fixed code under ifdef

---------

Co-authored-by: Sezz <sezzary@outlook.com>
2024-12-26 11:48:14 +02:00
Lwmte
e3ecc3acdb Update docs, fix savegame formatting, bump version 2024-12-24 23:22:02 +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
Lwmte
773c5bb7bb Remove obsolete mirror class, more cleanups in documentation 2024-12-15 23:47:59 +01:00
Lwmte
f97d257fd1 Add optics camera type, big enum cleanup and doc formatting 2024-12-15 23:34:33 +01:00
Lwmte
f4763bd4a2
Customize global hardcoded parameters (#1495)
* Initial commit

* Update CHANGELOG.md

* Tint flare smoke

* Expose GetCustomizations

* Added lensflare and flicker customization options for flare

* Update LensFlare.cpp

* Remove unnecessary code

* Update lara_flare.cpp

* Massive refactor to merge animations, settings and customizations

* Add HUD customization options

* Customize weapons

* Fixed flare, renamed recoil to interval, fixed lensflare default

* Occlude flare lensflares

* Update Settings.cpp

* Use alternate damage for lasersight mode

* Added hair cust

* Fix comment

* Fix another comment

* Fix link

* Fix placeholder table names

* Reorganize types

* Add missing initializers for hair settings

* Added physics cust

* Clarify description

* Update settings.lua

* Update CHANGELOG.md

* Add gun smoke, gun shells and ammo pickup counts

* Fix naming ambiguity

* Remove missing features from documentation

* Fix comment

* Fix parameter name, change default settings file

* Fixed pitch black

* Rollback DoDistanceFogForVertex

* Add camera cust

* Change binocular/lasersight toggle to color

* Update lara_basic.cpp

* Add time and statistics classes and script API for it

* Fix comment

* Use DoDamage on Lara helpers to register with statistics

* Update Time.cpp

* Fix documentation

* Fix default flare timeout

* Update Settings.lua

* Add flare muzzle offset customization

* Remove young Lara limitations

* Fix lasersight color

* Push full settings.lua

* Update RendererCompatibility.cpp

* Allow to customize root meshes, decopypaste hair and joint init code

* Added sol Time operator overloads

* Some changes to docs, add meaningful error for unknown fields

* Use existing new index template, add gunflash color settings, add shotgun muzzle

* Remove excessive usage of GetSettings()

* Cleanups

* Update Settings.lua

* Clarify parameter name

* Fix InitializeWeaponInfo

* PR review code tidying

* Fix bad merge

* Update FlowHandler.cpp

* Remove tabs for LDoc comments

* Use different comment style to preserve formatting

* Update lara_fire.cpp

* Some cleanups

* Fixed GetTimeUnits

* Fix typo

* Update Time.cpp

---------

Co-authored-by: Sezz <sezzary@outlook.com>
2024-12-15 18:24:49 +02:00
Lwmte
b5fa51b2dc Recompile docs for 1.6, version update 2024-11-21 18:27:42 +01:00
Lwmte
91081c9f0d
Freeze event and OnUseItem callbacks (#1463)
* Add use item callbacks, add menu boilerplate code

* Set up scripting API for game mode

* Use word "break" instead of "menu" everywhere

* Rudimentary implementation of BreakPhase

* More progress

* Doc update

* Always active lensflare

* Update CHANGELOG.md

* Fix hair interpolation for spectator mode

* Update target highlighter and other HUD elements while in break mode

* Fix various problems

* Don't try to update camera in spectator mode

* Cleanup camera code

* Rename break to freeze

* Update FlowHandler.cpp

* Update Flow.html

* Update control.cpp

* Rename method

* Add displaystring owner to differentiate between freeze modes

* Disable triggers and volumes in freeze mode

* Update control.cpp

* Rename enum

* Update CHANGELOG.md

* Implement full freeze, correct callback behaviour

* Update RendererDrawMenu.cpp

* Allow DumpGameScene to do partial pass

* Remove hack

* Introduce render mode enum to render scene without any postprocess

* Tidying

* Fix problems with items or renderer not updating before entering freeze mode

* Fix rebase errors

* Use interpolation factor getter instead of raw value everywhere

* Update documentation

* Fixed setting freeze mode from OnStart

* Fixed freeze mode not working in OnStart event

* Revert "Fixed freeze mode not working in OnStart event"

This reverts commit 87f6fbdc6d.

* Bypass cinematic bars and fades for non-full render modes

---------

Co-authored-by: Stranger1992 <84292688+Stranger1992@users.noreply.github.com>
Co-authored-by: Sezz <sezzary@outlook.com>
2024-11-20 20:54:39 +00:00
Sezz
2624c5bed2 Formatting 2024-11-16 22:07:57 +11:00
Lwmte
f51d499e68 Regenerate documentation 2024-11-03 11:39:16 +01:00
MontyTRC89
b03480e926 Merge branch 'develop' into develop_60fps
# Conflicts:
#	TombEngine/Game/control/control.cpp
2024-04-28 06:36:13 +02:00
MontyTRC89
1d30d43aac Added color to lens flare;
Added LUA api for starfield and lens flare;
2024-04-28 06:31:59 +02:00
Lwmte
29a5fc7411
UseItem event (#1357)
* Implement UseItem event, refactor item usage a bit

* Decopypaste medipack hotkey usage code

* Prevent small and large medipacks from being used simultaneously; tidy up UseItem()

---------

Co-authored-by: Sezz <sezzary@outlook.com>
2024-04-26 10:43:10 +01:00
Lwmte
d53b3cf03d Add timeout for Moveable:Enable(), delete output.xml on build, update ldoc version label 2024-04-19 23:39:58 +02:00
Lwmte
3c4b6fcf3c
Ldoc portable compiler (#1330)
* Add portable ldoc compiler and build event

* Remove broken ldoc compiler

* Remove unneeded file, remove timestamp

* Update documentation
2024-02-13 17:02:25 +00:00
Stranger1992
a77ada8f45 Add Lua API generator and regenerated docs 2024-02-11 22:28:56 +00:00
hispidence
ba648e1383 Fixed doc comments and regenerated docs. 2024-01-07 13:22:52 +00:00
hispidence
a70159d95b Regen docs and fix some doc comments 2023-12-26 20:47:08 +00:00
hispidence
e7ffb94d19 Regen docs, increase margin in css file 2023-11-11 12:16:23 +00:00
hispidence
a6947df0bc Fix documentation comments and regen docs 2023-11-09 18:28:02 +00:00
hispidence
88a6d7f229 Modify changes.txt, fix doc comments, update docs. 2023-09-30 13:53:51 +01:00
hispidence
49ee5b69d9 Merge from origin/develop and put in string scale stuff 2023-09-28 19:21:07 +01:00
hispidence
274360c1d5 Updated docs. 2023-07-20 12:13:57 +01:00
hispidence
b354bca1f0 Regen docs after duplicated LogLevel.h removal. 2023-06-03 11:44:57 +01:00
hispidence
0ec39ac7f0 Fix doc comments & regen docs. 2023-05-31 21:48:00 +01:00
hispidence
51e083a7de Fixed and regened docs; partial fix for #750 2023-03-31 20:51:44 +01:00
hispidence
71d2d047b1 Regenerated docs with version bumped to 1.0.8. 2023-03-24 18:27:38 +00:00
hispidence
9cd98757b7 Fixed and regenerated docs. 2023-02-27 14:33:55 +00:00
hispidence
082adaae52 Bump API version number. 2023-01-29 18:58:58 +00:00
hispidence
526113dbee Update docs. 2023-01-26 21:20:50 +00:00
hispidence
f400895b4b Regen docs. 2023-01-06 20:46:15 +00:00
hispidence
2c2785747b Update Changes.txt and docs. 2023-01-02 19:31:01 +00:00
hispidence
283981b2a7 Docs regen 2022-12-30 16:33:26 +00:00
hispidence
0f0d57cd66 Regenerate docs 2022-12-16 18:36:42 +00:00
hispidence
c9469331af Regen documentation 2022-12-11 18:40:31 +00:00
hispidence
5f0fe0f08b Regenerated documentation 2022-12-09 22:08:16 +00:00