Commit graph

9476 commits

Author SHA1 Message Date
Lwmte
3e2a1ccf37 Update documentation 2025-03-28 23:39:49 +01:00
Lwmte
74b7688c7b Update Settings.lua 2025-03-28 23:23:43 +01:00
Stranger1992
83f71eaf3b Revert "Test commit for Discord"
This reverts commit d4c8b72bbe.
2025-03-28 21:39:40 +00:00
Stranger1992
d4c8b72bbe Test commit for Discord 2025-03-28 21:37:07 +00:00
Lwmte
9fc370833b Implement flyby spline looping in lua API 2025-03-28 21:36:37 +01:00
Lwmte
7ba9370281 Update CHANGELOG.md 2025-03-28 07:11:04 +01:00
Nemoel-Tomo
9469a0e63a
Tomo - fireflies (#1597)
* tests only - nothing to see

* update

* update

* update

* update corpse

* update savegame, formatting

* import develop

* formatting

* fix broken streamer vertex

* update firefly streamer spawn

* update effect

* Add in objects for fireflies

* fixed all reviews, formatting, changing on-off cycle

* formatting

* reduced the emitted light to two lights per cluster

* adding antitrigger

* formatting

* fixed corpse

* fixed a bug with corpse

* fixed corpse fall bug

* formatting

* Small refactors

* Fix merge

---------

Co-authored-by: Stranger1992 <84292688+Stranger1992@users.noreply.github.com>
Co-authored-by: Lwmte <3331699+Lwmte@users.noreply.github.com>
2025-03-28 07:44:07 +02:00
Lwmte
8e5f045d02 Update PostProcess.fx 2025-03-26 22:58:32 +01:00
Lwmte
917a86863e Changed lensflare formula 2025-03-26 19:41:59 +01:00
Sezz
539c19bdee
Update README.md 2025-03-27 03:43:10 +11:00
Sezz
22195b3267 Fix key binding settings saving for current session after hitting Esc to cancel 2025-03-26 23:26:00 +11:00
Sezz
c2c6b5f072 Minor changes 2025-03-25 15:05:07 +11:00
Lwmte
78e8d34c00 Fixed console on Win11 and monkey pathfinding 2025-03-24 22:03:52 +01:00
Lwmte
ac77c5f9ad Rollback MovingLaserFlags rename, bump version number 2025-03-23 08:24:36 +01:00
Lwmte
382b9d1ef5 Fixed incorrect debug line 2025-03-22 10:56:17 +01:00
Lwmte
8427ae7706 Update winmain.cpp 2025-03-22 10:37:36 +01:00
Lwmte
e27ec86e85 Allow to run console input in freeze modes as well 2025-03-22 10:28:12 +01:00
Lwmte
f0f733519f Simplify error message 2025-03-22 10:01:51 +01:00
Lwmte
d47e8d0e69 Don't try to execute empty lines 2025-03-22 09:57:25 +01:00
Lwmte
075c438b5d Update CHANGELOG.md 2025-03-22 09:49:03 +01:00
Lwmte
b1ee6a190e Added ability to perform Lua commands in the console window in realtime 2025-03-22 09:42:01 +01:00
Lwmte
8c26702678 Always warn about different game version 2025-03-22 08:31:05 +01:00
Lwmte
c608e6dec5 Update CHANGELOG.md 2025-03-22 00:30:52 +01:00
Lwmte
64a2d60d2f Added safeguards for problems surfaced in #1618 2025-03-22 00:29:33 +01:00
Sezz
dfa8170597 Demagic a number 2025-03-19 16:42:07 +11:00
Sezz
e5d9285033 Adjust Probe preview 2025-03-19 16:39:32 +11:00
Sezz
e0927a9415 Minor refactors to moving laser 2025-03-19 16:36:19 +11:00
Sezz
b07ee8eed7 tr5_movinglaser -> MovingLaser 2025-03-19 15:36:42 +11:00
Lwmte
5bdff1bf3c Update CHANGELOG.md 2025-03-17 23:35:58 +01:00
Lwmte
67f4fe3d1d Added probe constructor without room number 2025-03-17 23:29:44 +01:00
Lwmte
092346925e Fixed particles being canceled by fog bulbs 2025-03-17 21:01:15 +01:00
Lwmte
4ed26b1c2d Move InitializeObjets back, only reinit regenerated pickups counter 2025-03-16 20:48:40 +01:00
Lwmte
cb37bda329 Move particle init to proper function, always reinit objects on level reload 2025-03-16 18:17:11 +01:00
Lwmte
74e13fc678 Remove formatting leftovers from doc 2025-03-16 15:41:47 +01:00
Lwmte
db3b9cc411 Update version.h 2025-03-16 10:47:34 +01:00
Lwmte
e521e12a02 Some doc revisions 2025-03-16 10:47:10 +01:00
Lwmte
6b1ca045d0 Update documentation for streamer feather mode 2025-03-15 20:19:13 +01:00
Lwmte
33dd1461ad Change fog distance data type to float 2025-03-15 16:27:57 +01:00
Lwmte
edf3fbf68f Added script API methods for static mesh collision 2025-03-15 10:51:59 +01:00
Lwmte
f2d7044dfb Bypass rendering for objects and statics with near-zero transparency 2025-03-15 08:42:25 +01:00
Sezz
8bbc2df8eb Update EffectsFunctions.cpp 2025-03-15 18:06:04 +11:00
Sezz
92b8ed821f Update Lua advanced particle emitter 2025-03-15 18:01:27 +11:00
Lwmte
b9c3856c09 Fix alpha tested polys not fading 2025-03-15 02:55:30 +01:00
Lwmte
234192f9ed Update CHANGELOG.md 2025-03-15 01:03:09 +01:00
Lwmte
f758bab187 Rollback Starfield naming 2025-03-15 01:01:05 +01:00
TrainWrack
bed466be9d
Fix damage Commit (#1614)
* Fix Commit

* Revision
2025-03-15 01:49:18 +02:00
Lwmte
d7d9aad0d9 Update RoomObject.cpp 2025-03-14 08:34:16 +01:00
Lwmte
fa9a56f627 Throw exception if unknown object slot is encountered 2025-03-14 08:29:37 +01:00
Sezz
6d4bc4207e Fix input action conflicts not updating properly 2025-03-14 15:41:47 +11:00
Lwmte
61ca421fb8 Fixed fast moving items interpolation 2025-03-14 02:42:23 +01:00