├── .gitattributes ├── .gitignore ├── .gitmodules ├── 404.md ├── CNAME ├── Gemfile ├── Readme.md ├── _config.yml ├── data ├── extlinks.yml ├── game.yml └── navigation.yml ├── docs ├── AppImages.md ├── Contributing.md ├── Core-Principles.md ├── Debug.md ├── FAQ.md ├── Former-Maps.md ├── Glossary.md ├── Home.md ├── Information-for-v2.md ├── Install-Guide.md ├── License.md ├── Materials.md ├── Mutator-Tips.md ├── Official-Maps.md ├── Readme.md ├── Statistics-System.md ├── System-Requirements.md ├── Trademark-Policy.md ├── editing │ ├── Basics.md │ ├── Blendmap.md │ ├── Entities-other.md │ ├── Entities.md │ ├── Fx-Other.md │ ├── Fx-Particle.md │ ├── Fx.md │ ├── Fxlevels.md │ ├── Models.md │ └── Waypoints.md ├── gameplay │ ├── Bomber-Ball.md │ ├── Capture-the-Flag.md │ ├── Deathmatch.md │ ├── Defend-Control.md │ ├── Demo.md │ ├── Gameplay-Guide.md │ ├── Modes-and-Mutators.md │ ├── Multiplayer-Guidelines.md │ ├── Parkour-Guide.md │ ├── Race.md │ ├── Scoring-System.md │ ├── Status-Effects.md │ ├── Weapon-Corroder.md │ ├── Weapon-Flamer.md │ ├── Weapon-Grenade.md │ ├── Weapon-Mine.md │ ├── Weapon-Pistol.md │ ├── Weapon-Plasma.md │ ├── Weapon-Rifle.md │ ├── Weapon-Rocket.md │ ├── Weapon-Shotgun.md │ ├── Weapon-Smg.md │ ├── Weapon-Sword.md │ ├── Weapon-Zapper.md │ └── Weapons-Guide.md ├── images │ ├── cube2.png │ ├── debug │ │ ├── Win64dbg01.png │ │ ├── Win64dbg02.png │ │ ├── Win64dbg03.png │ │ ├── Win64dbg04.png │ │ ├── Win64dbg05.png │ │ ├── Win64dbg06.png │ │ ├── win_dbg1.png │ │ └── win_dbg2.png │ ├── default.png │ ├── editing │ │ ├── blendmap01.jpg │ │ ├── blendmap02.jpg │ │ ├── blendmap03.jpg │ │ ├── blendmap04.jpg │ │ ├── mapeffects0.jpg │ │ └── mapeffects1.jpg │ ├── emblem.png │ ├── hud │ │ ├── blip.png │ │ ├── blurskin.png │ │ ├── checkbox.png │ │ ├── checkboxon.png │ │ ├── checkdisable.png │ │ ├── circlebar.png │ │ ├── compass.png │ │ ├── cursor.png │ │ ├── cursorhover.png │ │ ├── exit.png │ │ ├── glow.png │ │ ├── hint.png │ │ ├── hurt.png │ │ ├── indicator.png │ │ ├── playerblip.png │ │ ├── pointer.png │ │ ├── progress.png │ │ ├── progring.png │ │ ├── radar.png │ │ ├── radiobox.png │ │ ├── radioboxon.png │ │ ├── radiodisable.png │ │ ├── tabskin.png │ │ ├── tabskinborder.png │ │ ├── textskin.png │ │ ├── textskinborder.png │ │ ├── uiskin.png │ │ ├── uiskinborder.png │ │ └── zoom.png │ ├── icon.png │ ├── icons │ │ ├── action.png │ │ ├── alert.png │ │ ├── arrow.png │ │ ├── attack.png │ │ ├── bleed.png │ │ ├── bomb.png │ │ ├── bombdrop.png │ │ ├── bombtaken.png │ │ ├── buff.png │ │ ├── burn.png │ │ ├── camera.png │ │ ├── chat.png │ │ ├── dead.png │ │ ├── dominated.png │ │ ├── dominating.png │ │ ├── dot.png │ │ ├── edit │ │ │ ├── atmo.png │ │ │ ├── chain.png │ │ │ ├── chainsel.png │ │ │ ├── cloud.png │ │ │ ├── cloudbox.png │ │ │ ├── copy.png │ │ │ ├── cube.png │ │ │ ├── decal.png │ │ │ ├── ent.png │ │ │ ├── entadd.png │ │ │ ├── entdel.png │ │ │ ├── entplace.png │ │ │ ├── entunify.png │ │ │ ├── env.png │ │ │ ├── find.png │ │ │ ├── fog.png │ │ │ ├── gi.png │ │ │ ├── grass.png │ │ │ ├── haze.png │ │ │ ├── light.png │ │ │ ├── mat_death.png │ │ │ ├── mat_glass.png │ │ │ ├── mat_hurt.png │ │ │ ├── mat_lava.png │ │ │ ├── mat_volfog.png │ │ │ ├── mat_water.png │ │ │ ├── mesh.png │ │ │ ├── meshdel.png │ │ │ ├── meshdrop.png │ │ │ ├── meshmove.png │ │ │ ├── meshsel.png │ │ │ ├── name.png │ │ │ ├── new.png │ │ │ ├── paste.png │ │ │ ├── physics.png │ │ │ ├── redo.png │ │ │ ├── save.png │ │ │ ├── save_as.png │ │ │ ├── skybox.png │ │ │ ├── sound.png │ │ │ ├── sun.png │ │ │ ├── texture.png │ │ │ ├── undo.png │ │ │ └── wind.png │ │ ├── editing.png │ │ ├── flag.png │ │ ├── flagdrop.png │ │ ├── flagtaken.png │ │ ├── info.png │ │ ├── maps.png │ │ ├── menu.png │ │ ├── outlinefemale.png │ │ ├── outlinemale.png │ │ ├── player.png │ │ ├── playerfemale.png │ │ ├── playermale.png │ │ ├── point.png │ │ ├── question.png │ │ ├── settings.png │ │ ├── shock.png │ │ ├── spectator.png │ │ ├── team.png │ │ ├── teamalpha.png │ │ ├── teamenemy.png │ │ ├── teamkappa.png │ │ ├── teamneutral.png │ │ ├── teamomega.png │ │ ├── teamsigma.png │ │ ├── voices.png │ │ ├── vote.png │ │ ├── waiting.png │ │ └── warning.png │ ├── keys │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ ├── 9.png │ │ ├── a.png │ │ ├── alt.png │ │ ├── alt_backspace.png │ │ ├── alt_return.png │ │ ├── alt_shift.png │ │ ├── asterisk.png │ │ ├── b.png │ │ ├── backquote.png │ │ ├── backslash.png │ │ ├── backspace.png │ │ ├── c.png │ │ ├── capslock.png │ │ ├── caret.png │ │ ├── colon.png │ │ ├── comma.png │ │ ├── command.png │ │ ├── d.png │ │ ├── delete.png │ │ ├── down.png │ │ ├── e.png │ │ ├── end.png │ │ ├── equals.png │ │ ├── escape.png │ │ ├── exclaim.png │ │ ├── f.png │ │ ├── f1.png │ │ ├── f10.png │ │ ├── f11.png │ │ ├── f12.png │ │ ├── f2.png │ │ ├── f3.png │ │ ├── f4.png │ │ ├── f5.png │ │ ├── f6.png │ │ ├── f7.png │ │ ├── f8.png │ │ ├── f9.png │ │ ├── g.png │ │ ├── greater.png │ │ ├── h.png │ │ ├── home.png │ │ ├── i.png │ │ ├── insert.png │ │ ├── j.png │ │ ├── k.png │ │ ├── kp0.png │ │ ├── kp1.png │ │ ├── kp2.png │ │ ├── kp3.png │ │ ├── kp4.png │ │ ├── kp5.png │ │ ├── kp6.png │ │ ├── kp7.png │ │ ├── kp8.png │ │ ├── kp9.png │ │ ├── kp_divide.png │ │ ├── kp_enter.png │ │ ├── kp_minus.png │ │ ├── kp_multiply.png │ │ ├── kp_plus.png │ │ ├── l.png │ │ ├── lctrl.png │ │ ├── left.png │ │ ├── leftparen.png │ │ ├── less.png │ │ ├── lshift.png │ │ ├── m.png │ │ ├── minus.png │ │ ├── mouse.png │ │ ├── mouse1.png │ │ ├── mouse2.png │ │ ├── mouse3.png │ │ ├── mouse4.png │ │ ├── mouse5.png │ │ ├── n.png │ │ ├── numlock.png │ │ ├── o.png │ │ ├── p.png │ │ ├── pagedown.png │ │ ├── pageup.png │ │ ├── period.png │ │ ├── plus.png │ │ ├── print.png │ │ ├── q.png │ │ ├── question.png │ │ ├── quote.png │ │ ├── quotedbl.png │ │ ├── r.png │ │ ├── rctrl.png │ │ ├── readme.txt │ │ ├── return.png │ │ ├── right.png │ │ ├── rightparen.png │ │ ├── rshift.png │ │ ├── s.png │ │ ├── semicolon.png │ │ ├── slash.png │ │ ├── space.png │ │ ├── start.png │ │ ├── t.png │ │ ├── tab.png │ │ ├── tilde.png │ │ ├── u.png │ │ ├── underscore.png │ │ ├── up.png │ │ ├── v.png │ │ ├── w.png │ │ ├── x.png │ │ ├── y.png │ │ └── z.png │ ├── logo.png │ ├── maps-old │ │ ├── absorption.png │ │ ├── abuse.png │ │ ├── affluence.png │ │ ├── alphacampaign.png │ │ ├── amplification.png │ │ ├── ares.png │ │ ├── bath.png │ │ ├── battlefield.png │ │ ├── biolytic.png │ │ ├── blink.png │ │ ├── bloodlust.png │ │ ├── campgrounds.png │ │ ├── canals.png │ │ ├── canyon.png │ │ ├── cargo.png │ │ ├── castle.png │ │ ├── center.png │ │ ├── colony.png │ │ ├── condensation.png │ │ ├── conflict.png │ │ ├── convolution.png │ │ ├── cutec.png │ │ ├── cyanide.png │ │ ├── darkness.png │ │ ├── dawn.png │ │ ├── deadsimple.png │ │ ├── deathtrap.png │ │ ├── decay.png │ │ ├── decomposition.png │ │ ├── deli.png │ │ ├── depot.png │ │ ├── disco.png │ │ ├── discontinuity.png │ │ ├── dropzone.png │ │ ├── dutility.png │ │ ├── echo.png │ │ ├── enyo.png │ │ ├── erosion.png │ │ ├── error.png │ │ ├── escape.png │ │ ├── eternal.png │ │ ├── facility.png │ │ ├── forge.png │ │ ├── fortitude.png │ │ ├── foundation.png │ │ ├── fourplex.png │ │ ├── futuresport.png │ │ ├── ghost.png │ │ ├── hawk.png │ │ ├── hinder.png │ │ ├── industrial.png │ │ ├── institute.png │ │ ├── isolation.png │ │ ├── keystone2k.png │ │ ├── lab.png │ │ ├── linear.png │ │ ├── livefire.png │ │ ├── longestyard.png │ │ ├── mist.png │ │ ├── neodrive.png │ │ ├── nova.png │ │ ├── octavus.png │ │ ├── oneiroi.png │ │ ├── panic.png │ │ ├── polaris.png │ │ ├── processing.png │ │ ├── pumpstation.png │ │ ├── purge.png │ │ ├── relax.png │ │ ├── rooftop.png │ │ ├── singularity.png │ │ ├── spacetech.png │ │ ├── starlibido.png │ │ ├── steelrat.png │ │ ├── stone.png │ │ ├── suspended.png │ │ ├── testchamber.png │ │ ├── tonatiuh.png │ │ ├── torus.png │ │ ├── tower.png │ │ ├── train.png │ │ ├── tranquility.png │ │ ├── tribal.png │ │ ├── ubik.png │ │ ├── vault.png │ │ ├── venus.png │ │ ├── vorticity.png │ │ ├── wardepot.png │ │ ├── warp.png │ │ └── wet.png │ ├── maps │ │ ├── absorption.png │ │ ├── abuse.png │ │ ├── affluence.png │ │ ├── alphacampaign.png │ │ ├── amplification.png │ │ ├── ares.png │ │ ├── auster.png │ │ ├── auster │ │ │ └── auster.png │ │ ├── bath.png │ │ ├── battlefield.png │ │ ├── biolytic.png │ │ ├── blink.png │ │ ├── bloodlust.png │ │ ├── campgrounds.png │ │ ├── canals.png │ │ ├── canyon.png │ │ ├── cargo.png │ │ ├── castle.png │ │ ├── center.png │ │ ├── colony.png │ │ ├── condensation.png │ │ ├── conflict.png │ │ ├── convolution.png │ │ ├── cutec.png │ │ ├── cyanide.png │ │ ├── cyanide │ │ │ └── cyanide.png │ │ ├── darkness.png │ │ ├── dawn.png │ │ ├── deadsimple.png │ │ ├── deathtrap.png │ │ ├── decay.png │ │ ├── decomposition.png │ │ ├── deli.png │ │ ├── depot.png │ │ ├── disco.png │ │ ├── discontinuity.png │ │ ├── dropzone.png │ │ ├── dutility.png │ │ ├── echo.png │ │ ├── ennui │ │ │ └── ennui.png │ │ ├── enyo.png │ │ ├── erosion.png │ │ ├── error.png │ │ ├── escape.png │ │ ├── eternal.png │ │ ├── facility.png │ │ ├── forge.png │ │ ├── fortitude.png │ │ ├── fortitude │ │ │ └── fortitude.png │ │ ├── foundation.png │ │ ├── fourplex.png │ │ ├── futuresport.png │ │ ├── ghost.png │ │ ├── hawk.png │ │ ├── hinder.png │ │ ├── industrial.png │ │ ├── institute.png │ │ ├── institute │ │ │ └── institute.png │ │ ├── isolation.png │ │ ├── keystone2k.png │ │ ├── lab.png │ │ ├── linear.png │ │ ├── livefire.png │ │ ├── longestyard.png │ │ ├── mist.png │ │ ├── neodrive.png │ │ ├── nova.png │ │ ├── octavus.png │ │ ├── octavus │ │ │ └── octavus.png │ │ ├── oneiroi.png │ │ ├── panic.png │ │ ├── polaris.png │ │ ├── processing.png │ │ ├── pumpstation.png │ │ ├── purge.png │ │ ├── relax.png │ │ ├── rift │ │ │ └── rift.png │ │ ├── rooftop.png │ │ ├── singularity.png │ │ ├── spacetech.png │ │ ├── starlibido.png │ │ ├── steelrat.png │ │ ├── stone.png │ │ ├── suspended.png │ │ ├── testchamber.png │ │ ├── tonatiuh.png │ │ ├── torus.png │ │ ├── tower.png │ │ ├── train.png │ │ ├── tranquility.png │ │ ├── trespass │ │ │ └── trespass.png │ │ ├── tribal.png │ │ ├── ubik.png │ │ ├── vault.png │ │ ├── venus.png │ │ ├── vorticity.png │ │ ├── wardepot.png │ │ ├── warp.png │ │ └── wet.png │ ├── modes │ │ ├── arena.png │ │ ├── basic.png │ │ ├── bomber.png │ │ ├── bomberassault.png │ │ ├── bomberattack.png │ │ ├── bomberbasket.png │ │ ├── bomberhold.png │ │ ├── capture.png │ │ ├── capturedefend.png │ │ ├── captureprotect.png │ │ ├── capturequick.png │ │ ├── classic.png │ │ ├── coop.png │ │ ├── deathmatch.png │ │ ├── defend.png │ │ ├── defendking.png │ │ ├── defendquick.png │ │ ├── demo.png │ │ ├── duel.png │ │ ├── editing.png │ │ ├── ffa.png │ │ ├── freestyle.png │ │ ├── gladiator.png │ │ ├── hard.png │ │ ├── instagib.png │ │ ├── kaboom.png │ │ ├── medieval.png │ │ ├── multi.png │ │ ├── oldschool.png │ │ ├── onslaught.png │ │ ├── race.png │ │ ├── raceendurance.png │ │ ├── racegauntlet.png │ │ ├── racelapped.png │ │ ├── racetimed.png │ │ ├── resize.png │ │ ├── survivor.png │ │ └── vampire.png │ ├── notexture.png │ ├── nothumb.png │ ├── privs │ │ ├── administrator.png │ │ ├── bot.png │ │ ├── developer.png │ │ ├── founder.png │ │ ├── localadministrator.png │ │ ├── localmoderator.png │ │ ├── localoperator.png │ │ ├── localsupporter.png │ │ ├── moderator.png │ │ ├── none.png │ │ ├── operator.png │ │ ├── player.png │ │ └── supporter.png │ ├── readme.txt │ ├── rewards │ │ ├── bloodbath.png │ │ ├── breaker.png │ │ ├── carnage.png │ │ ├── dominate.png │ │ ├── double.png │ │ ├── firstblood.png │ │ ├── headshot.png │ │ ├── massacre.png │ │ ├── multi.png │ │ ├── revenge.png │ │ ├── slaughter.png │ │ └── triple.png │ ├── servers │ │ ├── connect.png │ │ ├── disconnect.png │ │ ├── failed.png │ │ ├── list.png │ │ ├── locked.png │ │ ├── statistics.png │ │ └── unknown.png │ ├── sky.png │ ├── tesseract.png │ └── weapons │ │ ├── claw.png │ │ ├── clips │ │ ├── claw.png │ │ ├── flamer.png │ │ ├── grenade.png │ │ ├── mine.png │ │ ├── pistol.png │ │ ├── plasma.png │ │ ├── rifle.png │ │ ├── rocket.png │ │ ├── shotgun.png │ │ ├── smg.png │ │ ├── sword.png │ │ └── zapper.png │ │ ├── corroder.png │ │ ├── flamer.png │ │ ├── grenade.png │ │ ├── mine.png │ │ ├── pistol.png │ │ ├── plasma.png │ │ ├── rifle.png │ │ ├── rocket.png │ │ ├── shotgun.png │ │ ├── smg.png │ │ ├── sword.png │ │ ├── weaponsguide │ │ ├── corroder.png │ │ ├── flamer.png │ │ ├── grenade.png │ │ ├── mine.png │ │ ├── pistol.png │ │ ├── plasma.png │ │ ├── rifle.png │ │ ├── rocket.png │ │ ├── shotgun.png │ │ ├── smg.png │ │ ├── sword.png │ │ └── zapper.png │ │ └── zapper.png ├── maps-old │ ├── Absorption.md │ ├── Alpha-Campaign.md │ ├── Amplification.md │ ├── Blink.md │ ├── Canals.md │ ├── Castle.md │ ├── Colony.md │ ├── Condensation.md │ ├── Convolution.md │ ├── Dawn.md │ ├── Facility.md │ ├── Fatal-Error.md │ ├── Forge.md │ ├── Fortitude.md │ ├── Foundation.md │ ├── Fourplex.md │ ├── Hawk.md │ ├── Industrial.md │ ├── Isolation.md │ ├── Lab.md │ ├── Linear.md │ ├── Rooftop.md │ ├── Starlibido.md │ └── Warp.md ├── maps │ ├── Auster.md │ ├── Ennui.md │ ├── Fortitude.md │ ├── Institute.md │ ├── Octavus.md │ ├── Rift.md │ └── Trespass.md ├── server-how-to │ ├── Admin-Guide.md │ ├── Privileges.md │ ├── Server-GameFilters.md │ └── Server-Setup.md └── variables │ └── Variables-home.md ├── download ├── appimage │ ├── index.html │ ├── master.html │ └── stable.html ├── combined.html ├── index.md ├── mac.html ├── nix.html ├── torrent │ ├── combined.html │ ├── mac.html │ ├── nix.html │ └── win.html ├── win.html └── zip.html ├── favicon.ico ├── google510ae4f9fa25bff8.html ├── includes ├── footer.html ├── head.html ├── nav.html └── release.md ├── index.html ├── layouts ├── default.html ├── docs.html ├── dynredir.html ├── home.html ├── issues.html └── redirect.html ├── redirect ├── apply.html ├── contribute.html ├── devel.html ├── discord.html ├── discuss.html ├── donate.html ├── facebook.html ├── faq.html ├── git.html ├── google.html ├── guide.html ├── guidelines.html ├── install.html ├── issues.html ├── itchio.html ├── license.html ├── messenger.html ├── opencollective.html ├── readme.html ├── reddit.html ├── servers.html ├── stats.html ├── steam.html ├── trademark.html └── youtube.html └── test.md /.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto 2 | *.bat text eol=crlf 3 | *.c text=auto 4 | *.cfg text=auto 5 | *.cpp text=auto 6 | *.css text=auto 7 | *.h text=auto 8 | *.html text=auto 9 | *.js text=auto 10 | *.js.map text=auto 11 | *.json text=auto 12 | *.md text=auto 13 | *.php text=auto 14 | *.txt text=auto 15 | .git* text=auto 16 | *.sh text eol=lf 17 | *.a binary 18 | *.avi binary 19 | *.dds binary 20 | *.dll binary 21 | *.eot binary 22 | *.exe binary 23 | *.gif binary 24 | *.icns binary 25 | *.ico binary 26 | *.iqm binary 27 | *.jpg binary 28 | *.lib binary 29 | *.md2 binary 30 | *.md3 binary 31 | *.md5 binary 32 | *.md5anim binary 33 | *.md5mesh binary 34 | *.mp3 binary 35 | *.mp4 binary 36 | *.nib binary 37 | *.ogg binary 38 | *.png binary 39 | *.smd binary 40 | *.tga binary 41 | *.ttf binary 42 | *.wav binary 43 | *.woff binary 44 | *.woff2 binary 45 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | Gemfile.lock 2 | _site 3 | .jekyll-metadata 4 | *.json 5 | data/local.yml 6 | *.bak 7 | *~ 8 | .directory 9 | .DS_Store 10 | *.orig 11 | *.rej 12 | *.bak 13 | *.kate-swp 14 | 15 | -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "bits"] 2 | path = bits 3 | url = https://github.com/redeclipse/www-bits.git 4 | -------------------------------------------------------------------------------- /404.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 404 (Not Found) 3 | layout: default 4 | permalink: /404.html 5 | --- 6 | # {{ page.title }} 7 | The page you were looking for could not be found. Please check the URL and try again. 8 | 9 | If you continue to have problems, try starting from the **[Home Page](/)**. 10 | 11 | You can get further help from our **[Documentation](/docs/Home)**, **[Live Chat](/chat)**, or **[Discussion Area](/discuss)**. 12 | -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | www.redeclipse.net -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- 1 | source 'https://rubygems.org' 2 | gem 'github-pages', group: :jekyll_plugins 3 | 4 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | # Site settings 2 | title: Red Eclipse 3 | description: A free arena shooter featuring parkour 4 | repository: redeclipse/redeclipse.github.io 5 | organisation: redeclipse 6 | website: https://redeclipse.net/ 7 | email: contact@redeclipse.net 8 | github: [metadata] 9 | locs: 10 | api: "https://api.github.com" 11 | ref: "https://github.com" 12 | 13 | # Where things are 14 | source: "." 15 | collections_dir: "pages" 16 | layouts_dir: "layouts" 17 | data_dir: "data" 18 | includes_dir: "includes" 19 | 20 | # Handling Reading 21 | exclude: 22 | - "_site" 23 | - ".github" 24 | - "plugins" 25 | - "layouts" 26 | - "data" 27 | - "includes" 28 | - "_config.yml" 29 | - "CNAME" 30 | - "Gemfile" 31 | - "Gemfile.lock" 32 | encoding: "utf-8" 33 | markdown_ext: "markdown,mkdown,mkdn,mkd,md" 34 | strict_front_matter: false 35 | 36 | # Filtering Content 37 | show_drafts: null 38 | limit_posts: 0 39 | future: false 40 | unpublished: false 41 | 42 | # Plugins 43 | plugins: 44 | - jekyll-avatar 45 | - jekyll-mentions 46 | - jekyll-redirect-from 47 | - jekyll-sitemap 48 | - jekyll-paginate 49 | - jemoji 50 | 51 | # Conversion 52 | markdown: kramdown 53 | highlighter: rouge 54 | excerpt_separator: "\n\n" 55 | paginate: 25 56 | 57 | #collections: 58 | # discussion: 59 | # output: true 60 | # permalink: /:collection/:title/ 61 | 62 | # Outputting 63 | # permalink: date 64 | # paginate_path: /page:num 65 | # timezone: null 66 | 67 | # Markdown Processors 68 | kramdown: 69 | auto_ids: true 70 | entity_output: as_char 71 | toc_levels: 1..6 72 | smart_quotes: lsquo,rsquo,ldquo,rdquo 73 | input: GFM 74 | hard_wrap: false 75 | footnote_nr: 1 76 | show_warnings: false 77 | 78 | # Relative links 79 | relative_links: 80 | enabled: true 81 | collections: false 82 | -------------------------------------------------------------------------------- /data/extlinks.yml: -------------------------------------------------------------------------------- 1 | - url: /github 2 | title: "GitHub" 3 | class: "fab fa-github" 4 | - url: /discord 5 | title: "Discord" 6 | class: "fab fa-discord" 7 | - url: /steam 8 | title: "Steam" 9 | class: "fab fa-steam" 10 | - url: /reddit 11 | title: "Reddit" 12 | class: "fab fa-reddit" 13 | - url: /facebook 14 | title: "Facebook" 15 | class: "fab fa-facebook" 16 | - url: /opencollective 17 | title: "Open Collective" 18 | class: "fas fa-dollar-sign" 19 | - url: /donate 20 | title: "Donate" 21 | class: "fab fa-paypal" 22 | -------------------------------------------------------------------------------- /data/game.yml: -------------------------------------------------------------------------------- 1 | version: "2.0.0" 2 | release: "Jupiter Edition" 3 | date: "19th December 2019" 4 | youtube: p7w4LXJ_JJ8 5 | copyright: "2009-2020 Quinton Reeves, Lee Salzman" 6 | screenshots: 7 | pages: 20 8 | items: 4 9 | -------------------------------------------------------------------------------- /data/navigation.yml: -------------------------------------------------------------------------------- 1 | - url: /download 2 | title: "Downloads" 3 | class: "fas fa-download" 4 | - url: /docs 5 | title: "Documentation" 6 | class: "fas fa-book" 7 | - url: /discuss 8 | title: "Discussions" 9 | class: "fas fa-comment" 10 | - url: /issues 11 | title: "Issue Tracker" 12 | class: "fas fa-tasks" 13 | - url: /servers 14 | title: "Server List" 15 | class: "fas fa-server" 16 | -------------------------------------------------------------------------------- /docs/AppImages.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: AppImages 3 | layout: docs 4 | origfile: AppImages.md 5 | origtitle: AppImages 6 | permalink: /docs/AppImages 7 | redirect_from: 8 | - /wiki/AppImages/ 9 | --- 10 | * TOC 11 | {:toc} 12 | The Red Eclipse project provides [AppImage](https://appimage.org) builds that should work on any recent Linux distribution as an easy, dependency-free way to install and run the game. 13 | 14 | ## Available AppImages 15 | * [Stable version](/appimage/stable) 16 | * [Development version](/appimage/master) 17 | 18 | ### File names 19 | * Client: `redeclipse--x86_64.AppImage`. 20 | * Server: `redeclipse-server--x86_64.AppImage`. 21 | 22 | ## Basic instructions 23 | * Download the AppImage. 24 | * After download, give the AppImage executable permissions through your file manager or using the terminal command `chmod +x redeclipse-*.AppImage` 25 | * You can then run Red Eclipse by double-clicking the AppImage or executing it from a terminal. 26 | 27 | ## Advanced Options 28 | You can set the following environment variables to configure the AppImage's behaviour: 29 | * `REDECLIPSE_APPIMAGE_NO_UPDATE` 30 | * If set, will prevent automatic updating. 31 | * `REDECLIPSE_APPIMAGE_NOTERM` 32 | * If set, will prevent the automatic updating from opening a terminal to display progress. 33 | * `REDECLIPSE_APPIMAGE_TERM` 34 | * If set, will use the value of this variable as the terminal program to display update progress. 35 | -------------------------------------------------------------------------------- /docs/Debug.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Debug 3 | layout: docs 4 | origfile: Debug.md 5 | origtitle: Debug 6 | permalink: /docs/Debug 7 | redirect_from: 8 | - /wiki/Debug/ 9 | --- 10 | * TOC 11 | {:toc} 12 | To submit a bug report that concerns a crash to the Red Eclipse Team, it is helpful to have a backtrace. 13 | 14 | ## Windows (64 bit) 15 | 16 | You must download and install MSYS2 for easiest building on Windows. 17 | 18 | ### Setting up MSYS2 19 | 20 | - Install MSYS2 from [https://www.msys2.org/](https://www.msys2.org/) and follow the instructions on that page 21 | - Then launch **MSYS2 MinGW x64** from the start menu 22 | 23 | ### Compiling Red Eclipse 24 | 25 | In the MSYS2 prompt, change directory to the location of Red Eclipse: 26 | ``` 27 | cd /c/Users/qreev/Documents/redeclipse 28 | ``` 29 | *(note: that MSYS2 is using "/" as the root directory, so that `C:\Users\qreev\Documents\redeclipse` would be written as `/c/Users/qreev/Documents/redeclipse`)* 30 | 31 | First you must compile with debug symbols: 32 | ``` 33 | make -Csrc clean && CXXFLAGS=-ggdb3 make -Csrc install 34 | ``` 35 | 36 | 37 | 38 | Then run with GDB: 39 | ``` 40 | gdb src/redeclipse_windows.exe 41 | ``` 42 | 43 | 44 | 45 | Inside GDB, to start Red Eclipse, type: 46 | ``` 47 | run 48 | ``` 49 | 50 | Now attempt to reproduce the problem in game. Once Red Eclipse has crashed, GDB will catch this and present a prompt. At this prompt run: 51 | ``` 52 | bt full 53 | ``` 54 | This will produce a backtrace, copy and paste this to an accessible place such as a crash report on the Red Eclipse [Github Issues page](https://github.com/redeclipse/base/issues) or paste to the Red Eclipse [Discord](https://discord.com/invite/RPDmG5Z). 55 | 56 | ## Linux 57 | 58 | On Linux-based systems, you can use GDB to get a backtrace: 59 | 60 | First you must compile with debug symbols: 61 | 62 | ``` 63 | make -Csrc clean && CXXFLAGS=-ggdb3 make -Csrc install 64 | ``` 65 | 66 | Then run with GDB: 67 | ``` 68 | gdb src/redeclipse_linux 69 | ``` 70 | Inside GDB, to start Red Eclipse, type: 71 | ``` 72 | run 73 | ``` 74 | Now attempt to reproduce the problem in game. Once Red Eclipse has crashed, GDB will catch this and present a prompt. At this prompt run: 75 | ``` 76 | bt full 77 | ``` 78 | This will produce a backtrace, copy and paste this to an accessible place such as a crash report on the Red Eclipse [Github Issues page](https://github.com/redeclipse/base/issues) or paste to the Red Eclipse [Discord](https://discord.com/invite/RPDmG5Z). 79 | -------------------------------------------------------------------------------- /docs/Official-Maps.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Official Maps 3 | layout: docs 4 | origfile: Official-Maps.md 5 | origtitle: Official-Maps 6 | permalink: /docs/Official-Maps 7 | redirect_from: 8 | - /docs/Official_Maps/ 9 | - /wiki/Official_Maps/ 10 | --- 11 | * TOC 12 | {:toc} 13 | ## Maps in 2.0 (Tesseract) 14 | 15 | ### 2.0 FFA Maps 16 | [//]: # (HTML is easier to maintain as markdown when applying changes) 17 | 18 | 19 | 23 | 27 | 31 | 35 | 36 |
20 |
21 | 22 |
24 |
25 | 26 |
28 |
29 | 30 |
32 |
33 | 34 |
37 | 38 | ### 2.0 Team Maps 39 | 40 | 41 | 42 | 46 | 50 | 54 | 55 |
43 |
44 | 45 |
47 |
48 | 49 |
51 |
52 | 53 |
56 | -------------------------------------------------------------------------------- /docs/Statistics-System.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Statistics System 3 | layout: docs 4 | origfile: Statistics-System.md 5 | origtitle: Statistics-System 6 | permalink: /docs/Statistics-System 7 | redirect_from: 8 | - /docs/Statistics_System/ 9 | - /wiki/Statistics_System/ 10 | --- 11 | * TOC 12 | {:toc} 13 | The statistics system, introduced after 1.5.3, records results of games and sends them to a central database on the master server. 14 | 15 | ## Enable statistic system 16 | Add or edit this lines inside your `servinit.cfg` 17 | ``` 18 | sv_serverstats 1 // Your server must have thes flag in its auth for this to take effect. 19 | serverauthkey [handle] [key] // Authorization key to validate stats server. 20 | ``` 21 | ## Sending Process 22 | - Before the server will send statistics, `sv_serverstats` must be 1 and the server must have the `s` (statistics) flag on its authentication handle. To get the `s` flag, the server must be issued a key, which may be obtained at request. 23 | - To be sent to the master server, a game needs to meet at least one of the following requirements: 24 | - Entered intermission. 25 | - Be timed race and have at least one finished lap. (So race records are kept even for unfinished games) 26 | - The server will then send the game statistics to the master server. 27 | - The master server will save the game statistics to its sqlite database and return the game ID for the server to display. 28 | 29 | ## Web Interface 30 | The statistics web interface/API is at [/stats](/stats). 31 | It runs alongside the master server and reads from the sqlite database to return sorted data about games, maps, players, modes, and weapons. 32 | 33 | ## Privacy 34 | The only information collected by the system about a player's identity is their nickname and their authentication handle. 35 | IP addresses are not collected, and tracking can only be done via auth handle. Unauthenticated users will only appear in game pages, they will not have a player page. 36 | -------------------------------------------------------------------------------- /docs/editing/Waypoints.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Editing - Waypoints 3 | layout: docs 4 | origfile: editing/Waypoints.md 5 | origtitle: Waypoints 6 | permalink: /docs/editing/Waypoints 7 | redirect_from: 8 | - /wiki/editing/Waypoints/ 9 | --- 10 | * TOC 11 | {:toc} 12 | 13 | Waypoints are used to allow bots to navigate through a map. They are hidden by default, but can be viewed by setting `/showwaypoints 1`. 14 | 15 | Creating waypoints for a map is as simple as using the console command `/dropwaypoints 1` and then traversing the map. The waypoints are represented by purple nodes which are linked together, your character will drop these as you move around. 16 | 17 | The `aiclip` material can be used to prevent creation of waypoint nodes in specific areas of the map (such as when the player jumps into a lava pit). 18 | 19 | Waypoints can be saved by running `/savewaypoints`. 20 | 21 | When a match is in play, but there are no waypoints existing within the current map, players will automatically drop waypoint nodes over time which helps the bots to navigate around, causing the bots to follow previous paths made by real players. 22 | -------------------------------------------------------------------------------- /docs/gameplay/Capture-the-Flag.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Gameplay - Capture the Flag 3 | layout: docs 4 | origfile: gameplay/Capture-the-Flag.md 5 | origtitle: Capture-the-Flag 6 | permalink: /docs/gameplay/Capture-the-Flag 7 | redirect_from: 8 | - /docs/gameplay/Capture_the_Flag/ 9 | - /wiki/gameplay/Capture_the_Flag/ 10 | --- 11 | * TOC 12 | {:toc} 13 | 14 | | Icon | Mode description | 15 | |-|-| 16 | | | Capture the opponent's flag and bring it back to your base, whilst defending your own | 17 | 18 | ### Tips & strategy 19 | 20 | - Being close to your team flag provides a powerful buff that enhances attack, defense, health regeneration and max health. 21 | - A buff is also applied when carrying either your own flag, or the enemy flag. 22 | - You can retrieve your own flag from the spawn area by pressing **F**, making capture for enemies more difficult. 23 | - Press **F** to throw away any flags in your possession, or to pass the flag to teammates. 24 | - You cannot capture the opposing team's flag when your teams flag is not at any base. 25 | 26 | ### Mode-specific mutators 27 | 28 | | Icon | Mutator | Description | 29 | |-|-|-| 30 | | capturequick.png | **Quick** | Dropped flags instantly return to base | 31 | | capturedefend.png | **Defend** | Dropped flags must be defended until they reset | 32 | | captureprotect.png | **Protect** | Protect the flag and hold the enemy flag to score | 33 | -------------------------------------------------------------------------------- /docs/gameplay/Deathmatch.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Gameplay - Deathmatch 3 | layout: docs 4 | origfile: gameplay/Deathmatch.md 5 | origtitle: Deathmatch 6 | permalink: /docs/gameplay/Deathmatch 7 | redirect_from: 8 | - /wiki/gameplay/Deathmatch/ 9 | --- 10 | * TOC 11 | {:toc} 12 | 13 | | Icon | Mode description | 14 | |-|-| 15 | | | Battle it out, highest score wins. | 16 | 17 | ### Tips & strategy 18 | 19 | - Avoid killing yourself or teammates as negatively impact your score this will directly correlate to your score. 20 | - Be especially careful with explosives as they have a large blast radius and can harm or kill you or your teammates. 21 | - Use parkour to quickly escape the enemy when you are low health to avoid giving the other team points. 22 | 23 | ### Mode-specific mutators 24 | 25 | | Icon | Mutator | Description | 26 | |-|-|-| 27 | | gladiator.png | **Gladiator** | Fight in a confined area with increased pushback from damage. | 28 | | oldschool.png | **Old School** | Secure the most number of frags instead of points. | 29 | -------------------------------------------------------------------------------- /docs/gameplay/Defend-Control.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Gameplay - Defend Control 3 | layout: docs 4 | origfile: gameplay/Defend-Control.md 5 | origtitle: Defend-Control 6 | permalink: /docs/gameplay/Defend-Control 7 | redirect_from: 8 | - /docs/gameplay/Defend_Control/ 9 | - /wiki/gameplay/Defend_Control/ 10 | --- 11 | * TOC 12 | {:toc} 13 | 14 | | Icon | Mode description | 15 | |-|-| 16 | | | Capture bases across the map to score points, highest scoring team wins. | 17 | 18 | ### Tips & strategy 19 | 20 | - Being close to a captured base provides a powerful buff that enhances attack, defense, health regeneration and max health. 21 | - Try not to over reach your teams bounds, capture the opposite sides base may seem tempting but will usually end with a few bases be over taken as your forces will be spread to thin. 22 | 23 | ### Mode-specific mutators 24 | 25 | | Icon | Mutator | Description | 26 | |-|-|-| 27 | | | **Quick** | When capturing enemy points, they change directly to your color, instead of passing through a neutral "overthrown" state first. | 28 | | | **King** | One base, gain points by holding the base. | 29 | -------------------------------------------------------------------------------- /docs/gameplay/Demo.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Gameplay - Demo 3 | layout: docs 4 | origfile: gameplay/Demo.md 5 | origtitle: Demo 6 | permalink: /docs/gameplay/Demo 7 | redirect_from: 8 | - /wiki/gameplay/Demo/ 9 | --- 10 | * TOC 11 | {:toc} 12 | | | Demo | View recorded matches. 13 | 14 | This mode can be used to show off your mad skills, on the best shooter in the universe, to your friends. Can also be used to catch cheaters and hackers. 15 | -------------------------------------------------------------------------------- /docs/gameplay/Race.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Gameplay - Race 3 | layout: docs 4 | origfile: gameplay/Race.md 5 | origtitle: Race 6 | permalink: /docs/gameplay/Race 7 | redirect_from: 8 | - /wiki/gameplay/Race/ 9 | --- 10 | * TOC 11 | {:toc} 12 | 13 | | Icon | Mode description | 14 | |-|-| 15 | | | Compete for the fastest time completing a lap. The number of laps does not matter. 16 | 17 | ### Tips & strategy 18 | 19 | - Attempt to complete the course as quickly as possible, however don't rush and get killed by a trap as there is a somewhat large respawn timer. 20 | - Turn the player opacity down in settings so your view is not obstructed, you are able to travel through player in this mode. 21 | 22 | ### Mode-specific mutators 23 | 24 | | Icon | Mutator | Description | 25 | |-|-|-| 26 | | | **Lapped** | Compete in a race for the most number of laps, carefully managing your limited impulse and executing various [parkour moves](Parkour-Guide). | 27 | | | **Endurance** | Disables impulse restoration on checkpoints and when respawning. Also slows down impulse recovery, so plan your route carefully. | 28 | | | **Gauntlet** | One team (blue/Alpha) races to reach the goal and score points, while the other team (red/Omega) tries to shoot them before they can get there. Teams switch off halfway through the match. | 29 | -------------------------------------------------------------------------------- /docs/gameplay/Status-Effects.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Gameplay - Status Effects 3 | layout: docs 4 | origfile: gameplay/Status-Effects.md 5 | origtitle: Status-Effects 6 | permalink: /docs/gameplay/Status-Effects 7 | redirect_from: 8 | - /docs/gameplay/Status_Effects/ 9 | - /wiki/gameplay/Status_Effects/ 10 | --- 11 | * TOC 12 | {:toc} 13 | ## Buffs 14 | 15 | 16 | A buff is a strong, temporary status enhancement that players can receive in capture, bomber or defend games. The buff implies. 17 | 18 | - *+25%* attack (outgoing damage is multiplied by 1.25) 19 | - *+25%* defense (incoming damage is divided by 1.25) 20 | - *+50%* health (regenerates up to 150 hp) 21 | - *+40%* faster regeneration (7 hp per second) 22 | 23 | Players get buffed when **defending** 24 | 25 | - a secured control point in defend games 26 | - their base in bomber games 27 | - the flag in their team base or 28 | - a team mate who carries their flag 29 | - Note: The flag carrier is not buffed and 30 | - dropped flags have no buffing power 31 | 32 | ## Ailments 33 | Some weapons induce status ailments that inflict some damage over time and last for about five seconds. Useful to delay enemy health recovery. Multiple effects can be stacked. 34 | 35 | ### Shock 36 | 37 | 38 | Slows down movement greatly. Deals 3 damage per second for 5.5 seconds. Caused by the zapper's secondary, mines and specific hurt residuals. 39 | 40 | ### Burn 41 | 42 | 43 | Deals 3 damage per second for 5.5 seconds. Can be negated with the secondary fire of the flamer or by entering water (as long as the burnt body part is submerged). Caused by grenades, rockets, flamer and specific hurt residuals. 44 | 45 | ### Bleed 46 | 47 | 48 | Deals 3 damage per second for 5.5 seconds. Caused by the secondary fire of the shotgun's secondary, the sword's secondary, and specific hurt residuals. 49 | -------------------------------------------------------------------------------- /docs/images/cube2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/cube2.png -------------------------------------------------------------------------------- /docs/images/debug/Win64dbg01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/debug/Win64dbg01.png -------------------------------------------------------------------------------- /docs/images/debug/Win64dbg02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/debug/Win64dbg02.png -------------------------------------------------------------------------------- /docs/images/debug/Win64dbg03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/debug/Win64dbg03.png -------------------------------------------------------------------------------- /docs/images/debug/Win64dbg04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/debug/Win64dbg04.png -------------------------------------------------------------------------------- /docs/images/debug/Win64dbg05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/debug/Win64dbg05.png -------------------------------------------------------------------------------- /docs/images/debug/Win64dbg06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/debug/Win64dbg06.png -------------------------------------------------------------------------------- /docs/images/debug/win_dbg1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/debug/win_dbg1.png -------------------------------------------------------------------------------- /docs/images/debug/win_dbg2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/debug/win_dbg2.png -------------------------------------------------------------------------------- /docs/images/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/default.png -------------------------------------------------------------------------------- /docs/images/editing/blendmap01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/editing/blendmap01.jpg -------------------------------------------------------------------------------- /docs/images/editing/blendmap02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/editing/blendmap02.jpg -------------------------------------------------------------------------------- /docs/images/editing/blendmap03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/editing/blendmap03.jpg -------------------------------------------------------------------------------- /docs/images/editing/blendmap04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/editing/blendmap04.jpg -------------------------------------------------------------------------------- /docs/images/editing/mapeffects0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/editing/mapeffects0.jpg -------------------------------------------------------------------------------- /docs/images/editing/mapeffects1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/editing/mapeffects1.jpg -------------------------------------------------------------------------------- /docs/images/emblem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/emblem.png -------------------------------------------------------------------------------- /docs/images/hud/blip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/hud/blip.png -------------------------------------------------------------------------------- /docs/images/hud/blurskin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/hud/blurskin.png -------------------------------------------------------------------------------- /docs/images/hud/checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/hud/checkbox.png -------------------------------------------------------------------------------- /docs/images/hud/checkboxon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/hud/checkboxon.png -------------------------------------------------------------------------------- /docs/images/hud/checkdisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/hud/checkdisable.png -------------------------------------------------------------------------------- /docs/images/hud/circlebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/hud/circlebar.png -------------------------------------------------------------------------------- /docs/images/hud/compass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/hud/compass.png -------------------------------------------------------------------------------- /docs/images/hud/cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/hud/cursor.png -------------------------------------------------------------------------------- /docs/images/hud/cursorhover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/hud/cursorhover.png -------------------------------------------------------------------------------- /docs/images/hud/exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/hud/exit.png -------------------------------------------------------------------------------- /docs/images/hud/glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/hud/glow.png -------------------------------------------------------------------------------- /docs/images/hud/hint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/hud/hint.png -------------------------------------------------------------------------------- /docs/images/hud/hurt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/hud/hurt.png -------------------------------------------------------------------------------- /docs/images/hud/indicator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/hud/indicator.png -------------------------------------------------------------------------------- /docs/images/hud/playerblip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/hud/playerblip.png -------------------------------------------------------------------------------- /docs/images/hud/pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/hud/pointer.png -------------------------------------------------------------------------------- /docs/images/hud/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/hud/progress.png -------------------------------------------------------------------------------- /docs/images/hud/progring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/hud/progring.png -------------------------------------------------------------------------------- /docs/images/hud/radar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/hud/radar.png -------------------------------------------------------------------------------- /docs/images/hud/radiobox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/hud/radiobox.png -------------------------------------------------------------------------------- /docs/images/hud/radioboxon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/hud/radioboxon.png -------------------------------------------------------------------------------- /docs/images/hud/radiodisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/hud/radiodisable.png -------------------------------------------------------------------------------- /docs/images/hud/tabskin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/hud/tabskin.png -------------------------------------------------------------------------------- /docs/images/hud/tabskinborder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/hud/tabskinborder.png -------------------------------------------------------------------------------- /docs/images/hud/textskin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/hud/textskin.png -------------------------------------------------------------------------------- /docs/images/hud/textskinborder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/hud/textskinborder.png -------------------------------------------------------------------------------- /docs/images/hud/uiskin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/hud/uiskin.png -------------------------------------------------------------------------------- /docs/images/hud/uiskinborder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/hud/uiskinborder.png -------------------------------------------------------------------------------- /docs/images/hud/zoom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/hud/zoom.png -------------------------------------------------------------------------------- /docs/images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icon.png -------------------------------------------------------------------------------- /docs/images/icons/action.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/action.png -------------------------------------------------------------------------------- /docs/images/icons/alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/alert.png -------------------------------------------------------------------------------- /docs/images/icons/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/arrow.png -------------------------------------------------------------------------------- /docs/images/icons/attack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/attack.png -------------------------------------------------------------------------------- /docs/images/icons/bleed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/bleed.png -------------------------------------------------------------------------------- /docs/images/icons/bomb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/bomb.png -------------------------------------------------------------------------------- /docs/images/icons/bombdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/bombdrop.png -------------------------------------------------------------------------------- /docs/images/icons/bombtaken.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/bombtaken.png -------------------------------------------------------------------------------- /docs/images/icons/buff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/buff.png -------------------------------------------------------------------------------- /docs/images/icons/burn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/burn.png -------------------------------------------------------------------------------- /docs/images/icons/camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/camera.png -------------------------------------------------------------------------------- /docs/images/icons/chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/chat.png -------------------------------------------------------------------------------- /docs/images/icons/dead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/dead.png -------------------------------------------------------------------------------- /docs/images/icons/dominated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/dominated.png -------------------------------------------------------------------------------- /docs/images/icons/dominating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/dominating.png -------------------------------------------------------------------------------- /docs/images/icons/dot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/dot.png -------------------------------------------------------------------------------- /docs/images/icons/edit/atmo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/atmo.png -------------------------------------------------------------------------------- /docs/images/icons/edit/chain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/chain.png -------------------------------------------------------------------------------- /docs/images/icons/edit/chainsel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/chainsel.png -------------------------------------------------------------------------------- /docs/images/icons/edit/cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/cloud.png -------------------------------------------------------------------------------- /docs/images/icons/edit/cloudbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/cloudbox.png -------------------------------------------------------------------------------- /docs/images/icons/edit/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/copy.png -------------------------------------------------------------------------------- /docs/images/icons/edit/cube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/cube.png -------------------------------------------------------------------------------- /docs/images/icons/edit/decal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/decal.png -------------------------------------------------------------------------------- /docs/images/icons/edit/ent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/ent.png -------------------------------------------------------------------------------- /docs/images/icons/edit/entadd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/entadd.png -------------------------------------------------------------------------------- /docs/images/icons/edit/entdel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/entdel.png -------------------------------------------------------------------------------- /docs/images/icons/edit/entplace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/entplace.png -------------------------------------------------------------------------------- /docs/images/icons/edit/entunify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/entunify.png -------------------------------------------------------------------------------- /docs/images/icons/edit/env.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/env.png -------------------------------------------------------------------------------- /docs/images/icons/edit/find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/find.png -------------------------------------------------------------------------------- /docs/images/icons/edit/fog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/fog.png -------------------------------------------------------------------------------- /docs/images/icons/edit/gi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/gi.png -------------------------------------------------------------------------------- /docs/images/icons/edit/grass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/grass.png -------------------------------------------------------------------------------- /docs/images/icons/edit/haze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/haze.png -------------------------------------------------------------------------------- /docs/images/icons/edit/light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/light.png -------------------------------------------------------------------------------- /docs/images/icons/edit/mat_death.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/mat_death.png -------------------------------------------------------------------------------- /docs/images/icons/edit/mat_glass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/mat_glass.png -------------------------------------------------------------------------------- /docs/images/icons/edit/mat_hurt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/mat_hurt.png -------------------------------------------------------------------------------- /docs/images/icons/edit/mat_lava.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/mat_lava.png -------------------------------------------------------------------------------- /docs/images/icons/edit/mat_volfog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/mat_volfog.png -------------------------------------------------------------------------------- /docs/images/icons/edit/mat_water.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/mat_water.png -------------------------------------------------------------------------------- /docs/images/icons/edit/mesh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/mesh.png -------------------------------------------------------------------------------- /docs/images/icons/edit/meshdel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/meshdel.png -------------------------------------------------------------------------------- /docs/images/icons/edit/meshdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/meshdrop.png -------------------------------------------------------------------------------- /docs/images/icons/edit/meshmove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/meshmove.png -------------------------------------------------------------------------------- /docs/images/icons/edit/meshsel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/meshsel.png -------------------------------------------------------------------------------- /docs/images/icons/edit/name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/name.png -------------------------------------------------------------------------------- /docs/images/icons/edit/new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/new.png -------------------------------------------------------------------------------- /docs/images/icons/edit/paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/paste.png -------------------------------------------------------------------------------- /docs/images/icons/edit/physics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/physics.png -------------------------------------------------------------------------------- /docs/images/icons/edit/redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/redo.png -------------------------------------------------------------------------------- /docs/images/icons/edit/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/save.png -------------------------------------------------------------------------------- /docs/images/icons/edit/save_as.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/save_as.png -------------------------------------------------------------------------------- /docs/images/icons/edit/skybox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/skybox.png -------------------------------------------------------------------------------- /docs/images/icons/edit/sound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/sound.png -------------------------------------------------------------------------------- /docs/images/icons/edit/sun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/sun.png -------------------------------------------------------------------------------- /docs/images/icons/edit/texture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/texture.png -------------------------------------------------------------------------------- /docs/images/icons/edit/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/undo.png -------------------------------------------------------------------------------- /docs/images/icons/edit/wind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/edit/wind.png -------------------------------------------------------------------------------- /docs/images/icons/editing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/editing.png -------------------------------------------------------------------------------- /docs/images/icons/flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/flag.png -------------------------------------------------------------------------------- /docs/images/icons/flagdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/flagdrop.png -------------------------------------------------------------------------------- /docs/images/icons/flagtaken.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/flagtaken.png -------------------------------------------------------------------------------- /docs/images/icons/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/info.png -------------------------------------------------------------------------------- /docs/images/icons/maps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/maps.png -------------------------------------------------------------------------------- /docs/images/icons/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/menu.png -------------------------------------------------------------------------------- /docs/images/icons/outlinefemale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/outlinefemale.png -------------------------------------------------------------------------------- /docs/images/icons/outlinemale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/outlinemale.png -------------------------------------------------------------------------------- /docs/images/icons/player.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/player.png -------------------------------------------------------------------------------- /docs/images/icons/playerfemale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/playerfemale.png -------------------------------------------------------------------------------- /docs/images/icons/playermale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/playermale.png -------------------------------------------------------------------------------- /docs/images/icons/point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/point.png -------------------------------------------------------------------------------- /docs/images/icons/question.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/question.png -------------------------------------------------------------------------------- /docs/images/icons/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/settings.png -------------------------------------------------------------------------------- /docs/images/icons/shock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/shock.png -------------------------------------------------------------------------------- /docs/images/icons/spectator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/spectator.png -------------------------------------------------------------------------------- /docs/images/icons/team.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/team.png -------------------------------------------------------------------------------- /docs/images/icons/teamalpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/teamalpha.png -------------------------------------------------------------------------------- /docs/images/icons/teamenemy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/teamenemy.png -------------------------------------------------------------------------------- /docs/images/icons/teamkappa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/teamkappa.png -------------------------------------------------------------------------------- /docs/images/icons/teamneutral.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/teamneutral.png -------------------------------------------------------------------------------- /docs/images/icons/teamomega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/teamomega.png -------------------------------------------------------------------------------- /docs/images/icons/teamsigma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/teamsigma.png -------------------------------------------------------------------------------- /docs/images/icons/voices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/voices.png -------------------------------------------------------------------------------- /docs/images/icons/vote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/vote.png -------------------------------------------------------------------------------- /docs/images/icons/waiting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/waiting.png -------------------------------------------------------------------------------- /docs/images/icons/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/icons/warning.png -------------------------------------------------------------------------------- /docs/images/keys/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/0.png -------------------------------------------------------------------------------- /docs/images/keys/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/1.png -------------------------------------------------------------------------------- /docs/images/keys/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/2.png -------------------------------------------------------------------------------- /docs/images/keys/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/3.png -------------------------------------------------------------------------------- /docs/images/keys/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/4.png -------------------------------------------------------------------------------- /docs/images/keys/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/5.png -------------------------------------------------------------------------------- /docs/images/keys/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/6.png -------------------------------------------------------------------------------- /docs/images/keys/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/7.png -------------------------------------------------------------------------------- /docs/images/keys/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/8.png -------------------------------------------------------------------------------- /docs/images/keys/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/9.png -------------------------------------------------------------------------------- /docs/images/keys/a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/a.png -------------------------------------------------------------------------------- /docs/images/keys/alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/alt.png -------------------------------------------------------------------------------- /docs/images/keys/alt_backspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/alt_backspace.png -------------------------------------------------------------------------------- /docs/images/keys/alt_return.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/alt_return.png -------------------------------------------------------------------------------- /docs/images/keys/alt_shift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/alt_shift.png -------------------------------------------------------------------------------- /docs/images/keys/asterisk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/asterisk.png -------------------------------------------------------------------------------- /docs/images/keys/b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/b.png -------------------------------------------------------------------------------- /docs/images/keys/backquote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/backquote.png -------------------------------------------------------------------------------- /docs/images/keys/backslash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/backslash.png -------------------------------------------------------------------------------- /docs/images/keys/backspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/backspace.png -------------------------------------------------------------------------------- /docs/images/keys/c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/c.png -------------------------------------------------------------------------------- /docs/images/keys/capslock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/capslock.png -------------------------------------------------------------------------------- /docs/images/keys/caret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/caret.png -------------------------------------------------------------------------------- /docs/images/keys/colon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/colon.png -------------------------------------------------------------------------------- /docs/images/keys/comma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/comma.png -------------------------------------------------------------------------------- /docs/images/keys/command.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/command.png -------------------------------------------------------------------------------- /docs/images/keys/d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/d.png -------------------------------------------------------------------------------- /docs/images/keys/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/delete.png -------------------------------------------------------------------------------- /docs/images/keys/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/down.png -------------------------------------------------------------------------------- /docs/images/keys/e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/e.png -------------------------------------------------------------------------------- /docs/images/keys/end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/end.png -------------------------------------------------------------------------------- /docs/images/keys/equals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/equals.png -------------------------------------------------------------------------------- /docs/images/keys/escape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/escape.png -------------------------------------------------------------------------------- /docs/images/keys/exclaim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/exclaim.png -------------------------------------------------------------------------------- /docs/images/keys/f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/f.png -------------------------------------------------------------------------------- /docs/images/keys/f1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/f1.png -------------------------------------------------------------------------------- /docs/images/keys/f10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/f10.png -------------------------------------------------------------------------------- /docs/images/keys/f11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/f11.png -------------------------------------------------------------------------------- /docs/images/keys/f12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/f12.png -------------------------------------------------------------------------------- /docs/images/keys/f2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/f2.png -------------------------------------------------------------------------------- /docs/images/keys/f3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/f3.png -------------------------------------------------------------------------------- /docs/images/keys/f4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/f4.png -------------------------------------------------------------------------------- /docs/images/keys/f5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/f5.png -------------------------------------------------------------------------------- /docs/images/keys/f6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/f6.png -------------------------------------------------------------------------------- /docs/images/keys/f7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/f7.png -------------------------------------------------------------------------------- /docs/images/keys/f8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/f8.png -------------------------------------------------------------------------------- /docs/images/keys/f9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/f9.png -------------------------------------------------------------------------------- /docs/images/keys/g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/g.png -------------------------------------------------------------------------------- /docs/images/keys/greater.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/greater.png -------------------------------------------------------------------------------- /docs/images/keys/h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/h.png -------------------------------------------------------------------------------- /docs/images/keys/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/home.png -------------------------------------------------------------------------------- /docs/images/keys/i.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/i.png -------------------------------------------------------------------------------- /docs/images/keys/insert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/insert.png -------------------------------------------------------------------------------- /docs/images/keys/j.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/j.png -------------------------------------------------------------------------------- /docs/images/keys/k.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/k.png -------------------------------------------------------------------------------- /docs/images/keys/kp0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/kp0.png -------------------------------------------------------------------------------- /docs/images/keys/kp1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/kp1.png -------------------------------------------------------------------------------- /docs/images/keys/kp2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/kp2.png -------------------------------------------------------------------------------- /docs/images/keys/kp3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/kp3.png -------------------------------------------------------------------------------- /docs/images/keys/kp4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/kp4.png -------------------------------------------------------------------------------- /docs/images/keys/kp5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/kp5.png -------------------------------------------------------------------------------- /docs/images/keys/kp6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/kp6.png -------------------------------------------------------------------------------- /docs/images/keys/kp7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/kp7.png -------------------------------------------------------------------------------- /docs/images/keys/kp8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/kp8.png -------------------------------------------------------------------------------- /docs/images/keys/kp9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/kp9.png -------------------------------------------------------------------------------- /docs/images/keys/kp_divide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/kp_divide.png -------------------------------------------------------------------------------- /docs/images/keys/kp_enter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/kp_enter.png -------------------------------------------------------------------------------- /docs/images/keys/kp_minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/kp_minus.png -------------------------------------------------------------------------------- /docs/images/keys/kp_multiply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/kp_multiply.png -------------------------------------------------------------------------------- /docs/images/keys/kp_plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/kp_plus.png -------------------------------------------------------------------------------- /docs/images/keys/l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/l.png -------------------------------------------------------------------------------- /docs/images/keys/lctrl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/lctrl.png -------------------------------------------------------------------------------- /docs/images/keys/left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/left.png -------------------------------------------------------------------------------- /docs/images/keys/leftparen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/leftparen.png -------------------------------------------------------------------------------- /docs/images/keys/less.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/less.png -------------------------------------------------------------------------------- /docs/images/keys/lshift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/lshift.png -------------------------------------------------------------------------------- /docs/images/keys/m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/m.png -------------------------------------------------------------------------------- /docs/images/keys/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/minus.png -------------------------------------------------------------------------------- /docs/images/keys/mouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/mouse.png -------------------------------------------------------------------------------- /docs/images/keys/mouse1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/mouse1.png -------------------------------------------------------------------------------- /docs/images/keys/mouse2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/mouse2.png -------------------------------------------------------------------------------- /docs/images/keys/mouse3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/mouse3.png -------------------------------------------------------------------------------- /docs/images/keys/mouse4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/mouse4.png -------------------------------------------------------------------------------- /docs/images/keys/mouse5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/mouse5.png -------------------------------------------------------------------------------- /docs/images/keys/n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/n.png -------------------------------------------------------------------------------- /docs/images/keys/numlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/numlock.png -------------------------------------------------------------------------------- /docs/images/keys/o.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/o.png -------------------------------------------------------------------------------- /docs/images/keys/p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/p.png -------------------------------------------------------------------------------- /docs/images/keys/pagedown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/pagedown.png -------------------------------------------------------------------------------- /docs/images/keys/pageup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/pageup.png -------------------------------------------------------------------------------- /docs/images/keys/period.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/period.png -------------------------------------------------------------------------------- /docs/images/keys/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/plus.png -------------------------------------------------------------------------------- /docs/images/keys/print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/print.png -------------------------------------------------------------------------------- /docs/images/keys/q.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/q.png -------------------------------------------------------------------------------- /docs/images/keys/question.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/question.png -------------------------------------------------------------------------------- /docs/images/keys/quote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/quote.png -------------------------------------------------------------------------------- /docs/images/keys/quotedbl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/quotedbl.png -------------------------------------------------------------------------------- /docs/images/keys/r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/r.png -------------------------------------------------------------------------------- /docs/images/keys/rctrl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/rctrl.png -------------------------------------------------------------------------------- /docs/images/keys/readme.txt: -------------------------------------------------------------------------------- 1 | Hey there! 2 | 3 | Hope you make good use of this pack. You can use all the images provided in any project you want to (be it commercial or not). 4 | 5 | In this pack you will find over 380 buttons ranging from 6 | 7 | Touch screen gestures 8 | PS Vita 9 | Xbox 360 controller 10 | Xbox One controller 11 | Play Station 3 controller 12 | Play Station 4 controller 13 | Wii controller 14 | Wii U controller 15 | Steam controller (Both prototypes including touch pad and quad buttons) 16 | Ouya 17 | Keyboard and mouse buttons (Both in black and white including blanks) 18 | Directional arrows for thumb sticks and movement keys 19 | 20 | 21 | I am "Nicolae Berbece" (also known as Xelu) and you can find me at nick@thoseawesomeguys.com or xelubest.com 22 | 23 | Feel free to credit me in case you use anything in this pack, but don't worry, I don't mind if you won't. :) 24 | 25 | Please share this pack with other fellow developers in need of such assets! 26 | Keep being awesome! 27 | 28 | ~Nick -------------------------------------------------------------------------------- /docs/images/keys/return.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/return.png -------------------------------------------------------------------------------- /docs/images/keys/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/right.png -------------------------------------------------------------------------------- /docs/images/keys/rightparen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/rightparen.png -------------------------------------------------------------------------------- /docs/images/keys/rshift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/rshift.png -------------------------------------------------------------------------------- /docs/images/keys/s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/s.png -------------------------------------------------------------------------------- /docs/images/keys/semicolon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/semicolon.png -------------------------------------------------------------------------------- /docs/images/keys/slash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/slash.png -------------------------------------------------------------------------------- /docs/images/keys/space.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/space.png -------------------------------------------------------------------------------- /docs/images/keys/start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/start.png -------------------------------------------------------------------------------- /docs/images/keys/t.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/t.png -------------------------------------------------------------------------------- /docs/images/keys/tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/tab.png -------------------------------------------------------------------------------- /docs/images/keys/tilde.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/tilde.png -------------------------------------------------------------------------------- /docs/images/keys/u.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/u.png -------------------------------------------------------------------------------- /docs/images/keys/underscore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/underscore.png -------------------------------------------------------------------------------- /docs/images/keys/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/up.png -------------------------------------------------------------------------------- /docs/images/keys/v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/v.png -------------------------------------------------------------------------------- /docs/images/keys/w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/w.png -------------------------------------------------------------------------------- /docs/images/keys/x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/x.png -------------------------------------------------------------------------------- /docs/images/keys/y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/y.png -------------------------------------------------------------------------------- /docs/images/keys/z.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/keys/z.png -------------------------------------------------------------------------------- /docs/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/logo.png -------------------------------------------------------------------------------- /docs/images/maps-old/absorption.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/absorption.png -------------------------------------------------------------------------------- /docs/images/maps-old/abuse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/abuse.png -------------------------------------------------------------------------------- /docs/images/maps-old/affluence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/affluence.png -------------------------------------------------------------------------------- /docs/images/maps-old/alphacampaign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/alphacampaign.png -------------------------------------------------------------------------------- /docs/images/maps-old/amplification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/amplification.png -------------------------------------------------------------------------------- /docs/images/maps-old/ares.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/ares.png -------------------------------------------------------------------------------- /docs/images/maps-old/bath.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/bath.png -------------------------------------------------------------------------------- /docs/images/maps-old/battlefield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/battlefield.png -------------------------------------------------------------------------------- /docs/images/maps-old/biolytic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/biolytic.png -------------------------------------------------------------------------------- /docs/images/maps-old/blink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/blink.png -------------------------------------------------------------------------------- /docs/images/maps-old/bloodlust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/bloodlust.png -------------------------------------------------------------------------------- /docs/images/maps-old/campgrounds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/campgrounds.png -------------------------------------------------------------------------------- /docs/images/maps-old/canals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/canals.png -------------------------------------------------------------------------------- /docs/images/maps-old/canyon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/canyon.png -------------------------------------------------------------------------------- /docs/images/maps-old/cargo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/cargo.png -------------------------------------------------------------------------------- /docs/images/maps-old/castle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/castle.png -------------------------------------------------------------------------------- /docs/images/maps-old/center.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/center.png -------------------------------------------------------------------------------- /docs/images/maps-old/colony.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/colony.png -------------------------------------------------------------------------------- /docs/images/maps-old/condensation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/condensation.png -------------------------------------------------------------------------------- /docs/images/maps-old/conflict.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/conflict.png -------------------------------------------------------------------------------- /docs/images/maps-old/convolution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/convolution.png -------------------------------------------------------------------------------- /docs/images/maps-old/cutec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/cutec.png -------------------------------------------------------------------------------- /docs/images/maps-old/cyanide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/cyanide.png -------------------------------------------------------------------------------- /docs/images/maps-old/darkness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/darkness.png -------------------------------------------------------------------------------- /docs/images/maps-old/dawn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/dawn.png -------------------------------------------------------------------------------- /docs/images/maps-old/deadsimple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/deadsimple.png -------------------------------------------------------------------------------- /docs/images/maps-old/deathtrap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/deathtrap.png -------------------------------------------------------------------------------- /docs/images/maps-old/decay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/decay.png -------------------------------------------------------------------------------- /docs/images/maps-old/decomposition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/decomposition.png -------------------------------------------------------------------------------- /docs/images/maps-old/deli.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/deli.png -------------------------------------------------------------------------------- /docs/images/maps-old/depot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/depot.png -------------------------------------------------------------------------------- /docs/images/maps-old/disco.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/disco.png -------------------------------------------------------------------------------- /docs/images/maps-old/discontinuity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/discontinuity.png -------------------------------------------------------------------------------- /docs/images/maps-old/dropzone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/dropzone.png -------------------------------------------------------------------------------- /docs/images/maps-old/dutility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/dutility.png -------------------------------------------------------------------------------- /docs/images/maps-old/echo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/echo.png -------------------------------------------------------------------------------- /docs/images/maps-old/enyo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/enyo.png -------------------------------------------------------------------------------- /docs/images/maps-old/erosion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/erosion.png -------------------------------------------------------------------------------- /docs/images/maps-old/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/error.png -------------------------------------------------------------------------------- /docs/images/maps-old/escape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/escape.png -------------------------------------------------------------------------------- /docs/images/maps-old/eternal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/eternal.png -------------------------------------------------------------------------------- /docs/images/maps-old/facility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/facility.png -------------------------------------------------------------------------------- /docs/images/maps-old/forge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/forge.png -------------------------------------------------------------------------------- /docs/images/maps-old/fortitude.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/fortitude.png -------------------------------------------------------------------------------- /docs/images/maps-old/foundation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/foundation.png -------------------------------------------------------------------------------- /docs/images/maps-old/fourplex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/fourplex.png -------------------------------------------------------------------------------- /docs/images/maps-old/futuresport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/futuresport.png -------------------------------------------------------------------------------- /docs/images/maps-old/ghost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/ghost.png -------------------------------------------------------------------------------- /docs/images/maps-old/hawk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/hawk.png -------------------------------------------------------------------------------- /docs/images/maps-old/hinder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/hinder.png -------------------------------------------------------------------------------- /docs/images/maps-old/industrial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/industrial.png -------------------------------------------------------------------------------- /docs/images/maps-old/institute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/institute.png -------------------------------------------------------------------------------- /docs/images/maps-old/isolation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/isolation.png -------------------------------------------------------------------------------- /docs/images/maps-old/keystone2k.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/keystone2k.png -------------------------------------------------------------------------------- /docs/images/maps-old/lab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/lab.png -------------------------------------------------------------------------------- /docs/images/maps-old/linear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/linear.png -------------------------------------------------------------------------------- /docs/images/maps-old/livefire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/livefire.png -------------------------------------------------------------------------------- /docs/images/maps-old/longestyard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/longestyard.png -------------------------------------------------------------------------------- /docs/images/maps-old/mist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/mist.png -------------------------------------------------------------------------------- /docs/images/maps-old/neodrive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/neodrive.png -------------------------------------------------------------------------------- /docs/images/maps-old/nova.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/nova.png -------------------------------------------------------------------------------- /docs/images/maps-old/octavus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/octavus.png -------------------------------------------------------------------------------- /docs/images/maps-old/oneiroi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/oneiroi.png -------------------------------------------------------------------------------- /docs/images/maps-old/panic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/panic.png -------------------------------------------------------------------------------- /docs/images/maps-old/polaris.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/polaris.png -------------------------------------------------------------------------------- /docs/images/maps-old/processing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/processing.png -------------------------------------------------------------------------------- /docs/images/maps-old/pumpstation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/pumpstation.png -------------------------------------------------------------------------------- /docs/images/maps-old/purge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/purge.png -------------------------------------------------------------------------------- /docs/images/maps-old/relax.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/relax.png -------------------------------------------------------------------------------- /docs/images/maps-old/rooftop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/rooftop.png -------------------------------------------------------------------------------- /docs/images/maps-old/singularity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/singularity.png -------------------------------------------------------------------------------- /docs/images/maps-old/spacetech.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/spacetech.png -------------------------------------------------------------------------------- /docs/images/maps-old/starlibido.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/starlibido.png -------------------------------------------------------------------------------- /docs/images/maps-old/steelrat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/steelrat.png -------------------------------------------------------------------------------- /docs/images/maps-old/stone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/stone.png -------------------------------------------------------------------------------- /docs/images/maps-old/suspended.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/suspended.png -------------------------------------------------------------------------------- /docs/images/maps-old/testchamber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/testchamber.png -------------------------------------------------------------------------------- /docs/images/maps-old/tonatiuh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/tonatiuh.png -------------------------------------------------------------------------------- /docs/images/maps-old/torus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/torus.png -------------------------------------------------------------------------------- /docs/images/maps-old/tower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/tower.png -------------------------------------------------------------------------------- /docs/images/maps-old/train.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/train.png -------------------------------------------------------------------------------- /docs/images/maps-old/tranquility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/tranquility.png -------------------------------------------------------------------------------- /docs/images/maps-old/tribal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/tribal.png -------------------------------------------------------------------------------- /docs/images/maps-old/ubik.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/ubik.png -------------------------------------------------------------------------------- /docs/images/maps-old/vault.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/vault.png -------------------------------------------------------------------------------- /docs/images/maps-old/venus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/venus.png -------------------------------------------------------------------------------- /docs/images/maps-old/vorticity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/vorticity.png -------------------------------------------------------------------------------- /docs/images/maps-old/wardepot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/wardepot.png -------------------------------------------------------------------------------- /docs/images/maps-old/warp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/warp.png -------------------------------------------------------------------------------- /docs/images/maps-old/wet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps-old/wet.png -------------------------------------------------------------------------------- /docs/images/maps/absorption.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/absorption.png -------------------------------------------------------------------------------- /docs/images/maps/abuse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/abuse.png -------------------------------------------------------------------------------- /docs/images/maps/affluence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/affluence.png -------------------------------------------------------------------------------- /docs/images/maps/alphacampaign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/alphacampaign.png -------------------------------------------------------------------------------- /docs/images/maps/amplification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/amplification.png -------------------------------------------------------------------------------- /docs/images/maps/ares.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/ares.png -------------------------------------------------------------------------------- /docs/images/maps/auster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/auster.png -------------------------------------------------------------------------------- /docs/images/maps/auster/auster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/auster/auster.png -------------------------------------------------------------------------------- /docs/images/maps/bath.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/bath.png -------------------------------------------------------------------------------- /docs/images/maps/battlefield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/battlefield.png -------------------------------------------------------------------------------- /docs/images/maps/biolytic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/biolytic.png -------------------------------------------------------------------------------- /docs/images/maps/blink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/blink.png -------------------------------------------------------------------------------- /docs/images/maps/bloodlust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/bloodlust.png -------------------------------------------------------------------------------- /docs/images/maps/campgrounds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/campgrounds.png -------------------------------------------------------------------------------- /docs/images/maps/canals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/canals.png -------------------------------------------------------------------------------- /docs/images/maps/canyon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/canyon.png -------------------------------------------------------------------------------- /docs/images/maps/cargo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/cargo.png -------------------------------------------------------------------------------- /docs/images/maps/castle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/castle.png -------------------------------------------------------------------------------- /docs/images/maps/center.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/center.png -------------------------------------------------------------------------------- /docs/images/maps/colony.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/colony.png -------------------------------------------------------------------------------- /docs/images/maps/condensation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/condensation.png -------------------------------------------------------------------------------- /docs/images/maps/conflict.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/conflict.png -------------------------------------------------------------------------------- /docs/images/maps/convolution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/convolution.png -------------------------------------------------------------------------------- /docs/images/maps/cutec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/cutec.png -------------------------------------------------------------------------------- /docs/images/maps/cyanide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/cyanide.png -------------------------------------------------------------------------------- /docs/images/maps/cyanide/cyanide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/cyanide/cyanide.png -------------------------------------------------------------------------------- /docs/images/maps/darkness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/darkness.png -------------------------------------------------------------------------------- /docs/images/maps/dawn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/dawn.png -------------------------------------------------------------------------------- /docs/images/maps/deadsimple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/deadsimple.png -------------------------------------------------------------------------------- /docs/images/maps/deathtrap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/deathtrap.png -------------------------------------------------------------------------------- /docs/images/maps/decay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/decay.png -------------------------------------------------------------------------------- /docs/images/maps/decomposition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/decomposition.png -------------------------------------------------------------------------------- /docs/images/maps/deli.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/deli.png -------------------------------------------------------------------------------- /docs/images/maps/depot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/depot.png -------------------------------------------------------------------------------- /docs/images/maps/disco.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/disco.png -------------------------------------------------------------------------------- /docs/images/maps/discontinuity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/discontinuity.png -------------------------------------------------------------------------------- /docs/images/maps/dropzone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/dropzone.png -------------------------------------------------------------------------------- /docs/images/maps/dutility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/dutility.png -------------------------------------------------------------------------------- /docs/images/maps/echo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/echo.png -------------------------------------------------------------------------------- /docs/images/maps/ennui/ennui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/ennui/ennui.png -------------------------------------------------------------------------------- /docs/images/maps/enyo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/enyo.png -------------------------------------------------------------------------------- /docs/images/maps/erosion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/erosion.png -------------------------------------------------------------------------------- /docs/images/maps/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/error.png -------------------------------------------------------------------------------- /docs/images/maps/escape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/escape.png -------------------------------------------------------------------------------- /docs/images/maps/eternal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/eternal.png -------------------------------------------------------------------------------- /docs/images/maps/facility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/facility.png -------------------------------------------------------------------------------- /docs/images/maps/forge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/forge.png -------------------------------------------------------------------------------- /docs/images/maps/fortitude.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/fortitude.png -------------------------------------------------------------------------------- /docs/images/maps/fortitude/fortitude.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/fortitude/fortitude.png -------------------------------------------------------------------------------- /docs/images/maps/foundation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/foundation.png -------------------------------------------------------------------------------- /docs/images/maps/fourplex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/fourplex.png -------------------------------------------------------------------------------- /docs/images/maps/futuresport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/futuresport.png -------------------------------------------------------------------------------- /docs/images/maps/ghost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/ghost.png -------------------------------------------------------------------------------- /docs/images/maps/hawk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/hawk.png -------------------------------------------------------------------------------- /docs/images/maps/hinder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/hinder.png -------------------------------------------------------------------------------- /docs/images/maps/industrial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/industrial.png -------------------------------------------------------------------------------- /docs/images/maps/institute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/institute.png -------------------------------------------------------------------------------- /docs/images/maps/institute/institute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/institute/institute.png -------------------------------------------------------------------------------- /docs/images/maps/isolation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/isolation.png -------------------------------------------------------------------------------- /docs/images/maps/keystone2k.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/keystone2k.png -------------------------------------------------------------------------------- /docs/images/maps/lab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/lab.png -------------------------------------------------------------------------------- /docs/images/maps/linear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/linear.png -------------------------------------------------------------------------------- /docs/images/maps/livefire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/livefire.png -------------------------------------------------------------------------------- /docs/images/maps/longestyard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/longestyard.png -------------------------------------------------------------------------------- /docs/images/maps/mist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/mist.png -------------------------------------------------------------------------------- /docs/images/maps/neodrive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/neodrive.png -------------------------------------------------------------------------------- /docs/images/maps/nova.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/nova.png -------------------------------------------------------------------------------- /docs/images/maps/octavus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/octavus.png -------------------------------------------------------------------------------- /docs/images/maps/octavus/octavus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/octavus/octavus.png -------------------------------------------------------------------------------- /docs/images/maps/oneiroi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/oneiroi.png -------------------------------------------------------------------------------- /docs/images/maps/panic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/panic.png -------------------------------------------------------------------------------- /docs/images/maps/polaris.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/polaris.png -------------------------------------------------------------------------------- /docs/images/maps/processing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/processing.png -------------------------------------------------------------------------------- /docs/images/maps/pumpstation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/pumpstation.png -------------------------------------------------------------------------------- /docs/images/maps/purge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/purge.png -------------------------------------------------------------------------------- /docs/images/maps/relax.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/relax.png -------------------------------------------------------------------------------- /docs/images/maps/rift/rift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/rift/rift.png -------------------------------------------------------------------------------- /docs/images/maps/rooftop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/rooftop.png -------------------------------------------------------------------------------- /docs/images/maps/singularity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/singularity.png -------------------------------------------------------------------------------- /docs/images/maps/spacetech.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/spacetech.png -------------------------------------------------------------------------------- /docs/images/maps/starlibido.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/starlibido.png -------------------------------------------------------------------------------- /docs/images/maps/steelrat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/steelrat.png -------------------------------------------------------------------------------- /docs/images/maps/stone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/stone.png -------------------------------------------------------------------------------- /docs/images/maps/suspended.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/suspended.png -------------------------------------------------------------------------------- /docs/images/maps/testchamber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/testchamber.png -------------------------------------------------------------------------------- /docs/images/maps/tonatiuh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/tonatiuh.png -------------------------------------------------------------------------------- /docs/images/maps/torus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/torus.png -------------------------------------------------------------------------------- /docs/images/maps/tower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/tower.png -------------------------------------------------------------------------------- /docs/images/maps/train.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/train.png -------------------------------------------------------------------------------- /docs/images/maps/tranquility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/tranquility.png -------------------------------------------------------------------------------- /docs/images/maps/trespass/trespass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/trespass/trespass.png -------------------------------------------------------------------------------- /docs/images/maps/tribal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/tribal.png -------------------------------------------------------------------------------- /docs/images/maps/ubik.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/ubik.png -------------------------------------------------------------------------------- /docs/images/maps/vault.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/vault.png -------------------------------------------------------------------------------- /docs/images/maps/venus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/venus.png -------------------------------------------------------------------------------- /docs/images/maps/vorticity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/vorticity.png -------------------------------------------------------------------------------- /docs/images/maps/wardepot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/wardepot.png -------------------------------------------------------------------------------- /docs/images/maps/warp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/warp.png -------------------------------------------------------------------------------- /docs/images/maps/wet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/maps/wet.png -------------------------------------------------------------------------------- /docs/images/modes/arena.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/arena.png -------------------------------------------------------------------------------- /docs/images/modes/basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/basic.png -------------------------------------------------------------------------------- /docs/images/modes/bomber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/bomber.png -------------------------------------------------------------------------------- /docs/images/modes/bomberassault.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/bomberassault.png -------------------------------------------------------------------------------- /docs/images/modes/bomberattack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/bomberattack.png -------------------------------------------------------------------------------- /docs/images/modes/bomberbasket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/bomberbasket.png -------------------------------------------------------------------------------- /docs/images/modes/bomberhold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/bomberhold.png -------------------------------------------------------------------------------- /docs/images/modes/capture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/capture.png -------------------------------------------------------------------------------- /docs/images/modes/capturedefend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/capturedefend.png -------------------------------------------------------------------------------- /docs/images/modes/captureprotect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/captureprotect.png -------------------------------------------------------------------------------- /docs/images/modes/capturequick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/capturequick.png -------------------------------------------------------------------------------- /docs/images/modes/classic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/classic.png -------------------------------------------------------------------------------- /docs/images/modes/coop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/coop.png -------------------------------------------------------------------------------- /docs/images/modes/deathmatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/deathmatch.png -------------------------------------------------------------------------------- /docs/images/modes/defend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/defend.png -------------------------------------------------------------------------------- /docs/images/modes/defendking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/defendking.png -------------------------------------------------------------------------------- /docs/images/modes/defendquick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/defendquick.png -------------------------------------------------------------------------------- /docs/images/modes/demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/demo.png -------------------------------------------------------------------------------- /docs/images/modes/duel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/duel.png -------------------------------------------------------------------------------- /docs/images/modes/editing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/editing.png -------------------------------------------------------------------------------- /docs/images/modes/ffa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/ffa.png -------------------------------------------------------------------------------- /docs/images/modes/freestyle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/freestyle.png -------------------------------------------------------------------------------- /docs/images/modes/gladiator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/gladiator.png -------------------------------------------------------------------------------- /docs/images/modes/hard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/hard.png -------------------------------------------------------------------------------- /docs/images/modes/instagib.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/instagib.png -------------------------------------------------------------------------------- /docs/images/modes/kaboom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/kaboom.png -------------------------------------------------------------------------------- /docs/images/modes/medieval.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/medieval.png -------------------------------------------------------------------------------- /docs/images/modes/multi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/multi.png -------------------------------------------------------------------------------- /docs/images/modes/oldschool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/oldschool.png -------------------------------------------------------------------------------- /docs/images/modes/onslaught.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/onslaught.png -------------------------------------------------------------------------------- /docs/images/modes/race.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/race.png -------------------------------------------------------------------------------- /docs/images/modes/raceendurance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/raceendurance.png -------------------------------------------------------------------------------- /docs/images/modes/racegauntlet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/racegauntlet.png -------------------------------------------------------------------------------- /docs/images/modes/racelapped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/racelapped.png -------------------------------------------------------------------------------- /docs/images/modes/racetimed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/racetimed.png -------------------------------------------------------------------------------- /docs/images/modes/resize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/resize.png -------------------------------------------------------------------------------- /docs/images/modes/survivor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/survivor.png -------------------------------------------------------------------------------- /docs/images/modes/vampire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/modes/vampire.png -------------------------------------------------------------------------------- /docs/images/notexture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/notexture.png -------------------------------------------------------------------------------- /docs/images/nothumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/nothumb.png -------------------------------------------------------------------------------- /docs/images/privs/administrator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/privs/administrator.png -------------------------------------------------------------------------------- /docs/images/privs/bot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/privs/bot.png -------------------------------------------------------------------------------- /docs/images/privs/developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/privs/developer.png -------------------------------------------------------------------------------- /docs/images/privs/founder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/privs/founder.png -------------------------------------------------------------------------------- /docs/images/privs/localadministrator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/privs/localadministrator.png -------------------------------------------------------------------------------- /docs/images/privs/localmoderator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/privs/localmoderator.png -------------------------------------------------------------------------------- /docs/images/privs/localoperator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/privs/localoperator.png -------------------------------------------------------------------------------- /docs/images/privs/localsupporter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/privs/localsupporter.png -------------------------------------------------------------------------------- /docs/images/privs/moderator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/privs/moderator.png -------------------------------------------------------------------------------- /docs/images/privs/none.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/privs/none.png -------------------------------------------------------------------------------- /docs/images/privs/operator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/privs/operator.png -------------------------------------------------------------------------------- /docs/images/privs/player.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/privs/player.png -------------------------------------------------------------------------------- /docs/images/privs/supporter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/privs/supporter.png -------------------------------------------------------------------------------- /docs/images/readme.txt: -------------------------------------------------------------------------------- 1 | In the absence of an explicit license, content is considered to be covered by 2 | the CC-BY-SA license, you may use the content in Red Eclipse so long as you 3 | obey individual licensing criteria. This does not apply to the Red Eclipse 4 | logo or other trademarks unique to the project. 5 | 6 | Red Eclipse, Copyright (C) 2009-2016 Red Eclipse Team 7 | Creative Commons Attribution ShareAlike 3.0 License (CC-BY-SA) 8 | http://creativecommons.org/licenses/by-sa/3.0/ 9 | 10 | emblem.png, logo.png 11 | Created by Rémi "LuckystrikeRx" Clouet d'Orval 12 | Copyright (C) 2009-2014 Red Eclipse Team 13 | Creative Commons Attribution ShareAlike 3.0 License (CC-BY-SA) 14 | In addition covered by "THE RED ECLIPSE MARK POLICY" (see trademark.txt included with this distribution) 15 | 16 | check*.png, radio*.png, guioverlay.png, guiexit.png 17 | Created by Maxim "acerspyro" Therrien 18 | Copyright (C) 2014 Red Eclipse Team 19 | Creative Commons Attribution ShareAlike 3.0 License (CC-BY-SA) 20 | -------------------------------------------------------------------------------- /docs/images/rewards/bloodbath.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/rewards/bloodbath.png -------------------------------------------------------------------------------- /docs/images/rewards/breaker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/rewards/breaker.png -------------------------------------------------------------------------------- /docs/images/rewards/carnage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/rewards/carnage.png -------------------------------------------------------------------------------- /docs/images/rewards/dominate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/rewards/dominate.png -------------------------------------------------------------------------------- /docs/images/rewards/double.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/rewards/double.png -------------------------------------------------------------------------------- /docs/images/rewards/firstblood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/rewards/firstblood.png -------------------------------------------------------------------------------- /docs/images/rewards/headshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/rewards/headshot.png -------------------------------------------------------------------------------- /docs/images/rewards/massacre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/rewards/massacre.png -------------------------------------------------------------------------------- /docs/images/rewards/multi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/rewards/multi.png -------------------------------------------------------------------------------- /docs/images/rewards/revenge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/rewards/revenge.png -------------------------------------------------------------------------------- /docs/images/rewards/slaughter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/rewards/slaughter.png -------------------------------------------------------------------------------- /docs/images/rewards/triple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/rewards/triple.png -------------------------------------------------------------------------------- /docs/images/servers/connect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/servers/connect.png -------------------------------------------------------------------------------- /docs/images/servers/disconnect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/servers/disconnect.png -------------------------------------------------------------------------------- /docs/images/servers/failed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/servers/failed.png -------------------------------------------------------------------------------- /docs/images/servers/list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/servers/list.png -------------------------------------------------------------------------------- /docs/images/servers/locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/servers/locked.png -------------------------------------------------------------------------------- /docs/images/servers/statistics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/servers/statistics.png -------------------------------------------------------------------------------- /docs/images/servers/unknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/servers/unknown.png -------------------------------------------------------------------------------- /docs/images/sky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/sky.png -------------------------------------------------------------------------------- /docs/images/tesseract.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/tesseract.png -------------------------------------------------------------------------------- /docs/images/weapons/claw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/claw.png -------------------------------------------------------------------------------- /docs/images/weapons/clips/claw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/clips/claw.png -------------------------------------------------------------------------------- /docs/images/weapons/clips/flamer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/clips/flamer.png -------------------------------------------------------------------------------- /docs/images/weapons/clips/grenade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/clips/grenade.png -------------------------------------------------------------------------------- /docs/images/weapons/clips/mine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/clips/mine.png -------------------------------------------------------------------------------- /docs/images/weapons/clips/pistol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/clips/pistol.png -------------------------------------------------------------------------------- /docs/images/weapons/clips/plasma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/clips/plasma.png -------------------------------------------------------------------------------- /docs/images/weapons/clips/rifle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/clips/rifle.png -------------------------------------------------------------------------------- /docs/images/weapons/clips/rocket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/clips/rocket.png -------------------------------------------------------------------------------- /docs/images/weapons/clips/shotgun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/clips/shotgun.png -------------------------------------------------------------------------------- /docs/images/weapons/clips/smg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/clips/smg.png -------------------------------------------------------------------------------- /docs/images/weapons/clips/sword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/clips/sword.png -------------------------------------------------------------------------------- /docs/images/weapons/clips/zapper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/clips/zapper.png -------------------------------------------------------------------------------- /docs/images/weapons/corroder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/corroder.png -------------------------------------------------------------------------------- /docs/images/weapons/flamer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/flamer.png -------------------------------------------------------------------------------- /docs/images/weapons/grenade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/grenade.png -------------------------------------------------------------------------------- /docs/images/weapons/mine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/mine.png -------------------------------------------------------------------------------- /docs/images/weapons/pistol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/pistol.png -------------------------------------------------------------------------------- /docs/images/weapons/plasma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/plasma.png -------------------------------------------------------------------------------- /docs/images/weapons/rifle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/rifle.png -------------------------------------------------------------------------------- /docs/images/weapons/rocket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/rocket.png -------------------------------------------------------------------------------- /docs/images/weapons/shotgun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/shotgun.png -------------------------------------------------------------------------------- /docs/images/weapons/smg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/smg.png -------------------------------------------------------------------------------- /docs/images/weapons/sword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/sword.png -------------------------------------------------------------------------------- /docs/images/weapons/weaponsguide/corroder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/weaponsguide/corroder.png -------------------------------------------------------------------------------- /docs/images/weapons/weaponsguide/flamer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/weaponsguide/flamer.png -------------------------------------------------------------------------------- /docs/images/weapons/weaponsguide/grenade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/weaponsguide/grenade.png -------------------------------------------------------------------------------- /docs/images/weapons/weaponsguide/mine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/weaponsguide/mine.png -------------------------------------------------------------------------------- /docs/images/weapons/weaponsguide/pistol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/weaponsguide/pistol.png -------------------------------------------------------------------------------- /docs/images/weapons/weaponsguide/plasma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/weaponsguide/plasma.png -------------------------------------------------------------------------------- /docs/images/weapons/weaponsguide/rifle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/weaponsguide/rifle.png -------------------------------------------------------------------------------- /docs/images/weapons/weaponsguide/rocket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/weaponsguide/rocket.png -------------------------------------------------------------------------------- /docs/images/weapons/weaponsguide/shotgun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/weaponsguide/shotgun.png -------------------------------------------------------------------------------- /docs/images/weapons/weaponsguide/smg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/weaponsguide/smg.png -------------------------------------------------------------------------------- /docs/images/weapons/weaponsguide/sword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/weaponsguide/sword.png -------------------------------------------------------------------------------- /docs/images/weapons/weaponsguide/zapper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/weaponsguide/zapper.png -------------------------------------------------------------------------------- /docs/images/weapons/zapper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/docs/images/weapons/zapper.png -------------------------------------------------------------------------------- /docs/maps-old/Blink.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Maps old - Blink 3 | layout: docs 4 | origfile: maps-old/Blink.md 5 | origtitle: Blink 6 | permalink: /docs/maps-old/Blink 7 | redirect_from: 8 | - /docs/maps_old/Blink/ 9 | - /wiki/maps_old/Blink/ 10 | --- 11 | * TOC 12 | {:toc} 13 | 14 | 15 | ## Information 16 | 17 | | | | 18 | |----------------------------|------------------------------------------| 19 | | **Name** | Blink | 20 | | **Author** | Jonathan 'W!CK3D' Roels | 21 | | **Filename** | blink | 22 | | **Release Date** | ????-??-?? | 23 | | **Removed in** | 1.4.0 | 24 | | **Size** | Medium (4-8) | 25 | | **Complexity** | Advanced | 26 | | **Theme** | N/A | 27 | | **Environmental Features** | N/A | 28 | | **Day/Night** | ✔/✖ | 29 | | **Lights** | 59 | 30 | | **Entities** | 257 | 31 | | **Vertices** | ~52 000 | 32 | | **Triangles** | ~40 000 | 33 | | **Recommend Modes** | Deathmatch, Team Deathmatch | 34 | 35 | ## Review 36 | 37 | This map is no longer included with the game. (Removed in 1.4.0) 38 | 39 | ## Spawn Register 40 | 41 | | Weapon/Item | Count | 42 | |---------------------------------------------------------------------|:-----:| 43 | | **Sword** | 1 | 44 | | **Shotgun** | 4 | 45 | | **SMG** | 4 | 46 | | **Flamer** | 3 | 47 | | **Plasma** | 2 | 48 | | **Zapper** | 0 | 49 | | **Rifle** | 2 | 50 | | **Grenade** | 16 | 51 | | **Mine** | 0 | 52 | | **Rocket** | 2 | 53 | -------------------------------------------------------------------------------- /docs/maps-old/Fortitude.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Maps old - Fortitude 3 | layout: docs 4 | origfile: maps-old/Fortitude.md 5 | origtitle: Fortitude 6 | permalink: /docs/maps-old/Fortitude 7 | redirect_from: 8 | - /docs/maps_old/Fortitude/ 9 | - /wiki/maps_old/Fortitude/ 10 | --- 11 | * TOC 12 | {:toc} 13 | 14 | 15 | ## Information 16 | 17 | | | | 18 | |----------------------------|--------------------------| 19 | | **Name** | Fortitude | 20 | | **Author** | James 'Max Payne' Tonjes | 21 | | **Filename** | fortitude | 22 | | **Release Date** | ????-??-?? | 23 | | **Removed in** | 1.5.6 | 24 | | **Size** | Small/Medium | 25 | | **Complexity** | Medium | 26 | | **Theme** | Futuristic | 27 | | **Environmental Features** | N/A | 28 | | **Day/Night** | ✔/✖ | 29 | | **Lights** | 75 | 30 | | **Entities** | 420 | 31 | | **Vertices** | ~106 000 | 32 | | **Triangles** | ~82 000 | 33 | | **Recommend Modes** | Deathmatch | 34 | 35 | ## Review 36 | 37 | This map is no longer included with the game. (Removed in 1.5.6) 38 | 39 | ## Spawn Register 40 | 41 | | Weapon/Item | Count | 42 | |---------------------------------------------------------------------|:-----:| 43 | | **Sword** | 4 | 44 | | **Shotgun** | 4 | 45 | | **SMG** | 4 | 46 | | **Flamer** | 6 | 47 | | **Plasma** | 4 | 48 | | **Zapper** | 4 | 49 | | **Rifle** | 4 | 50 | | **Grenade** | 12 | 51 | | **Mine** | 14 | 52 | | **Rocket** | 1 | 53 | -------------------------------------------------------------------------------- /docs/maps-old/Starlibido.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Maps old - Starlibido 3 | layout: docs 4 | origfile: maps-old/Starlibido.md 5 | origtitle: Starlibido 6 | permalink: /docs/maps-old/Starlibido 7 | redirect_from: 8 | - /docs/maps_old/Starlibido/ 9 | - /wiki/maps_old/Starlibido/ 10 | --- 11 | * TOC 12 | {:toc} 13 | 14 | 15 | ## Information 16 | 17 | | | | 18 | |----------------------------|--------------| 19 | | **Name** | Starlibido | 20 | | **Author** | D.a.M.i.E.n. | 21 | | **Filename** | starlibido | 22 | | **Release Date** | ????-??-?? | 23 | | **Removed in** | 1.5.0 | 24 | | **Size** | Small (4) | 25 | | **Complexity** | Easy | 26 | | **Theme** | Futuristic | 27 | | **Environmental Features** | N/A | 28 | | **Day/Night** | ✔/✖ | 29 | | **Lights** | 559 | 30 | | **Entities** | 725 | 31 | | **Vertices** | ~16 000 | 32 | | **Triangles** | ~13 000 | 33 | | **Recommend Modes** | Duel | 34 | 35 | ## Review 36 | 37 | This map is no longer included with the game. (Removed in 1.5.0) 38 | 39 | ## Notes & Strategies 40 | 41 | - Be careful when you slide and jump, you can fell of easily. 42 | 43 | ## Spawn Register 44 | 45 | | Weapon/Item | Count | 46 | |---------------------------------------------------------------------|:-----:| 47 | | **Sword** | 2 | 48 | | **Shotgun** | 2 | 49 | | **SMG** | 2 | 50 | | **Flamer** | 1 | 51 | | **Plasma** | 2 | 52 | | **Zapper** | 0 | 53 | | **Rifle** | 2 | 54 | | **Grenade** | 2 | 55 | | **Mine** | 2 | 56 | | **Rocket** | 0 | 57 | -------------------------------------------------------------------------------- /download/appimage/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: GNU/Linux AppImage Download 3 | layout: redirect 4 | permalink: /download/appimage 5 | redirect_to: https://github.com/redeclipse/deploy/releases/download/appimage_continuous_master/redeclipse-master-x86_64.AppImage 6 | redirect_from: 7 | - /appimage 8 | --- 9 | -------------------------------------------------------------------------------- /download/appimage/master.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: AppImage for Master 3 | layout: redirect 4 | permalink: /download/appimage/master 5 | redirect_to: https://github.com/redeclipse/deploy/releases/tag/appimage_continuous_master 6 | redirect_from: 7 | - /appimage/master 8 | --- 9 | -------------------------------------------------------------------------------- /download/appimage/stable.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: AppImage for v{{ site.data.game.version }} 3 | layout: dynredir 4 | permalink: /download/appimage/stable 5 | redirect_to: https://github.com/redeclipse/deploy/releases/tag/appimage_continuous_stable 6 | redirect_from: 7 | - /appimage/stable 8 | --- 9 | -------------------------------------------------------------------------------- /download/combined.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Combined Package Download 3 | layout: dynredir 4 | permalink: /download/combined 5 | redirect_from: 6 | - /download/all 7 | --- 8 | https://github.com/redeclipse/base/releases/download/v{{ site.data.game.version }}/redeclipse_{{ site.data.game.version }}_combined.tar.bz2 -------------------------------------------------------------------------------- /download/mac.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: macOS Package Download 3 | layout: dynredir 4 | permalink: /download/mac 5 | redirect_from: 6 | - /download/macos 7 | - /download/macosx 8 | - /download/osx 9 | --- 10 | https://github.com/redeclipse/base/releases/download/v{{ site.data.game.version }}/redeclipse_{{ site.data.game.version }}_mac.tar.bz2 -------------------------------------------------------------------------------- /download/nix.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: GNU/Linux and BSD Package Download 3 | layout: dynredir 4 | permalink: /download/nix 5 | redirect_from: 6 | - /download/linux 7 | - /download/bsd 8 | --- 9 | https://github.com/redeclipse/base/releases/download/v{{ site.data.game.version }}/redeclipse_{{ site.data.game.version }}_nix.tar.bz2 -------------------------------------------------------------------------------- /download/torrent/combined.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Combined Torrent 3 | layout: dynredir 4 | permalink: /download/torrent/combined 5 | redirect_from: 6 | - /torrent/all 7 | - /torrent/combined 8 | - /download/torrent/all 9 | --- 10 | https://github.com/redeclipse/base/releases/download/v{{ site.data.game.version }}/redeclipse_{{ site.data.game.version }}_combined.tar.bz2.torrent -------------------------------------------------------------------------------- /download/torrent/mac.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: macOS Torrent 3 | layout: dynredir 4 | permalink: /download/torrent/mac 5 | redirect_from: 6 | - /torrent/mac 7 | - /torrent/macos 8 | - /torrent/macosx 9 | - /torrent/osx 10 | - /download/torrent/macos 11 | - /download/torrent/macosx 12 | - /download/torrent/osx 13 | --- 14 | https://github.com/redeclipse/base/releases/download/v{{ site.data.game.version }}/redeclipse_{{ site.data.game.version }}_mac.tar.bz2.torrent -------------------------------------------------------------------------------- /download/torrent/nix.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Linux/BSD Torrent 3 | layout: dynredir 4 | permalink: /download/torrent/nix 5 | redirect_from: 6 | - /torrent/nix 7 | - /torrent/linux 8 | - /torrent/bsd 9 | - /download/torrent/linux 10 | - /download/torrent/bsd 11 | --- 12 | https://github.com/redeclipse/base/releases/download/v{{ site.data.game.version }}/redeclipse_{{ site.data.game.version }}_nix.tar.bz2.torrent -------------------------------------------------------------------------------- /download/torrent/win.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Windows Torrent 3 | layout: dynredir 4 | permalink: /download/torrent/win 5 | redirect_from: 6 | - /torrent/win 7 | - /torrent/windows 8 | - /download/torrent/windows 9 | --- 10 | https://github.com/redeclipse/base/releases/download/v{{ site.data.game.version }}/redeclipse_{{ site.data.game.version }}_win.exe.torrent -------------------------------------------------------------------------------- /download/win.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Windows Installer Download 3 | layout: dynredir 4 | permalink: /download/win 5 | redirect_from: 6 | - /download/windows 7 | --- 8 | https://github.com/redeclipse/base/releases/download/v{{ site.data.game.version }}/redeclipse_{{ site.data.game.version }}_win.exe -------------------------------------------------------------------------------- /download/zip.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Windows ZIP Download 3 | layout: dynredir 4 | permalink: /download/zip 5 | --- 6 | https://github.com/redeclipse/base/releases/download/v{{ site.data.game.version }}/redeclipse_{{ site.data.game.version }}_win.zip -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redeclipse/redeclipse.github.io/c8892674e281b0d564af8d8cc15ea979479b7527/favicon.ico -------------------------------------------------------------------------------- /google510ae4f9fa25bff8.html: -------------------------------------------------------------------------------- 1 | google-site-verification: google510ae4f9fa25bff8.html -------------------------------------------------------------------------------- /includes/footer.html: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /includes/nav.html: -------------------------------------------------------------------------------- 1 | 26 | -------------------------------------------------------------------------------- /layouts/default.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | {{ site.title | default: site.github.repository_name }}: {{ page.title | default: page.path }} 5 | {% assign cssclass = 'default' %} 6 | {% include head.html %} 7 | 8 | 9 | {% include nav.html %} 10 |
11 |
12 | {{ content }} 13 |
14 | {% include footer.html %} 15 |
16 | 17 | 18 | -------------------------------------------------------------------------------- /layouts/docs.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | {{ site.title | default: site.github.repository_name }}: Documentation - {{ page.title | default: page.path }} 5 | {% assign cssclass = 'default' %} 6 | {% include head.html %} 7 | 8 | 9 | {% include nav.html %} 10 |
11 | 14 |
15 |

Documentation - {{ page.title | default: page.path }}

16 | {{ content }} 17 |
18 | {% include footer.html %} 19 |
20 | 21 | 22 | -------------------------------------------------------------------------------- /layouts/dynredir.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | {{ site.title | default: site.github.repository_name }}: {{ page.title | default: page.path }} 5 | 6 | 7 | {% assign cssclass = 'default' %} 8 | {% include head.html %} 9 | 10 | 11 | {% include nav.html %} 12 |
13 |
14 |

Redirecting

15 |
{{ content }}
16 |

Click the link if you are not redirected.

17 |
18 | {% include footer.html %} 19 |
20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /layouts/home.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | {{ site.title | default: site.github.repository_name }}: {{ page.title | default: page.path }} 5 | {% assign cssclass = 'home' %} 6 | {% include head.html %} 7 | 8 | 9 | 10 | {% include nav.html %} 11 |
12 | {{ content }} 13 | {% include footer.html %} 14 |
15 | 16 | 17 | -------------------------------------------------------------------------------- /layouts/redirect.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | {{ site.title | default: site.github.repository_name }}: Redirecting 5 | 6 | 7 | {% assign cssclass = 'default' %} 8 | {% include head.html %} 9 | 10 | 11 | {% include nav.html %} 12 |
13 |
14 |

Redirecting

15 |
{{ page.redirect.to }}
16 |

Click the link if you are not redirected.

17 |
18 | {% include footer.html %} 19 |
20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /redirect/apply.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Account Application 3 | layout: redirect 4 | permalink: /apply 5 | redirect_to: 6 | - https://docs.google.com/forms/d/1ZuvNFCIivYY_b5YLpCa_pnsbdR4oRdPplIkcbBexCDU/viewform 7 | --- 8 | -------------------------------------------------------------------------------- /redirect/contribute.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Contribution Guidelines 3 | layout: redirect 4 | permalink: /contribute 5 | redirect_to: 6 | - https://www.redeclipse.net/docs/Contributing 7 | --- 8 | -------------------------------------------------------------------------------- /redirect/devel.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Development Version 3 | layout: redirect 4 | permalink: /devel 5 | redirect_to: 6 | - https://github.com/redeclipse/base 7 | --- 8 | -------------------------------------------------------------------------------- /redirect/discord.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Discord Server 3 | layout: redirect 4 | permalink: /discord 5 | redirect_to: 6 | - https://discord.gg/RPDmG5Z 7 | redirect_from: 8 | - /chat 9 | --- 10 | -------------------------------------------------------------------------------- /redirect/discuss.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Discussion Area 3 | layout: redirect 4 | permalink: /discuss 5 | redirect_to: 6 | - https://github.com/redeclipse/base/discussions 7 | redirect_from: 8 | - /forum 9 | - /forums 10 | --- 11 | -------------------------------------------------------------------------------- /redirect/donate.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Donate via PayPal 3 | layout: redirect 4 | permalink: /donate 5 | redirect_to: 6 | - https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=E77G49C2X4WXN 7 | --- 8 | -------------------------------------------------------------------------------- /redirect/facebook.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Facebook Page 3 | layout: redirect 4 | permalink: /facebook 5 | redirect_to: 6 | - https://fb.me/redeclipse.net 7 | --- 8 | -------------------------------------------------------------------------------- /redirect/faq.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Frequently Asked Questions 3 | layout: redirect 4 | permalink: /faq 5 | redirect_to: 6 | - https://www.redeclipse.net/docs/FAQ 7 | --- 8 | -------------------------------------------------------------------------------- /redirect/git.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: GitHub Organisation 3 | layout: redirect 4 | permalink: /git 5 | redirect_to: 6 | - https://github.com/redeclipse 7 | redirect_from: 8 | - /svn 9 | - /github 10 | --- 11 | -------------------------------------------------------------------------------- /redirect/google.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Google Search 3 | layout: redirect 4 | permalink: /google 5 | redirect_to: 6 | - https://www.google.com/search?q=%22Red%20Eclipse%22 7 | --- 8 | -------------------------------------------------------------------------------- /redirect/guide.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Gameplay Guide 3 | layout: redirect 4 | permalink: /guide 5 | redirect_to: 6 | - https://redeclipse.net/wiki/Gameplay-Guide 7 | --- 8 | -------------------------------------------------------------------------------- /redirect/guidelines.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Multiplayer Guidelines 3 | layout: redirect 4 | permalink: /guidelines 5 | redirect_to: 6 | - https://www.redeclipse.net/docs/Multiplayer-Guidelines 7 | --- 8 | -------------------------------------------------------------------------------- /redirect/install.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Install Guide 3 | layout: redirect 4 | permalink: /install 5 | redirect_to: 6 | - https://www.redeclipse.net/docs/Install-Guide 7 | --- 8 | -------------------------------------------------------------------------------- /redirect/issues.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Issue Tracker 3 | layout: redirect 4 | permalink: /issues 5 | redirect_to: 6 | - https://github.com/redeclipse/base/issues 7 | redirect_from: 8 | - /tracker 9 | --- 10 | -------------------------------------------------------------------------------- /redirect/itchio.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Itch.io Page 3 | layout: redirect 4 | permalink: /itchio 5 | redirect_to: 6 | - https://redeclipse.itch.io/red-eclipse 7 | --- 8 | -------------------------------------------------------------------------------- /redirect/license.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: License 3 | layout: redirect 4 | permalink: /license 5 | redirect_to: 6 | - https://www.redeclipse.net/docs/License 7 | --- 8 | -------------------------------------------------------------------------------- /redirect/messenger.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Facebook Messenger 3 | layout: redirect 4 | permalink: /messenger 5 | redirect_to: 6 | - https://m.me/redeclipse.net 7 | --- 8 | -------------------------------------------------------------------------------- /redirect/opencollective.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Open Collective 3 | layout: redirect 4 | permalink: /opencollective 5 | redirect_to: 6 | - https://opencollective.com/redeclipse 7 | redirect_from: 8 | - /patreon 9 | --- 10 | -------------------------------------------------------------------------------- /redirect/readme.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Readme 3 | layout: redirect 4 | permalink: /readme 5 | redirect_to: 6 | - https://www.redeclipse.net/docs/Readme 7 | --- 8 | -------------------------------------------------------------------------------- /redirect/reddit.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Reddit 3 | layout: redirect 4 | permalink: /reddit 5 | redirect_to: 6 | - https://reddit.com/r/Red_Eclipse 7 | --- 8 | -------------------------------------------------------------------------------- /redirect/servers.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Servers 3 | layout: redirect 4 | permalink: /servers 5 | redirect_to: 6 | - https://redflare.ofthings.net 7 | --- 8 | -------------------------------------------------------------------------------- /redirect/stats.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Statistics 3 | layout: redirect 4 | permalink: /stats 5 | redirect_to: 6 | - http://play.redeclipse.net:28700 7 | --- 8 | -------------------------------------------------------------------------------- /redirect/steam.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Steam Page 3 | layout: redirect 4 | permalink: /steam 5 | redirect_to: 6 | - https://store.steampowered.com/app/967460/Red_Eclipse/ 7 | redirect_from: 8 | - /desura 9 | - /indiedb 10 | - /gamejolt 11 | --- 12 | -------------------------------------------------------------------------------- /redirect/trademark.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Trademark Policy 3 | layout: redirect 4 | permalink: /trademark 5 | redirect_to: 6 | - https://www.redeclipse.net/docs/Trademark-Policy 7 | --- 8 | -------------------------------------------------------------------------------- /redirect/youtube.html: -------------------------------------------------------------------------------- 1 | --- 2 | title: Youtube 3 | layout: redirect 4 | permalink: /youtube 5 | redirect_to: 6 | - https://www.youtube.com/qreeves 7 | --- 8 | --------------------------------------------------------------------------------