ifmapper 0.9.9 → 1.0.0
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 +36 -1
- data/IFMapper.gemspec +28 -0
- data/TODO.txt +1 -0
- data/docs/{index.html → en/index.html} +1 -1
- data/docs/{start.html → en/start.html} +6 -6
- data/docs/es/index.html +120 -0
- data/docs/es/start.html +1282 -0
- data/lib/IFMapper/FXConnection.rb +2 -2
- data/lib/IFMapper/FXConnectionDialogBox.rb +8 -26
- data/lib/IFMapper/FXMap.rb +36 -33
- data/lib/IFMapper/FXMapColorBox.rb +13 -16
- data/lib/IFMapper/FXMapDialogBox.rb +7 -7
- data/lib/IFMapper/FXMapFileDialog.rb +9 -4
- data/lib/IFMapper/FXMapperSettings.rb +162 -32
- data/lib/IFMapper/FXMapperWindow.rb +197 -202
- data/lib/IFMapper/FXRoomDialogBox.rb +12 -9
- data/lib/IFMapper/FXRoomList.rb +3 -3
- data/lib/IFMapper/FXSection.rb +1 -1
- data/lib/IFMapper/Inform7Writer.rb +103 -26
- data/lib/IFMapper/InformWriter.rb +15 -3
- data/lib/IFMapper/Room.rb +0 -11
- data/lib/IFMapper/TADSWriter.rb +15 -2
- data/lib/IFMapper/TranscriptDialogBox.rb +15 -103
- data/lib/IFMapper/locales/en/Messages.rb +435 -0
- data/lib/IFMapper/locales/es/Messages.rb +440 -0
- data/lib/IFMapper/locales/es/Messages_iso-8859-1.rb +440 -0
- data/lib/IFMapper/locales/es/runme.sh +3 -0
- data/maps/CityOfSecrets.map +0 -0
- data/maps/Janitor.map +0 -0
- metadata +28 -21
data/maps/CityOfSecrets.map
CHANGED
Binary file
|
data/maps/Janitor.map
CHANGED
Binary file
|
metadata
CHANGED
@@ -3,12 +3,12 @@ rubygems_version: 0.8.11
|
|
3
3
|
specification_version: 1
|
4
4
|
name: ifmapper
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.
|
7
|
-
date: 2006-
|
6
|
+
version: 1.0.0
|
7
|
+
date: 2006-07-29 00:00:00 -03:00
|
8
8
|
summary: Interactive Fiction Mapping Tool.
|
9
9
|
require_paths:
|
10
10
|
- lib
|
11
|
-
email:
|
11
|
+
email: GGarramuno@aol.com, ggarra@advancedsl.com.ar
|
12
12
|
homepage: http://www.rubyforge.org/projects/ifmapper/
|
13
13
|
rubyforge_project: ifmapper
|
14
14
|
description: Interactive Fiction Mapping Tool.
|
@@ -30,43 +30,48 @@ authors:
|
|
30
30
|
files:
|
31
31
|
- IFMapper.rbw
|
32
32
|
- bin/IFMapper
|
33
|
+
- IFMapper.gemspec
|
33
34
|
- lib/IFMapper/FXSpline.rb
|
34
35
|
- lib/IFMapper/FXRoom.rb
|
35
36
|
- lib/IFMapper/FXSectionDialogBox.rb
|
36
|
-
- lib/IFMapper/FXConnection.rb
|
37
|
-
- lib/IFMapper/FXMapColorBox.rb
|
38
37
|
- lib/IFMapper/IFMReader.rb
|
39
38
|
- lib/IFMapper/FXWarningBox.rb
|
40
39
|
- lib/IFMapper/IFMWriter.rb
|
41
|
-
- lib/IFMapper/FXMapperSettings.rb
|
42
40
|
- lib/IFMapper/AStar.rb
|
43
41
|
- lib/IFMapper/Connection.rb
|
44
42
|
- lib/IFMapper/FXDCPostscript.rb
|
45
43
|
- lib/IFMapper/MapPrinting.rb
|
46
44
|
- lib/IFMapper/FXDCPrint.rb
|
47
|
-
- lib/IFMapper/FXMapDialogBox.rb
|
48
45
|
- lib/IFMapper/InformReader.rb
|
49
|
-
- lib/IFMapper/FXSection.rb
|
50
46
|
- lib/IFMapper/TADSReader.rb
|
51
47
|
- lib/IFMapper/GUEReader.rb
|
52
|
-
- lib/IFMapper/FXRoomDialogBox.rb
|
53
|
-
- lib/IFMapper/FXConnectionDialogBox.rb
|
54
48
|
- lib/IFMapper/MapReader.rb
|
55
49
|
- lib/IFMapper/FXAboutDialogBox.rb
|
56
50
|
- lib/IFMapper/FXSearchDialogBox.rb
|
57
51
|
- lib/IFMapper/Section.rb
|
58
52
|
- lib/IFMapper/Map.rb
|
59
|
-
- lib/IFMapper/TranscriptDialogBox.rb
|
60
53
|
- lib/IFMapper/PDFMapExporter.rb
|
61
|
-
- lib/IFMapper/
|
54
|
+
- lib/IFMapper/TranscriptReader.rb
|
62
55
|
- lib/IFMapper/FXMap.rb
|
63
|
-
- lib/IFMapper/
|
56
|
+
- lib/IFMapper/FXRoomDialogBox.rb
|
57
|
+
- lib/IFMapper/FXSection.rb
|
58
|
+
- lib/IFMapper/FXConnectionDialogBox.rb
|
59
|
+
- lib/IFMapper/FXConnection.rb
|
64
60
|
- lib/IFMapper/Room.rb
|
65
|
-
- lib/IFMapper/
|
61
|
+
- lib/IFMapper/FXRoomList.rb
|
62
|
+
- lib/IFMapper/FXMapFileDialog.rb
|
63
|
+
- lib/IFMapper/FXMapColorBox.rb
|
66
64
|
- lib/IFMapper/InformWriter.rb
|
67
65
|
- lib/IFMapper/TADSWriter.rb
|
68
66
|
- lib/IFMapper/Inform7Writer.rb
|
67
|
+
- lib/IFMapper/FXMapDialogBox.rb
|
68
|
+
- lib/IFMapper/TranscriptDialogBox.rb
|
69
69
|
- lib/IFMapper/FXMapperWindow.rb
|
70
|
+
- lib/IFMapper/FXMapperSettings.rb
|
71
|
+
- lib/IFMapper/locales/en/Messages.rb
|
72
|
+
- lib/IFMapper/locales/es/Messages_iso-8859-1.rb
|
73
|
+
- lib/IFMapper/locales/es/Messages.rb
|
74
|
+
- lib/IFMapper/locales/es/runme.sh
|
70
75
|
- maps/Zork_Zero.ifm
|
71
76
|
- maps/anchor.ifm
|
72
77
|
- maps/atrox.ifm
|
@@ -210,9 +215,6 @@ files:
|
|
210
215
|
- icons/room_w.gif
|
211
216
|
- HISTORY.txt
|
212
217
|
- TODO.txt
|
213
|
-
- docs/index.html
|
214
|
-
- docs/images
|
215
|
-
- docs/start.html
|
216
218
|
- docs/images/IFMapper_main.gif
|
217
219
|
- docs/images/room_description.gif
|
218
220
|
- docs/images/room_small.gif
|
@@ -220,6 +222,10 @@ files:
|
|
220
222
|
- docs/images/connection_menu.gif
|
221
223
|
- docs/images/complex_connection.gif
|
222
224
|
- docs/images/automap.gif
|
225
|
+
- docs/es/index.html
|
226
|
+
- docs/es/start.html
|
227
|
+
- docs/en/start.html
|
228
|
+
- docs/en/index.html
|
223
229
|
test_files: []
|
224
230
|
|
225
231
|
rdoc_options: []
|
@@ -227,9 +233,6 @@ rdoc_options: []
|
|
227
233
|
extra_rdoc_files:
|
228
234
|
- HISTORY.txt
|
229
235
|
- TODO.txt
|
230
|
-
- docs/index.html
|
231
|
-
- docs/images
|
232
|
-
- docs/start.html
|
233
236
|
- docs/images/IFMapper_main.gif
|
234
237
|
- docs/images/room_description.gif
|
235
238
|
- docs/images/room_small.gif
|
@@ -237,6 +240,10 @@ extra_rdoc_files:
|
|
237
240
|
- docs/images/connection_menu.gif
|
238
241
|
- docs/images/complex_connection.gif
|
239
242
|
- docs/images/automap.gif
|
243
|
+
- docs/es/index.html
|
244
|
+
- docs/es/start.html
|
245
|
+
- docs/en/start.html
|
246
|
+
- docs/en/index.html
|
240
247
|
executables: []
|
241
248
|
|
242
249
|
extensions: []
|
@@ -251,7 +258,7 @@ dependencies:
|
|
251
258
|
requirements:
|
252
259
|
- - ">="
|
253
260
|
- !ruby/object:Gem::Version
|
254
|
-
version: 1.
|
261
|
+
version: 1.6.0
|
255
262
|
version:
|
256
263
|
- !ruby/object:Gem::Dependency
|
257
264
|
name: pdf-writer
|