- Dec 26, 2019
-
-
Monster Iestyn authored
Lua: ShouldDamage/MobjDamage/MobjDeath hotfix See merge request !575
-
Alam Ed Arias authored
-
Alam Ed Arias authored
-
- Dec 25, 2019
-
-
James R. authored
The original code used a switch case, not AND 1. :V
-
Monster Iestyn authored
Fix ShouldDamage, MobjDamage and MobjDeath hooks all messing up the pushing of variables to Lua as function args, by adding damagetype support where it was missing! The above issue occured only if you had both a generic hook and a type specific hook for a particular hook type. This way, the stack is never updated to include damagetype at the start, and all pushes of the variables get offsetted by 1 compared to what they should be, once the code *expects* damagetype to be included in it.
-
Nev3r authored
-
MascaraSnake authored
Hack P_SpawnHoopsAndRings into little pieces See merge request !572
-
- Dec 24, 2019
-
-
James R. authored
-
James R. authored
-
James R. authored
-
MascaraSnake authored
Fixed missing break in offset handling for horizontal springs See merge request !571
-
MascaraSnake authored
-
MascaraSnake authored
-
MascaraSnake authored
-
MascaraSnake authored
-
MascaraSnake authored
-
MascaraSnake authored
-
MascaraSnake authored
-Hoops are spawned in P_SpawnHoop -Item patterns are spawned in P_SpawnItemPattern -Ring-like items are spawned normally via P_SpawnMapThing -Bonus time items are spawned via P_SpawnBonusTimeItem, which is a wrapper for P_SpawnMapThing
-
Nev3r authored
-
Nev3r authored
-
MascaraSnake authored
Hack P_SpawnMapThing into tiny little pieces See merge request !564
-
- Dec 23, 2019
-
-
MascaraSnake authored
Replaced functions for spawning premade rows of rings with a function for spawning a generic row of rings (groundwork for UDMF)
-
MascaraSnake authored
-
MascaraSnake authored
Turned nightsreplace into a macro so we have don't have to keep dragging it along as a function parameter
-
MascaraSnake authored
Made a mapthing-independent version of P_GetMobjSpawnHeight so P_SpawnHoopsAndRings subfunctions can use it instead of duplicating code.
-
MascaraSnake authored
-
MascaraSnake authored
Netarchive compare changes See merge request !563
-
MascaraSnake authored
Refactor P_SpawnHoopsAndRings See merge request !562
-
MascaraSnake authored
-
MascaraSnake authored
P_SpawnMapThing(): Separated the giant post-Lua hook switch-case statement into its own function, and separated some of the larger cases into their own function as well
-