Commit graph

99 commits

Author SHA1 Message Date
Leif Melles
84a21c776b
Lua set level secrets (#862)
* Set Secrets for level
* Set NumberOfSecrets to TotalNumberOfSecrets
* Secrets for Level Display
* Get LevelSecrets with BitSet Count
* Change Short to Int
2022-11-23 14:31:32 +02:00
Anatoly
697aea87eb
Enable mass pickup (#859)
* Enable mass pickup
* Update Changes.txt
* Remove getThisItemPlease
* Fix sarcophagus pickups
* Fix legacy pickup triggers not working
* Update Changes.txt
* Align pickups to surfaces
* Update pickup.cpp
* Update pickup.cpp
* Update Changes.txt
2022-11-20 05:29:08 +02:00
Lwmte
64d61afd3e Rename SetNumberOfSecrets to SetTotalSecretCount 2022-11-17 18:01:39 +02:00
Lwmte
d74bb5ae4d Remove uppercase conversion 2022-11-16 10:26:31 +02:00
Lwmte
8b9f6b25ab Revert "Update ammo strings"
This reverts commit 3fc8fb3266.
2022-11-16 10:24:54 +02:00
Sezz
3fc8fb3266 Update ammo strings 2022-11-16 18:33:14 +11:00
Sezz
db6df48184 Revert "Update Strings.lua"
This reverts commit 4def16178b.
2022-11-15 17:28:34 +11:00
Stranger1992
4def16178b Update Strings.lua 2022-11-15 00:16:38 +00:00
Stranger1992
b1567b0792 Removed wrongly merged strings 2022-11-15 00:15:19 +00:00
Anatoly
5812fc7d45
Merge pull request #840 from MontyTRC89/lua_1.0.3
Lua 1.0.3
2022-11-14 18:02:55 +02:00
Sezz
85f6f82915 Fix "Statistics" string in pause menu; update strings 2022-11-14 12:33:52 +11:00
hispidence
ac5626b3d1 Merge remote-tracking branch 'origin/master' into lua_1.0.3 2022-11-11 19:53:48 +00:00
Sezz
2e8e242fa0 Update strings 2022-11-08 16:52:09 +11:00
Sezz
2bba8dddad Add comment to Strings.lua 2022-11-08 16:49:12 +11:00
Sezz
0b37160dc1 Update strings 2022-11-08 11:46:45 +11:00
Sezz
82696e7ffd Update strings 2022-11-05 16:58:44 +11:00
Sezz
9f75122186 Update strings 2022-11-05 12:27:01 +11:00
Sezz
1162405860 Reformat strings 2022-11-05 00:57:31 +11:00
Lwmte
0859d0ea11 Dehardcode overall secrets count 2022-11-03 07:43:04 +02:00
hispidence
5a0a645427 Merge remote-tracking branch 'origin/master' into lua_1.0.3 2022-11-02 19:24:14 +00:00
Sezz
58721a91ee Merge branch 'master' into very_experimental_input_stuff 2022-10-27 21:30:07 +11:00
Kubsy
f3ac73d5d4 Add EnableFlyCheat to gameflow lua file 2022-10-26 15:34:55 +01:00
Kubsy
5f913b92ad add entry for ledgejumps 2022-10-25 21:10:28 +01:00
Sezz
0fe92bfa82 Merge branch 'master' into very_experimental_input_stuff 2022-10-01 12:27:36 +10:00
hispidence
833e640b65 Fix timer require call 2022-09-20 19:53:04 +01:00
hispidence
b7bd4035a2 Update starter scripts in accordance with #742 2022-09-16 14:59:43 +01:00
Sezz
eb669651c0 Merge branch 'master' into very_experimental_input_stuff 2022-09-15 12:45:33 +10:00
hispidence
2c2d49cc5d Update scripts in accordance with #701 and #735 2022-09-13 21:28:38 +01:00
Sezz
9c8da1c712 Merge branch 'master' into very_experimental_input_stuff 2022-09-13 13:57:39 +10:00
hispidence
74ce2183be Update Timer doc to give warning about names. 2022-09-08 19:25:22 +01:00
hispidence
d83ae45ba1 Update starter scripts 2022-09-07 21:12:02 +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
hispidence
c3fa145316 Update New_Level.lua 2022-09-03 16:56:21 +01:00
hispidence
e16a98a8aa Merge branch 'master' into lua_1.0.2 2022-09-03 16:54:42 +01:00
hispidence
0a8a2ec5ba Move "first-party" scripts into TEN folder. 2022-09-03 12:25:05 +01:00
hispidence
fe8b5d0025 Timer and EventSequence no longer require you to call Timer.UpdateAll 2022-08-20 17:05:25 +01:00
Sezz
e5343570fd Merge branch 'master' into very_experimental_input_stuff 2022-08-16 20:42:18 +10:00
Lwmte
8a460e29c2 Clean up scripts 2022-08-16 13:21:57 +03:00
Sezz
c32be322ab Merge branch 'master' into very_experimental_input_stuff 2022-08-12 23:44:05 +10:00
hispidence
9686f80b29 Add documentation for EventSequence and update autogenerated docs. 2022-08-11 22:49:31 +01:00
hispidence
99d26b5492 Merge remote-tracking branch 'origin/master' into lua_improvements1 2022-08-09 23:09:10 +01:00
hispidence
d61697e9f2 Uncap levelFarView and remove regular game farView. 2022-08-09 22:59:27 +01:00
hispidence
3ee432c423 Fix up version name so it doesn't conflict with the LDoc version. Modify .css to enable SOME syntax highlighting. 2022-08-08 23:31:09 +01:00
hispidence
2477c3efcf Improve timer, fixing #643 and adding display formatting options. 2022-08-08 21:42:04 +01:00
hispidence
b7e323e462 Improve TestLevel.lua. 2022-08-08 21:38:02 +01:00
Lwmte
e4f6db0a3e Add antialiasing (#645)
* Add FXAA
* Use existing luma function
* Fix order of rendering not to affect GUI by AA
* Update Renderer11Draw2D.cpp
* Add MSAA as medium and high quality AA levels
* Update configuration.h
* Update Changes.txt
* Update DX11_FinalPass.fx
* Reduce FXAA blurriness
2022-08-08 21:32:33 +03:00
Sezz
27e7c49b25 Merge branch 'master' into very_experimental_input_stuff 2022-08-08 00:52:33 +10:00
hispidence
a45fd03c1b Remove bit of old debug code that prevented all further objects being loaded. 2022-08-07 00:55:40 +01:00
hispidence
c42faee592 EventSequence can now loop 2022-08-06 21:46:17 +01:00