Sally Coolatta
|
1e04896d3f
|
Update & save unlockables when visiting a new map
Resolves #1122
|
2024-01-26 15:37:38 -05:00 |
|
Logan Aerl Arias
|
a3b79056e9
|
Merge branch 'translations' into 'next'
ZDoom translations
See merge request STJr/SRB2!2190
|
2024-01-17 03:24:54 +00:00 |
|
Logan Aerl Arias
|
845df8f1df
|
Merge branch 'sector-portals' into 'next'
Sector portals
See merge request STJr/SRB2!2139
|
2024-01-08 03:28:43 +00:00 |
|
Lactozilla
|
b6e4771085
|
Merge branch 'next' into translations
|
2024-01-02 22:06:14 -03:00 |
|
Logan Aerl Arias
|
4dd2415262
|
Merge branch 'exitfix' into 'next'
Only Consider ExitLevel a Cheat When Used to Cheat
See merge request STJr/SRB2!2159
|
2024-01-02 03:05:24 +00:00 |
|
Logan Aerl Arias
|
487b0d22ed
|
Merge branch 'next' into raise-skin-limit
|
2024-01-01 16:55:04 -05:00 |
|
Logan Aerl Arias
|
8c3d590730
|
Merge branch SRB2:next into exitfix
|
2023-12-31 17:03:12 +00:00 |
|
Lactozilla
|
fd64fdfa34
|
Merge branch 'next' into sector-portals
|
2023-12-27 23:46:16 -03:00 |
|
Logan Aerl Arias
|
96e459c171
|
Merge branch 'optimize-mobj-allocations' into 'next'
Cache and reuse removed mobjs when spawning mobjs
See merge request STJr/SRB2!2200
|
2023-12-25 23:59:34 +00:00 |
|
spherallic
|
1756fabef0
|
Convert UDMF colormap light/fade alpha to new 0-255 range
|
2023-12-22 11:24:56 +01:00 |
|
sphere
|
55d257266d
|
Merge branch 'udmf-floor-ceiling-texture-scaling' into 'next'
Floor and ceiling texture scaling
See merge request STJr/SRB2!2221
|
2023-12-11 22:15:36 +00:00 |
|
sphere
|
c4526bc777
|
Merge branch 'udmf-texture-scaling' into 'next'
Wall texture scaling
See merge request STJr/SRB2!2031
|
2023-12-11 22:14:41 +00:00 |
|
Lactozilla
|
8e331f86bd
|
Merge branch 'next' into sector-portals
|
2023-11-30 19:01:54 -03:00 |
|
Lactozilla
|
1122373304
|
Merge branch 'next' into raise-skin-limit
|
2023-11-30 18:58:24 -03:00 |
|
Lactozilla
|
5f21befb09
|
Merge branch 'next' into translations
|
2023-11-30 18:54:36 -03:00 |
|
sphere
|
04911b95b6
|
Merge branch 'raise-side-limits' into 'next'
Raise sidedef limits
See merge request STJr/SRB2!2163
|
2023-11-29 11:45:52 +00:00 |
|
Lactozilla
|
468b448316
|
Add sector texture scale fields
|
2023-11-24 01:52:57 -03:00 |
|
Lactozilla
|
41cacd783b
|
Serialize new side fields
|
2023-11-23 21:56:18 -03:00 |
|
Lactozilla
|
ca4f7cc508
|
Correct OpenGL wall texture scaling
|
2023-11-23 21:43:18 -03:00 |
|
Lactozilla
|
b8cb4498db
|
Merge remote-tracking branch 'stjr/next' into udmf-texture-scaling
|
2023-11-23 16:12:16 -03:00 |
|
Lactozilla
|
1009c31ad1
|
Change some instances of sizeu1 to sizeu2
|
2023-11-23 14:36:02 -03:00 |
|
Lactozilla
|
a3e6b5e0fb
|
Merge remote-tracking branch 'stjr/next' into raise-skin-limit
|
2023-11-23 13:48:18 -03:00 |
|
Lactozilla
|
879ac8dcd5
|
Merge remote-tracking branch 'stjr/next' into translations
|
2023-11-06 22:58:25 -03:00 |
|
Gustaf Alhäll
|
4cf1d7fe10
|
Cache and reuse removed mobjs when spawning mobjs
|
2023-11-05 13:52:23 +01:00 |
|
Lactozilla
|
0731272fab
|
Add A_SetTranslation and load TRNSLATE before SOC and Lua scripts
|
2023-10-30 20:52:28 -03:00 |
|
Lactozilla
|
4f873d5f8f
|
WIP ZDoom translations
|
2023-10-29 20:33:49 -03:00 |
|
Alam Ed Arias
|
0c49144c72
|
Merge branch 'master' into udmf-texture-scaling
|
2023-10-28 21:35:35 -04:00 |
|
Alam Ed Arias
|
49d9619192
|
Merge branch 'master' into raise-skin-limit
|
2023-10-28 18:09:42 -04:00 |
|
LJ Sonic
|
8608ded317
|
Add deprecation TODOs
|
2023-10-28 15:19:35 +02:00 |
|
Alam Ed Arias
|
0fb1c64338
|
Merge branch 'next' into sector-portals
|
2023-10-25 14:11:58 -04:00 |
|
Alam Ed Arias
|
229d0364d4
|
Fixed lookup sides for 32-bit systems
|
2023-10-25 07:40:55 -04:00 |
|
Lactozilla
|
8fd9a82a19
|
Raise sidedef limits
Also, fixes reading of GL3 nodes to use 32-bit indices for line IDs.
|
2023-09-21 02:06:06 -03:00 |
|
SMS Alfredo
|
71b0f002c9
|
Only Consider ExitLevel a Cheat When Used to Cheat
|
2023-09-19 17:17:00 -05:00 |
|
LJ Sonic
|
2a896538d9
|
Merge branch 'netcode-rerefactor' into 'next'
Re-delete netcode
See merge request STJr/SRB2!2083
|
2023-09-18 16:47:28 +00:00 |
|
Lactozilla
|
69df136e2b
|
Merge remote-tracking branch 'stjr/next' into team-gametype-keep-player-color
|
2023-09-12 19:17:07 -03:00 |
|
Lactozilla
|
9335ee3031
|
Implement "copy portal to line" sector portal type
|
2023-08-24 17:36:38 -03:00 |
|
Lactozilla
|
74ea880ca0
|
Refactor
|
2023-08-23 17:49:29 -03:00 |
|
Lactozilla
|
5b387ec94a
|
Make linedef type 6 closer to ZDoom's Sector_SetPortal
|
2023-08-23 15:04:50 -03:00 |
|
Lactozilla
|
03daf721ef
|
Allow sector portals to be displayed properly on sky sectors
|
2023-08-23 13:43:02 -03:00 |
|
Lactozilla
|
1506909a1f
|
Reimplement sector portals
|
2023-08-23 04:24:06 -03:00 |
|
sphere
|
13ac83a208
|
Floor portal test, ported
Co-authored-by: Lactozilla <jp6781615@gmail.com>
|
2023-08-23 02:58:38 -03:00 |
|
spherallic
|
40d9614c32
|
Clear thing flags for NiGHTS bumpers/hoops again
|
2023-08-21 00:43:01 +02:00 |
|
sphere
|
b533594a33
|
Merge branch 'udmf-absolutez' into 'next'
Add absolute Z height flag for mapthings in UDMF
See merge request STJr/SRB2!2015
|
2023-08-20 17:16:02 +00:00 |
|
Sally Coolatta
|
d589953fc4
|
Fix P_WriteSkincolor
|
2023-08-19 23:39:54 -04:00 |
|
Lactozilla
|
976b9b862d
|
Restore player skins if forced skin restrictions are lifted
|
2023-08-15 13:51:12 -03:00 |
|
Lactozilla
|
062af20628
|
Don't change cv_skin or cv_playercolor if there is no need to
|
2023-08-15 04:29:50 -03:00 |
|
Sal
|
f96ebbb2f5
|
Merge branch 'warp-is-cheat' into 'next'
Warp cheat adjustments
See merge request STJr/SRB2!2098
|
2023-08-07 18:35:20 +00:00 |
|
Sal
|
492fe94597
|
Warp cheat adjustments
|
2023-08-07 18:35:20 +00:00 |
|
MIDIMan
|
d06098c0aa
|
Changed P_ConvertBinaryLinedefTypes to use args[1] instead of args[3] for linedef type 442
|
2023-08-05 20:22:11 -04:00 |
|
Sal
|
f11538c478
|
Make UDMF scale compatible with ZDoom's spec
|
2023-08-04 20:05:35 +00:00 |
|