PlayerThink Hook
This merge request adds the PlayerThink hook, which executes in P_PlayerThink.
Edited by ChaoLoveIceMDBoy
Merge request reports
Activity
Filter activity
What the heck was I thinking when I had the
LUAh_PlayerThink(player)
function run for respawning bots? I don't want bots to be affected by this Lua hook.Edited by ChaoLoveIceMDBoy
added 43 commits
-
124a0754...63cf9d61 - 42 commits from branch
STJr:next
- 0f895706 - Merge branch 'next' of https://git.magicalgirl.moe/STJr/SRB2 into playerthink-hook
-
124a0754...63cf9d61 - 42 commits from branch
added 29 commits
-
0f895706...6fc325f3 - 28 commits from branch
STJr:next
- e9a31a44 - Merge branch 'next' of https://git.magicalgirl.moe/STJr/SRB2 into playerthink-hook
-
0f895706...6fc325f3 - 28 commits from branch
I wonder if the way I'm handling the
PlayerThink
hook is the best way to handle it, since I'm still a noob when it comes to coding in C.Edited by ChaoLoveIceMDBoyadded 85 commits
-
e9a31a44...ca5a4d90 - 84 commits from branch
STJr:next
- e08b3b69 - Merge branch 'next' of https://git.magicalgirl.moe/STJr/SRB2 into playerthink-hook
-
e9a31a44...ca5a4d90 - 84 commits from branch
added 89 commits
-
e08b3b69...aa9cc6e6 - 88 commits from branch
STJr:next
- 9fe20aa1 - Merge branch 'next' of https://git.magicalgirl.moe/STJr/SRB2 into playerthink-hook
-
e08b3b69...aa9cc6e6 - 88 commits from branch
added 43 commits
-
9fe20aa1...ceca99e3 - 42 commits from branch
STJr:next
- 5a9b80b5 - Merge branch 'next' of https://git.magicalgirl.moe/STJr/SRB2 into playerthink-hook
-
9fe20aa1...ceca99e3 - 42 commits from branch
added 1 commit
- 745cced0 - Execute LUAh_PlayerThink(player) at the end if the player has a valid mobj_t object
added 13 commits
-
745cced0...d588e3ca - 12 commits from branch
STJr:next
- ef9a7b01 - Merge branch 'next' of https://git.magicalgirl.moe/STJr/SRB2 into playerthink-hook
-
745cced0...d588e3ca - 12 commits from branch
I had to temporarily have no exe download available due to Issue #102 (closed) and the previous working exe was out-of-date, but that issue got resolved so now I can upload a new exe.
added 36 commits
-
ef9a7b01...bf251289 - 35 commits from branch
STJr:next
- fdd1823e - Merge branch 'next' of https://git.magicalgirl.moe/STJr/SRB2 into playerthink-hook
-
ef9a7b01...bf251289 - 35 commits from branch
Please register or sign in to reply