Browse Source

Minor changes on README.markdown, changed screenshot, add references on merging of nickloose's changes.

Manoel Trapier 13 years ago
parent
commit
ae40d13174
3 changed files with 19 additions and 5 deletions
  1. 2 0
      Classes/IJInventoryWindowController.m
  2. 9 2
      Credits.rtf
  3. 8 3
      README.markdown

+ 2 - 0
Classes/IJInventoryWindowController.m

@@ -4,6 +4,8 @@
 //
 //  Created by Adam Preble on 10/7/10.
 //  Copyright 2010 Adam Preble. All rights reserved.
+//  Changes for SMP World (external player support) ©2011 Manoel Trapier
+//  Changes for searching Named SSP world and GUI changes ©2011 Nickloose
 //
 
 #import "IJInventoryWindowController.h"

+ 9 - 2
Credits.rtf

@@ -6,7 +6,11 @@
 
 \f0\fs20 \cf0 A Minecraft Inventory Editor - SMP Friendly Version\
 \
-{\field{\*\fldinst{HYPERLINK "http://github.com/godzil/InsideJob"}}{\fldrslt http://github.com/godzil/InsideJob}}\
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc\pardirnatural
+{\field{\*\fldinst{HYPERLINK "http://github.com/godzil/InsideJob"}}{\fldrslt \cf0 http://github.com/godzil/InsideJob}}\
+\
+Changes merged from Nickloose fork:\
+{\field{\*\fldinst{HYPERLINK "http://github.com/preble/InsideJob"}}{\fldrslt http://github.com/nickloose/InsideJob}}\
 \
 Forked from original version by Adam Preble:\
 {\field{\*\fldinst{HYPERLINK "http://adampreble.net"}}{\fldrslt http://adampreble.net}}\
@@ -18,4 +22,7 @@ Compiled by Trojam\
 and the Minecraft Community\
 \
 Uses MAAttachedWindow\
-by {\field{\*\fldinst{HYPERLINK "http://mattgemmell.com/"}}{\fldrslt Matt Gemmell}}}
+by {\field{\*\fldinst{HYPERLINK "http://mattgemmell.com/"}}{\fldrslt Matt Gemmell}}\
+\
+Uses NSFileManager\
+by Matt Gallagher}

+ 8 - 3
README.markdown

@@ -2,7 +2,7 @@
 
 ### A Minecraft Alpha Inventory Editor for Mac OS X
 
-![Inside Job Screenshot](http://adampreble.net/images/InsideJob.png)
+![Inside Job Screenshot](http://godzil.net/projets/InsideJobs/InsideJobs-SMP.png)
 
 Inside Job was written in early October 2010 by [Adam Preble](http://adampreble.net).
 
@@ -40,11 +40,16 @@ After changing your inventory you will need to save the currently open world usi
 
 ### Release Notes
 
+#### 1.0.2-smp - March 11, 2011
+
+- Now players .dat file are correctly listed and selectable, we even can save it!
+- Merges changes from Nickloose, we are now able to list SSP worlds and open them.
+- Minor other changes
+
 #### 1.0.2-smp - March 5, 2011
 
 - Major changes on world internal selection, we no longuer use World Index as ID, but the world path. We currently still have "slots" on the interface, but it should be changed soon to use a popup button with the list of worlds.
-- Now we have separated level.dat form player.dat for beeing SMP friendly.
-- Start to use externalised resources string to be more easy to translate the app.
+- Now we have separated level.dat from player.dat for beeing SMP friendly.
 - Add missing Redstone repeater
 - Forked from official version