ifmapper 0.9.7 → 0.9.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/HISTORY.txt +32 -0
- data/bin/IFMapper +31 -0
- data/docs/images/IFMapper_main.gif +0 -0
- data/docs/images/automap.gif +0 -0
- data/docs/images/complex_connection.gif +0 -0
- data/docs/images/connection.gif +0 -0
- data/docs/images/connection_menu.gif +0 -0
- data/docs/images/room_description.gif +0 -0
- data/docs/images/room_small.gif +0 -0
- data/docs/index.html +24 -0
- data/docs/start.html +516 -0
- data/docs/start.html~ +516 -0
- data/lib/IFMapper/FXMap.rb +35 -0
- data/lib/IFMapper/FXMapperWindow.rb +25 -6
- data/lib/IFMapper/Map.rb +4 -0
- data/lib/IFMapper/PDFMapExporter.rb +20 -15
- data/lib/IFMapper/Section.rb +9 -2
- data/lib/IFMapper/TADSWriter.rb +1 -1
- data/lib/IFMapper/TranscriptDialogBox.rb +175 -175
- data/lib/IFMapper/TranscriptReader.rb +58 -22
- data/maps/anchor.map +0 -0
- data/maps/building.map +0 -0
- data/maps/distress.map +0 -0
- data/maps/gamlet.map +0 -0
- data/maps/guilty_bastards.map +0 -0
- data/maps/splashdown.map +0 -0
- data/maps/squarecircle.map +0 -0
- data/maps/vespers.map +0 -0
- data/maps/xtcontest.map +0 -0
- metadata +41 -13
- data/IFMapper.gemspec +0 -21
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.10
|
|
3
3
|
specification_version: 1
|
4
4
|
name: ifmapper
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.9.
|
7
|
-
date:
|
6
|
+
version: 0.9.8
|
7
|
+
date: 2006-03-13
|
8
8
|
summary: Interactive Fiction Mapping Tool.
|
9
9
|
require_paths:
|
10
10
|
- lib
|
@@ -28,12 +28,10 @@ authors:
|
|
28
28
|
- Gonzalo Garramuno
|
29
29
|
files:
|
30
30
|
- IFMapper.rbw
|
31
|
-
-
|
32
|
-
- lib/IFMapper/Map.rb
|
31
|
+
- bin/IFMapper
|
33
32
|
- lib/IFMapper/FXSpline.rb
|
34
33
|
- lib/IFMapper/FXRoom.rb
|
35
34
|
- lib/IFMapper/FXSectionDialogBox.rb
|
36
|
-
- lib/IFMapper/Section.rb
|
37
35
|
- lib/IFMapper/FXConnection.rb
|
38
36
|
- lib/IFMapper/FXMapColorBox.rb
|
39
37
|
- lib/IFMapper/IFMReader.rb
|
@@ -41,14 +39,11 @@ files:
|
|
41
39
|
- lib/IFMapper/IFMWriter.rb
|
42
40
|
- lib/IFMapper/FXMapperSettings.rb
|
43
41
|
- lib/IFMapper/AStar.rb
|
44
|
-
- lib/IFMapper/FXMapperWindow.rb
|
45
42
|
- lib/IFMapper/Connection.rb
|
46
43
|
- lib/IFMapper/FXDCPostscript.rb
|
47
44
|
- lib/IFMapper/MapPrinting.rb
|
48
45
|
- lib/IFMapper/FXDCPrint.rb
|
49
46
|
- lib/IFMapper/Room.rb
|
50
|
-
- lib/IFMapper/PDFMapExporter.rb
|
51
|
-
- lib/IFMapper/TranscriptReader.rb
|
52
47
|
- lib/IFMapper/FXMapDialogBox.rb
|
53
48
|
- lib/IFMapper/InformReader.rb
|
54
49
|
- lib/IFMapper/InformWriter.rb
|
@@ -56,14 +51,20 @@ files:
|
|
56
51
|
- lib/IFMapper/TADSReader.rb
|
57
52
|
- lib/IFMapper/GUEReader.rb
|
58
53
|
- lib/IFMapper/FXMapFileDialog.rb
|
59
|
-
- lib/IFMapper/TADSWriter.rb
|
60
54
|
- lib/IFMapper/FXRoomDialogBox.rb
|
61
55
|
- lib/IFMapper/FXConnectionDialogBox.rb
|
62
56
|
- lib/IFMapper/MapReader.rb
|
63
|
-
- lib/IFMapper/TranscriptDialogBox.rb
|
64
57
|
- lib/IFMapper/FXRoomList.rb
|
65
58
|
- lib/IFMapper/FXAboutDialogBox.rb
|
66
59
|
- lib/IFMapper/FXSearchDialogBox.rb
|
60
|
+
- lib/IFMapper/TADSWriter.rb
|
61
|
+
- lib/IFMapper/FXMap.rb
|
62
|
+
- lib/IFMapper/Section.rb
|
63
|
+
- lib/IFMapper/Map.rb
|
64
|
+
- lib/IFMapper/TranscriptDialogBox.rb
|
65
|
+
- lib/IFMapper/TranscriptReader.rb
|
66
|
+
- lib/IFMapper/FXMapperWindow.rb
|
67
|
+
- lib/IFMapper/PDFMapExporter.rb
|
67
68
|
- maps/Zork_Zero.ifm
|
68
69
|
- maps/anchor.ifm
|
69
70
|
- maps/atrox.ifm
|
@@ -160,6 +161,13 @@ files:
|
|
160
161
|
- maps/History Repeating.map
|
161
162
|
- maps/Unforgotten.map
|
162
163
|
- maps/splashdown.map
|
164
|
+
- maps/xtcontest.map
|
165
|
+
- maps/vespers.map
|
166
|
+
- maps/distress.map
|
167
|
+
- maps/building.map
|
168
|
+
- maps/gamlet.map
|
169
|
+
- maps/squarecircle.map
|
170
|
+
- maps/guilty_bastards.map
|
163
171
|
- icons/filenew.png
|
164
172
|
- icons/fileopen.png
|
165
173
|
- icons/filesave.png
|
@@ -195,13 +203,33 @@ files:
|
|
195
203
|
- icons/room_w.gif
|
196
204
|
- HISTORY.txt
|
197
205
|
- TODO.txt
|
198
|
-
-
|
206
|
+
- docs/start.html~
|
207
|
+
- docs/index.html
|
208
|
+
- docs/images
|
209
|
+
- docs/start.html
|
210
|
+
- docs/images/IFMapper_main.gif
|
211
|
+
- docs/images/room_description.gif
|
212
|
+
- docs/images/room_small.gif
|
213
|
+
- docs/images/connection.gif
|
214
|
+
- docs/images/connection_menu.gif
|
215
|
+
- docs/images/complex_connection.gif
|
216
|
+
- docs/images/automap.gif
|
199
217
|
test_files: []
|
200
218
|
rdoc_options: []
|
201
219
|
extra_rdoc_files:
|
202
220
|
- HISTORY.txt
|
203
221
|
- TODO.txt
|
204
|
-
-
|
222
|
+
- docs/start.html~
|
223
|
+
- docs/index.html
|
224
|
+
- docs/images
|
225
|
+
- docs/start.html
|
226
|
+
- docs/images/IFMapper_main.gif
|
227
|
+
- docs/images/room_description.gif
|
228
|
+
- docs/images/room_small.gif
|
229
|
+
- docs/images/connection.gif
|
230
|
+
- docs/images/connection_menu.gif
|
231
|
+
- docs/images/complex_connection.gif
|
232
|
+
- docs/images/automap.gif
|
205
233
|
executables: []
|
206
234
|
extensions: []
|
207
235
|
requirements: []
|
@@ -214,7 +242,7 @@ dependencies:
|
|
214
242
|
-
|
215
243
|
- ">="
|
216
244
|
- !ruby/object:Gem::Version
|
217
|
-
version: 1.2.
|
245
|
+
version: 1.2.16
|
218
246
|
version:
|
219
247
|
- !ruby/object:Gem::Dependency
|
220
248
|
name: pdf-writer
|
data/IFMapper.gemspec
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
require "rubygems"
|
2
|
-
|
3
|
-
spec = Gem::Specification.new do |spec|
|
4
|
-
spec.name = "ifmapper"
|
5
|
-
spec.version = '0.9.7'
|
6
|
-
spec.author = "Gonzalo Garramuno"
|
7
|
-
spec.email = 'ggarram@advance.dsl.com.ar'
|
8
|
-
spec.homepage = 'http://www.rubyforge.org/projects/ifmapper/'
|
9
|
-
spec.summary = 'Interactive Fiction Mapping Tool.'
|
10
|
-
spec.require_path = "lib"
|
11
|
-
spec.files = ['IFMapper.rbw'] + Dir.glob("lib/IFMapper/*.rb") + Dir.glob("maps/*.ifm") + Dir.glob("maps/*.map") + Dir.glob("icons/*")
|
12
|
-
spec.description = <<-EOF
|
13
|
-
Interactive Fiction Mapping Tool.
|
14
|
-
EOF
|
15
|
-
spec.add_dependency("fxruby", ">= 1.2.6")
|
16
|
-
spec.add_dependency("pdf-writer", ">= 1.1.1")
|
17
|
-
spec.extra_rdoc_files = ["HISTORY.txt", "TODO.txt", "IFMapper.gemspec"]
|
18
|
-
spec.has_rdoc = true
|
19
|
-
spec.rubyforge_project = 'ifmapper'
|
20
|
-
spec.required_ruby_version = '>= 1.8.0'
|
21
|
-
end
|