Louis-Antoine
|
829bb84b5e
|
Minor adjustements in Snake minigame
|
2020-04-27 23:15:18 +02:00 |
|
Louis-Antoine
|
1c78e9cdfb
|
Add bonuses and maluses to Snake minigame
|
2020-04-27 23:10:13 +02:00 |
|
Louis-Antoine
|
3ab29047bd
|
Add pause and retry to Snake minigame
|
2020-04-27 22:06:32 +02:00 |
|
Louis-Antoine
|
0bdf93e48d
|
Add a background to Snake minigame
|
2020-04-27 15:31:38 +02:00 |
|
Louis-Antoine
|
41253ee689
|
Call rand() a few times after calling srand()
|
2020-04-27 14:22:45 +02:00 |
|
Louis-Antoine
|
3c43515cbd
|
Use sprites for snake and apple
|
2020-04-27 13:01:14 +02:00 |
|
Louis-Antoine
|
4b94ebd8fd
|
Lower the download progress bar
|
2020-04-26 21:57:17 +02:00 |
|
Louis-Antoine
|
472be36b87
|
Prevent edge warping in Snake minigame
|
2020-04-26 21:17:15 +02:00 |
|
Louis-Antoine
|
90ef711412
|
Fix compiler warnings
|
2020-04-24 22:19:05 +02:00 |
|
Louis-Antoine
|
151fe6be07
|
Improve controls handling in connection screen minigame
|
2020-04-24 19:27:42 +02:00 |
|
Louis-Antoine
|
0928375bc4
|
Add a Snake minigame to the downloading screen
|
2020-04-24 19:27:29 +02:00 |
|
Monster Iestyn
|
da9a53daca
|
Merge branch 'crumbling-sink' into 'next'
Sync crumblestate in netgames
See merge request STJr/SRB2!890
|
2020-04-24 12:53:14 -04:00 |
|
Monster Iestyn
|
db9c14702d
|
These are flags! Serves me right for just rushing this out
|
2020-04-24 16:53:54 +01:00 |
|
Monster Iestyn
|
d1e49fa926
|
Sync crumblestate in netgames
|
2020-04-24 16:40:09 +01:00 |
|
Monster Iestyn
|
8fb68b025f
|
Merge branch 'uh-oh-spriteinfo' into 'next'
Fix minor issue with lua spriteinfo
See merge request STJr/SRB2!872
|
2020-04-23 16:12:55 -04:00 |
|
Monster Iestyn
|
20ec3f6c89
|
Merge branch 'emeraldspawnfix' into 'next'
Fix emerald hunt not working properly, part 2
See merge request STJr/SRB2!887
|
2020-04-23 15:41:27 -04:00 |
|
Monster Iestyn
|
e78a2fa297
|
Merge branch 'master' into next
|
2020-04-23 18:49:53 +01:00 |
|
LJ Sonic
|
c7f8791894
|
Merge branch 'long-names' into 'next'
Enable entry searching functions to retrieve entry names longer than 8 characters
See merge request STJr/SRB2!885
|
2020-04-23 04:40:33 -04:00 |
|
sphere
|
7955c96fa1
|
Restore carelessly removed const keywords.
|
2020-04-22 23:38:10 +02:00 |
|
sphere
|
d5863b912f
|
Move variable declarations outside of for loops.
|
2020-04-22 23:17:18 +02:00 |
|
sphere
|
13c47b9e6f
|
Fix variable-length array definition, just in case.
|
2020-04-22 23:10:43 +02:00 |
|
sphere
|
b3b7ffb889
|
Make P_SpawnEmeraldHunt even more concise, using Fisher-Yates shuffle.
|
2020-04-22 22:46:12 +02:00 |
|
sphere
|
d7185516f5
|
Fix a mistake with P_SpawnEmeraldHunt and make it more concise.
|
2020-04-22 20:38:58 +02:00 |
|
sphere
|
0868930d3b
|
Make emerald hunt shards spawn at correct heights, and add Float option.
|
2020-04-22 18:58:40 +02:00 |
|
Louis-Antoine
|
74fd37fa38
|
Let W_CheckNumForName(Pwad) find entries with long names
|
2020-04-21 11:08:18 +02:00 |
|
Louis-Antoine
|
90ebe18c5a
|
Add a longname field to lumpinfo_t
|
2020-04-21 10:21:41 +02:00 |
|
Louis-Antoine
|
74e8d7f733
|
Rename lumpinfo_t.name2 to lumpinfo_t.fullname
|
2020-04-20 23:40:41 +02:00 |
|
James R
|
1d2d5266ab
|
Merge branch 'flipfuncpointers-master' into 'master'
Flipfuncpointers (take two)
See merge request STJr/SRB2!864
|
2020-04-19 18:23:56 -04:00 |
|
James R
|
28b1e8de1c
|
Merge remote-tracking branch 'origin/master' into next
|
2020-04-18 17:20:33 -07:00 |
|
James R
|
01da59fe02
|
Merge branch 'angle-for-spawn-object' into 'next'
Make the Spawn Object linedef executor able to set the object's angle.
See merge request STJr/SRB2!877
|
2020-04-18 20:16:07 -04:00 |
|
James R
|
a7291a2ad4
|
Merge branch 'packetversion-revision' into 'master'
The rule for PACKETVERSION is too confusing, it's also too hard to unify formats
See merge request STJr/SRB2!875
|
2020-04-18 20:15:23 -04:00 |
|
James R
|
7e981edfcc
|
Merge branch 'continue_tweaks' into 'next'
A tangible mechanism to disable Continues
See merge request STJr/SRB2!865
|
2020-04-18 20:15:04 -04:00 |
|
James R
|
a891b1126b
|
Merge branch 'netgame-urls' into 'master'
srb2:// server URLs
See merge request STJr/SRB2!858
|
2020-04-18 20:11:00 -04:00 |
|
Nev3r
|
1ea15aa643
|
Merge branch 't_moveplane-refactor' into 'next'
Remove faulty code from T_MovePlane()
See merge request STJr/SRB2!876
|
2020-04-14 05:53:59 -04:00 |
|
Nev3r
|
b7bedae60f
|
Merge branch 'remove-bridge' into 'next'
Remove the disabled/broken bridge thinker code
See merge request STJr/SRB2!879
|
2020-04-14 05:51:45 -04:00 |
|
Nev3r
|
8c3485d82e
|
Remove the bridge thinker entry from the ZB configuration.
|
2020-04-14 10:31:26 +02:00 |
|
Nev3r
|
d05ad892be
|
Remove the bridge thinker code.
|
2020-04-14 10:31:07 +02:00 |
|
sphere
|
e8a202e0a3
|
Make linedef type 461 able to set object angle, using the line's angle.
|
2020-04-13 17:10:25 +02:00 |
|
Nev3r
|
608f4b6e54
|
Remove now unused P_MobjReadyToMove().
|
2020-04-13 16:00:58 +02:00 |
|
Nev3r
|
44426fd453
|
Actually remove the entire code block in T_MovePlane(), and remove line_t.tagline as it served no other purpose.
|
2020-04-13 15:17:53 +02:00 |
|
Nev3r
|
8bbbd437c5
|
Refactor an unholy piece of code.
|
2020-04-13 14:31:19 +02:00 |
|
James R
|
76e93476de
|
Make the PACKETVERSION rule easier
|
2020-04-12 17:05:18 -07:00 |
|
fickleheart
|
1844aa1445
|
Make a separate function instead of clogging up IdentifyVersion
|
2020-04-09 20:56:27 -05:00 |
|
fickleheart
|
8001511b7c
|
Make chdir usage consistent with other source usage
|
2020-04-09 20:52:23 -05:00 |
|
fickleheart
|
4db9ceca03
|
Merge remote-tracking branch 'upstream/master' into netgame-urls
|
2020-04-09 20:48:52 -05:00 |
|
James R
|
8de2bab4a9
|
Merge branch 'pk3-xtra-comm-fix' into 'next'
PK3: Proper ignorance for file comments/extra data
See merge request STJr/SRB2!761
|
2020-04-09 21:25:11 -04:00 |
|
James R
|
8335a44864
|
Merge branch 'md2-rollangle' into 'master'
Fix MD2 rollangle in reverse gravity
See merge request STJr/SRB2!818
|
2020-04-09 21:25:02 -04:00 |
|
James R
|
d3a4647c3b
|
Merge branch 'hw-horizon' into 'master'
OGL horizon lines
See merge request STJr/SRB2!861
|
2020-04-09 21:24:41 -04:00 |
|
James R
|
0596dbd137
|
Merge branch 'execcfg-fixes' into 'master'
ExecCfg fixes
See merge request STJr/SRB2!821
|
2020-04-09 21:24:12 -04:00 |
|
James R
|
45abbb0be6
|
You don't need to push the value twice, it's only used once
|
2020-04-09 17:30:53 -07:00 |
|