forked from SpiritQuaddicted/quake-code-archives
-
Notifications
You must be signed in to change notification settings - Fork 0
/
repos.git
828 lines (828 loc) · 61.8 KB
/
repos.git
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
git://disenchant.net/tyrquake disenchant.net:tyrquake
git://disenchant.net/tyrutils disenchant.net:tyrutils
git://git.code.sf.net/p/quake/quakeforge git.code.sf.net:quakeforge
git://gitorious.org/blist/blist gitorious.org:blist:blist
git://gitorious.org/clean_csqc/cleancsqc gitorious.org:clean_csqc:cleancsqc
git://gitorious.org/cleanqc/cleanqc gitorious.org:cleanqc:cleanqc
git://gitorious.org/cleanqc/cleanqc_kditd gitorious.org:cleanqc:cleanqc_kditd
git://gitorious.org/cleanqc/cleanqc_kditd.git gitorious.org:cleanqc:cleanqc_kditd
git://gitorious.org/csqc-mapvote/csqc-mapvote gitorious.org:csqc-mapvote:csqc-mapvote
git://gitorious.org/exitspawn/exitspawn gitorious.org:exitspawn:exitspawn
git://gitorious.org/hot-or-cold/hot-or-cold gitorious.org:hot-or-cold:hot-or-cold
git://gitorious.org/hubquake/hubquake gitorious.org:hubquake:hubquake
git://gitorious.org/kp_ents/kp_ents gitorious.org:kp_ents:kp_ents
git://gitorious.org/netnames/netnames gitorious.org:netnames:netnames
git://gitorious.org/ogh/operationgrouphug gitorious.org:ogh:operationgrouphug
git://gitorious.org/qcclasses/qcclasses gitorious.org:qcclasses:qcclasses
git://gitorious.org/quakec-v1-01-clean/quakec-v1-01-clean.git gitorious.org:quakec-v1-01-clean:quakec-v1-01-clean
git://gitorious.org/quakelands/quakelands gitorious.org:quakelands:quakelands
git://gitorious.org/salvatrix/salvatrix gitorious.org:salvatrix:salvatrix
git://tunkki.dk/fodquake tunkki.dk:fodquake
https://bitbucket.org/A_A_S/cute-injector bitbucket.org:A_A_S:cute-injector
https://bitbucket.org/Izhido/slipnfrag bitbucket.org:Izhido:slipnfrag
https://bitbucket.org/ericwa/obj-2-map.git bitbucket.org:ericwa:obj-2-map
https://bitbucket.org/khreathor/extras_r5 bitbucket.org:khreathor:extras_r5
https://bitbucket.org/khreathor/mdl-for-blender bitbucket.org:khreathor:mdl-for-blender
https://bitbucket.org/khreathor/obj-2-map bitbucket.org:khreathor:obj-2-map
https://bitbucket.org/kzahel/webquake bitbucket.org:kzahel:webquake
https://bitbucket.org/maraakate/qdos.git bitbucket.org:maraakate:qdos
https://bitbucket.org/shamblernaut/quake-project-booplesnoot bitbucket.org:shamblernaut:quake-project-booplesnoot
https://bitbucket.org/shamblernaut/quake-project-booplesnoot.git bitbucket.org:shamblernaut:quake-project-booplesnoot.git
https://git.tuxfamily.org/cspree/fteqw-mirror.git git.tuxfamily.org:cspree:fteqw-mirror.git
https://git.tuxfamily.org/cspree/main.git git.tuxfamily.org:cspree:main.git
https://github.com/4LT/gif2spr github.com:4LT:gif2spr
https://github.com/4LT/qc-necrotelecomnicon github.com:4LT:qc-necrotelecomnicon
https://github.com/4LT/quake-util github.com:4LT:quake-util
https://github.com/7drl/QuakeRL.git github.com:7drl:QuakeRL
https://github.com/64L/uQuake.git github.com:64L:uQuake
https://github.com/98jfiore/Quake4RocketMod github.com:98jfiore:Quake4RocketMod
https://github.com/589290/webquake-docker github.com:589290:webquake-docker
https://github.com/AAS/directq.git github.com:AAS:directq
https://github.com/Aggregates/TK-Quake.git github.com:Aggregates:TK-Quake
https://github.com/AlexPuntos/LowLife_Quake_Map github.com:AlexPuntos:LowLife_Quake_Map
https://github.com/AlexPuntos/Quake_Transition_Map github.com:AlexPuntos:Quake_Transition_Map
https://github.com/Allobeena/pak.git github.com:Allobeena:pak
https://github.com/Allobeena/pakqit.git github.com:Allobeena:pakqit
https://github.com/Barajas04/Quake-Custom-Map-Crooked-Crypt github.com:Barajas04:Quake-Custom-Map-Crooked-Crypt
https://github.com/BarkinMad/HM_Quake.git github.com:BarkinMad:HM_Quake
https://github.com/Blankvgx/Quake2-Modded github.com:Blankvgx:Quake2-Modded
https://github.com/Blzut3/Engoo.git github.com:Blzut3:Engoo
https://github.com/Boondorl/Quake-Reignited github.com:Boondorl:Quake-Reignited
https://github.com/Bumrang/OpenBSP.git github.com:Bumrang:OpenBSP
https://github.com/Caresilabs/HandmadeQuakeCPP.git github.com:Caresilabs:HandmadeQuakeCPP
https://github.com/CelestialDelta/Quake-Remastered.git github.com:CelestialDelta:Quake-Remastered
https://github.com/Classic-Fortress/classic-fortress.github.io.git github.com:Classic-Fortress:classic-fortress.github.io
https://github.com/Classic-Fortress/client-installer.git github.com:Classic-Fortress:client-installer
https://github.com/Classic-Fortress/client-scripts.git github.com:Classic-Fortress:client-scripts
https://github.com/Classic-Fortress/client.git github.com:Classic-Fortress:client
https://github.com/Classic-Fortress/server-installer.git github.com:Classic-Fortress:server-installer
https://github.com/Classic-Fortress/server-qwprogs.git github.com:Classic-Fortress:server-qwprogs
https://github.com/Classic-Fortress/server-scripts.git github.com:Classic-Fortress:server-scripts
https://github.com/Classic-Fortress/server.git github.com:Classic-Fortress:server
https://github.com/ClaudiuHKS/AdvancedQuakeSounds github.com:ClaudiuHKS:AdvancedQuakeSounds
https://github.com/CollinScripter/Revamped3DS github.com:CollinScripter:Revamped3DS
https://github.com/CurrentResident/MendifactQuake.git github.com:CurrentResident:MendifactQuake
https://github.com/CyanogenMod/android_external_quake.git github.com:CyanogenMod:android_external_quake
https://github.com/DOOMer/quakegate.ru.git github.com:DOOMer:quakegate.ru
https://github.com/Darksecond/jsQuake.git github.com:Darksecond:jsQuake
https://github.com/DrBeef/QuakeGVR.git github.com:DrBeef:QuakeGVR
https://github.com/DrBeef/QuakeGearVR.git github.com:DrBeef:QuakeGearVR
https://github.com/DrBeef/QuakeQuest github.com:DrBeef:QuakeQuest
https://github.com/DrLabman/QMB.git github.com:DrLabman:QMB
https://github.com/DrLabman/QtQ1 github.com:DrLabman:QtQ1
https://github.com/DrLabman/Vengeance-r2 github.com:DrLabman:Vengeance-r2
https://github.com/E-werd/PakTool github.com:E-werd:PakTool
https://github.com/EGAMatsu/Baserisk-Client-Source github.com:EGAMatsu:Baserisk-Client-Source
https://github.com/EGAMatsu/Baserisk-Client-Source-OpenGL github.com:EGAMatsu:Baserisk-Client-Source-OpenGL
https://github.com/EGAMatsu/Baserisk-Github-BinaryRelease github.com:EGAMatsu:Baserisk-Github-BinaryRelease
https://github.com/EGAMatsu/Baserisk-QC-Source github.com:EGAMatsu:Baserisk-QC-Source
https://github.com/EMBBlaster/quakeplus.git github.com:EMBBlaster:quakeplus
https://github.com/ElegyEngine/.github github.com:ElegyEngine:.github
https://github.com/ElegyEngine/Elegy.TestGame github.com:ElegyEngine:Elegy.TestGame
https://github.com/ElegyEngine/ElegyCommon github.com:ElegyEngine:ElegyCommon
https://github.com/ElegyEngine/ElegyDevConsole github.com:ElegyEngine:ElegyDevConsole
https://github.com/ElegyEngine/ElegyDevConsoleApp github.com:ElegyEngine:ElegyDevConsoleApp
https://github.com/ElegyEngine/ElegyEngine github.com:ElegyEngine:ElegyEngine
https://github.com/ElegyEngine/ElegyLauncher github.com:ElegyEngine:ElegyLauncher
https://github.com/ElegyEngine/ElegyMapCompiler github.com:ElegyEngine:ElegyMapCompiler
https://github.com/EvanRosatoEMR/Quake-SPMap github.com:EvanRosatoEMR:Quake-SPMap
https://github.com/FarsetWii/QuakeGX.git github.com:FarsetWii:QuakeGX
https://github.com/Figglewatts/MapParse github.com:Figglewatts:MapParse
https://github.com/FlamingEnt/cake github.com:FlamingEnt:cake
https://github.com/FredTheDino/SMEK github.com:FredTheDino:SMEK
https://github.com/GAMELASTER/WPQuake1.git github.com:GAMELASTER:WPQuake1
https://github.com/GameDevMex/HandmadeHero.git github.com:GameDevMex:HandmadeHero
https://github.com/Gemi-Games/QMap2Unity github.com:Gemi-Games:QMap2Unity
https://github.com/GiantMetalTiger/OpenArena-Project-Reload github.com:GiantMetalTiger:OpenArena-Project-Reload
https://github.com/GoomiChan/UE4-Quake-Map-Importer.git github.com:GoomiChan:UE4-Quake-Map-Importer
https://github.com/GyrosOfWar/quake-rs.git github.com:GyrosOfWar:quake-rs
https://github.com/HackTechDev/QuakeModPiPrydon github.com:HackTechDev:QuakeModPiPrydon
https://github.com/Hazematman/BSP-Renderer.git github.com:Hazematman:BSP-Renderer
https://github.com/IcarusV/dimensionaldoom.git github.com:IcarusV:dimensionaldoom
https://github.com/IcarusV/tosaturn.git github.com:IcarusV:tosaturn
https://github.com/Ikhris24/RangerCity25XX github.com:Ikhris24:RangerCity25XX
https://github.com/ItEndsWithTens/Arbatel.git github.com:ItEndsWithTens:Arbatel
https://github.com/ItEndsWithTens/Quinstance.git github.com:ItEndsWithTens:Quinstance
https://github.com/ItEndsWithTens/VMFInstanceInserter github.com:ItEndsWithTens:VMFInstanceInserter
https://github.com/ItEndsWithTens/VertAlert.git github.com:ItEndsWithTens:VertAlert
https://github.com/Izhido/Quake_For_OSX.git github.com:Izhido:Quake_For_OSX
https://github.com/Izhido/qrevpak.git github.com:Izhido:qrevpak
https://github.com/JDragan/Q3BspRenderer github.com:JDragan:Q3BspRenderer
https://github.com/Jason2Brownlee/CleanFixedQuakeC github.com:Jason2Brownlee:CleanFixedQuakeC
https://github.com/Jason2Brownlee/CustomQuakeTools github.com:Jason2Brownlee:CustomQuakeTools
https://github.com/Jason2Brownlee/HumanDebrisArchive github.com:Jason2Brownlee:HumanDebrisArchive
https://github.com/Jason2Brownlee/QuakeBotArchive github.com:Jason2Brownlee:QuakeBotArchive
https://github.com/Jason2Brownlee/QuakeOfficialArchive github.com:Jason2Brownlee:QuakeOfficialArchive
https://github.com/JaycieErysdren/QCVM github.com:JaycieErysdren:QCVM
https://github.com/JoakimSoderberg/bspshow.git github.com:JoakimSoderberg:bspshow
https://github.com/JoakimSoderberg/mvdparser.git github.com:JoakimSoderberg:mvdparser
https://github.com/JonFelix/jonf.io-quake.git github.com:JonFelix:jonf.io-quake
https://github.com/JoshuaSkelly/vscode-quakec.git github.com:JoshuaSkelly:vscode-quakec
https://github.com/Jukspa/TASQuake github.com:Jukspa:TASQuake
https://github.com/KEPHIR/alpine-client-quake2.git github.com:KEPHIR:alpine-client-quake2
https://github.com/KEPHIR/alpine-server-quake2.git github.com:KEPHIR:alpine-server-quake2
https://github.com/KEPHIR/android-client-quake2.git github.com:KEPHIR:android-client-quake2
https://github.com/Kartones/quaddicted-random-map github.com:Kartones:quaddicted-random-map
https://github.com/KillPixelGames/wrath-darkplaces github.com:KillPixelGames:wrath-darkplaces
https://github.com/KillPixelGames/wrath-qc github.com:KillPixelGames:wrath-qc
https://github.com/Kobzol/handmade-quake.git github.com:Kobzol:handmade-quake
https://github.com/Kr1sso/quake1-iphone.git github.com:Kr1sso:quake1-iphone
https://github.com/KurtLoeffler/Slipgate github.com:KurtLoeffler:Slipgate
https://github.com/LawrenceFreeborn/qclean.git github.com:LawrenceFreeborn:qclean
https://github.com/LibreQuake/LibreQuake-Website github.com:LibreQuake:LibreQuake-Website
https://github.com/LogicAndTrick/sledge-js github.com:LogicAndTrick:sledge-js
https://github.com/LogicAndTrick/sledge-js.git github.com:LogicAndTrick:sledge-js
https://github.com/LogicAndTrick/sledge.git github.com:LogicAndTrick:sledge
https://github.com/LogicAndTrick/twhl github.com:LogicAndTrick:twhl
https://github.com/LucidFusionLabs/quake.git github.com:LucidFusionLabs:quake
https://github.com/MJL85/Quake3MapRenderer.git github.com:MJL85:Quake3MapRenderer
https://github.com/MaciejSzybiak/q2unity github.com:MaciejSzybiak:q2unity
https://github.com/MarioSMB/xonotic-quake1.pk3dir.git github.com:MarioSMB:xonotic-quake1.pk3dir
https://github.com/Mechazawa/HandmadeQuake-Linux.git github.com:Mechazawa:HandmadeQuake-Linux
https://github.com/Memorix101/MonoGame-MD2-Loader.git github.com:Memorix101:MonoGame-MD2-Loader
https://github.com/Memorix101/SharpQuake github.com:Memorix101:SharpQuake
https://github.com/Memorix101/SharpQuake.git github.com:Memorix101:SharpQuake
https://github.com/MiniAl/Quake.git github.com:MiniAl:Quake
https://github.com/MinoMino/minqlx.git github.com:MinoMino:minqlx
https://github.com/MissLav/LibreQuake github.com:MissLav:LibreQuake
https://github.com/MissLav/LibreQuakeWeb github.com:MissLav:LibreQuakeWeb
https://github.com/MissLavender-LQ/LibreProgsDeluxe github.com:MissLavender-LQ:LibreProgsDeluxe
https://github.com/MissLavender-LQ/LibreQuake github.com:MissLavender-LQ:LibreQuake
https://github.com/MissLavender-LQ/lq-attic-and-sourcefiles github.com:MissLavender-LQ:lq-attic-and-sourcefiles
https://github.com/MissLavender-LQ/pop.lmp_generator github.com:MissLavender-LQ:pop.lmp_generator
https://github.com/MrGuiMan/OverlyCommentedHandmadeQuake.git github.com:MrGuiMan:OverlyCommentedHandmadeQuake
https://github.com/MyOwnClone/quake_watch github.com:MyOwnClone:quake_watch
https://github.com/Nekrofage/Doom-Quake-1-Quake-2-for-Android.git github.com:Nekrofage:Doom-Quake-1-Quake-2-for-Android
https://github.com/Nekrofage/Quake1Dev4Android.git github.com:Nekrofage:Quake1Dev4Android
https://github.com/Nekrofage/Quake2RPi.git github.com:Nekrofage:Quake2RPi
https://github.com/Nekrofage/QuakeMapPi.git github.com:Nekrofage:QuakeMapPi
https://github.com/Nekrofage/QuakeModPi.git github.com:Nekrofage:QuakeModPi
https://github.com/Nekrofage/QuakeModPiPrydon.git github.com:Nekrofage:QuakeModPiPrydon
https://github.com/Nekrofage/QuakeModReinforcer.git github.com:Nekrofage:QuakeModReinforcer
https://github.com/Nekrofage/QuakeToolPi.git github.com:Nekrofage:QuakeToolPi
https://github.com/Nekrofage/nprQuake.git github.com:Nekrofage:nprQuake
https://github.com/Niehztog/php-quake-map.git github.com:Niehztog:php-quake-map
https://github.com/NightFright2k19/quake_authmdl github.com:NightFright2k19:quake_authmdl
https://github.com/Nirespire/HandmadeQuake.git github.com:Nirespire:HandmadeQuake
https://github.com/Nofe92/HandmadeQuake.git github.com:Nofe92:HandmadeQuake
https://github.com/Novum/vkQuake github.com:Novum:vkQuake
https://github.com/Oibaf66/quake-gamecube.git github.com:Oibaf66:quake-gamecube
https://github.com/Oibaf66/quakeGX_mod.git github.com:Oibaf66:quakeGX_mod
https://github.com/OldTimes-Software/KatanaContent.git github.com:OldTimes-Software:KatanaContent
https://github.com/OldTimes-Software/KatanaEditor.git github.com:OldTimes-Software:KatanaEditor
https://github.com/OldTimes-Software/KatanaEngine.git github.com:OldTimes-Software:KatanaEngine
https://github.com/Otero/Quake.git github.com:Otero:Quake
https://github.com/PJayB/Quake-III-Arena-D3D11.git github.com:PJayB:Quake-III-Arena-D3D11
https://github.com/PQCraft/PlatinumSrc github.com:PQCraft:PlatinumSrc
https://github.com/Pakequis/arduino-quake-flicker-lamp github.com:Pakequis:arduino-quake-flicker-lamp
https://github.com/Panzerschrek/Q2PR.git github.com:Panzerschrek:Q2PR
https://github.com/Paril/mcskin3d github.com:Paril:mcskin3d
https://github.com/Paril/md2-for-blender github.com:Paril:md2-for-blender
https://github.com/Paril/qtmdl github.com:Paril:qtmdl
https://github.com/Paril/quake2-source-archive github.com:Paril:quake2-source-archive
https://github.com/Paril/quake2c github.com:Paril:quake2c
https://github.com/Paril/quake2c-progs github.com:Paril:quake2c-progs
https://github.com/Pavuucek/PACKwcx.git github.com:Pavuucek:PACKwcx
https://github.com/PowerhouseOfEntertainment/Whitefield.git github.com:PowerhouseOfEntertainment:Whitefield
https://github.com/Pr3ach/qd.git github.com:Pr3ach:qd
https://github.com/QLRace/QLRace github.com:QLRace:QLRace
https://github.com/QW-Group/Quake-Custom-Team-Fortress github.com:QW-Group:Quake-Custom-Team-Fortress
https://github.com/QW-Group/Quake-Mega-Team-Fortress-CE github.com:QW-Group:Quake-Mega-Team-Fortress-CE
https://github.com/QW-Group/bsp2bmp github.com:QW-Group:bsp2bmp
https://github.com/QW-Group/devops github.com:QW-Group:devops
https://github.com/QW-Group/ezquake-media github.com:QW-Group:ezquake-media
https://github.com/QW-Group/ezquake-source github.com:QW-Group:ezquake-source
https://github.com/QW-Group/ezquake.com github.com:QW-Group:ezquake.com
https://github.com/QW-Group/ktx github.com:QW-Group:ktx
https://github.com/QW-Group/megatf-mvdsv-coop github.com:QW-Group:megatf-mvdsv-coop
https://github.com/QW-Group/mvdparser github.com:QW-Group:mvdparser
https://github.com/QW-Group/mvdsv github.com:QW-Group:mvdsv
https://github.com/QW-Group/qtv github.com:QW-Group:qtv
https://github.com/QW-Group/qwdtools github.com:QW-Group:qwdtools
https://github.com/QW-Group/qwfwd github.com:QW-Group:qwfwd
https://github.com/QW-Group/qwprot github.com:QW-Group:qwprot
https://github.com/QWTF/client-media.git github.com:QWTF:client-media.git
https://github.com/QWTF/server.git github.com:QWTF:server.git
https://github.com/QodotPlugin/Qodot github.com:QodotPlugin:Qodot
https://github.com/QodotPlugin/qodot-plugin github.com:QodotPlugin:qodot-plugin
https://github.com/Quaddicted/quaddicted-data github.com:Quaddicted:quaddicted-data
https://github.com/QuakeEngines/Mark_V-clone github.com:QuakeEngines:Mark_V-clone
https://github.com/QuakeEngines/QuakeEngines.github.io github.com:QuakeEngines:QuakeEngines.github.io
https://github.com/Quixotic7/Chisel.Import.Quake1 github.com:Quixotic7:Chisel.Import.Quake1
https://github.com/Quixotic7/RCSGQuake1MapImporter github.com:Quixotic7:RCSGQuake1MapImporter
https://github.com/RF-Nelson/quake-from-scratch.git github.com:RF-Nelson:quake-from-scratch
https://github.com/RaZeR-RBI/q2-veldrid-viewer github.com:RaZeR-RBI:q2-veldrid-viewer
https://github.com/RamblingMadMan/gmqcc github.com:RamblingMadMan:gmqcc
https://github.com/RamblingMadMan/q1mods github.com:RamblingMadMan:q1mods
https://github.com/RamblingMadMan/qide github.com:RamblingMadMan:qide
https://github.com/ReactionQuake3/reaction.git github.com:ReactionQuake3:reaction
https://github.com/ReevMich/HandmadeQuake.git github.com:ReevMich:HandmadeQuake
https://github.com/RennyC4/TAoV github.com:RennyC4:TAoV
https://github.com/RennyC4/TAoV/ github.com:RennyC4:TAoV:
https://github.com/RhapsodyInGeek/Qodot github.com:RhapsodyInGeek:Qodot
https://github.com/RhapsodyInGeek/Qodot-Entity-Tutorial github.com:RhapsodyInGeek:Qodot-Entity-Tutorial
https://github.com/RhapsodyInGeek/Quake-Champions-Classic github.com:RhapsodyInGeek:Quake-Champions-Classic
https://github.com/RhapsodyInGeek/just-godot-things github.com:RhapsodyInGeek:just-godot-things
https://github.com/Rinnegatamante/vitaQuake.git github.com:Rinnegatamante:vitaQuake
https://github.com/RobSis/quake-portal-gun.git github.com:RobSis:quake-portal-gun
https://github.com/RobertBeckebans/IcedTech2 github.com:RobertBeckebans:IcedTech2
https://github.com/RobertBeckebans/Q2RTX github.com:RobertBeckebans:Q2RTX
https://github.com/RobertBeckebans/RBQUAKE-3 github.com:RobertBeckebans:RBQUAKE-3
https://github.com/RobertBeckebans/RBQUAKE-3-RTX github.com:RobertBeckebans:RBQUAKE-3-RTX
https://github.com/RobertBeckebans/RTCW-SP github.com:RobertBeckebans:RTCW-SP
https://github.com/RobertBeckebans/Sikkpin-Feedback github.com:RobertBeckebans:Sikkpin-Feedback
https://github.com/RobertBeckebans/StormEngine2 github.com:RobertBeckebans:StormEngine2
https://github.com/RobertBeckebans/TEKUUM-D3 github.com:RobertBeckebans:TEKUUM-D3
https://github.com/RobertBeckebans/TrenchBroom github.com:RobertBeckebans:TrenchBroom
https://github.com/RobyKalilla/SchizoMania-FTE github.com:RobyKalilla:SchizoMania-FTE
https://github.com/RobyKalilla/Telejano-Engine github.com:RobyKalilla:Telejano-Engine
https://github.com/Rojetto/guac.git github.com:Rojetto:guac
https://github.com/SDLash3D/QuakeRemakeDevkit.git github.com:SDLash3D:QuakeRemakeDevkit
https://github.com/ShadowFungi/Mossism github.com:ShadowFungi:Mossism
https://github.com/ShadowIce/rquake.git github.com:ShadowIce:rquake
https://github.com/Shfty/qodot-extras github.com:Shfty:qodot-extras
https://github.com/Shfty/qodot-plugin github.com:Shfty:qodot-plugin
https://github.com/Shpoike/Quakespasm github.com:Shpoike:Quakespasm
https://github.com/SiPlus/WebQuake.git github.com:SiPlus:WebQuake
https://github.com/SpiritQuaddicted/Quaddicted-reviews.git github.com:SpiritQuaddicted:Quaddicted-reviews
https://github.com/SpiritQuaddicted/QuakeInjector.git github.com:SpiritQuaddicted:QuakeInjector
https://github.com/SpiritQuaddicted/WebQuake.git github.com:SpiritQuaddicted:WebQuake
https://github.com/SpiritQuaddicted/quake-code-archives github.com:SpiritQuaddicted:quake-code-archives
https://github.com/SpiritQuaddicted/quake-code-archives.git github.com:SpiritQuaddicted:quake-code-archives
https://github.com/SpiritQuaddicted/quake-scripts.git github.com:SpiritQuaddicted:quake-scripts
https://github.com/SpiritQuaddicted/reQuiem.git github.com:SpiritQuaddicted:reQuiem
https://github.com/Stradex/Quakespasm github.com:Stradex:Quakespasm
https://github.com/StraubC/HandmadeQuake.git github.com:StraubC:HandmadeQuake
https://github.com/TLWmarko/Strapbombcar-mit github.com:TLWmarko:Strapbombcar-mit
https://github.com/TTimo/GtkRadiant.git github.com:TTimo:GtkRadiant
https://github.com/TeamForbiddenLLC/qfusion github.com:TeamForbiddenLLC:qfusion
https://github.com/TheDushan/OpenWolf github.com:TheDushan:OpenWolf
https://github.com/TheEnginesOfCreation/EntityPlus github.com:TheEnginesOfCreation:EntityPlus
https://github.com/TheEnginesOfCreation/EntityPlus.git github.com:TheEnginesOfCreation:EntityPlus
https://github.com/TheEnginesOfCreation/q3spenhanced github.com:TheEnginesOfCreation:q3spenhanced
https://github.com/TheEnginesOfCreation/wofreloaded github.com:TheEnginesOfCreation:wofreloaded
https://github.com/ThijsWouters/handmade_quake.git github.com:ThijsWouters:handmade_quake
https://github.com/ThomasHabets/qpov.git github.com:ThomasHabets:qpov
https://github.com/TimePath/idea-quakec github.com:TimePath:idea-quakec
https://github.com/TimePath/idea-quakec.git github.com:TimePath:idea-quakec
https://github.com/TimePath/jcompile.git github.com:TimePath:jcompile
https://github.com/TimePath/neoradiant.git github.com:TimePath:neoradiant
https://github.com/Ty-Matthews-VisualStudio/Wally github.com:Ty-Matthews-VisualStudio:Wally
https://github.com/Unvanquished/Chameleon.git github.com:Unvanquished:Chameleon
https://github.com/VehpuS/SelfMadeQuake.git github.com:VehpuS:SelfMadeQuake
https://github.com/VeraVisions/nuclide github.com:VeraVisions:nuclide
https://github.com/VeraVisions/worldspawn github.com:VeraVisions:worldspawn
https://github.com/Warsow/qfusion.git github.com:Warsow:qfusion
https://github.com/WatIsDeze/Polyhedron-Engine github.com:WatIsDeze:Polyhedron-Engine
https://github.com/WatIsDeze/SchizoMania-FTE github.com:WatIsDeze:SchizoMania-FTE
https://github.com/Yann39/defrag-life github.com:Yann39:defrag-life
https://github.com/Yann39/quake3-defrag-maps github.com:Yann39:quake3-defrag-maps
https://github.com/Yh552/Quake-single-player-map github.com:Yh552:Quake-single-player-map
https://github.com/adobromilskiy/quake3-logcatcher github.com:adobromilskiy:quake3-logcatcher
https://github.com/adolfintel/ChadQuake github.com:adolfintel:ChadQuake
https://github.com/ahefner/sdlquake.git github.com:ahefner:sdlquake
https://github.com/aidendeom/HandmadeQuake.git github.com:aidendeom:HandmadeQuake
https://github.com/ajnye/handmade_quake.git github.com:ajnye:handmade_quake
https://github.com/akadjoker/QuakeModelsToUnity.git github.com:akadjoker:QuakeModelsToUnity
https://github.com/alexey-lysiuk/quakespasm-cmake github.com:alexey-lysiuk:quakespasm-cmake
https://github.com/alexey-lysiuk/quakespasm-exp github.com:alexey-lysiuk:quakespasm-exp
https://github.com/alissa0/MegaTFCE.git github.com:alissa0:MegaTFCE
https://github.com/amplejoe/Q3AErgo.git github.com:amplejoe:Q3AErgo
https://github.com/andrei-drexler/andrei-drexler.github.io github.com:andrei-drexler:andrei-drexler.github.io
https://github.com/andrei-drexler/q321 github.com:andrei-drexler:q321
https://github.com/andrei-drexler/quakespasm github.com:andrei-drexler:quakespasm
https://github.com/andrei-drexler/vkQuake github.com:andrei-drexler:vkQuake
https://github.com/andrei-drexler/wolfcamql github.com:andrei-drexler:wolfcamql
https://github.com/andyp123/quake_web_tools.git github.com:andyp123:quake_web_tools
https://github.com/angeld29/qw262.git github.com:angeld29:qw262
https://github.com/atphalix/eviltoys.git github.com:atphalix:eviltoys
https://github.com/autonomous1/darkplacesrpi.git github.com:autonomous1:darkplacesrpi
https://github.com/autonomous1/quakelife.git github.com:autonomous1:quakelife
https://github.com/baAlex/koi-quake2 github.com:baAlex:koi-quake2
https://github.com/barryp/q2java github.com:barryp:q2java
https://github.com/barryp/qwpython github.com:barryp:qwpython
https://github.com/bazilio-ua/fxhexen2.git github.com:bazilio-ua:fxhexen2
https://github.com/bazilio-ua/fxquake.git github.com:bazilio-ua:fxquake
https://github.com/bazilio-ua/q1.configs.git github.com:bazilio-ua:q1.configs
https://github.com/bazilio-ua/q1.data.git github.com:bazilio-ua:q1.data
https://github.com/bazilio-ua/q1.progs.git github.com:bazilio-ua:q1.progs
https://github.com/bazilio-ua/qe3.git github.com:bazilio-ua:qe3
https://github.com/bbielsa/Quake4.git github.com:bbielsa:Quake4
https://github.com/bendl/HandmadeQuake.git github.com:bendl:HandmadeQuake
https://github.com/bit-hack/portable_quake github.com:bit-hack:portable_quake
https://github.com/bnoordhuis/bspc.git github.com:bnoordhuis:bspc
https://github.com/boogen/md2viewer.git github.com:boogen:md2viewer
https://github.com/bunder/qpakman github.com:bunder:qpakman
https://github.com/bx2/HandmadeQuakeOSX.git github.com:bx2:HandmadeQuakeOSX
https://github.com/c-d-a/any2wad github.com:c-d-a:any2wad
https://github.com/c-d-a/io_export_qmap github.com:c-d-a:io_export_qmap
https://github.com/c-d-a/q1fbfix github.com:c-d-a:q1fbfix
https://github.com/c-d-a/reQuiem github.com:c-d-a:reQuiem
https://github.com/calebhc/HandmadeQuake.git github.com:calebhc:HandmadeQuake
https://github.com/carmethene/quakelive-rcon.git github.com:carmethene:quakelive-rcon
https://github.com/ceno/Quake3Quest-servers github.com:ceno:Quake3Quest-servers
https://github.com/chm-dev/quakejs_homepage github.com:chm-dev:quakejs_homepage
https://github.com/chovelyoukai/lumiamga github.com:chovelyoukai:lumiamga
https://github.com/ciscon/quake-bootable github.com:ciscon:quake-bootable
https://github.com/cjab/mdl-viewer.git github.com:cjab:mdl-viewer
https://github.com/ckarcz/HandmadeQuake.git github.com:ckarcz:HandmadeQuake
https://github.com/classicQ/classicQ.github.io.git github.com:classicQ:classicQ.github.io
https://github.com/coltongit/dxquake3.git github.com:coltongit:dxquake3
https://github.com/cormac-obrien/libmdl.git github.com:cormac-obrien:libmdl
https://github.com/cormac-obrien/richter github.com:cormac-obrien:richter
https://github.com/cpence/phiquake.git github.com:cpence:phiquake
https://github.com/cpg6/Quakeofhexen.git github.com:cpg6:Quakeofhexen
https://github.com/cpthooke/GEA_Quake_3.git github.com:cpthooke:GEA_Quake_3
https://github.com/crashfort/NEAQUAKE github.com:crashfort:NEAQUAKE
https://github.com/crashfort/NEAQUAKE.git github.com:crashfort:NEAQUAKE
https://github.com/csabahruska/gpipe-quake3.git github.com:csabahruska:gpipe-quake3
https://github.com/d2-d2/qtvcfg.git github.com:d2-d2:qtvcfg
https://github.com/d2-d2/qw_demo_downloader.git github.com:d2-d2:qw_demo_downloader
https://github.com/d2-d2/qw_update_binaries.git github.com:d2-d2:qw_update_binaries
https://github.com/daftmugi/pak github.com:daftmugi:pak
https://github.com/danielsmith604/NewDM.git github.com:danielsmith604:NewDM
https://github.com/danielsmith604/SmashQuake.git github.com:danielsmith604:SmashQuake
https://github.com/dannyfritz/handemade-quake-js.git github.com:dannyfritz:handemade-quake-js
https://github.com/davemichael/NaCl-Quake.git github.com:davemichael:NaCl-Quake
https://github.com/dbircsak/freeze-tag github.com:dbircsak:freeze-tag
https://github.com/decino/Infighter.git github.com:decino:Infighter
https://github.com/decino/Q2Infighter github.com:decino:Q2Infighter
https://github.com/demoth/qoole github.com:demoth:qoole
https://github.com/dennistreysa/HandmadeQuake.git github.com:dennistreysa:HandmadeQuake
https://github.com/dfsp-spirit/wal github.com:dfsp-spirit:wal
https://github.com/dmead/jkaq3.git github.com:dmead:jkaq3
https://github.com/dmitripot/xatrogue.git github.com:dmitripot:xatrogue
https://github.com/dnolan/q2-maps.git github.com:dnolan:q2-maps
https://github.com/dpteam/GLQuake3D github.com:dpteam:GLQuake3D
https://github.com/dualbus/pak-tools.git github.com:dualbus:pak-tools
https://github.com/duduribeiro/quake_log_parser.git github.com:duduribeiro:quake_log_parser
https://github.com/dumptruckDS/progs_dump_qc github.com:dumptruckDS:progs_dump_qc
https://github.com/dusty-qw/unezquake github.com:dusty-qw:unezquake
https://github.com/dwcullop/PandoraQuake2Bot.git github.com:dwcullop:PandoraQuake2Bot
https://github.com/dyoung522/QuakeBBS.git github.com:dyoung522:QuakeBBS
https://github.com/eGax/language-quakec github.com:eGax:language-quakec
https://github.com/eXistence/fhDOOM.git github.com:eXistence:fhDOOM.git
https://github.com/ec-/Quake3e github.com:ec-:Quake3e
https://github.com/ec-/Quake3e.git github.com:ec-:Quake3e
https://github.com/ec-/baseq3a github.com:ec-:baseq3a
https://github.com/efess/WebQuake github.com:efess:WebQuake
https://github.com/efess/servers.quakeone.com.git github.com:efess:servers.quakeone.com
https://github.com/eggbit/handmadequake_osx.git github.com:eggbit:handmadequake_osx
https://github.com/elhobbs/spectre3ds.git github.com:elhobbs:spectre3ds
https://github.com/eluancm/quake-gamecube.git github.com:eluancm:quake-gamecube
https://github.com/emukidid/quake-gamecube.git github.com:emukidid:quake-gamecube
https://github.com/entdark/q3mme.git github.com:entdark:q3mme
https://github.com/ericwa/QuakeInjector github.com:ericwa:QuakeInjector
https://github.com/ericwa/QuakeInjector.git github.com:ericwa:QuakeInjector
https://github.com/ericwa/Quakespasm.git github.com:ericwa:Quakespasm
https://github.com/ericwa/defullbright github.com:ericwa:defullbright
https://github.com/ericwa/ericw-tools github.com:ericwa:ericw-tools
https://github.com/ericwa/quakespasm-build-scripts.git github.com:ericwa:quakespasm-build-scripts
https://github.com/ericwa/tyrutils.git github.com:ericwa:tyrutils
https://github.com/erysdren/QCVM github.com:erysdren:QCVM
https://github.com/eukara/freecs github.com:eukara:freecs
https://github.com/eukos16/Engoo github.com:eukos16:Engoo
https://github.com/eukos16/LightRP github.com:eukos16:LightRP
https://github.com/eukos16/LightRP.git github.com:eukos16:LightRP
https://github.com/eukos16/NGUNIX.git github.com:eukos16:NGUNIX.git
https://github.com/eukos16/VektarQ1.git github.com:eukos16:VektarQ1
https://github.com/eukos16/qreate-qc github.com:eukos16:qreate-qc
https://github.com/eukos16/qreate-qc.git github.com:eukos16:qreate-qc
https://github.com/eukos16/tga2pal github.com:eukos16:tga2pal
https://github.com/eukos16/wastes-qc github.com:eukos16:wastes-qc
https://github.com/evreqe/quake.git github.com:evreqe:quake
https://github.com/excessive/iqe.git github.com:excessive:iqe
https://github.com/excessive/iqm.git github.com:excessive:iqm
https://github.com/ezQuake/ezquake-documentation.git github.com:ezQuake:ezquake-documentation
https://github.com/ezQuake/ezquake-libs.git github.com:ezQuake:ezquake-libs
https://github.com/ezQuake/ezquake-media.git github.com:ezQuake:ezquake-media
https://github.com/ezQuake/ezquake-plugins.git github.com:ezQuake:ezquake-plugins
https://github.com/ezQuake/ezquake-source.git github.com:ezQuake:ezquake-source
https://github.com/ezQuake/ezquake.github.io.git github.com:ezQuake:ezquake.github.io
https://github.com/ezQuake/fbca.git github.com:ezQuake:fbca
https://github.com/fabiolimamp/alkaline github.com:fabiolimamp:alkaline
https://github.com/fabiolimamp/progs_dump_qc github.com:fabiolimamp:progs_dump_qc
https://github.com/farnold/io_mesh_bsp.git github.com:farnold:io_mesh_bsp
https://github.com/farnold/quake_tools.git github.com:farnold:quake_tools
https://github.com/fgsfdsfgs/QuakespasmNX github.com:fgsfdsfgs:QuakespasmNX
https://github.com/fgsfdsfgs/ioq3 github.com:fgsfdsfgs:ioq3
https://github.com/fgsfdsfgs/iortcw github.com:fgsfdsfgs:iortcw
https://github.com/fgsfdsfgs/nxquake github.com:fgsfdsfgs:nxquake
https://github.com/fgsfdsfgs/nxquake2 github.com:fgsfdsfgs:nxquake2
https://github.com/fgsfdsfgs/quakepsx github.com:fgsfdsfgs:quakepsx
https://github.com/fgsfdsfgs/tyrquake github.com:fgsfdsfgs:tyrquake
https://github.com/fielder/quake1_maps.git github.com:fielder:quake1_maps
https://github.com/frabbani/quakec github.com:frabbani:quakec
https://github.com/frabbani/quakespasm github.com:frabbani:quakespasm
https://github.com/fruitz-of-dojo/Quake.git github.com:fruitz-of-dojo:Quake
https://github.com/ftrvxmtrx/qc2lib.git github.com:ftrvxmtrx:qc2lib
https://github.com/fzwoch/bsp2js github.com:fzwoch:bsp2js
https://github.com/fzwoch/bsp2js.git github.com:fzwoch:bsp2js
https://github.com/fzwoch/bsp2obj.git github.com:fzwoch:bsp2obj
https://github.com/fzwoch/ezquake-source.git github.com:fzwoch:ezquake-source
https://github.com/fzwoch/mdl2js.git github.com:fzwoch:mdl2js
https://github.com/fzwoch/mdl2obj.git github.com:fzwoch:mdl2obj
https://github.com/fzwoch/mvd_parser_lib.git github.com:fzwoch:mvd_parser_lib
https://github.com/fzwoch/quake_map_source.git github.com:fzwoch:quake_map_source
https://github.com/geofl/JK2_1.02Source.git github.com:geofl:JK2_1.02Source
https://github.com/gheshu/pim github.com:gheshu:pim
https://github.com/gitpan/Games-Quake-Log.git github.com:gitpan:Games-Quake-Log
https://github.com/gitpan/Games-Quake-Stats.git github.com:gitpan:Games-Quake-Stats
https://github.com/gitpan/Games-Quakeworld-Query.git github.com:gitpan:Games-Quakeworld-Query
https://github.com/glampert/MrQuake2 github.com:glampert:MrQuake2
https://github.com/glampert/quake2-for-ps2.git github.com:glampert:quake2-for-ps2
https://github.com/glhrmfrts/q1compile github.com:glhrmfrts:q1compile
https://github.com/glhrmfrts/zquake github.com:glhrmfrts:zquake
https://github.com/gongpha/gdQmapbsp github.com:gongpha:gdQmapbsp
https://github.com/graphitemaster/gmqcc.git github.com:graphitemaster:gmqcc
https://github.com/hansschmucker/QuakeScripts.git github.com:hansschmucker:QuakeScripts
https://github.com/heinekev/lion_frikqcc27 github.com:heinekev:lion_frikqcc27
https://github.com/hemebond/quaddicted github.com:hemebond:quaddicted
https://github.com/hemebond/quake-textures github.com:hemebond:quake-textures
https://github.com/hemebond/quakemash-old github.com:hemebond:quakemash-old
https://github.com/hifi-unmaintained/openqw.git github.com:hifi-unmaintained:openqw
https://github.com/hifi/qwsv-lua.git github.com:hifi:qwsv-lua
https://github.com/hrehfeld/QuakeInjector.git github.com:hrehfeld:QuakeInjector
https://github.com/hypn/quake-qcc-binaries github.com:hypn:quake-qcc-binaries
https://github.com/iZarif/quake-1-fteqw-mod github.com:iZarif:quake-1-fteqw-mod
https://github.com/id-Software/Quake-Tools.git github.com:id-Software:Quake-Tools
https://github.com/id-Software/Quake.git github.com:id-Software:Quake
https://github.com/inequation/md3bsp2ase.git github.com:inequation:md3bsp2ase
https://github.com/inolen/quakejs github.com:inolen:quakejs
https://github.com/inolen/quakejs-files.git github.com:inolen:quakejs-files
https://github.com/intosKai/Q3A_ServerGUI.git github.com:intosKai:Q3A_ServerGUI
https://github.com/intothevoid/qfs.git github.com:intothevoid:qfs
https://github.com/ioan-chera/QuakeBot.git github.com:ioan-chera:QuakeBot
https://github.com/ioquake/ioq3.git github.com:ioquake:ioq3
https://github.com/itslunaranyo/copper github.com:itslunaranyo:copper
https://github.com/itslunaranyo/ericw-tools github.com:itslunaranyo:ericw-tools
https://github.com/jFransham/quake-level-loader.git github.com:jFransham:quake-level-loader
https://github.com/jabetts/HandmadeQuake.git github.com:jabetts:HandmadeQuake
https://github.com/jackpal/D3DQuake.git github.com:jackpal:D3DQuake
https://github.com/jackpal/glesquake.git github.com:jackpal:glesquake
https://github.com/jacqueskrige/uqe-quake.git github.com:jacqueskrige:uqe-quake
https://github.com/jak6jak/godot-level-editor github.com:jak6jak:godot-level-editor
https://github.com/jancc/PAKlib.git github.com:jancc:PAKlib
https://github.com/jar3817/qcmd.git github.com:jar3817:qcmd
https://github.com/jarbaspsf/QuakeParser.git github.com:jarbaspsf:QuakeParser
https://github.com/jasongill/quake1-mods.git github.com:jasongill:quake1-mods
https://github.com/jhawkzz/md2importer github.com:jhawkzz:md2importer
https://github.com/jhspetersson/q2048.git github.com:jhspetersson:q2048
https://github.com/jite/jquake.git github.com:jite:jquake
https://github.com/jite/ktx.git github.com:jite:ktx
https://github.com/jite/mvdsv.git github.com:jite:mvdsv
https://github.com/jite/qtv.git github.com:jite:qtv
https://github.com/jite/qwfwd.git github.com:jite:qwfwd
https://github.com/jitspoe/godot_bsp_importer github.com:jitspoe:godot_bsp_importer
https://github.com/jmarshall23/QuakeRTX github.com:jmarshall23:QuakeRTX
https://github.com/jmickle66666666/qpal github.com:jmickle66666666:qpal
https://github.com/jogi1/TransparentProxy.git github.com:jogi1:TransparentProxy
https://github.com/jogi1/mvd_parser_lib.git github.com:jogi1:mvd_parser_lib
https://github.com/jogi1/pypak.git github.com:jogi1:pypak
https://github.com/jogi1/qwnet_library.git github.com:jogi1:qwnet_library
https://github.com/jonathanlinat/quake-leveldesign-starterkit github.com:jonathanlinat:quake-leveldesign-starterkit
https://github.com/joshuaskelly/game-tools github.com:joshuaskelly:game-tools
https://github.com/joshuaskelly/io_scene_bsp github.com:joshuaskelly:io_scene_bsp
https://github.com/joshuaskelly/tmx2map github.com:joshuaskelly:tmx2map
https://github.com/jpcy/ioq3-renderer-bgfx.git github.com:jpcy:ioq3-renderer-bgfx
https://github.com/jpiolho/GoldSrcSprite github.com:jpiolho:GoldSrcSprite
https://github.com/jpiolho/QEArmsRace github.com:jpiolho:QEArmsRace
https://github.com/jpiolho/QECTF github.com:jpiolho:QECTF
https://github.com/jpiolho/QEHunter github.com:jpiolho:QEHunter
https://github.com/jpiolho/QEMapStats github.com:jpiolho:QEMapStats
https://github.com/jpiolho/QEModList github.com:jpiolho:QEModList
https://github.com/jpiolho/QENightmarePlus github.com:jpiolho:QENightmarePlus
https://github.com/jpiolho/QERocketOnly github.com:jpiolho:QERocketOnly
https://github.com/jpiolho/Quake-Nav-Depot github.com:jpiolho:Quake-Nav-Depot
https://github.com/jpiolho/QuakeEnhancedQC github.com:jpiolho:QuakeEnhancedQC
https://github.com/jpiolho/QuakeMapDBEditor github.com:jpiolho:QuakeMapDBEditor
https://github.com/jpiolho/QuakeNavEditor github.com:jpiolho:QuakeNavEditor
https://github.com/jpiolho/QuakeNavSharp github.com:jpiolho:QuakeNavSharp
https://github.com/jpiolho/QuakePakSharp github.com:jpiolho:QuakePakSharp
https://github.com/jpiolho/QuakePatches github.com:jpiolho:QuakePatches
https://github.com/jpiolho/nav2json github.com:jpiolho:nav2json
https://github.com/karolczajkowski/exCoop.git github.com:karolczajkowski:exCoop
https://github.com/kduske/TrenchBroom github.com:kduske:TrenchBroom
https://github.com/kellyrm/Q1.git github.com:kellyrm:Q1
https://github.com/kexquake/addons github.com:kexquake:addons
https://github.com/killerasus/HandMadeQuakePlusPlus.git github.com:killerasus:HandMadeQuakePlusPlus
https://github.com/killerasus/HandmadeQuake.git github.com:killerasus:HandmadeQuake
https://github.com/klaussilveira/Doodle.git github.com:klaussilveira:Doodle
https://github.com/klaussilveira/Intrinsic github.com:klaussilveira:Intrinsic
https://github.com/klaussilveira/doodle github.com:klaussilveira:doodle
https://github.com/klaussilveira/eTextures github.com:klaussilveira:eTextures
https://github.com/klaussilveira/flQuake github.com:klaussilveira:flQuake
https://github.com/klaussilveira/flQuake.git github.com:klaussilveira:flQuake
https://github.com/klaussilveira/ioquake3.js github.com:klaussilveira:ioquake3.js
https://github.com/klaussilveira/qengine github.com:klaussilveira:qengine
https://github.com/klaussilveira/rock-o-matic github.com:klaussilveira:rock-o-matic
https://github.com/kondrak/quake_bsp_viewer.git github.com:kondrak:quake_bsp_viewer
https://github.com/kondrak/quake_bsp_viewer_legacyOpenGL.git github.com:kondrak:quake_bsp_viewer_legacyOpenGL
https://github.com/kondrak/quake_bsp_viewer_vr.git github.com:kondrak:quake_bsp_viewer_vr
https://github.com/krychu/quake-stats github.com:krychu:quake-stats
https://github.com/kugelrund/LiveSplit.Quake.git github.com:kugelrund:LiveSplit.Quake
https://github.com/kugelrund/LiveSplit.Quake2.git github.com:kugelrund:LiveSplit.Quake2
https://github.com/kzahel/WebQuake-Chrome github.com:kzahel:WebQuake-Chrome
https://github.com/lambdacube3d/lambdacube-quake3.git github.com:lambdacube3d:lambdacube-quake3
https://github.com/lang7/Quake.git github.com:lang7:Quake
https://github.com/lantus/sdlquake-libxenon.git github.com:lantus:sdlquake-libxenon
https://github.com/lbsmith/ProQCC.git github.com:lbsmith:ProQCC
https://github.com/lea2501/doom-random-map-sh github.com:lea2501:doom-random-map-sh
https://github.com/lea2501/quake-random-map-sh github.com:lea2501:quake-random-map-sh
https://github.com/lea2501/random-quake-map-launcher-go github.com:lea2501:random-quake-map-launcher-go
https://github.com/leilei-/Engoo github.com:leilei-:Engoo
https://github.com/leilei-/Engoo.git github.com:leilei-:Engoo
https://github.com/leilei-/Quakespasm github.com:leilei-:Quakespasm
https://github.com/leilei-/tyrquake github.com:leilei-:tyrquake
https://github.com/leilei-/uq github.com:leilei-:uq
https://github.com/lennart-g/BSP-Hacking github.com:lennart-g:BSP-Hacking
https://github.com/lennart-g/MapSearch github.com:lennart-g:MapSearch
https://github.com/lennart-g/blender-md2-importer github.com:lennart-g:blender-md2-importer
https://github.com/lennart-g/online-map-browser github.com:lennart-g:online-map-browser
https://github.com/libretro/tyrquake.git github.com:libretro:tyrquake
https://github.com/lilggamegenius/UniQuake github.com:lilggamegenius:UniQuake
https://github.com/lsalzman/iqm.git github.com:lsalzman:iqm
https://github.com/lucasfsantos/quake-arena.git github.com:lucasfsantos:quake-arena
https://github.com/luser/wad2map.git github.com:luser:wad2map
https://github.com/maddes-b/QuakeC-releases github.com:maddes-b:QuakeC-releases
https://github.com/maikmerten/QuakeTextureTool github.com:maikmerten:QuakeTextureTool
https://github.com/maikmerten/QuakeTextureTool.git github.com:maikmerten:QuakeTextureTool
https://github.com/maikmerten/zernichter.git github.com:maikmerten:zernichter
https://github.com/mandelmassa/demochain.git github.com:mandelmassa:demochain
https://github.com/mandelmassa/demostats.git github.com:mandelmassa:demostats
https://github.com/mandelmassa/demsmooth.git github.com:mandelmassa:demsmooth
https://github.com/mandelmassa/libdemo.git github.com:mandelmassa:libdemo
https://github.com/marcelcs/QuakeLogParser.git github.com:marcelcs:QuakeLogParser
https://github.com/masterfeizz/Quake2CTR github.com:masterfeizz:Quake2CTR
https://github.com/masterfeizz/ctrQuake github.com:masterfeizz:ctrQuake
https://github.com/masterfeizz/ctrQuake.git github.com:masterfeizz:ctrQuake
https://github.com/masterfeizz/ioQuake3DS github.com:masterfeizz:ioQuake3DS
https://github.com/matatk/agrip github.com:matatk:agrip
https://github.com/mattbailey/quake-slide github.com:mattbailey:quake-slide
https://github.com/mattbettcher/HandmadeQuakeP.git github.com:mattbettcher:HandmadeQuakeP
https://github.com/matttproud/go-quake.git github.com:matttproud:go-quake
https://github.com/maxwagner/Quake-2-Jump.git github.com:maxwagner:Quake-2-Jump
https://github.com/mcc85s/Q3A-Live github.com:mcc85s:Q3A-Live
https://github.com/measuredweighed/BSP2OBJ github.com:measuredweighed:BSP2OBJ
https://github.com/mhQuake/DirectFitz github.com:mhQuake:DirectFitz
https://github.com/mhQuake/DirectHII github.com:mhQuake:DirectHII
https://github.com/mhQuake/DirectQII github.com:mhQuake:DirectQII
https://github.com/mhQuake/MD5Stuff github.com:mhQuake:MD5Stuff
https://github.com/mhQuake/MHQ3A github.com:mhQuake:MHQ3A
https://github.com/mhQuake/MHQuakeSpasm github.com:mhQuake:MHQuakeSpasm
https://github.com/mhQuake/Quakespasm github.com:mhQuake:Quakespasm
https://github.com/mhQuake/mhQuake.github.io github.com:mhQuake:mhQuake.github.io
https://github.com/mhQuake/vkQuake github.com:mhQuake:vkQuake
https://github.com/michaelhoward/Quake-PAK-viewer.git github.com:michaelhoward:Quake-PAK-viewer
https://github.com/mightycow/uberdemotools.git github.com:mightycow:uberdemotools
https://github.com/mikezila/uQuake1 github.com:mikezila:uQuake1
https://github.com/mikezila/uQuake1.git github.com:mikezila:uQuake1
https://github.com/miniukof/handmade_quake.git github.com:miniukof:handmade_quake
https://github.com/mkr3142/QuakeFlash.git github.com:mkr3142:QuakeFlash
https://github.com/mohannad-abwah/HandmadeQuake.git github.com:mohannad-abwah:HandmadeQuake
https://github.com/molgrum/cspree github.com:molgrum:cspree
https://github.com/molgrum/metaqtv github.com:molgrum:metaqtv
https://github.com/motorsep/StormEngine2.git github.com:motorsep:StormEngine2.git
https://github.com/msdsgn/qpak.git github.com:msdsgn:qpak
https://github.com/muk0r/ad.fgd github.com:muk0r:ad.fgd
https://github.com/muk0r/qompiler.git github.com:muk0r:qompiler.git
https://github.com/mwh204/id-quake.x11.git github.com:mwh204:id-quake.x11
https://github.com/myria666/qMovementDoc github.com:myria666:qMovementDoc
https://github.com/necros0/ne_modelEditor.git github.com:necros0:ne_modelEditor
https://github.com/necros0/ne_q1CompilingGui.git github.com:necros0:ne_q1CompilingGui
https://github.com/neogeographica/expak.git github.com:neogeographica:expak
https://github.com/neogeographica/quakesounds.git github.com:neogeographica:quakesounds
https://github.com/neogeographica/singleplayer_scripts github.com:neogeographica:singleplayer_scripts
https://github.com/neumond/blender-md3 github.com:neumond:blender-md3
https://github.com/nicolasboulenc/WinQuake.git github.com:nicolasboulenc:WinQuake
https://github.com/nmoyd/quake1-iphone.git github.com:nmoyd:quake1-iphone
https://github.com/nzp-team/NZP-Reboot github.com:nzp-team:NZP-Reboot
https://github.com/nzp-team/Waypoint-Converter github.com:nzp-team:Waypoint-Converter
https://github.com/nzp-team/assets github.com:nzp-team:assets
https://github.com/nzp-team/dquakeplus github.com:nzp-team:dquakeplus
https://github.com/nzp-team/fteqw github.com:nzp-team:fteqw
https://github.com/nzp-team/glquake github.com:nzp-team:glquake
https://github.com/nzp-team/nzp-team.github.io github.com:nzp-team:nzp-team.github.io
https://github.com/nzp-team/nzportable github.com:nzp-team:nzportable
https://github.com/nzp-team/quakec github.com:nzp-team:quakec
https://github.com/nzp-team/quakespasm github.com:nzp-team:quakespasm
https://github.com/nzp-team/tools github.com:nzp-team:tools
https://github.com/nzp-team/trenchbroom-profile github.com:nzp-team:trenchbroom-profile
https://github.com/nzp-team/vhlt github.com:nzp-team:vhlt
https://github.com/olirehacek/WP8-Quake.git github.com:olirehacek:WP8-Quake
https://github.com/oliveratgithub/ToeTag github.com:oliveratgithub:ToeTag
https://github.com/oliveratgithub/ToeTag.git github.com:oliveratgithub:ToeTag
https://github.com/optimus-code/LibBSP github.com:optimus-code:LibBSP
https://github.com/optimus-code/SharpQuakeEvolved github.com:optimus-code:SharpQuakeEvolved
https://github.com/orgs/QodotPlugin/Qodot github.com:orgs:QodotPlugin:Qodot
https://github.com/orgs/QodotPlugin/libmap github.com:orgs:QodotPlugin:libmap
https://github.com/orgs/QodotPlugin/libqodot github.com:orgs:QodotPlugin:libqodot
https://github.com/orgs/QodotPlugin/ogre github.com:orgs:QodotPlugin:ogre
https://github.com/orgs/QodotPlugin/qodot-example github.com:orgs:QodotPlugin:qodot-example
https://github.com/orgs/QodotPlugin/qodot-extras github.com:orgs:QodotPlugin:qodot-extras
https://github.com/orgs/QodotPlugin/qodot-next github.com:orgs:QodotPlugin:qodot-next
https://github.com/orgs/QodotPlugin/qodot-next-plugin github.com:orgs:QodotPlugin:qodot-next-plugin
https://github.com/orgs/QodotPlugin/qodot-plugin github.com:orgs:QodotPlugin:qodot-plugin
https://github.com/orgs/QodotPlugin/qodotplugin.github.io github.com:orgs:QodotPlugin:qodotplugin.github.io
https://github.com/orgs/QodotPlugin/quarchitect github.com:orgs:QodotPlugin:quarchitect
https://github.com/orgs/QodotPlugin/shalrath github.com:orgs:QodotPlugin:shalrath
https://github.com/orgs/QodotPlugin/shambler github.com:orgs:QodotPlugin:shambler
https://github.com/osen/openhl github.com:osen:openhl
https://github.com/osen/openradiant github.com:osen:openradiant
https://github.com/philipbuuck/HandmadeQuake.git github.com:philipbuuck:HandmadeQuake
https://github.com/philipbuuck/Quake-2-Source-Code-Tutorial.git github.com:philipbuuck:Quake-2-Source-Code-Tutorial
https://github.com/philipbuuck/Quake-2-VS2013.git github.com:philipbuuck:Quake-2-VS2013
https://github.com/philipbuuck/Quake-VS2015.git github.com:philipbuuck:Quake-VS2015
https://github.com/phoboslab/Quakespasm-Rift.git github.com:phoboslab:Quakespasm-Rift
https://github.com/plankatron/quakemash.git github.com:plankatron:quakemash
https://github.com/pld-linux/quake.git github.com:pld-linux:quake
https://github.com/pmiddend/maps github.com:pmiddend:maps
https://github.com/proteal/DOOM-Vis.git github.com:proteal:DOOM-Vis
https://github.com/q3shafe/trepidation github.com:q3shafe:trepidation
https://github.com/qbism/quake2-220-tools.git github.com:qbism:quake2-220-tools
https://github.com/qbism/super8.git github.com:qbism:super8
https://github.com/qeedquan/qmap.git github.com:qeedquan:qmap
https://github.com/quakecounterstrike/quakefastdl github.com:quakecounterstrike:quakefastdl
https://github.com/quakeforge/quakeforge github.com:quakeforge:quakeforge
https://github.com/quakeworldnu/hub.quakeworld.nu github.com:quakeworldnu:hub.quakeworld.nu
https://github.com/quizzicol/Module_3.git github.com:quizzicol:Module_3
https://github.com/quizzicol/myQuake.git github.com:quizzicol:myQuake
https://github.com/ra3se/q3log github.com:ra3se:q3log
https://github.com/raynorpat/cake.git github.com:raynorpat:cake
https://github.com/raynorpat/tenebrae.git github.com:raynorpat:tenebrae
https://github.com/redrumrobot/quakeconstruct.git github.com:redrumrobot:quakeconstruct
https://github.com/reticulatingspline/Qstat.git github.com:reticulatingspline:Qstat
https://github.com/revelator/MHDoom.git github.com:revelator:MHDoom
https://github.com/revelator/Revelator-Doom3.git github.com:revelator:Revelator-Doom3
https://github.com/rictorres/quake-ktx-server.git github.com:rictorres:quake-ktx-server
https://github.com/rictorres/quake-team-fortress-server.git github.com:rictorres:quake-team-fortress-server
https://github.com/ronsaldo/yaqe.git github.com:ronsaldo:yaqe
https://github.com/rotorvator/outerscope github.com:rotorvator:outerscope
https://github.com/rr-/TRCustoms github.com:rr-:TRCustoms
https://github.com/rtxa/q2togbsp github.com:rtxa:q2togbsp
https://github.com/rzeka/QLDS-Manager.git github.com:rzeka:QLDS-Manager
https://github.com/sakridge/quakespasm-ml.git github.com:sakridge:quakespasm-ml
https://github.com/scar45/clangdi.git github.com:scar45:clangdi
https://github.com/shalrathy/quakespasm-shalrathy github.com:shalrathy:quakespasm-shalrathy
https://github.com/shaunlebron/blinky.git github.com:shaunlebron:blinky
https://github.com/shpuld/CleanQC4FTE github.com:shpuld:CleanQC4FTE
https://github.com/shpuld/EscapeFromSpace github.com:shpuld:EscapeFromSpace
https://github.com/shpuld/id1-quakec-cleaned github.com:shpuld:id1-quakec-cleaned
https://github.com/shpuld/rgquake github.com:shpuld:rgquake
https://github.com/shpuld/sui-qc github.com:shpuld:sui-qc
https://github.com/shpuld/topdownquake github.com:shpuld:topdownquake
https://github.com/siryog90/HandmadeQuake.git github.com:siryog90:HandmadeQuake
https://github.com/six-of-one/Quake-documentation github.com:six-of-one:Quake-documentation
https://github.com/six-of-one/Quake-documentation.git github.com:six-of-one:Quake-documentation
https://github.com/six-of-one/npr_quake.git github.com:six-of-one:npr_quake
https://github.com/six-of-one/qc_v1.07.git github.com:six-of-one:qc_v1.07
https://github.com/six-of-one/quake-specifications.git github.com:six-of-one:quake-specifications
https://github.com/slackhead/r0t-c00p-vote.git github.com:slackhead:r0t-c00p-vote
https://github.com/slackhead/r0t-dm-vote.git github.com:slackhead:r0t-dm-vote
https://github.com/slotzero/manquake.git github.com:slotzero:manquake
https://github.com/slotzero/runequake.git github.com:slotzero:runequake
https://github.com/snortableCola/Evil-Restaurant github.com:snortableCola:Evil-Restaurant
https://github.com/snortableCola/Pulse github.com:snortableCola:Pulse
https://github.com/snortableCola/Waddy github.com:snortableCola:Waddy
https://github.com/sputnikutah/Qrack github.com:sputnikutah:Qrack
https://github.com/sputnikutah/Qrack.git github.com:sputnikutah:Qrack
https://github.com/sputnikutah/crmod github.com:sputnikutah:crmod
https://github.com/st1x51/BaseQC.git github.com:st1x51:BaseQC
https://github.com/st1x51/CSDMP_QC.git github.com:st1x51:CSDMP_QC
https://github.com/st1x51/DQuakePlus.git github.com:st1x51:DQuakePlus
https://github.com/st1x51/Quake-Malice-QuakeC.git github.com:st1x51:Quake-Malice-QuakeC
https://github.com/st1x51/QuartalEngine.git github.com:st1x51:QuartalEngine
https://github.com/st1x51/QuartalQC.git github.com:st1x51:QuartalQC
https://github.com/st1x51/SyntaxHighlighterQC.git github.com:st1x51:SyntaxHighlighterQC
https://github.com/st1x51/qcframer.git github.com:st1x51:qcframer
https://github.com/staudt/funquakedm.git github.com:staudt:funquakedm
https://github.com/stealthflamez/Quake-Mods.git github.com:stealthflamez:Quake-Mods
https://github.com/stefanhaustein/quake2-playn-port github.com:stefanhaustein:quake2-playn-port
https://github.com/stefanhaustein/quake2-playn-port.git github.com:stefanhaustein:quake2-playn-port
https://github.com/stefanhendriks/quake1-ctfbot github.com:stefanhendriks:quake1-ctfbot
https://github.com/sultim-t/vkquake-rt github.com:sultim-t:vkquake-rt
https://github.com/svanellewee/MoonQuake.git github.com:svanellewee:MoonQuake
https://github.com/svn2github/quakespasm.git github.com:svn2github:quakespasm
https://github.com/svn2github/quakespasm2.git github.com:svn2github:quakespasm2
https://github.com/syrupwaffle/basequake github.com:syrupwaffle:basequake
https://github.com/tastyspleen/TrenchBroom.git github.com:tastyspleen:TrenchBroom
https://github.com/te4monster/classicgamemodels github.com:te4monster:classicgamemodels
https://github.com/tectronics/realms-of-quake.git github.com:tectronics:realms-of-quake
https://github.com/teknoskillz/Creepcam2 github.com:teknoskillz:Creepcam2
https://github.com/teknoskillz/Creepcam2.git github.com:teknoskillz:Creepcam2
https://github.com/teknoskillz/CreepcamV1 github.com:teknoskillz:CreepcamV1
https://github.com/teknoskillz/CreepcamV1.git github.com:teknoskillz:CreepcamV1
https://github.com/teknoskillz/FrikBot-X-0.10.2--Revision-B- github.com:teknoskillz:FrikBot-X-0.10.2--Revision-B-
https://github.com/teknoskillz/runequake github.com:teknoskillz:runequake
https://github.com/the-barmstrong/pak.git github.com:the-barmstrong:pak
https://github.com/the-barmstrong/quaked.git github.com:the-barmstrong:quaked
https://github.com/thomasgauthier/Quake-1-Android-Port-QI4A.git github.com:thomasgauthier:Quake-1-Android-Port-QI4A
https://github.com/timbergeron/QSS-M github.com:timbergeron:QSS-M
https://github.com/timbergeron/hookarena github.com:timbergeron:hookarena
https://github.com/timbergeron/jurassic github.com:timbergeron:jurassic
https://github.com/timbergeron/qecrmodplus github.com:timbergeron:qecrmodplus
https://github.com/timbergeron/qss-autoexec github.com:timbergeron:qss-autoexec
https://github.com/timbergeron/qss-particles github.com:timbergeron:qss-particles
https://github.com/timbergeron/quake-levelshots github.com:timbergeron:quake-levelshots
https://github.com/tinydanbo/PerkQuake.git github.com:tinydanbo:PerkQuake
https://github.com/tjone270/Quake-Live.git github.com:tjone270:Quake-Live
https://github.com/tldev/HandmadeQuake.git github.com:tldev:HandmadeQuake
https://github.com/tldev/HandmadeQuakeModule2.git github.com:tldev:HandmadeQuakeModule2
https://github.com/toji/webgl-quake3.git github.com:toji:webgl-quake3
https://github.com/tomazas/quake2d.git github.com:tomazas:quake2d
https://github.com/tominated/Quake-3-BSP-Renderer.git github.com:tominated:Quake-3-BSP-Renderer
https://github.com/tomkidd/DOOM-iOS github.com:tomkidd:DOOM-iOS
https://github.com/tomkidd/DOOM3-iOS github.com:tomkidd:DOOM3-iOS
https://github.com/tomkidd/DOOM3-macOS github.com:tomkidd:DOOM3-macOS
https://github.com/tomkidd/Quake-2_3.21 github.com:tomkidd:Quake-2_3.21
https://github.com/tomkidd/Quake-iOS github.com:tomkidd:Quake-iOS
https://github.com/tomkidd/Quake2-fod-madds github.com:tomkidd:Quake2-fod-madds
https://github.com/tomkidd/Quake2-iOS github.com:tomkidd:Quake2-iOS
https://github.com/tomkidd/Quake2-macOS github.com:tomkidd:Quake2-macOS
https://github.com/tomkidd/Quake3-iOS github.com:tomkidd:Quake3-iOS
https://github.com/tomkidd/RTCW-iOS github.com:tomkidd:RTCW-iOS
https://github.com/tomkidd/Wolf3D-iOS github.com:tomkidd:Wolf3D-iOS
https://github.com/tomkidd/ioq3 github.com:tomkidd:ioq3
https://github.com/toneddu2000/craFTEr.git github.com:toneddu2000:craFTEr
https://github.com/toneddu2000/glslShowreel github.com:toneddu2000:glslShowreel
https://github.com/tundy/QuakeQueryDll.git github.com:tundy:QuakeQueryDll
https://github.com/unrealarena/unrealarena.git github.com:unrealarena:unrealarena
https://github.com/versoftltd/quake-engine github.com:versoftltd:quake-engine
https://github.com/viciious/noesis_iqe github.com:viciious:noesis_iqe
https://github.com/viciious/noesis_iqe.git github.com:viciious:noesis_iqe
https://github.com/viciious/tochris github.com:viciious:tochris
https://github.com/victorbstan/gdQmapbsp github.com:victorbstan:gdQmapbsp
https://github.com/victorbstan/godot_bsp_importer github.com:victorbstan:godot_bsp_importer
https://github.com/victorbstan/mark_vi github.com:victorbstan:mark_vi
https://github.com/victorbstan/menusys github.com:victorbstan:menusys
https://github.com/victorfeitosa/HCCGUI.git github.com:victorfeitosa:HCCGUI
https://github.com/victorfeitosa/QTR.git github.com:victorfeitosa:QTR
https://github.com/victorfeitosa/hexenii_mdl_import-export.git github.com:victorfeitosa:hexenii_mdl_import-export
https://github.com/victorfeitosa/quake-hexen2-mdl-export-import github.com:victorfeitosa:quake-hexen2-mdl-export-import
https://github.com/vikpe/anyquake github.com:vikpe:anyquake
https://github.com/vikpe/automapshot github.com:vikpe:automapshot
https://github.com/vikpe/carmack github.com:vikpe:carmack
https://github.com/vikpe/fte-web-assets github.com:vikpe:fte-web-assets
https://github.com/vikpe/fteqw github.com:vikpe:fteqw
https://github.com/vikpe/go-qwhub github.com:vikpe:go-qwhub
https://github.com/vikpe/mvdsv github.com:vikpe:mvdsv
https://github.com/vikpe/quake.world github.com:vikpe:quake.world
https://github.com/vikpe/qw-assets github.com:vikpe:qw-assets
https://github.com/vikpe/qw-data github.com:vikpe:qw-data
https://github.com/vikpe/qw-demo-scraper github.com:vikpe:qw-demo-scraper
https://github.com/vikpe/qw-demobot github.com:vikpe:qw-demobot
https://github.com/vikpe/qw-hub-api github.com:vikpe:qw-hub-api
https://github.com/vikpe/qw-mapshots github.com:vikpe:qw-mapshots
https://github.com/vikpe/qw-servers-geoip github.com:vikpe:qw-servers-geoip
https://github.com/vikpe/qw-streambot github.com:vikpe:qw-streambot
https://github.com/vikpe/qw-streambot-ezquake github.com:vikpe:qw-streambot-ezquake
https://github.com/vikpe/servers.qwlan.pl github.com:vikpe:servers.qwlan.pl
https://github.com/vikpe/serverstat github.com:vikpe:serverstat
https://github.com/vikpe/twitch-ext-quakeworld github.com:vikpe:twitch-ext-quakeworld
https://github.com/vitalibr/logparser-quake.git github.com:vitalibr:logparser-quake
https://github.com/vncastanheira/HandmadeQuake.git github.com:vncastanheira:HandmadeQuake
https://github.com/voidhead/quakec.git github.com:voidhead:quakec
https://github.com/voidstar-dev/softquake-testbed github.com:voidstar-dev:softquake-testbed
https://github.com/welford/qurp.git github.com:welford:qurp
https://github.com/wfowler1/LibBSP github.com:wfowler1:LibBSP
https://github.com/wfowler1/LibBSP.git github.com:wfowler1:LibBSP
https://github.com/wfowler1/bsp-decompiler.git github.com:wfowler1:bsp-decompiler
https://github.com/wfowler1/jbn-bsp-lump-tools.git github.com:wfowler1:jbn-bsp-lump-tools
https://github.com/whipowill/quake-dir github.com:whipowill:quake-dir
https://github.com/whipowill/quake-mod-frikbot4 github.com:whipowill:quake-mod-frikbot4
https://github.com/willforde/plugin.video.quake.live.git github.com:willforde:plugin.video.quake.live
https://github.com/worleydl/QInvasion github.com:worleydl:QInvasion
https://github.com/worleydl/QInvasion.git github.com:worleydl:QInvasion
https://github.com/xonotic/darkplaces github.com:xonotic:darkplaces
https://github.com/xonotic/darkplaces.git github.com:xonotic:darkplaces
https://github.com/xzero450/revolution.git github.com:xzero450:revolution
https://github.com/yi7/Quake2_Mod_Source.git github.com:yi7:Quake2_Mod_Source
https://github.com/yquake2/yquake2 github.com:yquake2:yquake2
https://github.com/yquake2/yquake2.git github.com:yquake2:yquake2
https://github.com/yquake2/yquake2remaster github.com:yquake2:yquake2remaster
https://github.com/yquake2/zaero.git github.com:yquake2:zaero
https://github.com/zippers/retro_quake1.git github.com:zippers:retro_quake1
https://github.com/zturtleman/3dengines.git github.com:zturtleman:3dengines
https://github.com/zturtleman/GtkRadiant.git github.com:zturtleman:GtkRadiant
https://github.com/zturtleman/arena-data.git github.com:zturtleman:arena-data
https://github.com/zturtleman/bsp-sekai.git github.com:zturtleman:bsp-sekai
https://github.com/zturtleman/etlegacy.git github.com:zturtleman:etlegacy
https://github.com/zturtleman/ioq3.git github.com:zturtleman:ioq3
https://github.com/zturtleman/iortcw.git github.com:zturtleman:iortcw
https://github.com/zturtleman/jkaq3.git github.com:zturtleman:jkaq3
https://github.com/zturtleman/mint-arena.git github.com:zturtleman:mint-arena
https://github.com/zturtleman/mint-helix.git github.com:zturtleman:mint-helix
https://github.com/zturtleman/mint-metal.git github.com:zturtleman:mint-metal
https://github.com/zturtleman/mint-voyager.git github.com:zturtleman:mint-voyager
https://github.com/zturtleman/mm3d.git github.com:zturtleman:mm3d
https://github.com/zturtleman/navy-seals.git github.com:zturtleman:navy-seals
https://github.com/zturtleman/reaction.git github.com:zturtleman:reaction
https://github.com/zturtleman/spearmint-android.git github.com:zturtleman:spearmint-android
https://github.com/zturtleman/spearmint-patch-data.git github.com:zturtleman:spearmint-patch-data
https://github.com/zturtleman/spearmint.git github.com:zturtleman:spearmint.git
https://gitlab.com/4LT/gif2spr gitlab.com:4LT:gif2spr
https://gitlab.com/4LT/mapsaw gitlab.com:4LT:mapsaw
https://gitlab.com/HaydenKow/nuquake gitlab.com:HaydenKow:nuquake
https://gitlab.com/joe.lukacovic/WebQuake-WithFrontend gitlab.com:joe.lukacovic:WebQuake-WithFrontend
https://notabug.org/lea2501/doom-random-map-sh notabug.org:lea2501:doom-random-map-sh
https://notabug.org/lea2501/doom-random-map-sh.git notabug.org:lea2501:doom-random-map-sh.git