merge gamedir-languages repository into gamedir-languages/ subdirectory

Full history of majcosta/gamedir-languages imported via git filter-repo
--to-subdirectory-filter. Blobs unreachable from its HEAD whose content
is binary (11847, NUL-byte sniff as git does it) were stripped; text
file history is kept in full. Working tree content is identical to
gamedir-languages HEAD; verify with:
  git diff --stat gl/master HEAD -- gamedir-languages/
This commit is contained in:
Marco Antonio J. Costa
2026-07-28 19:08:02 -03:00
28885 changed files with 469952 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
root = true
[*.{js,json,yml,yaml}]
charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true
[*.{ini,INI,xml,XML}]
# need to make sure existing files are converted to utf8 first
#charset = utf-8
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
+30
View File
@@ -0,0 +1,30 @@
name: trigger-source
on:
push:
branches:
- 'main'
- 'master'
permissions:
actions: write
jobs:
trigger:
runs-on: ubuntu-latest
if: github.repository_owner == '1dot13'
steps:
- uses: actions/github-script@v6
with:
# add a valid token as secret to 1dot13 organisation
github-token: ${{ secrets.DISPATCH_1DOT13_SOURCE }}
script: |
github.rest.actions.createWorkflowDispatch({
owner: '1dot13',
repo: 'source',
workflow_id: 'release.yml',
ref: 'master',
inputs: {
assemble_release: true
}
});
+1
View File
@@ -0,0 +1 @@
.idea/
@@ -0,0 +1,66 @@
--[[
This file (or its localized versions respectively) are included in
"initunderground.lua" to provide the underground sector names.
Make sure to save this file as UTF-8, preferably with BOM signature in
order to help editors to not mess up the encoding. Also make sure to not
save BOM in any other script unless it explicitly allows that.
]]
sectornames = {
["A10-1"] = "Rebel Hideout",
["J9-1"] = "Tixa Dungeon",
["J9-2"] = "Tixa Dungeon",
["K4-1"] = "Orta Basement",
["O3-1"] = "Tunnel",
["P3-1"] = "Shelter",
["B2-1"] = "Chitzena Mine",
["D4-1"] = "San Mona Mine",
["D5-1"] = "San Mona Mine",
["D13-1"] = "Drassen Mine",
["E13-1"] = "Drassen Mine",
["E13-2"] = "Drassen Mine",
["F13-2"] = "Drassen Mine",
["G13-2"] = "Drassen Mine",
["G13-3"] = "Drassen Mine",
["F13-3"] = "Drassen Mine",
["H8-1"] = "Cambria Mine",
["H9-1"] = "Cambria Mine",
["H9-2"] = "Cambria Mine",
["H8-2"] = "Cambria Mine",
["H8-3"] = "Cambria Mine",
["I8-3"] = "Cambria Mine",
["J8-3"] = "Cambria Mine",
["I14-1"] = "Alma Mine",
["J14-1"] = "Alma Mine",
["J14-2"] = "Alma Mine",
["J13-2"] = "Alma Mine",
["J13-3"] = "Alma Mine",
["K13-3"] = "Alma Mine",
["H3-1"] = "Grumm Mine",
["I3-1"] = "Grumm Mine",
["I3-2"] = "Grumm Mine",
["H3-2"] = "Grumm Mine",
["H4-2"] = "Grumm Mine",
["H4-3"] = "Grumm Mine",
["G4-3"] = "Grumm Mine",
["P1-1"] = "Demoville",
["P1-2"] = "Demoville",
creatureLair = "Creature Lair",
}
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff

Some files were not shown because too many files have changed in this diff Show More