Commit graph

  • aa6b45c8af
    Merge 34ce3e830d into 99c058d168 Boondorl 2024-11-21 06:08:44 -0500
  • 34ce3e830d Fixed missing checks in P_TestMobjZ Boondorl 2024-11-21 05:46:15 -0500
  • 81c92a454f
    Merge 30dd6c91ec into 99c058d168 Boondorl 2024-11-21 04:27:22 -0500
  • 30dd6c91ec Fixed poison not clearing on revive Boondorl 2024-11-21 04:27:02 -0500
  • 11ef79d8c9
    Merge 0f037cfd64 into 99c058d168 Cacodemon345 2024-11-21 07:10:26 +0000
  • 0f037cfd64 Add WorldRailgunFired Cacodemon345 2024-11-21 13:10:17 +0600
  • 28969d3901
    Merge c489836b29 into 99c058d168 Rachael Alexanderson 2024-11-21 01:49:18 +0100
  • 6afed851cf
    Merge d853f9b355 into 99c058d168 Hugo Locurcio 2024-11-21 01:39:41 +0100
  • 490c0a86f6
    Merge 2eeb489184 into 99c058d168 MajorCooke 2024-11-20 20:56:36 -0300
  • ff8681686b
    Merge 529b21279a into 99c058d168 BinarryCode 2024-11-20 16:04:15 -0600
  • 063239d7b9 Add WorldRailgunPreFired for railgun attacks Cacodemon345 2024-11-21 01:56:44 +0600
  • 44cbd0c8e2
    Merge 895462c46a into 99c058d168 MajorCooke 2024-11-20 16:30:19 +0100
  • 99c058d168
    Added WorldHitscanFired and WorldHitscanPreFired (#2432) master jekyllgrim 2024-11-20 18:26:00 +0300
  • bc1b56516e
    Merge 8fb8642b7d into c31f45c653 Rachael Alexanderson 2024-11-20 21:07:20 +0600
  • 895462c46a Added GoalReached(Actor oldgoal) function to actors. Major Cooke 2024-11-19 19:22:17 -0600
  • ebc36650a4 Added WorldThingGoalReached(WorldEvent e). Major Cooke 2024-11-19 14:26:59 -0600
  • 148f046961
    Merge 7dfaaa8538 into c31f45c653 Boondorl 2024-11-19 18:04:27 +0200
  • c31f45c653 Fixed view for frozen players Boondorl 2024-11-19 07:01:24 -0500
  • fad64c7e92 Fixed view for frozen players Boondorl 2024-11-19 07:01:24 -0500
  • 78d0a017f7 DVector3 → const DVector3& jekyllgrim 2024-11-19 13:16:04 +0300
  • 59ff4815c5
    Merge 85edffc166 into 702ef493f0 XLightningStormL 2024-11-18 21:38:46 +0100
  • 529b21279a
    Update sbarinfo.cpp BinarryCode 2024-11-18 09:30:57 -0800
  • 702ef493f0 Fix and restrict level postprocessor instance RaveYard 2024-06-14 20:53:46 +0200
  • a4b2239ca6 Fix and restrict level postprocessor instance RaveYard 2024-06-14 20:53:46 +0200
  • e1fd4f4e72
    Merge bcedd6d1f4 into ab9b6320cb Ricardo Luís Vaz Silva 2024-11-17 11:44:18 -0300
  • 7dfaaa8538 Fixed angleOffsetTargets not being initialized Boondorl 2024-11-15 23:48:18 -0500
  • ab9b6320cb Allow easier piece weapon replacing Boondorl 2024-11-07 18:54:23 -0500
  • 268dad18f7 Discs no longer blast players with collision disabled Boondorl 2024-11-08 21:58:45 -0500
  • 3ea5be1ea7 Reworked FRandom constructors Boondorl 2024-11-06 22:41:26 -0500
  • a1a4a97dcd Added RNG snapshotting for predicting Boondorl 2024-11-04 13:15:47 -0500
  • 597b06ae52 Added CRandom functions Boondorl 2024-05-04 20:35:44 -0400
  • 4c140224a2 Removed network message entirely Boondorl 2024-11-06 20:02:44 -0500
  • 8a14497d8c Port NCMD_EXIT to i_net file Boondorl 2024-11-05 18:03:08 -0500
  • b6fd65988b Added stubs for NetClose on other platforms Boondorl 2024-11-05 16:24:10 -0500
  • e898139690 Fixed static error for SendConAck Boondorl 2024-11-05 15:41:31 -0500
  • 3f4513c571 Updated packet handling Boondorl 2024-11-05 15:29:57 -0500
  • 7ecda642b3
    Merge 315e58f67f into ccd38afbcb kmeaw 2024-11-15 09:14:23 +0100
  • cc2ad2c1ee
    Merge ffab3a1b46 into ccd38afbcb kcat 2024-11-15 09:14:23 +0100
  • 6572a7fb1e Fixes for serializing and initializing Boondorl 2024-11-14 22:27:08 -0500
  • ccd38afbcb
    - revert adding in the sprite/frame support for visual thinkers Rachael Alexanderson 2024-11-13 16:16:36 -0500
  • a0c1f5b1b7 fix compilation Ricardo Luís Vaz Silva 2024-11-13 17:02:50 -0300
  • ad40299da4 - add sprite/frame support for VisualThinkers Rachael Alexanderson 2024-10-22 18:22:43 -0400
  • b5ce28a0db
    - add sprite/frame support for VisualThinkers Rachael Alexanderson 2024-10-22 18:22:43 -0400
  • 6a067a7630 export UpdateSpriteInfo Ricardo Luís Vaz Silva 2024-11-12 18:14:18 -0300
  • 925b62b8c5 serialize animData, update subsector on deserialize Ricardo Luís Vaz Silva 2024-11-12 16:57:04 -0300
  • d94a596bc2 move crucial functions out of Tick, so that light custom tick overrides can be done without calling super.Tick for non-moving visualthinkers Ricardo Luís Vaz Silva 2024-11-12 16:21:26 -0300
  • 9466c2d138 remove unecessary allocations Ricardo Luís Vaz Silva 2024-11-12 16:05:24 -0300
  • 174344ddf1 move visual thinker definition into its own header Ricardo Luís Vaz Silva 2024-11-12 16:03:28 -0300
  • 3622e2bb2a Compress visualthinker bools into a flags field Ricardo Luís Vaz Silva 2024-11-12 16:00:41 -0300
  • 3a83762c51 Allow property-less flagdefs for non-actors Ricardo Luís Vaz Silva 2023-10-28 16:38:12 -0300
  • b647021117 export UpdateSpriteInfo Ricardo Luís Vaz Silva 2024-11-12 18:14:18 -0300
  • 9d72a97fd8 serialize animData, update subsector on deserialize Ricardo Luís Vaz Silva 2024-11-12 16:57:04 -0300
  • b66eba6854 move crucial functions out of Tick, so that light custom tick overrides can be done without calling super.Tick for non-moving visualthinkers Ricardo Luís Vaz Silva 2024-11-12 16:21:26 -0300
  • 2d0f0c8226 remove unecessary allocations Ricardo Luís Vaz Silva 2024-11-12 16:05:24 -0300
  • 7489f223d3 move visual thinker definition into its own header Ricardo Luís Vaz Silva 2024-11-12 16:03:28 -0300
  • 123ecd2bee Compress visualthinker bools into a flags field Ricardo Luís Vaz Silva 2024-11-12 16:00:41 -0300
  • feda7c81ea Allow property-less flagdefs for non-actors Ricardo Luís Vaz Silva 2023-10-28 16:38:12 -0300
  • 1e4f176395
    - move appimage workflow to unused/ Rachael Alexanderson 2024-11-12 06:34:26 -0500
  • c489836b29
    - enable mipmapping in 2D Rachael Alexanderson 2024-07-04 14:32:14 -0400
  • bb5c8d8124
    - don't fudge light position out of the floor for +NOINTERACTION actors Rachael Alexanderson 2024-06-13 04:59:14 -0400
  • ea7ea182ed Add missing CHANF_ constants and fix the styling of the comments for better readability nashmuhandes 2024-11-12 09:34:46 +0800
  • 67b25b830a Add missing CHANF_ constants and fix the styling of the comments for better readability nashmuhandes 2024-11-12 09:34:46 +0800
  • a145eac056 added constants for the most recently added level flags Blue Shadow 2024-11-11 14:25:20 +0300
  • 2bc561d135
    - add automap default markers for all games (can be overridden) Rachael Alexanderson 2024-11-11 06:50:59 -0500
  • 598f40f880 added constants for the most recently added level flags Blue Shadow 2024-11-11 14:25:20 +0300
  • 2eeb489184 Added PostFind<Next/Prev>Weapon functions to PlayerPawns. Major Cooke 2024-11-10 13:01:31 -0600
  • 362100fcf0 Add inventory virtuals for weapon selection Ricardo Luís Vaz Silva 2024-10-21 15:22:33 -0300
  • 04cdbd1898 Fixed CreateCopy being broken on HexenArmor Boondorl 2024-11-08 17:34:26 -0500
  • ce4a8e76b0 Discs no longer blast players with collision disabled Boondorl 2024-11-08 21:58:45 -0500
  • 982d64d917 Fixed CreateCopy being broken on HexenArmor Boondorl 2024-11-08 17:34:26 -0500
  • 220200d836
    Revert "- error out if destroying a canvas object" Rachael Alexanderson 2024-11-08 14:26:51 -0500
  • b26b5ec8f0 Allow easier piece weapon replacing Boondorl 2024-11-07 18:54:23 -0500
  • 8638191098 Reworked FRandom constructors Boondorl 2024-11-06 22:41:26 -0500
  • 116e30aa7a Removed network message entirely Boondorl 2024-11-06 20:02:44 -0500
  • 4409cd1c0a Port NCMD_EXIT to i_net file Boondorl 2024-11-05 18:03:08 -0500
  • 4d4995330f Added stubs for NetClose on other platforms Boondorl 2024-11-05 16:24:10 -0500
  • 0abaa43084 Fixed static error for SendConAck Boondorl 2024-11-05 15:41:31 -0500
  • 5e44113d47 Updated packet handling Boondorl 2024-11-05 15:29:57 -0500
  • d85d04f421 Fixed crash on functions with missing return values Boondorl 2024-11-04 23:54:31 -0500
  • 39d1d45e97 Fixed crash on functions with missing return values Boondorl 2024-11-04 23:54:31 -0500
  • 3d4dccd650 And the variable. Major Cooke 2024-10-28 22:33:34 -0500
  • ceb2de36d3 Change function from private to protected by request. Major Cooke 2024-10-28 22:31:40 -0500
  • 1620d405c6 Added OrthographicCamera actor. Arguments are: - 0: Offset. This pushes the camera further away, going behind the camera. Default is 1.0 (converted to negative - the value cannot go lower than that). Major Cooke 2024-10-26 21:50:18 -0500
  • 67f0d864d7 Added RNG snapshotting for predicting Boondorl 2024-11-04 13:15:47 -0500
  • 2122200e8b Added CRandom functions Boondorl 2024-05-04 20:35:44 -0400
  • 0fe2d72b75 Fixed startpos not saving Boondorl 2024-11-03 20:40:37 -0500
  • 64dfb6bff3 Fixed startpos not saving Boondorl 2024-11-03 20:40:37 -0500
  • 85cefd8516 Limiting r_radarclipper effect to Out-of-Bounds viewpoints only. Opens the possibility of leaving it true by default in the future. Dileep V. Reddy 2024-11-03 07:35:18 -0700
  • 714eb8910c Reworked player loading Boondorl 2024-11-03 16:15:41 -0500
  • 2304c94ede Reworked player loading Boondorl 2024-11-03 16:15:41 -0500
  • a8a5b96940
    Limiting r_radarclipper effect to Out-of-Bounds viewpoints only. Opens the possibility of leaving it true by default in the future. Dileep V. Reddy 2024-11-03 07:35:18 -0700
  • a899571d8c got rid of strlwr. Christoph Oelckers 2024-11-02 09:07:07 +0100
  • 6fc256709c fixed the particle replacement code. Christoph Oelckers 2024-11-01 08:46:02 +0100
  • de8d839885 Moved Actor TID selector out of header Boondorl 2024-10-31 13:42:52 -0400
  • f5ceaafbbc Added net id functions for ACS Boondorl 2024-10-30 18:59:25 -0400
  • 4435e8325c Moved Actor TID selector out of header Boondorl 2024-10-31 13:42:52 -0400
  • 0c29e3a778
    Fixed STRETCHPIXELS flag not being exposed. g4.13.2 4.13 Major Cooke 2024-10-30 16:22:33 -0500
  • 728e422e72 Added net id functions for ACS Boondorl 2024-10-30 18:59:25 -0400
  • 9ca5bef4ea Fixed STRETCHPIXELS flag not being exposed. Major Cooke 2024-10-30 16:22:33 -0500
  • 864a5ab6ae Fixed STRETCHPIXELS flag not being exposed. Major Cooke 2024-10-30 16:22:33 -0500