Skip to content

Commit

Permalink
Merge pull request #224 from fiendish/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
fiendish committed Nov 16, 2015
2 parents 4f688e9 + deeb1df commit 69104ad
Show file tree
Hide file tree
Showing 40 changed files with 3,515 additions and 1,797 deletions.
6 changes: 6 additions & 0 deletions MUSHclient/AardwolfPackageChanges.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Aardwolf Client Package Major Changes List

r1835 snapshot:
- new feature: the package update plugin now actually tries to update the package in place for you instead of just pointing to a download link.
- new feature: using async io with the "async" require is now a lot easier.
- bug fix: fixes an error on loading the bigmap plugin if the gmcp mapper is absent
- misc change: updated to MUSHclient 4.99 ( see release notes http://www.mushclient.com/scripts/showrelnote.php )

r1830 snapshot:
- bug fix: should fix a bug reported with the GMCP mapper where adjacent from starting room cexits weren't being used.
- misc change: The GMCP mapper is now more thorough about database integrity checks because several reported bugs occured because of database file integrity errors.
Expand Down
Binary file modified MUSHclient/MUSHCLIENT.HLP
Binary file not shown.
Binary file removed MUSHclient/MUSHclient.GID
Binary file not shown.
Empty file modified MUSHclient/MUSHclient.exe
100755 → 100644
Empty file.
34 changes: 19 additions & 15 deletions MUSHclient/MUSHclient.ini
Original file line number Diff line number Diff line change
@@ -1,47 +1,48 @@
[CtrlBars-Summary]
Bars=7
ScreenCX=1280
ScreenCY=800
ScreenCX=1920
ScreenCY=1080
[CtrlBars-Bar0]
BarID=59392
XPos=-2
YPos=-2
Docking=1
MRUDockID=59419
MRUDockLeftPos=-1
MRUDockLeftPos=-2
MRUDockTopPos=-2
MRUDockRightPos=264
MRUDockRightPos=263
MRUDockBottomPos=24
MRUFloatStyle=8196
MRUFloatXPos=-1
MRUFloatXPos=-2
MRUFloatYPos=0
[CtrlBars-Bar1]
BarID=59393
[CtrlBars-Bar2]
BarID=128
XPos=502
XPos=753
YPos=-2
MRUWidth=467
Docking=1
MRUDockID=59419
MRUDockLeftPos=502
MRUDockLeftPos=753
MRUDockTopPos=-2
MRUDockRightPos=980
MRUDockRightPos=1231
MRUDockBottomPos=24
MRUFloatStyle=8196
MRUFloatXPos=-1
MRUFloatXPos=-2
MRUFloatYPos=0
[CtrlBars-Bar3]
BarID=32944
XPos=263
XPos=395
YPos=-2
Docking=1
MRUDockID=59419
MRUDockLeftPos=263
MRUDockLeftPos=395
MRUDockTopPos=-2
MRUDockRightPos=504
MRUDockRightPos=636
MRUDockBottomPos=24
MRUFloatStyle=8196
MRUFloatXPos=-1
MRUFloatXPos=-2
MRUFloatYPos=0
[CtrlBars-Bar4]
BarID=32988
Expand All @@ -55,7 +56,7 @@ MRUDockTopPos=-2
MRUDockRightPos=1005
MRUDockBottomPos=19
MRUFloatStyle=4
MRUFloatXPos=-1
MRUFloatXPos=-2
MRUFloatYPos=0
[CtrlBars-Bar5]
BarID=59419
Expand All @@ -72,4 +73,7 @@ Bar#0=0
Bar#1=32988
Bar#2=0
[Recent File List]
File1=.\worlds\Aardwolf.mcl
File1=Z:\home\avi\Documents\aardwolfclientpackage\MUSHclient\worlds\Aardwolf.mcl
File2=Z:\home\avi\Documents\aardwolfclientpackage\MUSHclient\worlds\testport.mcl
File3=Z:\home\avi\Documents\aardwolfclientpackage\MUSHclient\worlds\plugins\#sub.xml
File4=.\worlds\Aardwolf.mcl
Binary file modified MUSHclient/help.db
Binary file not shown.
File renamed without changes.

0 comments on commit 69104ad

Please sign in to comment.