├── .github └── workflows │ └── build.yml ├── .gitignore ├── 2d_objects.c ├── 2d_objects.h ├── 3d_objects.c ├── 3d_objects.h ├── Android.mk ├── CHANGES ├── CMakeLists.txt ├── Makefile.bsd ├── Makefile.linux ├── Makefile.osx ├── Makefile.win ├── TODO ├── achievements.cpp ├── achievements.h ├── actor_init.cpp ├── actor_init.h ├── actor_scripts.c ├── actor_scripts.h ├── actors.c ├── actors.h ├── actors_list.cpp ├── actors_list.h ├── alphamap.c ├── alphamap.h ├── asc.c ├── asc.h ├── astrology.c ├── astrology.h ├── bags.c ├── bags.h ├── bbox_tree.c ├── bbox_tree.h ├── books.cpp ├── books.h ├── books ├── fontdef.c ├── fontdef.h ├── fontdef.xml ├── parser.c ├── parser.h ├── symbols.c ├── symbols.h ├── types.h ├── typesetter.c └── typesetter.h ├── buddy.c ├── buddy.h ├── buffs.c ├── buffs.h ├── cache.c ├── cache.h ├── cal.c ├── cal.h ├── cal3d_wrapper.cpp ├── cal3d_wrapper.h ├── cal_types.h ├── calc.c ├── calc.h ├── calstripper.c ├── calstripper.h ├── chat.c ├── chat.h ├── client_serv.h ├── cluster.c ├── cluster.h ├── cmake ├── FindCal3d.cmake ├── FindSDL2.cmake ├── FindSDL2TTF.cmake ├── FindSDL2_image.cmake ├── FindSDL2_net.cmake ├── FindVorbis.cmake └── FindVorbisFile.cmake ├── colors.c ├── colors.h ├── command_queue.cpp ├── command_queue.h ├── command_queue.hpp ├── connection.cpp ├── connection.h ├── console.c ├── console.h ├── consolewin.c ├── consolewin.h ├── context_menu.cpp ├── context_menu.h ├── counters.c ├── counters.h ├── cppwindows.cpp ├── cppwindows.h ├── cursors.c ├── cursors.h ├── custom_update.c ├── custom_update.h ├── dbuffer.h ├── dds.c ├── dds.h ├── ddsimage.c ├── ddsimage.h ├── debian ├── changelog ├── compat ├── control ├── copyright ├── eternallands.install ├── menu ├── readme ├── rules └── watch ├── dev-data-files ├── item_extra_info.txt └── sound │ ├── mapsfx_c1.xml │ ├── mapsfx_c2.xml │ ├── snds_actor.xml │ ├── snds_actor1.xml │ ├── snds_client.xml │ ├── snds_enviro.xml │ ├── snds_particle.xml │ ├── sound_config.xml │ └── tilesfx.xml ├── dialogues.c ├── dialogues.h ├── docs ├── Doxyfile ├── events.doxy ├── eye_candy │ └── eye_candy.html ├── getstarted.doxy ├── groups.doxy ├── init.doxy ├── loading.doxy ├── main.doxy ├── misc.doxy ├── network.doxy ├── rendering.doxy ├── sound.doxy └── threads.doxy ├── draw_scene.c ├── draw_scene.h ├── e3d.h ├── e3d_object.h ├── el_memory.c ├── el_memory.h ├── elc.dsp ├── elc.dsw ├── elc.ico ├── elc.png ├── elc_private.h ├── elc_private.rc ├── elc_private.res ├── elconfig.c ├── elconfig.h ├── elloggingwrapper.cpp ├── elloggingwrapper.h ├── elmemory.c ├── elmemory.h ├── elwindows.c ├── elwindows.h ├── emotes.c ├── emotes.h ├── encyclopedia.c ├── encyclopedia.h ├── engine ├── hardwarebuffer.cpp ├── hardwarebuffer.hpp ├── logging.cpp └── logging.hpp ├── errors.c ├── errors.h ├── eternal.ico ├── eternal_lands_license.txt ├── events.c ├── events.h ├── exceptions ├── extendedexception.cpp └── extendedexception.hpp ├── ext_protocol_shared.c ├── ext_protocol_shared.h ├── eye_candy ├── effect_bag.cpp ├── effect_bag.h ├── effect_breath.cpp ├── effect_breath.h ├── effect_campfire.cpp ├── effect_campfire.h ├── effect_candle.cpp ├── effect_candle.h ├── effect_cloud.cpp ├── effect_cloud.h ├── effect_firefly.cpp ├── effect_firefly.h ├── effect_fountain.cpp ├── effect_fountain.h ├── effect_glow.cpp ├── effect_glow.h ├── effect_harvesting.cpp ├── effect_harvesting.h ├── effect_impact.cpp ├── effect_impact.h ├── effect_lamp.cpp ├── effect_lamp.h ├── effect_mines.cpp ├── effect_mines.h ├── effect_missile.cpp ├── effect_missile.h ├── effect_ongoing.cpp ├── effect_ongoing.h ├── effect_selfmagic.cpp ├── effect_selfmagic.h ├── effect_smoke.cpp ├── effect_smoke.h ├── effect_staff.cpp ├── effect_staff.h ├── effect_summon.cpp ├── effect_summon.h ├── effect_sword.cpp ├── effect_sword.h ├── effect_targetmagic.cpp ├── effect_targetmagic.h ├── effect_teleporter.cpp ├── effect_teleporter.h ├── effect_wind.cpp ├── effect_wind.h ├── eye_candy.cpp ├── eye_candy.h ├── eye_candy.tat ├── kepler_orbit.cpp ├── kepler_orbit.h ├── math_cache.cpp ├── math_cache.h ├── orbital_mover.cpp ├── orbital_mover.h ├── textures │ ├── 128x128 │ │ ├── crystal1.png │ │ ├── crystal2.png │ │ ├── crystal3.png │ │ ├── flare1.png │ │ ├── flare2.png │ │ ├── flare3.png │ │ ├── inverse1.png │ │ ├── inverse2.png │ │ ├── inverse3.png │ │ ├── inverse4.png │ │ ├── leaf_ash.png │ │ ├── leaf_maple.png │ │ ├── leaf_oak.png │ │ ├── petal.png │ │ ├── shimmer1.png │ │ ├── shimmer2.png │ │ ├── shimmer3.png │ │ ├── simple.png │ │ ├── snowflake.png │ │ ├── twinflare1.png │ │ ├── twinflare2.png │ │ ├── twinflare3.png │ │ ├── twinflare4.png │ │ ├── twinflare5.png │ │ ├── void1.png │ │ ├── void2.png │ │ ├── void3.png │ │ ├── water1.png │ │ ├── water2.png │ │ ├── water3.png │ │ └── water4.png │ ├── 16x16 │ │ ├── crystal1.png │ │ ├── crystal2.png │ │ ├── crystal3.png │ │ ├── flare1.png │ │ ├── flare2.png │ │ ├── flare3.png │ │ ├── inverse1.png │ │ ├── inverse2.png │ │ ├── inverse3.png │ │ ├── inverse4.png │ │ ├── leaf_ash.png │ │ ├── leaf_maple.png │ │ ├── leaf_oak.png │ │ ├── petal.png │ │ ├── shimmer1.png │ │ ├── shimmer2.png │ │ ├── shimmer3.png │ │ ├── simple.png │ │ ├── snowflake.png │ │ ├── twinflare1.png │ │ ├── twinflare2.png │ │ ├── twinflare3.png │ │ ├── twinflare4.png │ │ ├── twinflare5.png │ │ ├── void1.png │ │ ├── void2.png │ │ ├── void3.png │ │ ├── water1.png │ │ ├── water2.png │ │ ├── water3.png │ │ └── water4.png │ ├── 32x32 │ │ ├── crystal1.png │ │ ├── crystal2.png │ │ ├── crystal3.png │ │ ├── flare1.png │ │ ├── flare2.png │ │ ├── flare3.png │ │ ├── inverse1.png │ │ ├── inverse2.png │ │ ├── inverse3.png │ │ ├── inverse4.png │ │ ├── leaf_ash.png │ │ ├── leaf_maple.png │ │ ├── leaf_oak.png │ │ ├── petal.png │ │ ├── shimmer1.png │ │ ├── shimmer2.png │ │ ├── shimmer3.png │ │ ├── simple.png │ │ ├── snowflake.png │ │ ├── twinflare1.png │ │ ├── twinflare2.png │ │ ├── twinflare3.png │ │ ├── twinflare4.png │ │ ├── twinflare5.png │ │ ├── void1.png │ │ ├── void2.png │ │ ├── void3.png │ │ ├── water1.png │ │ ├── water2.png │ │ ├── water3.png │ │ └── water4.png │ └── 64x64 │ │ ├── crystal1.png │ │ ├── crystal2.png │ │ ├── crystal3.png │ │ ├── flare1.png │ │ ├── flare2.png │ │ ├── flare3.png │ │ ├── inverse1.png │ │ ├── inverse2.png │ │ ├── inverse3.png │ │ ├── inverse4.png │ │ ├── leaf_ash.png │ │ ├── leaf_maple.png │ │ ├── leaf_oak.png │ │ ├── petal.png │ │ ├── shimmer1.png │ │ ├── shimmer2.png │ │ ├── shimmer3.png │ │ ├── simple.png │ │ ├── snowflake.png │ │ ├── twinflare1.png │ │ ├── twinflare2.png │ │ ├── twinflare3.png │ │ ├── twinflare4.png │ │ ├── twinflare5.png │ │ ├── void1.png │ │ ├── void2.png │ │ ├── void3.png │ │ ├── water1.png │ │ ├── water2.png │ │ ├── water3.png │ │ └── water4.png └── types.h ├── eye_candy_debugwin.c ├── eye_candy_types.h ├── eye_candy_wrapper.cpp ├── eye_candy_wrapper.h ├── filter.c ├── filter.h ├── font.cpp ├── font.h ├── framebuffer.c ├── framebuffer.h ├── frustum.c ├── fsaa ├── fsaa.c ├── fsaa.h ├── fsaa_cgl.c ├── fsaa_dummy.c ├── fsaa_glx.c └── fsaa_wgl.c ├── gamewin.c ├── gamewin.h ├── gl_init.c ├── gl_init.h ├── glext.h ├── glext.pl ├── hash.c ├── hash.h ├── help.c ├── help.h ├── highlight.c ├── highlight.h ├── hud.c ├── hud.h ├── hud_indicators.cpp ├── hud_indicators.h ├── hud_misc_window.c ├── hud_misc_window.h ├── hud_quickbar_window.c ├── hud_quickbar_window.h ├── hud_quickspells_window.c ├── hud_quickspells_window.h ├── hud_statsbar_window.c ├── hud_statsbar_window.h ├── hud_timer.cpp ├── hud_timer.h ├── icon_window.cpp ├── icon_window.h ├── ignore.c ├── ignore.h ├── image.c ├── image.h ├── image_loading.c ├── image_loading.h ├── init.c ├── init.h ├── interface.c ├── interface.h ├── invasion_window.cpp ├── invasion_window.h ├── io ├── cal3d_io_wrapper.cpp ├── cal3d_io_wrapper.h ├── crypt.h ├── e3d_io.c ├── e3d_io.h ├── elc_io.c ├── elc_io.h ├── elfilewrapper.c ├── elfilewrapper.h ├── elpathwrapper.c ├── elpathwrapper.h ├── fileutil.c ├── fileutil.h ├── half.c ├── half.h ├── ioapi.c ├── ioapi.h ├── map_io.c ├── map_io.h ├── normal.c ├── normal.h ├── unzip.c ├── unzip.h ├── xmlcallbacks.c ├── xmlcallbacks.h ├── zip.c ├── zip.h ├── ziputil.c └── ziputil.h ├── ipaddress.cpp ├── ipaddress.h ├── item_info.cpp ├── item_info.h ├── item_lists.cpp ├── item_lists.h ├── items.c ├── items.h ├── json_io.cpp ├── json_io.h ├── keys.c ├── keys.h ├── knowledge.c ├── knowledge.h ├── langselwin.c ├── langselwin.h ├── lights.c ├── lights.h ├── list.c ├── list.h ├── load_gl_extensions.c ├── load_gl_extensions.h ├── loading_win.c ├── loading_win.h ├── loginwin.c ├── loginwin.h ├── macosx ├── Eternal Lands.entitlements ├── Eternal Lands.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ │ ├── IDEWorkspaceChecks.plist │ │ │ └── WorkspaceSettings.xcsettings │ └── xcshareddata │ │ └── xcschemes │ │ └── Eternal Lands.xcscheme ├── Eternal Lands │ └── Images.xcassets │ │ ├── AppIcon.appiconset │ │ ├── 1024.png │ │ ├── 128.png │ │ ├── 16.png │ │ ├── 256-1.png │ │ ├── 256.png │ │ ├── 32-1.png │ │ ├── 32.png │ │ ├── 512-1.png │ │ ├── 512.png │ │ ├── 64.png │ │ └── Contents.json │ │ └── Contents.json ├── Info.plist └── include │ └── KHR │ └── khrplatform.h ├── main.c ├── main.h ├── make.defaults ├── makeargv.c ├── makeargv.h ├── manufacture.c ├── manufacture.h ├── map.c ├── map.h ├── map_editor ├── 2d_objects.c ├── 2d_objects.h ├── 3d_objects.c ├── 3d_objects.h ├── CMakeLists.txt ├── Makefile.linux ├── Makefile.win ├── browser.c ├── browser.h ├── browser.lst ├── buttons.bmp ├── draw_scene.c ├── draw_scene.h ├── e3d.c ├── e3d.h ├── edit_window.c ├── edit_window.h ├── editor.h ├── elwindows.c ├── elwindows.h ├── errors.c ├── errors.h ├── eternal_lands_license.txt ├── events.c ├── events.h ├── eye_candy_window.cpp ├── eye_candy_window.h ├── font.c ├── font.h ├── frustum.c ├── frustum.h ├── gl_init.c ├── gl_init.h ├── global.c ├── global.h ├── gui.c ├── gui.h ├── gui_callbacks.c ├── gui_callbacks.h ├── gui_support.c ├── gui_support.h ├── init.c ├── init.h ├── interface.c ├── interface.h ├── lights.c ├── lights.h ├── main.c ├── map_editor.dsp ├── map_io.c ├── map_io.h ├── mapedit.ini ├── mapedit.rc ├── mapeditor.ico ├── mapeditor.png ├── misc.c ├── misc.h ├── o3dow.c ├── o3dow.h ├── particles_window.c ├── particles_window.h ├── reflection.c ├── reflection.h ├── replace_window.c ├── replace_window.h ├── shadows.c ├── shadows.h ├── tile_map.c └── tiles.h ├── mapwin.c ├── mapwin.h ├── md5.c ├── md5.h ├── meson.build ├── mines.c ├── mines.h ├── minimap.c ├── minimap.h ├── misc.c ├── misc.h ├── missiles.c ├── missiles.h ├── multiplayer.c ├── multiplayer.h ├── named_colours.cpp ├── named_colours.h ├── new_actors.c ├── new_actors.h ├── new_character.c ├── new_character.h ├── new_update.c ├── new_update.h ├── nlohmann_json ├── CMakeLists.txt ├── LICENSE.MIT ├── cmake │ ├── config.cmake.in │ ├── nlohmann_jsonConfigVersion.cmake.in │ └── pkg-config.pc.in └── include │ └── nlohmann │ ├── json.hpp │ └── json_fwd.hpp ├── notepad.c ├── notepad.h ├── openingwin.c ├── openingwin.h ├── optimizer.cpp ├── optimizer.hpp ├── particles.c ├── particles.h ├── password_manager.cpp ├── password_manager.h ├── paste.c ├── paste.h ├── pathfinder.c ├── pathfinder.h ├── pawn ├── amx.c ├── amx.h ├── amxaux.c ├── amxaux.h ├── amxcons.c ├── amxcons.h ├── amxel.c ├── amxel.h ├── amxfloat.c ├── amxfloat.h ├── amxstring.c ├── amxstring.h ├── elpawn.c ├── elpawn.h ├── osdefs.h └── sclinux.h ├── pawn_scripts ├── Makefile.linux ├── client_serv.inc ├── console.inc ├── default.inc ├── el.inc ├── float.inc ├── maps.p ├── pawn_test.p └── string.inc ├── pkgfiles ├── debs │ ├── data │ │ └── debian │ │ │ ├── changelog │ │ │ ├── compat │ │ │ ├── control │ │ │ ├── copyright │ │ │ ├── license.txt │ │ │ ├── postinst │ │ │ ├── prerm │ │ │ ├── readme │ │ │ ├── rules │ │ │ └── watch │ ├── music │ │ └── debian │ │ │ ├── changelog │ │ │ ├── compat │ │ │ ├── control │ │ │ ├── copyright │ │ │ ├── postinst │ │ │ ├── prerm │ │ │ ├── readme │ │ │ └── rules │ └── sound │ │ └── debian │ │ ├── changelog │ │ ├── compat │ │ ├── control │ │ ├── copyright │ │ ├── postinst │ │ ├── prerm │ │ ├── readme │ │ └── rules ├── el.linux.bin.6 ├── eternallands ├── eternallands.6 ├── eternallands.desktop ├── eternallands.png ├── eternallands.xpm ├── maketarball └── snap-package │ ├── eternallands.desktop │ ├── eternallands.png │ └── launcher.sh ├── platform.h ├── pm_log.c ├── pm_log.h ├── popup.c ├── popup.h ├── quest_log.cpp ├── questlog.h ├── queue.c ├── queue.h ├── readme.txt ├── reflection.c ├── reflection.h ├── rules.c ├── rules.h ├── select.cpp ├── sendvideoinfo.cpp ├── sendvideoinfo.h ├── serverpopup.c ├── serverpopup.h ├── servers.c ├── servers.h ├── session.c ├── session.h ├── shader ├── noise.c ├── noise.h ├── shader.c └── shader.h ├── shaders ├── anim.vert ├── anim_depth.vert ├── anim_ghost.vert ├── anim_ghost_shadow.vert ├── anim_shadow.vert ├── new_water.frag ├── new_water.vert ├── reflectiv_water_fs.glsl └── water_fs.glsl ├── shadows.c ├── shadows.h ├── skeletons.c ├── skeletons.h ├── skills.c ├── skills.h ├── sky.c ├── sky.h ├── skybox ├── skybox1.xml ├── skybox_default.xml └── skybox_defs.xml ├── snap └── snapcraft.yaml ├── socket.cpp ├── socket.h ├── sort.c ├── sort.h ├── sound.c ├── sound.h ├── special_effects.c ├── special_effects.h ├── spells.c ├── spells.h ├── stats.c ├── stats.h ├── storage.c ├── storage.h ├── symbol_table.c ├── symbol_table.h ├── tabs.c ├── tabs.h ├── templates └── el_shared_ptr.hpp ├── text.c ├── text.h ├── text_aliases.c ├── text_aliases.h ├── textpopup.cpp ├── textpopup.h ├── textures.c ├── textures.h ├── threads.h ├── tile_map.c ├── tiles.h ├── timers.c ├── timers.h ├── trade.c ├── trade.h ├── trade_log.cpp ├── trade_log.h ├── translate.c ├── translate.h ├── update.c ├── update.h ├── url.c ├── url.h ├── user_menus.cpp ├── user_menus.h ├── vmath.h ├── weather.c ├── weather.h ├── widgets.c ├── widgets.h ├── xml ├── xmlhelper.cpp └── xmlhelper.hpp ├── xor_cipher.cpp ├── xor_cipher.hpp └── xz ├── 7zCrc.c ├── 7zCrc.h ├── 7zCrcOpt.c ├── Alloc.c ├── Alloc.h ├── Bra.c ├── Bra.h ├── Bra86.c ├── BraIA64.c ├── CpuArch.c ├── CpuArch.h ├── Delta.c ├── Delta.h ├── LzFind.c ├── LzFind.h ├── LzHash.h ├── Lzma2Dec.c ├── Lzma2Dec.h ├── Lzma2Enc.c ├── Lzma2Enc.h ├── LzmaDec.c ├── LzmaDec.h ├── LzmaEnc.c ├── LzmaEnc.h ├── RotateDefs.h ├── Sha256.c ├── Sha256.h ├── Types.h ├── Xz.c ├── Xz.h ├── XzCrc64.c ├── XzCrc64.h ├── XzDec.c ├── XzEnc.c └── XzEnc.h /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/.gitignore -------------------------------------------------------------------------------- /2d_objects.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/2d_objects.c -------------------------------------------------------------------------------- /2d_objects.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/2d_objects.h -------------------------------------------------------------------------------- /3d_objects.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/3d_objects.c -------------------------------------------------------------------------------- /3d_objects.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/3d_objects.h -------------------------------------------------------------------------------- /Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/Android.mk -------------------------------------------------------------------------------- /CHANGES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/CHANGES -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /Makefile.bsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/Makefile.bsd -------------------------------------------------------------------------------- /Makefile.linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/Makefile.linux -------------------------------------------------------------------------------- /Makefile.osx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/Makefile.osx -------------------------------------------------------------------------------- /Makefile.win: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/Makefile.win -------------------------------------------------------------------------------- /TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/TODO -------------------------------------------------------------------------------- /achievements.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/achievements.cpp -------------------------------------------------------------------------------- /achievements.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/achievements.h -------------------------------------------------------------------------------- /actor_init.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/actor_init.cpp -------------------------------------------------------------------------------- /actor_init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/actor_init.h -------------------------------------------------------------------------------- /actor_scripts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/actor_scripts.c -------------------------------------------------------------------------------- /actor_scripts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/actor_scripts.h -------------------------------------------------------------------------------- /actors.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/actors.c -------------------------------------------------------------------------------- /actors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/actors.h -------------------------------------------------------------------------------- /actors_list.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/actors_list.cpp -------------------------------------------------------------------------------- /actors_list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/actors_list.h -------------------------------------------------------------------------------- /alphamap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/alphamap.c -------------------------------------------------------------------------------- /alphamap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/alphamap.h -------------------------------------------------------------------------------- /asc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/asc.c -------------------------------------------------------------------------------- /asc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/asc.h -------------------------------------------------------------------------------- /astrology.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/astrology.c -------------------------------------------------------------------------------- /astrology.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/astrology.h -------------------------------------------------------------------------------- /bags.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/bags.c -------------------------------------------------------------------------------- /bags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/bags.h -------------------------------------------------------------------------------- /bbox_tree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/bbox_tree.c -------------------------------------------------------------------------------- /bbox_tree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/bbox_tree.h -------------------------------------------------------------------------------- /books.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/books.cpp -------------------------------------------------------------------------------- /books.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/books.h -------------------------------------------------------------------------------- /books/fontdef.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/books/fontdef.c -------------------------------------------------------------------------------- /books/fontdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/books/fontdef.h -------------------------------------------------------------------------------- /books/fontdef.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/books/fontdef.xml -------------------------------------------------------------------------------- /books/parser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/books/parser.c -------------------------------------------------------------------------------- /books/parser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/books/parser.h -------------------------------------------------------------------------------- /books/symbols.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/books/symbols.c -------------------------------------------------------------------------------- /books/symbols.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/books/symbols.h -------------------------------------------------------------------------------- /books/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/books/types.h -------------------------------------------------------------------------------- /books/typesetter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/books/typesetter.c -------------------------------------------------------------------------------- /books/typesetter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/books/typesetter.h -------------------------------------------------------------------------------- /buddy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/buddy.c -------------------------------------------------------------------------------- /buddy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/buddy.h -------------------------------------------------------------------------------- /buffs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/buffs.c -------------------------------------------------------------------------------- /buffs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/buffs.h -------------------------------------------------------------------------------- /cache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/cache.c -------------------------------------------------------------------------------- /cache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/cache.h -------------------------------------------------------------------------------- /cal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/cal.c -------------------------------------------------------------------------------- /cal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/cal.h -------------------------------------------------------------------------------- /cal3d_wrapper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/cal3d_wrapper.cpp -------------------------------------------------------------------------------- /cal3d_wrapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/cal3d_wrapper.h -------------------------------------------------------------------------------- /cal_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/cal_types.h -------------------------------------------------------------------------------- /calc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/calc.c -------------------------------------------------------------------------------- /calc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/calc.h -------------------------------------------------------------------------------- /calstripper.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/calstripper.c -------------------------------------------------------------------------------- /calstripper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/calstripper.h -------------------------------------------------------------------------------- /chat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/chat.c -------------------------------------------------------------------------------- /chat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/chat.h -------------------------------------------------------------------------------- /client_serv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/client_serv.h -------------------------------------------------------------------------------- /cluster.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/cluster.c -------------------------------------------------------------------------------- /cluster.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/cluster.h -------------------------------------------------------------------------------- /cmake/FindCal3d.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/cmake/FindCal3d.cmake -------------------------------------------------------------------------------- /cmake/FindSDL2.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/cmake/FindSDL2.cmake -------------------------------------------------------------------------------- /cmake/FindSDL2TTF.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/cmake/FindSDL2TTF.cmake -------------------------------------------------------------------------------- /cmake/FindSDL2_image.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/cmake/FindSDL2_image.cmake -------------------------------------------------------------------------------- /cmake/FindSDL2_net.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/cmake/FindSDL2_net.cmake -------------------------------------------------------------------------------- /cmake/FindVorbis.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/cmake/FindVorbis.cmake -------------------------------------------------------------------------------- /cmake/FindVorbisFile.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/cmake/FindVorbisFile.cmake -------------------------------------------------------------------------------- /colors.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/colors.c -------------------------------------------------------------------------------- /colors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/colors.h -------------------------------------------------------------------------------- /command_queue.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/command_queue.cpp -------------------------------------------------------------------------------- /command_queue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/command_queue.h -------------------------------------------------------------------------------- /command_queue.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/command_queue.hpp -------------------------------------------------------------------------------- /connection.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/connection.cpp -------------------------------------------------------------------------------- /connection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/connection.h -------------------------------------------------------------------------------- /console.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/console.c -------------------------------------------------------------------------------- /console.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/console.h -------------------------------------------------------------------------------- /consolewin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/consolewin.c -------------------------------------------------------------------------------- /consolewin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/consolewin.h -------------------------------------------------------------------------------- /context_menu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/context_menu.cpp -------------------------------------------------------------------------------- /context_menu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/context_menu.h -------------------------------------------------------------------------------- /counters.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/counters.c -------------------------------------------------------------------------------- /counters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/counters.h -------------------------------------------------------------------------------- /cppwindows.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/cppwindows.cpp -------------------------------------------------------------------------------- /cppwindows.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/cppwindows.h -------------------------------------------------------------------------------- /cursors.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/cursors.c -------------------------------------------------------------------------------- /cursors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/cursors.h -------------------------------------------------------------------------------- /custom_update.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/custom_update.c -------------------------------------------------------------------------------- /custom_update.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/custom_update.h -------------------------------------------------------------------------------- /dbuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/dbuffer.h -------------------------------------------------------------------------------- /dds.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/dds.c -------------------------------------------------------------------------------- /dds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/dds.h -------------------------------------------------------------------------------- /ddsimage.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/ddsimage.c -------------------------------------------------------------------------------- /ddsimage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/ddsimage.h -------------------------------------------------------------------------------- /debian/changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/debian/changelog -------------------------------------------------------------------------------- /debian/compat: -------------------------------------------------------------------------------- 1 | 10 2 | -------------------------------------------------------------------------------- /debian/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/debian/control -------------------------------------------------------------------------------- /debian/copyright: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/debian/copyright -------------------------------------------------------------------------------- /debian/eternallands.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/debian/eternallands.install -------------------------------------------------------------------------------- /debian/menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/debian/menu -------------------------------------------------------------------------------- /debian/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/debian/readme -------------------------------------------------------------------------------- /debian/rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/debian/rules -------------------------------------------------------------------------------- /debian/watch: -------------------------------------------------------------------------------- 1 | version=3 2 | 3 | # Source is at https://github.com/raduprv/Eternal-Lands 4 | -------------------------------------------------------------------------------- /dev-data-files/item_extra_info.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/dev-data-files/item_extra_info.txt -------------------------------------------------------------------------------- /dev-data-files/sound/mapsfx_c1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/dev-data-files/sound/mapsfx_c1.xml -------------------------------------------------------------------------------- /dev-data-files/sound/mapsfx_c2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/dev-data-files/sound/mapsfx_c2.xml -------------------------------------------------------------------------------- /dev-data-files/sound/snds_actor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/dev-data-files/sound/snds_actor.xml -------------------------------------------------------------------------------- /dev-data-files/sound/snds_actor1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/dev-data-files/sound/snds_actor1.xml -------------------------------------------------------------------------------- /dev-data-files/sound/snds_client.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/dev-data-files/sound/snds_client.xml -------------------------------------------------------------------------------- /dev-data-files/sound/snds_enviro.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/dev-data-files/sound/snds_enviro.xml -------------------------------------------------------------------------------- /dev-data-files/sound/snds_particle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/dev-data-files/sound/snds_particle.xml -------------------------------------------------------------------------------- /dev-data-files/sound/sound_config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/dev-data-files/sound/sound_config.xml -------------------------------------------------------------------------------- /dev-data-files/sound/tilesfx.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/dev-data-files/sound/tilesfx.xml -------------------------------------------------------------------------------- /dialogues.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/dialogues.c -------------------------------------------------------------------------------- /dialogues.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/dialogues.h -------------------------------------------------------------------------------- /docs/Doxyfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/docs/Doxyfile -------------------------------------------------------------------------------- /docs/events.doxy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/docs/events.doxy -------------------------------------------------------------------------------- /docs/eye_candy/eye_candy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/docs/eye_candy/eye_candy.html -------------------------------------------------------------------------------- /docs/getstarted.doxy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/docs/getstarted.doxy -------------------------------------------------------------------------------- /docs/groups.doxy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/docs/groups.doxy -------------------------------------------------------------------------------- /docs/init.doxy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/docs/init.doxy -------------------------------------------------------------------------------- /docs/loading.doxy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/docs/loading.doxy -------------------------------------------------------------------------------- /docs/main.doxy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/docs/main.doxy -------------------------------------------------------------------------------- /docs/misc.doxy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/docs/misc.doxy -------------------------------------------------------------------------------- /docs/network.doxy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/docs/network.doxy -------------------------------------------------------------------------------- /docs/rendering.doxy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/docs/rendering.doxy -------------------------------------------------------------------------------- /docs/sound.doxy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/docs/sound.doxy -------------------------------------------------------------------------------- /docs/threads.doxy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/docs/threads.doxy -------------------------------------------------------------------------------- /draw_scene.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/draw_scene.c -------------------------------------------------------------------------------- /draw_scene.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/draw_scene.h -------------------------------------------------------------------------------- /e3d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/e3d.h -------------------------------------------------------------------------------- /e3d_object.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/e3d_object.h -------------------------------------------------------------------------------- /el_memory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/el_memory.c -------------------------------------------------------------------------------- /el_memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/el_memory.h -------------------------------------------------------------------------------- /elc.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/elc.dsp -------------------------------------------------------------------------------- /elc.dsw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/elc.dsw -------------------------------------------------------------------------------- /elc.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/elc.ico -------------------------------------------------------------------------------- /elc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/elc.png -------------------------------------------------------------------------------- /elc_private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/elc_private.h -------------------------------------------------------------------------------- /elc_private.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/elc_private.rc -------------------------------------------------------------------------------- /elc_private.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/elc_private.res -------------------------------------------------------------------------------- /elconfig.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/elconfig.c -------------------------------------------------------------------------------- /elconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/elconfig.h -------------------------------------------------------------------------------- /elloggingwrapper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/elloggingwrapper.cpp -------------------------------------------------------------------------------- /elloggingwrapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/elloggingwrapper.h -------------------------------------------------------------------------------- /elmemory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/elmemory.c -------------------------------------------------------------------------------- /elmemory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/elmemory.h -------------------------------------------------------------------------------- /elwindows.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/elwindows.c -------------------------------------------------------------------------------- /elwindows.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/elwindows.h -------------------------------------------------------------------------------- /emotes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/emotes.c -------------------------------------------------------------------------------- /emotes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/emotes.h -------------------------------------------------------------------------------- /encyclopedia.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/encyclopedia.c -------------------------------------------------------------------------------- /encyclopedia.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/encyclopedia.h -------------------------------------------------------------------------------- /engine/hardwarebuffer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/engine/hardwarebuffer.cpp -------------------------------------------------------------------------------- /engine/hardwarebuffer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/engine/hardwarebuffer.hpp -------------------------------------------------------------------------------- /engine/logging.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/engine/logging.cpp -------------------------------------------------------------------------------- /engine/logging.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/engine/logging.hpp -------------------------------------------------------------------------------- /errors.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/errors.c -------------------------------------------------------------------------------- /errors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/errors.h -------------------------------------------------------------------------------- /eternal.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eternal.ico -------------------------------------------------------------------------------- /eternal_lands_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eternal_lands_license.txt -------------------------------------------------------------------------------- /events.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/events.c -------------------------------------------------------------------------------- /events.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/events.h -------------------------------------------------------------------------------- /exceptions/extendedexception.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/exceptions/extendedexception.cpp -------------------------------------------------------------------------------- /exceptions/extendedexception.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/exceptions/extendedexception.hpp -------------------------------------------------------------------------------- /ext_protocol_shared.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/ext_protocol_shared.c -------------------------------------------------------------------------------- /ext_protocol_shared.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/ext_protocol_shared.h -------------------------------------------------------------------------------- /eye_candy/effect_bag.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_bag.cpp -------------------------------------------------------------------------------- /eye_candy/effect_bag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_bag.h -------------------------------------------------------------------------------- /eye_candy/effect_breath.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_breath.cpp -------------------------------------------------------------------------------- /eye_candy/effect_breath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_breath.h -------------------------------------------------------------------------------- /eye_candy/effect_campfire.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_campfire.cpp -------------------------------------------------------------------------------- /eye_candy/effect_campfire.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_campfire.h -------------------------------------------------------------------------------- /eye_candy/effect_candle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_candle.cpp -------------------------------------------------------------------------------- /eye_candy/effect_candle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_candle.h -------------------------------------------------------------------------------- /eye_candy/effect_cloud.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_cloud.cpp -------------------------------------------------------------------------------- /eye_candy/effect_cloud.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_cloud.h -------------------------------------------------------------------------------- /eye_candy/effect_firefly.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_firefly.cpp -------------------------------------------------------------------------------- /eye_candy/effect_firefly.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_firefly.h -------------------------------------------------------------------------------- /eye_candy/effect_fountain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_fountain.cpp -------------------------------------------------------------------------------- /eye_candy/effect_fountain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_fountain.h -------------------------------------------------------------------------------- /eye_candy/effect_glow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_glow.cpp -------------------------------------------------------------------------------- /eye_candy/effect_glow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_glow.h -------------------------------------------------------------------------------- /eye_candy/effect_harvesting.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_harvesting.cpp -------------------------------------------------------------------------------- /eye_candy/effect_harvesting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_harvesting.h -------------------------------------------------------------------------------- /eye_candy/effect_impact.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_impact.cpp -------------------------------------------------------------------------------- /eye_candy/effect_impact.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_impact.h -------------------------------------------------------------------------------- /eye_candy/effect_lamp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_lamp.cpp -------------------------------------------------------------------------------- /eye_candy/effect_lamp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_lamp.h -------------------------------------------------------------------------------- /eye_candy/effect_mines.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_mines.cpp -------------------------------------------------------------------------------- /eye_candy/effect_mines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_mines.h -------------------------------------------------------------------------------- /eye_candy/effect_missile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_missile.cpp -------------------------------------------------------------------------------- /eye_candy/effect_missile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_missile.h -------------------------------------------------------------------------------- /eye_candy/effect_ongoing.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_ongoing.cpp -------------------------------------------------------------------------------- /eye_candy/effect_ongoing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_ongoing.h -------------------------------------------------------------------------------- /eye_candy/effect_selfmagic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_selfmagic.cpp -------------------------------------------------------------------------------- /eye_candy/effect_selfmagic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_selfmagic.h -------------------------------------------------------------------------------- /eye_candy/effect_smoke.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_smoke.cpp -------------------------------------------------------------------------------- /eye_candy/effect_smoke.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_smoke.h -------------------------------------------------------------------------------- /eye_candy/effect_staff.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_staff.cpp -------------------------------------------------------------------------------- /eye_candy/effect_staff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_staff.h -------------------------------------------------------------------------------- /eye_candy/effect_summon.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_summon.cpp -------------------------------------------------------------------------------- /eye_candy/effect_summon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_summon.h -------------------------------------------------------------------------------- /eye_candy/effect_sword.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_sword.cpp -------------------------------------------------------------------------------- /eye_candy/effect_sword.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_sword.h -------------------------------------------------------------------------------- /eye_candy/effect_targetmagic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_targetmagic.cpp -------------------------------------------------------------------------------- /eye_candy/effect_targetmagic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_targetmagic.h -------------------------------------------------------------------------------- /eye_candy/effect_teleporter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_teleporter.cpp -------------------------------------------------------------------------------- /eye_candy/effect_teleporter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_teleporter.h -------------------------------------------------------------------------------- /eye_candy/effect_wind.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_wind.cpp -------------------------------------------------------------------------------- /eye_candy/effect_wind.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/effect_wind.h -------------------------------------------------------------------------------- /eye_candy/eye_candy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/eye_candy.cpp -------------------------------------------------------------------------------- /eye_candy/eye_candy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/eye_candy.h -------------------------------------------------------------------------------- /eye_candy/eye_candy.tat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/eye_candy.tat -------------------------------------------------------------------------------- /eye_candy/kepler_orbit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/kepler_orbit.cpp -------------------------------------------------------------------------------- /eye_candy/kepler_orbit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/kepler_orbit.h -------------------------------------------------------------------------------- /eye_candy/math_cache.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/math_cache.cpp -------------------------------------------------------------------------------- /eye_candy/math_cache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/math_cache.h -------------------------------------------------------------------------------- /eye_candy/orbital_mover.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/orbital_mover.cpp -------------------------------------------------------------------------------- /eye_candy/orbital_mover.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/orbital_mover.h -------------------------------------------------------------------------------- /eye_candy/textures/128x128/crystal1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/128x128/crystal1.png -------------------------------------------------------------------------------- /eye_candy/textures/128x128/crystal2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/128x128/crystal2.png -------------------------------------------------------------------------------- /eye_candy/textures/128x128/crystal3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/128x128/crystal3.png -------------------------------------------------------------------------------- /eye_candy/textures/128x128/flare1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/128x128/flare1.png -------------------------------------------------------------------------------- /eye_candy/textures/128x128/flare2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/128x128/flare2.png -------------------------------------------------------------------------------- /eye_candy/textures/128x128/flare3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/128x128/flare3.png -------------------------------------------------------------------------------- /eye_candy/textures/128x128/inverse1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/128x128/inverse1.png -------------------------------------------------------------------------------- /eye_candy/textures/128x128/inverse2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/128x128/inverse2.png -------------------------------------------------------------------------------- /eye_candy/textures/128x128/inverse3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/128x128/inverse3.png -------------------------------------------------------------------------------- /eye_candy/textures/128x128/inverse4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/128x128/inverse4.png -------------------------------------------------------------------------------- /eye_candy/textures/128x128/leaf_ash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/128x128/leaf_ash.png -------------------------------------------------------------------------------- /eye_candy/textures/128x128/leaf_maple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/128x128/leaf_maple.png -------------------------------------------------------------------------------- /eye_candy/textures/128x128/leaf_oak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/128x128/leaf_oak.png -------------------------------------------------------------------------------- /eye_candy/textures/128x128/petal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/128x128/petal.png -------------------------------------------------------------------------------- /eye_candy/textures/128x128/shimmer1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/128x128/shimmer1.png -------------------------------------------------------------------------------- /eye_candy/textures/128x128/shimmer2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/128x128/shimmer2.png -------------------------------------------------------------------------------- /eye_candy/textures/128x128/shimmer3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/128x128/shimmer3.png -------------------------------------------------------------------------------- /eye_candy/textures/128x128/simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/128x128/simple.png -------------------------------------------------------------------------------- /eye_candy/textures/128x128/snowflake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/128x128/snowflake.png -------------------------------------------------------------------------------- /eye_candy/textures/128x128/twinflare1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/128x128/twinflare1.png -------------------------------------------------------------------------------- /eye_candy/textures/128x128/twinflare2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/128x128/twinflare2.png -------------------------------------------------------------------------------- /eye_candy/textures/128x128/twinflare3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/128x128/twinflare3.png -------------------------------------------------------------------------------- /eye_candy/textures/128x128/twinflare4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/128x128/twinflare4.png -------------------------------------------------------------------------------- /eye_candy/textures/128x128/twinflare5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/128x128/twinflare5.png -------------------------------------------------------------------------------- /eye_candy/textures/128x128/void1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/128x128/void1.png -------------------------------------------------------------------------------- /eye_candy/textures/128x128/void2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/128x128/void2.png -------------------------------------------------------------------------------- /eye_candy/textures/128x128/void3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/128x128/void3.png -------------------------------------------------------------------------------- /eye_candy/textures/128x128/water1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/128x128/water1.png -------------------------------------------------------------------------------- /eye_candy/textures/128x128/water2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/128x128/water2.png -------------------------------------------------------------------------------- /eye_candy/textures/128x128/water3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/128x128/water3.png -------------------------------------------------------------------------------- /eye_candy/textures/128x128/water4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/128x128/water4.png -------------------------------------------------------------------------------- /eye_candy/textures/16x16/crystal1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/16x16/crystal1.png -------------------------------------------------------------------------------- /eye_candy/textures/16x16/crystal2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/16x16/crystal2.png -------------------------------------------------------------------------------- /eye_candy/textures/16x16/crystal3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/16x16/crystal3.png -------------------------------------------------------------------------------- /eye_candy/textures/16x16/flare1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/16x16/flare1.png -------------------------------------------------------------------------------- /eye_candy/textures/16x16/flare2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/16x16/flare2.png -------------------------------------------------------------------------------- /eye_candy/textures/16x16/flare3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/16x16/flare3.png -------------------------------------------------------------------------------- /eye_candy/textures/16x16/inverse1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/16x16/inverse1.png -------------------------------------------------------------------------------- /eye_candy/textures/16x16/inverse2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/16x16/inverse2.png -------------------------------------------------------------------------------- /eye_candy/textures/16x16/inverse3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/16x16/inverse3.png -------------------------------------------------------------------------------- /eye_candy/textures/16x16/inverse4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/16x16/inverse4.png -------------------------------------------------------------------------------- /eye_candy/textures/16x16/leaf_ash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/16x16/leaf_ash.png -------------------------------------------------------------------------------- /eye_candy/textures/16x16/leaf_maple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/16x16/leaf_maple.png -------------------------------------------------------------------------------- /eye_candy/textures/16x16/leaf_oak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/16x16/leaf_oak.png -------------------------------------------------------------------------------- /eye_candy/textures/16x16/petal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/16x16/petal.png -------------------------------------------------------------------------------- /eye_candy/textures/16x16/shimmer1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/16x16/shimmer1.png -------------------------------------------------------------------------------- /eye_candy/textures/16x16/shimmer2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/16x16/shimmer2.png -------------------------------------------------------------------------------- /eye_candy/textures/16x16/shimmer3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/16x16/shimmer3.png -------------------------------------------------------------------------------- /eye_candy/textures/16x16/simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/16x16/simple.png -------------------------------------------------------------------------------- /eye_candy/textures/16x16/snowflake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/16x16/snowflake.png -------------------------------------------------------------------------------- /eye_candy/textures/16x16/twinflare1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/16x16/twinflare1.png -------------------------------------------------------------------------------- /eye_candy/textures/16x16/twinflare2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/16x16/twinflare2.png -------------------------------------------------------------------------------- /eye_candy/textures/16x16/twinflare3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/16x16/twinflare3.png -------------------------------------------------------------------------------- /eye_candy/textures/16x16/twinflare4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/16x16/twinflare4.png -------------------------------------------------------------------------------- /eye_candy/textures/16x16/twinflare5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/16x16/twinflare5.png -------------------------------------------------------------------------------- /eye_candy/textures/16x16/void1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/16x16/void1.png -------------------------------------------------------------------------------- /eye_candy/textures/16x16/void2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/16x16/void2.png -------------------------------------------------------------------------------- /eye_candy/textures/16x16/void3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/16x16/void3.png -------------------------------------------------------------------------------- /eye_candy/textures/16x16/water1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/16x16/water1.png -------------------------------------------------------------------------------- /eye_candy/textures/16x16/water2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/16x16/water2.png -------------------------------------------------------------------------------- /eye_candy/textures/16x16/water3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/16x16/water3.png -------------------------------------------------------------------------------- /eye_candy/textures/16x16/water4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/16x16/water4.png -------------------------------------------------------------------------------- /eye_candy/textures/32x32/crystal1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/32x32/crystal1.png -------------------------------------------------------------------------------- /eye_candy/textures/32x32/crystal2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/32x32/crystal2.png -------------------------------------------------------------------------------- /eye_candy/textures/32x32/crystal3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/32x32/crystal3.png -------------------------------------------------------------------------------- /eye_candy/textures/32x32/flare1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/32x32/flare1.png -------------------------------------------------------------------------------- /eye_candy/textures/32x32/flare2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/32x32/flare2.png -------------------------------------------------------------------------------- /eye_candy/textures/32x32/flare3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/32x32/flare3.png -------------------------------------------------------------------------------- /eye_candy/textures/32x32/inverse1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/32x32/inverse1.png -------------------------------------------------------------------------------- /eye_candy/textures/32x32/inverse2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/32x32/inverse2.png -------------------------------------------------------------------------------- /eye_candy/textures/32x32/inverse3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/32x32/inverse3.png -------------------------------------------------------------------------------- /eye_candy/textures/32x32/inverse4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/32x32/inverse4.png -------------------------------------------------------------------------------- /eye_candy/textures/32x32/leaf_ash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/32x32/leaf_ash.png -------------------------------------------------------------------------------- /eye_candy/textures/32x32/leaf_maple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/32x32/leaf_maple.png -------------------------------------------------------------------------------- /eye_candy/textures/32x32/leaf_oak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/32x32/leaf_oak.png -------------------------------------------------------------------------------- /eye_candy/textures/32x32/petal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/32x32/petal.png -------------------------------------------------------------------------------- /eye_candy/textures/32x32/shimmer1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/32x32/shimmer1.png -------------------------------------------------------------------------------- /eye_candy/textures/32x32/shimmer2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/32x32/shimmer2.png -------------------------------------------------------------------------------- /eye_candy/textures/32x32/shimmer3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/32x32/shimmer3.png -------------------------------------------------------------------------------- /eye_candy/textures/32x32/simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/32x32/simple.png -------------------------------------------------------------------------------- /eye_candy/textures/32x32/snowflake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/32x32/snowflake.png -------------------------------------------------------------------------------- /eye_candy/textures/32x32/twinflare1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/32x32/twinflare1.png -------------------------------------------------------------------------------- /eye_candy/textures/32x32/twinflare2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/32x32/twinflare2.png -------------------------------------------------------------------------------- /eye_candy/textures/32x32/twinflare3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/32x32/twinflare3.png -------------------------------------------------------------------------------- /eye_candy/textures/32x32/twinflare4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/32x32/twinflare4.png -------------------------------------------------------------------------------- /eye_candy/textures/32x32/twinflare5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/32x32/twinflare5.png -------------------------------------------------------------------------------- /eye_candy/textures/32x32/void1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/32x32/void1.png -------------------------------------------------------------------------------- /eye_candy/textures/32x32/void2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/32x32/void2.png -------------------------------------------------------------------------------- /eye_candy/textures/32x32/void3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/32x32/void3.png -------------------------------------------------------------------------------- /eye_candy/textures/32x32/water1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/32x32/water1.png -------------------------------------------------------------------------------- /eye_candy/textures/32x32/water2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/32x32/water2.png -------------------------------------------------------------------------------- /eye_candy/textures/32x32/water3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/32x32/water3.png -------------------------------------------------------------------------------- /eye_candy/textures/32x32/water4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/32x32/water4.png -------------------------------------------------------------------------------- /eye_candy/textures/64x64/crystal1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/64x64/crystal1.png -------------------------------------------------------------------------------- /eye_candy/textures/64x64/crystal2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/64x64/crystal2.png -------------------------------------------------------------------------------- /eye_candy/textures/64x64/crystal3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/64x64/crystal3.png -------------------------------------------------------------------------------- /eye_candy/textures/64x64/flare1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/64x64/flare1.png -------------------------------------------------------------------------------- /eye_candy/textures/64x64/flare2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/64x64/flare2.png -------------------------------------------------------------------------------- /eye_candy/textures/64x64/flare3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/64x64/flare3.png -------------------------------------------------------------------------------- /eye_candy/textures/64x64/inverse1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/64x64/inverse1.png -------------------------------------------------------------------------------- /eye_candy/textures/64x64/inverse2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/64x64/inverse2.png -------------------------------------------------------------------------------- /eye_candy/textures/64x64/inverse3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/64x64/inverse3.png -------------------------------------------------------------------------------- /eye_candy/textures/64x64/inverse4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/64x64/inverse4.png -------------------------------------------------------------------------------- /eye_candy/textures/64x64/leaf_ash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/64x64/leaf_ash.png -------------------------------------------------------------------------------- /eye_candy/textures/64x64/leaf_maple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/64x64/leaf_maple.png -------------------------------------------------------------------------------- /eye_candy/textures/64x64/leaf_oak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/64x64/leaf_oak.png -------------------------------------------------------------------------------- /eye_candy/textures/64x64/petal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/64x64/petal.png -------------------------------------------------------------------------------- /eye_candy/textures/64x64/shimmer1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/64x64/shimmer1.png -------------------------------------------------------------------------------- /eye_candy/textures/64x64/shimmer2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/64x64/shimmer2.png -------------------------------------------------------------------------------- /eye_candy/textures/64x64/shimmer3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/64x64/shimmer3.png -------------------------------------------------------------------------------- /eye_candy/textures/64x64/simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/64x64/simple.png -------------------------------------------------------------------------------- /eye_candy/textures/64x64/snowflake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/64x64/snowflake.png -------------------------------------------------------------------------------- /eye_candy/textures/64x64/twinflare1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/64x64/twinflare1.png -------------------------------------------------------------------------------- /eye_candy/textures/64x64/twinflare2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/64x64/twinflare2.png -------------------------------------------------------------------------------- /eye_candy/textures/64x64/twinflare3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/64x64/twinflare3.png -------------------------------------------------------------------------------- /eye_candy/textures/64x64/twinflare4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/64x64/twinflare4.png -------------------------------------------------------------------------------- /eye_candy/textures/64x64/twinflare5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/64x64/twinflare5.png -------------------------------------------------------------------------------- /eye_candy/textures/64x64/void1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/64x64/void1.png -------------------------------------------------------------------------------- /eye_candy/textures/64x64/void2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/64x64/void2.png -------------------------------------------------------------------------------- /eye_candy/textures/64x64/void3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/64x64/void3.png -------------------------------------------------------------------------------- /eye_candy/textures/64x64/water1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/64x64/water1.png -------------------------------------------------------------------------------- /eye_candy/textures/64x64/water2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/64x64/water2.png -------------------------------------------------------------------------------- /eye_candy/textures/64x64/water3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/64x64/water3.png -------------------------------------------------------------------------------- /eye_candy/textures/64x64/water4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/textures/64x64/water4.png -------------------------------------------------------------------------------- /eye_candy/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy/types.h -------------------------------------------------------------------------------- /eye_candy_debugwin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy_debugwin.c -------------------------------------------------------------------------------- /eye_candy_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy_types.h -------------------------------------------------------------------------------- /eye_candy_wrapper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy_wrapper.cpp -------------------------------------------------------------------------------- /eye_candy_wrapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/eye_candy_wrapper.h -------------------------------------------------------------------------------- /filter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/filter.c -------------------------------------------------------------------------------- /filter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/filter.h -------------------------------------------------------------------------------- /font.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/font.cpp -------------------------------------------------------------------------------- /font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/font.h -------------------------------------------------------------------------------- /framebuffer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/framebuffer.c -------------------------------------------------------------------------------- /framebuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/framebuffer.h -------------------------------------------------------------------------------- /frustum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/frustum.c -------------------------------------------------------------------------------- /fsaa/fsaa.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/fsaa/fsaa.c -------------------------------------------------------------------------------- /fsaa/fsaa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/fsaa/fsaa.h -------------------------------------------------------------------------------- /fsaa/fsaa_cgl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/fsaa/fsaa_cgl.c -------------------------------------------------------------------------------- /fsaa/fsaa_dummy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/fsaa/fsaa_dummy.c -------------------------------------------------------------------------------- /fsaa/fsaa_glx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/fsaa/fsaa_glx.c -------------------------------------------------------------------------------- /fsaa/fsaa_wgl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/fsaa/fsaa_wgl.c -------------------------------------------------------------------------------- /gamewin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/gamewin.c -------------------------------------------------------------------------------- /gamewin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/gamewin.h -------------------------------------------------------------------------------- /gl_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/gl_init.c -------------------------------------------------------------------------------- /gl_init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/gl_init.h -------------------------------------------------------------------------------- /glext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/glext.h -------------------------------------------------------------------------------- /glext.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/glext.pl -------------------------------------------------------------------------------- /hash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/hash.c -------------------------------------------------------------------------------- /hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/hash.h -------------------------------------------------------------------------------- /help.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/help.c -------------------------------------------------------------------------------- /help.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/help.h -------------------------------------------------------------------------------- /highlight.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/highlight.c -------------------------------------------------------------------------------- /highlight.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/highlight.h -------------------------------------------------------------------------------- /hud.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/hud.c -------------------------------------------------------------------------------- /hud.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/hud.h -------------------------------------------------------------------------------- /hud_indicators.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/hud_indicators.cpp -------------------------------------------------------------------------------- /hud_indicators.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/hud_indicators.h -------------------------------------------------------------------------------- /hud_misc_window.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/hud_misc_window.c -------------------------------------------------------------------------------- /hud_misc_window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/hud_misc_window.h -------------------------------------------------------------------------------- /hud_quickbar_window.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/hud_quickbar_window.c -------------------------------------------------------------------------------- /hud_quickbar_window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/hud_quickbar_window.h -------------------------------------------------------------------------------- /hud_quickspells_window.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/hud_quickspells_window.c -------------------------------------------------------------------------------- /hud_quickspells_window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/hud_quickspells_window.h -------------------------------------------------------------------------------- /hud_statsbar_window.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/hud_statsbar_window.c -------------------------------------------------------------------------------- /hud_statsbar_window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/hud_statsbar_window.h -------------------------------------------------------------------------------- /hud_timer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/hud_timer.cpp -------------------------------------------------------------------------------- /hud_timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/hud_timer.h -------------------------------------------------------------------------------- /icon_window.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/icon_window.cpp -------------------------------------------------------------------------------- /icon_window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/icon_window.h -------------------------------------------------------------------------------- /ignore.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/ignore.c -------------------------------------------------------------------------------- /ignore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/ignore.h -------------------------------------------------------------------------------- /image.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/image.c -------------------------------------------------------------------------------- /image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/image.h -------------------------------------------------------------------------------- /image_loading.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/image_loading.c -------------------------------------------------------------------------------- /image_loading.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/image_loading.h -------------------------------------------------------------------------------- /init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/init.c -------------------------------------------------------------------------------- /init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/init.h -------------------------------------------------------------------------------- /interface.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/interface.c -------------------------------------------------------------------------------- /interface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/interface.h -------------------------------------------------------------------------------- /invasion_window.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/invasion_window.cpp -------------------------------------------------------------------------------- /invasion_window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/invasion_window.h -------------------------------------------------------------------------------- /io/cal3d_io_wrapper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/io/cal3d_io_wrapper.cpp -------------------------------------------------------------------------------- /io/cal3d_io_wrapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/io/cal3d_io_wrapper.h -------------------------------------------------------------------------------- /io/crypt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/io/crypt.h -------------------------------------------------------------------------------- /io/e3d_io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/io/e3d_io.c -------------------------------------------------------------------------------- /io/e3d_io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/io/e3d_io.h -------------------------------------------------------------------------------- /io/elc_io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/io/elc_io.c -------------------------------------------------------------------------------- /io/elc_io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/io/elc_io.h -------------------------------------------------------------------------------- /io/elfilewrapper.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/io/elfilewrapper.c -------------------------------------------------------------------------------- /io/elfilewrapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/io/elfilewrapper.h -------------------------------------------------------------------------------- /io/elpathwrapper.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/io/elpathwrapper.c -------------------------------------------------------------------------------- /io/elpathwrapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/io/elpathwrapper.h -------------------------------------------------------------------------------- /io/fileutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/io/fileutil.c -------------------------------------------------------------------------------- /io/fileutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/io/fileutil.h -------------------------------------------------------------------------------- /io/half.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/io/half.c -------------------------------------------------------------------------------- /io/half.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/io/half.h -------------------------------------------------------------------------------- /io/ioapi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/io/ioapi.c -------------------------------------------------------------------------------- /io/ioapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/io/ioapi.h -------------------------------------------------------------------------------- /io/map_io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/io/map_io.c -------------------------------------------------------------------------------- /io/map_io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/io/map_io.h -------------------------------------------------------------------------------- /io/normal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/io/normal.c -------------------------------------------------------------------------------- /io/normal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/io/normal.h -------------------------------------------------------------------------------- /io/unzip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/io/unzip.c -------------------------------------------------------------------------------- /io/unzip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/io/unzip.h -------------------------------------------------------------------------------- /io/xmlcallbacks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/io/xmlcallbacks.c -------------------------------------------------------------------------------- /io/xmlcallbacks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/io/xmlcallbacks.h -------------------------------------------------------------------------------- /io/zip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/io/zip.c -------------------------------------------------------------------------------- /io/zip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/io/zip.h -------------------------------------------------------------------------------- /io/ziputil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/io/ziputil.c -------------------------------------------------------------------------------- /io/ziputil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/io/ziputil.h -------------------------------------------------------------------------------- /ipaddress.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/ipaddress.cpp -------------------------------------------------------------------------------- /ipaddress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/ipaddress.h -------------------------------------------------------------------------------- /item_info.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/item_info.cpp -------------------------------------------------------------------------------- /item_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/item_info.h -------------------------------------------------------------------------------- /item_lists.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/item_lists.cpp -------------------------------------------------------------------------------- /item_lists.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/item_lists.h -------------------------------------------------------------------------------- /items.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/items.c -------------------------------------------------------------------------------- /items.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/items.h -------------------------------------------------------------------------------- /json_io.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/json_io.cpp -------------------------------------------------------------------------------- /json_io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/json_io.h -------------------------------------------------------------------------------- /keys.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/keys.c -------------------------------------------------------------------------------- /keys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/keys.h -------------------------------------------------------------------------------- /knowledge.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/knowledge.c -------------------------------------------------------------------------------- /knowledge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/knowledge.h -------------------------------------------------------------------------------- /langselwin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/langselwin.c -------------------------------------------------------------------------------- /langselwin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/langselwin.h -------------------------------------------------------------------------------- /lights.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/lights.c -------------------------------------------------------------------------------- /lights.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/lights.h -------------------------------------------------------------------------------- /list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/list.c -------------------------------------------------------------------------------- /list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/list.h -------------------------------------------------------------------------------- /load_gl_extensions.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/load_gl_extensions.c -------------------------------------------------------------------------------- /load_gl_extensions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/load_gl_extensions.h -------------------------------------------------------------------------------- /loading_win.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/loading_win.c -------------------------------------------------------------------------------- /loading_win.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/loading_win.h -------------------------------------------------------------------------------- /loginwin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/loginwin.c -------------------------------------------------------------------------------- /loginwin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/loginwin.h -------------------------------------------------------------------------------- /macosx/Eternal Lands.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/macosx/Eternal Lands.entitlements -------------------------------------------------------------------------------- /macosx/Eternal Lands.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/macosx/Eternal Lands.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /macosx/Eternal Lands.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/macosx/Eternal Lands.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /macosx/Eternal Lands.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/macosx/Eternal Lands.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /macosx/Eternal Lands.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/macosx/Eternal Lands.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings -------------------------------------------------------------------------------- /macosx/Eternal Lands.xcodeproj/xcshareddata/xcschemes/Eternal Lands.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/macosx/Eternal Lands.xcodeproj/xcshareddata/xcschemes/Eternal Lands.xcscheme -------------------------------------------------------------------------------- /macosx/Eternal Lands/Images.xcassets/AppIcon.appiconset/1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/macosx/Eternal Lands/Images.xcassets/AppIcon.appiconset/1024.png -------------------------------------------------------------------------------- /macosx/Eternal Lands/Images.xcassets/AppIcon.appiconset/128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/macosx/Eternal Lands/Images.xcassets/AppIcon.appiconset/128.png -------------------------------------------------------------------------------- /macosx/Eternal Lands/Images.xcassets/AppIcon.appiconset/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/macosx/Eternal Lands/Images.xcassets/AppIcon.appiconset/16.png -------------------------------------------------------------------------------- /macosx/Eternal Lands/Images.xcassets/AppIcon.appiconset/256-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/macosx/Eternal Lands/Images.xcassets/AppIcon.appiconset/256-1.png -------------------------------------------------------------------------------- /macosx/Eternal Lands/Images.xcassets/AppIcon.appiconset/256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/macosx/Eternal Lands/Images.xcassets/AppIcon.appiconset/256.png -------------------------------------------------------------------------------- /macosx/Eternal Lands/Images.xcassets/AppIcon.appiconset/32-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/macosx/Eternal Lands/Images.xcassets/AppIcon.appiconset/32-1.png -------------------------------------------------------------------------------- /macosx/Eternal Lands/Images.xcassets/AppIcon.appiconset/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/macosx/Eternal Lands/Images.xcassets/AppIcon.appiconset/32.png -------------------------------------------------------------------------------- /macosx/Eternal Lands/Images.xcassets/AppIcon.appiconset/512-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/macosx/Eternal Lands/Images.xcassets/AppIcon.appiconset/512-1.png -------------------------------------------------------------------------------- /macosx/Eternal Lands/Images.xcassets/AppIcon.appiconset/512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/macosx/Eternal Lands/Images.xcassets/AppIcon.appiconset/512.png -------------------------------------------------------------------------------- /macosx/Eternal Lands/Images.xcassets/AppIcon.appiconset/64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/macosx/Eternal Lands/Images.xcassets/AppIcon.appiconset/64.png -------------------------------------------------------------------------------- /macosx/Eternal Lands/Images.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/macosx/Eternal Lands/Images.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /macosx/Eternal Lands/Images.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/macosx/Eternal Lands/Images.xcassets/Contents.json -------------------------------------------------------------------------------- /macosx/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/macosx/Info.plist -------------------------------------------------------------------------------- /macosx/include/KHR/khrplatform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/macosx/include/KHR/khrplatform.h -------------------------------------------------------------------------------- /main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/main.c -------------------------------------------------------------------------------- /main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/main.h -------------------------------------------------------------------------------- /make.defaults: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/make.defaults -------------------------------------------------------------------------------- /makeargv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/makeargv.c -------------------------------------------------------------------------------- /makeargv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/makeargv.h -------------------------------------------------------------------------------- /manufacture.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/manufacture.c -------------------------------------------------------------------------------- /manufacture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/manufacture.h -------------------------------------------------------------------------------- /map.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map.c -------------------------------------------------------------------------------- /map.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map.h -------------------------------------------------------------------------------- /map_editor/2d_objects.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/2d_objects.c -------------------------------------------------------------------------------- /map_editor/2d_objects.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/2d_objects.h -------------------------------------------------------------------------------- /map_editor/3d_objects.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/3d_objects.c -------------------------------------------------------------------------------- /map_editor/3d_objects.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/3d_objects.h -------------------------------------------------------------------------------- /map_editor/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/CMakeLists.txt -------------------------------------------------------------------------------- /map_editor/Makefile.linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/Makefile.linux -------------------------------------------------------------------------------- /map_editor/Makefile.win: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/Makefile.win -------------------------------------------------------------------------------- /map_editor/browser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/browser.c -------------------------------------------------------------------------------- /map_editor/browser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/browser.h -------------------------------------------------------------------------------- /map_editor/browser.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/browser.lst -------------------------------------------------------------------------------- /map_editor/buttons.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/buttons.bmp -------------------------------------------------------------------------------- /map_editor/draw_scene.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/draw_scene.c -------------------------------------------------------------------------------- /map_editor/draw_scene.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/draw_scene.h -------------------------------------------------------------------------------- /map_editor/e3d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/e3d.c -------------------------------------------------------------------------------- /map_editor/e3d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/e3d.h -------------------------------------------------------------------------------- /map_editor/edit_window.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/edit_window.c -------------------------------------------------------------------------------- /map_editor/edit_window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/edit_window.h -------------------------------------------------------------------------------- /map_editor/editor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/editor.h -------------------------------------------------------------------------------- /map_editor/elwindows.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/elwindows.c -------------------------------------------------------------------------------- /map_editor/elwindows.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/elwindows.h -------------------------------------------------------------------------------- /map_editor/errors.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/errors.c -------------------------------------------------------------------------------- /map_editor/errors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/errors.h -------------------------------------------------------------------------------- /map_editor/eternal_lands_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/eternal_lands_license.txt -------------------------------------------------------------------------------- /map_editor/events.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/events.c -------------------------------------------------------------------------------- /map_editor/events.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/events.h -------------------------------------------------------------------------------- /map_editor/eye_candy_window.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/eye_candy_window.cpp -------------------------------------------------------------------------------- /map_editor/eye_candy_window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/eye_candy_window.h -------------------------------------------------------------------------------- /map_editor/font.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/font.c -------------------------------------------------------------------------------- /map_editor/font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/font.h -------------------------------------------------------------------------------- /map_editor/frustum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/frustum.c -------------------------------------------------------------------------------- /map_editor/frustum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/frustum.h -------------------------------------------------------------------------------- /map_editor/gl_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/gl_init.c -------------------------------------------------------------------------------- /map_editor/gl_init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/gl_init.h -------------------------------------------------------------------------------- /map_editor/global.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/global.c -------------------------------------------------------------------------------- /map_editor/global.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/global.h -------------------------------------------------------------------------------- /map_editor/gui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/gui.c -------------------------------------------------------------------------------- /map_editor/gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/gui.h -------------------------------------------------------------------------------- /map_editor/gui_callbacks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/gui_callbacks.c -------------------------------------------------------------------------------- /map_editor/gui_callbacks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/gui_callbacks.h -------------------------------------------------------------------------------- /map_editor/gui_support.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/gui_support.c -------------------------------------------------------------------------------- /map_editor/gui_support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/gui_support.h -------------------------------------------------------------------------------- /map_editor/init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/init.c -------------------------------------------------------------------------------- /map_editor/init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/init.h -------------------------------------------------------------------------------- /map_editor/interface.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/interface.c -------------------------------------------------------------------------------- /map_editor/interface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/interface.h -------------------------------------------------------------------------------- /map_editor/lights.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/lights.c -------------------------------------------------------------------------------- /map_editor/lights.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/lights.h -------------------------------------------------------------------------------- /map_editor/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/main.c -------------------------------------------------------------------------------- /map_editor/map_editor.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/map_editor.dsp -------------------------------------------------------------------------------- /map_editor/map_io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/map_io.c -------------------------------------------------------------------------------- /map_editor/map_io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/map_io.h -------------------------------------------------------------------------------- /map_editor/mapedit.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/mapedit.ini -------------------------------------------------------------------------------- /map_editor/mapedit.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/mapedit.rc -------------------------------------------------------------------------------- /map_editor/mapeditor.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/mapeditor.ico -------------------------------------------------------------------------------- /map_editor/mapeditor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/mapeditor.png -------------------------------------------------------------------------------- /map_editor/misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/misc.c -------------------------------------------------------------------------------- /map_editor/misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/misc.h -------------------------------------------------------------------------------- /map_editor/o3dow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/o3dow.c -------------------------------------------------------------------------------- /map_editor/o3dow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/o3dow.h -------------------------------------------------------------------------------- /map_editor/particles_window.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/particles_window.c -------------------------------------------------------------------------------- /map_editor/particles_window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/particles_window.h -------------------------------------------------------------------------------- /map_editor/reflection.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/reflection.c -------------------------------------------------------------------------------- /map_editor/reflection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/reflection.h -------------------------------------------------------------------------------- /map_editor/replace_window.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/replace_window.c -------------------------------------------------------------------------------- /map_editor/replace_window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/replace_window.h -------------------------------------------------------------------------------- /map_editor/shadows.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/shadows.c -------------------------------------------------------------------------------- /map_editor/shadows.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/shadows.h -------------------------------------------------------------------------------- /map_editor/tile_map.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/tile_map.c -------------------------------------------------------------------------------- /map_editor/tiles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/map_editor/tiles.h -------------------------------------------------------------------------------- /mapwin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/mapwin.c -------------------------------------------------------------------------------- /mapwin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/mapwin.h -------------------------------------------------------------------------------- /md5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/md5.c -------------------------------------------------------------------------------- /md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/md5.h -------------------------------------------------------------------------------- /meson.build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/meson.build -------------------------------------------------------------------------------- /mines.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/mines.c -------------------------------------------------------------------------------- /mines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/mines.h -------------------------------------------------------------------------------- /minimap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/minimap.c -------------------------------------------------------------------------------- /minimap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/minimap.h -------------------------------------------------------------------------------- /misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/misc.c -------------------------------------------------------------------------------- /misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/misc.h -------------------------------------------------------------------------------- /missiles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/missiles.c -------------------------------------------------------------------------------- /missiles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/missiles.h -------------------------------------------------------------------------------- /multiplayer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/multiplayer.c -------------------------------------------------------------------------------- /multiplayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/multiplayer.h -------------------------------------------------------------------------------- /named_colours.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/named_colours.cpp -------------------------------------------------------------------------------- /named_colours.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/named_colours.h -------------------------------------------------------------------------------- /new_actors.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/new_actors.c -------------------------------------------------------------------------------- /new_actors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/new_actors.h -------------------------------------------------------------------------------- /new_character.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/new_character.c -------------------------------------------------------------------------------- /new_character.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/new_character.h -------------------------------------------------------------------------------- /new_update.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/new_update.c -------------------------------------------------------------------------------- /new_update.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/new_update.h -------------------------------------------------------------------------------- /nlohmann_json/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/nlohmann_json/CMakeLists.txt -------------------------------------------------------------------------------- /nlohmann_json/LICENSE.MIT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/nlohmann_json/LICENSE.MIT -------------------------------------------------------------------------------- /nlohmann_json/cmake/config.cmake.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/nlohmann_json/cmake/config.cmake.in -------------------------------------------------------------------------------- /nlohmann_json/cmake/nlohmann_jsonConfigVersion.cmake.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/nlohmann_json/cmake/nlohmann_jsonConfigVersion.cmake.in -------------------------------------------------------------------------------- /nlohmann_json/cmake/pkg-config.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/nlohmann_json/cmake/pkg-config.pc.in -------------------------------------------------------------------------------- /nlohmann_json/include/nlohmann/json.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/nlohmann_json/include/nlohmann/json.hpp -------------------------------------------------------------------------------- /nlohmann_json/include/nlohmann/json_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/nlohmann_json/include/nlohmann/json_fwd.hpp -------------------------------------------------------------------------------- /notepad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/notepad.c -------------------------------------------------------------------------------- /notepad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/notepad.h -------------------------------------------------------------------------------- /openingwin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/openingwin.c -------------------------------------------------------------------------------- /openingwin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/openingwin.h -------------------------------------------------------------------------------- /optimizer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/optimizer.cpp -------------------------------------------------------------------------------- /optimizer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/optimizer.hpp -------------------------------------------------------------------------------- /particles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/particles.c -------------------------------------------------------------------------------- /particles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/particles.h -------------------------------------------------------------------------------- /password_manager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/password_manager.cpp -------------------------------------------------------------------------------- /password_manager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/password_manager.h -------------------------------------------------------------------------------- /paste.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/paste.c -------------------------------------------------------------------------------- /paste.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/paste.h -------------------------------------------------------------------------------- /pathfinder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pathfinder.c -------------------------------------------------------------------------------- /pathfinder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pathfinder.h -------------------------------------------------------------------------------- /pawn/amx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pawn/amx.c -------------------------------------------------------------------------------- /pawn/amx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pawn/amx.h -------------------------------------------------------------------------------- /pawn/amxaux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pawn/amxaux.c -------------------------------------------------------------------------------- /pawn/amxaux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pawn/amxaux.h -------------------------------------------------------------------------------- /pawn/amxcons.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pawn/amxcons.c -------------------------------------------------------------------------------- /pawn/amxcons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pawn/amxcons.h -------------------------------------------------------------------------------- /pawn/amxel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pawn/amxel.c -------------------------------------------------------------------------------- /pawn/amxel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pawn/amxel.h -------------------------------------------------------------------------------- /pawn/amxfloat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pawn/amxfloat.c -------------------------------------------------------------------------------- /pawn/amxfloat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pawn/amxfloat.h -------------------------------------------------------------------------------- /pawn/amxstring.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pawn/amxstring.c -------------------------------------------------------------------------------- /pawn/amxstring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pawn/amxstring.h -------------------------------------------------------------------------------- /pawn/elpawn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pawn/elpawn.c -------------------------------------------------------------------------------- /pawn/elpawn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pawn/elpawn.h -------------------------------------------------------------------------------- /pawn/osdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pawn/osdefs.h -------------------------------------------------------------------------------- /pawn/sclinux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pawn/sclinux.h -------------------------------------------------------------------------------- /pawn_scripts/Makefile.linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pawn_scripts/Makefile.linux -------------------------------------------------------------------------------- /pawn_scripts/client_serv.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pawn_scripts/client_serv.inc -------------------------------------------------------------------------------- /pawn_scripts/console.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pawn_scripts/console.inc -------------------------------------------------------------------------------- /pawn_scripts/default.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pawn_scripts/default.inc -------------------------------------------------------------------------------- /pawn_scripts/el.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pawn_scripts/el.inc -------------------------------------------------------------------------------- /pawn_scripts/float.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pawn_scripts/float.inc -------------------------------------------------------------------------------- /pawn_scripts/maps.p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pawn_scripts/maps.p -------------------------------------------------------------------------------- /pawn_scripts/pawn_test.p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pawn_scripts/pawn_test.p -------------------------------------------------------------------------------- /pawn_scripts/string.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pawn_scripts/string.inc -------------------------------------------------------------------------------- /pkgfiles/debs/data/debian/changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pkgfiles/debs/data/debian/changelog -------------------------------------------------------------------------------- /pkgfiles/debs/data/debian/compat: -------------------------------------------------------------------------------- 1 | 10 2 | -------------------------------------------------------------------------------- /pkgfiles/debs/data/debian/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pkgfiles/debs/data/debian/control -------------------------------------------------------------------------------- /pkgfiles/debs/data/debian/copyright: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pkgfiles/debs/data/debian/copyright -------------------------------------------------------------------------------- /pkgfiles/debs/data/debian/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pkgfiles/debs/data/debian/license.txt -------------------------------------------------------------------------------- /pkgfiles/debs/data/debian/postinst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pkgfiles/debs/data/debian/postinst -------------------------------------------------------------------------------- /pkgfiles/debs/data/debian/prerm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pkgfiles/debs/data/debian/prerm -------------------------------------------------------------------------------- /pkgfiles/debs/data/debian/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pkgfiles/debs/data/debian/readme -------------------------------------------------------------------------------- /pkgfiles/debs/data/debian/rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pkgfiles/debs/data/debian/rules -------------------------------------------------------------------------------- /pkgfiles/debs/data/debian/watch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pkgfiles/debs/data/debian/watch -------------------------------------------------------------------------------- /pkgfiles/debs/music/debian/changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pkgfiles/debs/music/debian/changelog -------------------------------------------------------------------------------- /pkgfiles/debs/music/debian/compat: -------------------------------------------------------------------------------- 1 | 10 2 | -------------------------------------------------------------------------------- /pkgfiles/debs/music/debian/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pkgfiles/debs/music/debian/control -------------------------------------------------------------------------------- /pkgfiles/debs/music/debian/copyright: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pkgfiles/debs/music/debian/copyright -------------------------------------------------------------------------------- /pkgfiles/debs/music/debian/postinst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pkgfiles/debs/music/debian/postinst -------------------------------------------------------------------------------- /pkgfiles/debs/music/debian/prerm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pkgfiles/debs/music/debian/prerm -------------------------------------------------------------------------------- /pkgfiles/debs/music/debian/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pkgfiles/debs/music/debian/readme -------------------------------------------------------------------------------- /pkgfiles/debs/music/debian/rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pkgfiles/debs/music/debian/rules -------------------------------------------------------------------------------- /pkgfiles/debs/sound/debian/changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pkgfiles/debs/sound/debian/changelog -------------------------------------------------------------------------------- /pkgfiles/debs/sound/debian/compat: -------------------------------------------------------------------------------- 1 | 10 2 | -------------------------------------------------------------------------------- /pkgfiles/debs/sound/debian/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pkgfiles/debs/sound/debian/control -------------------------------------------------------------------------------- /pkgfiles/debs/sound/debian/copyright: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pkgfiles/debs/sound/debian/copyright -------------------------------------------------------------------------------- /pkgfiles/debs/sound/debian/postinst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pkgfiles/debs/sound/debian/postinst -------------------------------------------------------------------------------- /pkgfiles/debs/sound/debian/prerm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pkgfiles/debs/sound/debian/prerm -------------------------------------------------------------------------------- /pkgfiles/debs/sound/debian/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pkgfiles/debs/sound/debian/readme -------------------------------------------------------------------------------- /pkgfiles/debs/sound/debian/rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pkgfiles/debs/sound/debian/rules -------------------------------------------------------------------------------- /pkgfiles/el.linux.bin.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pkgfiles/el.linux.bin.6 -------------------------------------------------------------------------------- /pkgfiles/eternallands: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pkgfiles/eternallands -------------------------------------------------------------------------------- /pkgfiles/eternallands.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pkgfiles/eternallands.6 -------------------------------------------------------------------------------- /pkgfiles/eternallands.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pkgfiles/eternallands.desktop -------------------------------------------------------------------------------- /pkgfiles/eternallands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pkgfiles/eternallands.png -------------------------------------------------------------------------------- /pkgfiles/eternallands.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pkgfiles/eternallands.xpm -------------------------------------------------------------------------------- /pkgfiles/maketarball: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pkgfiles/maketarball -------------------------------------------------------------------------------- /pkgfiles/snap-package/eternallands.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pkgfiles/snap-package/eternallands.desktop -------------------------------------------------------------------------------- /pkgfiles/snap-package/eternallands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pkgfiles/snap-package/eternallands.png -------------------------------------------------------------------------------- /pkgfiles/snap-package/launcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pkgfiles/snap-package/launcher.sh -------------------------------------------------------------------------------- /platform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/platform.h -------------------------------------------------------------------------------- /pm_log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pm_log.c -------------------------------------------------------------------------------- /pm_log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/pm_log.h -------------------------------------------------------------------------------- /popup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/popup.c -------------------------------------------------------------------------------- /popup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/popup.h -------------------------------------------------------------------------------- /quest_log.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/quest_log.cpp -------------------------------------------------------------------------------- /questlog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/questlog.h -------------------------------------------------------------------------------- /queue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/queue.c -------------------------------------------------------------------------------- /queue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/queue.h -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/readme.txt -------------------------------------------------------------------------------- /reflection.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/reflection.c -------------------------------------------------------------------------------- /reflection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/reflection.h -------------------------------------------------------------------------------- /rules.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/rules.c -------------------------------------------------------------------------------- /rules.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/rules.h -------------------------------------------------------------------------------- /select.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/select.cpp -------------------------------------------------------------------------------- /sendvideoinfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/sendvideoinfo.cpp -------------------------------------------------------------------------------- /sendvideoinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/sendvideoinfo.h -------------------------------------------------------------------------------- /serverpopup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/serverpopup.c -------------------------------------------------------------------------------- /serverpopup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/serverpopup.h -------------------------------------------------------------------------------- /servers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/servers.c -------------------------------------------------------------------------------- /servers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/servers.h -------------------------------------------------------------------------------- /session.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/session.c -------------------------------------------------------------------------------- /session.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/session.h -------------------------------------------------------------------------------- /shader/noise.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/shader/noise.c -------------------------------------------------------------------------------- /shader/noise.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/shader/noise.h -------------------------------------------------------------------------------- /shader/shader.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/shader/shader.c -------------------------------------------------------------------------------- /shader/shader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/shader/shader.h -------------------------------------------------------------------------------- /shaders/anim.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/shaders/anim.vert -------------------------------------------------------------------------------- /shaders/anim_depth.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/shaders/anim_depth.vert -------------------------------------------------------------------------------- /shaders/anim_ghost.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/shaders/anim_ghost.vert -------------------------------------------------------------------------------- /shaders/anim_ghost_shadow.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/shaders/anim_ghost_shadow.vert -------------------------------------------------------------------------------- /shaders/anim_shadow.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/shaders/anim_shadow.vert -------------------------------------------------------------------------------- /shaders/new_water.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/shaders/new_water.frag -------------------------------------------------------------------------------- /shaders/new_water.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/shaders/new_water.vert -------------------------------------------------------------------------------- /shaders/reflectiv_water_fs.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/shaders/reflectiv_water_fs.glsl -------------------------------------------------------------------------------- /shaders/water_fs.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/shaders/water_fs.glsl -------------------------------------------------------------------------------- /shadows.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/shadows.c -------------------------------------------------------------------------------- /shadows.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/shadows.h -------------------------------------------------------------------------------- /skeletons.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/skeletons.c -------------------------------------------------------------------------------- /skeletons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/skeletons.h -------------------------------------------------------------------------------- /skills.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/skills.c -------------------------------------------------------------------------------- /skills.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/skills.h -------------------------------------------------------------------------------- /sky.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/sky.c -------------------------------------------------------------------------------- /sky.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/sky.h -------------------------------------------------------------------------------- /skybox/skybox1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/skybox/skybox1.xml -------------------------------------------------------------------------------- /skybox/skybox_default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/skybox/skybox_default.xml -------------------------------------------------------------------------------- /skybox/skybox_defs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/skybox/skybox_defs.xml -------------------------------------------------------------------------------- /snap/snapcraft.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/snap/snapcraft.yaml -------------------------------------------------------------------------------- /socket.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/socket.cpp -------------------------------------------------------------------------------- /socket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/socket.h -------------------------------------------------------------------------------- /sort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/sort.c -------------------------------------------------------------------------------- /sort.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/sort.h -------------------------------------------------------------------------------- /sound.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/sound.c -------------------------------------------------------------------------------- /sound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/sound.h -------------------------------------------------------------------------------- /special_effects.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/special_effects.c -------------------------------------------------------------------------------- /special_effects.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/special_effects.h -------------------------------------------------------------------------------- /spells.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/spells.c -------------------------------------------------------------------------------- /spells.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/spells.h -------------------------------------------------------------------------------- /stats.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/stats.c -------------------------------------------------------------------------------- /stats.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/stats.h -------------------------------------------------------------------------------- /storage.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/storage.c -------------------------------------------------------------------------------- /storage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/storage.h -------------------------------------------------------------------------------- /symbol_table.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/symbol_table.c -------------------------------------------------------------------------------- /symbol_table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/symbol_table.h -------------------------------------------------------------------------------- /tabs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/tabs.c -------------------------------------------------------------------------------- /tabs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/tabs.h -------------------------------------------------------------------------------- /templates/el_shared_ptr.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/templates/el_shared_ptr.hpp -------------------------------------------------------------------------------- /text.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/text.c -------------------------------------------------------------------------------- /text.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/text.h -------------------------------------------------------------------------------- /text_aliases.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/text_aliases.c -------------------------------------------------------------------------------- /text_aliases.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/text_aliases.h -------------------------------------------------------------------------------- /textpopup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/textpopup.cpp -------------------------------------------------------------------------------- /textpopup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/textpopup.h -------------------------------------------------------------------------------- /textures.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/textures.c -------------------------------------------------------------------------------- /textures.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/textures.h -------------------------------------------------------------------------------- /threads.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/threads.h -------------------------------------------------------------------------------- /tile_map.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/tile_map.c -------------------------------------------------------------------------------- /tiles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/tiles.h -------------------------------------------------------------------------------- /timers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/timers.c -------------------------------------------------------------------------------- /timers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/timers.h -------------------------------------------------------------------------------- /trade.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/trade.c -------------------------------------------------------------------------------- /trade.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/trade.h -------------------------------------------------------------------------------- /trade_log.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/trade_log.cpp -------------------------------------------------------------------------------- /trade_log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/trade_log.h -------------------------------------------------------------------------------- /translate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/translate.c -------------------------------------------------------------------------------- /translate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/translate.h -------------------------------------------------------------------------------- /update.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/update.c -------------------------------------------------------------------------------- /update.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/update.h -------------------------------------------------------------------------------- /url.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/url.c -------------------------------------------------------------------------------- /url.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/url.h -------------------------------------------------------------------------------- /user_menus.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/user_menus.cpp -------------------------------------------------------------------------------- /user_menus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/user_menus.h -------------------------------------------------------------------------------- /vmath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/vmath.h -------------------------------------------------------------------------------- /weather.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/weather.c -------------------------------------------------------------------------------- /weather.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/weather.h -------------------------------------------------------------------------------- /widgets.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/widgets.c -------------------------------------------------------------------------------- /widgets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/widgets.h -------------------------------------------------------------------------------- /xml/xmlhelper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xml/xmlhelper.cpp -------------------------------------------------------------------------------- /xml/xmlhelper.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xml/xmlhelper.hpp -------------------------------------------------------------------------------- /xor_cipher.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xor_cipher.cpp -------------------------------------------------------------------------------- /xor_cipher.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xor_cipher.hpp -------------------------------------------------------------------------------- /xz/7zCrc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xz/7zCrc.c -------------------------------------------------------------------------------- /xz/7zCrc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xz/7zCrc.h -------------------------------------------------------------------------------- /xz/7zCrcOpt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xz/7zCrcOpt.c -------------------------------------------------------------------------------- /xz/Alloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xz/Alloc.c -------------------------------------------------------------------------------- /xz/Alloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xz/Alloc.h -------------------------------------------------------------------------------- /xz/Bra.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xz/Bra.c -------------------------------------------------------------------------------- /xz/Bra.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xz/Bra.h -------------------------------------------------------------------------------- /xz/Bra86.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xz/Bra86.c -------------------------------------------------------------------------------- /xz/BraIA64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xz/BraIA64.c -------------------------------------------------------------------------------- /xz/CpuArch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xz/CpuArch.c -------------------------------------------------------------------------------- /xz/CpuArch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xz/CpuArch.h -------------------------------------------------------------------------------- /xz/Delta.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xz/Delta.c -------------------------------------------------------------------------------- /xz/Delta.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xz/Delta.h -------------------------------------------------------------------------------- /xz/LzFind.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xz/LzFind.c -------------------------------------------------------------------------------- /xz/LzFind.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xz/LzFind.h -------------------------------------------------------------------------------- /xz/LzHash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xz/LzHash.h -------------------------------------------------------------------------------- /xz/Lzma2Dec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xz/Lzma2Dec.c -------------------------------------------------------------------------------- /xz/Lzma2Dec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xz/Lzma2Dec.h -------------------------------------------------------------------------------- /xz/Lzma2Enc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xz/Lzma2Enc.c -------------------------------------------------------------------------------- /xz/Lzma2Enc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xz/Lzma2Enc.h -------------------------------------------------------------------------------- /xz/LzmaDec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xz/LzmaDec.c -------------------------------------------------------------------------------- /xz/LzmaDec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xz/LzmaDec.h -------------------------------------------------------------------------------- /xz/LzmaEnc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xz/LzmaEnc.c -------------------------------------------------------------------------------- /xz/LzmaEnc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xz/LzmaEnc.h -------------------------------------------------------------------------------- /xz/RotateDefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xz/RotateDefs.h -------------------------------------------------------------------------------- /xz/Sha256.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xz/Sha256.c -------------------------------------------------------------------------------- /xz/Sha256.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xz/Sha256.h -------------------------------------------------------------------------------- /xz/Types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xz/Types.h -------------------------------------------------------------------------------- /xz/Xz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xz/Xz.c -------------------------------------------------------------------------------- /xz/Xz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xz/Xz.h -------------------------------------------------------------------------------- /xz/XzCrc64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xz/XzCrc64.c -------------------------------------------------------------------------------- /xz/XzCrc64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xz/XzCrc64.h -------------------------------------------------------------------------------- /xz/XzDec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xz/XzDec.c -------------------------------------------------------------------------------- /xz/XzEnc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xz/XzEnc.c -------------------------------------------------------------------------------- /xz/XzEnc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raduprv/Eternal-Lands/HEAD/xz/XzEnc.h --------------------------------------------------------------------------------