Skip to content

Commit

Permalink
link to github instead of gdprogra.me
Browse files Browse the repository at this point in the history
gdprogra.me is dead for long time now
gd-programming/gd.docs#124
  • Loading branch information
xBZZZZ committed Jun 7, 2023
1 parent 0d33de6 commit 8890db1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions src/js/main_gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ push_gui(gui_div_with_html(false,
<input class="thiccb" type="button" value="open empty dict editor" onclick="push_dict_editor([],&quot;fake root&quot;);"/>\
<hr/>\
<input class="thiccb" type="button" value="about CC*.dat files" onclick="push_ccatricle();"/>\
<a class="btn thiccb" href="https://gdprogra.me/#/resources/client/gamesave" rel="noreferrer" target="_blank"><q cite="https://gdprogra.me/#/resources/client/gamesave">Client Gamesave Resource</q> on gdprogra.me (if dead use link below)</a>\
<a class="btn thiccb" href="https://github.com/gd-programming/gd.docs/blob/docs/docs/client/gamesave.md" rel="noreferrer" target="_blank"><q cite="https://github.com/gd-programming/gd.docs/blob/docs/docs/client/gamesave.md">Client Gamesave Resource</q> on gdprogra.me (github, <em>docs</em> branch)</a>\
<a class="btn thiccb" href="https://github.com/gd-programming/gd.docs/blob/docs/docs/resources/client/gamesave.md" rel="noreferrer" target="_blank"><q cite="https://github.com/gd-programming/gd.docs/blob/docs/docs/client/gamesave.md">Client Gamesave Resource</q> on gdprogra.me (github, <em>docs</em> branch)</a>\
<a class="btn thiccb" href="https://github.com/xBZZZZ/gdccdated/issues" rel="noreferrer" target="_blank">report bug or suggestion on github</a>'+(
git_commit?
'<a class="git_commit" href="https://github.com/xBZZZZ/gdccdated/commit/'+git_commit+'" rel="noreferrer" target="_blank">git commit '+git_commit+'</a>':
Expand Down
6 changes: 3 additions & 3 deletions src/js/obj_editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ ObjEditor.prototype.init_edit_dialog=function(){
(this.dialog_value_help_pre=cre('pre')).setAttribute('style','margin:0;white-space:pre-wrap;');
el.appendChild(this.dialog_value_help_fieldset=el2);
root.appendChild(el);
root.insertAdjacentHTML('beforeend','<a href="https://gdprogra.me/#/resources/client/level-components/level-object" rel="noreferrer" target="_blank" style="grid-column-start:1;grid-column-end:3;margin-right:auto;"><q cite="https://gdprogra.me/#/resources/client/level-components/level-object">Level Object</q> on gdprogra.me</a>');
root.insertAdjacentHTML('beforeend','<a href="https://github.com/gd-programming/gd.docs/blob/docs/docs/resources/client/level-components/level-object.md" rel="noreferrer" target="_blank" style="grid-column-start:1;grid-column-end:3;margin-right:auto;"><q cite="https://github.com/gd-programming/gd.docs/blob/docs/docs/resources/client/level-components/level-object.md">Level Object</q> on gdprogra.me</a>');
this.dialog=root;
};

Expand Down Expand Up @@ -410,7 +410,7 @@ arr=[ 'objects',
['kA8','start dual','0','no','1','yes'],
['kA9','menu type','0','level','1','start pos','default is <strong>menu type=level&#9205;kA9,0</strong><hr/><strong>menu type=level&#9205;kA9,0</strong> is like gear button in editor&#10;<strong>menu type=start pos&#9205;kA9,1</strong> is like start pos edit object<hr/>first object in level having <strong>menu type=start pos&#9205;kA9,1</strong> will make:<ul><li>editor gear button open menu like start pos edit object</li><li>colors (kS38) don&apos;t work</li><li>lots of properties don&apos;t survive editor saving</li></ul>start pos having <strong>menu type=level&#9205;kA9,0</strong> will crash game when you click edit object'],
['kA11','start flipped gravity','0','no','1','yes'],
['kA14','music lines',linkf('https://gdprogra.me/#/resources/client/level-components/guideline-string')],
['kA14','music lines',linkf('https://github.com/gd-programming/gd.docs/blob/docs/docs/resources/client/level-components/guideline-string.md')],
['kA15','song fade in','0','no','1','yes'],
['kA16','song fade out','0','no','1','yes'],
['kA17','G/Line','<strong>0</strong> in data is <strong>1</strong> in editor&#10;<strong>1</strong> in data is <strong>1</strong> in editor&#10;<strong>2</strong> in data is <strong>2</strong> in editor'+img(421,936,137,66)],
Expand All @@ -419,7 +419,7 @@ arr=[ 'objects',
['kA21','disable start pos (2.2)','0','no','1','yes','<ul class="linside"><li>does nothing on level start</li><li>level can be verified if there are only disabled <strong>start pos</strong>es</li></ul>'],
['kA24','start centered camera (2.2)','0','no','1','yes'],
['kA25','MG (2.2)','<strong>0</strong> and <strong>1</strong> are different middlegrounds (unlike BG (kA6) and G (kA7))'],
['kS38','colors',linkf('https://gdprogra.me/#/resources/client/level-components/color-string')],
['kS38','colors',linkf('https://github.com/gd-programming/gd.docs/blob/docs/docs/resources/client/level-components/color-string.md')],
'triggers',
['11','touch triggered','0','no','1','yes'],
['62','spawn triggered','0','no','1','yes'],
Expand Down
2 changes: 1 addition & 1 deletion src/js/structures.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ var structures={
return name_item?'local level '+JSON.stringify(name_item.value)+(lookup('k4',d)?' (yes level data)':' (no level data)'):null;
},
'changers':[
'<a href="https://gdprogra.me/#/resources/client/level" rel="noreferrer" target="_blank">level documentation</a>',
'<a href="https://github.com/gd-programming/gd.docs/blob/docs/docs/resources/client/level.md" rel="noreferrer" target="_blank">level documentation</a>',
new StrChanger('level name','k2','s','textarea'),
{
'__proto__':changerproto,
Expand Down

0 comments on commit 8890db1

Please sign in to comment.