forked from RSamaium/RPG-JS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
version.txt
188 lines (167 loc) · 3.79 KB
/
version.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
Version Beta 2.0.2 [December 18, 2011]
Added features :
* rpg.onUpdate
* rpg.onEventCall
Modified :
* Interpreter.cmdCall
* rpg.clearMap
* rpg.tick
* Rpg [Constructor]
---------------------------------------------------------------
Version Beta 2.0 [December 08, 2011]
Added features :
* rpg.setCanvasSize
* rpg.addPlugin
* rpg.plugin
Fixed :
* Maps and Events save bug fixed
* delete this.tone if it's already exists.
* Fix Event.nbSequenceX, Event.nbSequenceY, Rpg.changeScreenColorTone() and Scene
* Finish moving if contact
* fixed autotiles and animation (autotiles)
Improvement :
* A-RPG is a plugin
Version Beta 1.0 [September 04, 2011]
---------------------------------------------------------------
Added features :
* rpg.changeScreenColorTone
* rpg.screenFlash
* rpg.addHtmlElement
* rpg.bindMouseEvent
* rpg.clearMap
* rpg.setVariable
* rpg.getVariable
* rpg.mapFreeze
* rpg.save
* rpg.load
* rpg.addPicture
* rpg.erasePicture
* rpg.movePicture
* rpg.rotatePicture
* rpg.addItem
* rpg.removeItem
* rpg.setItem
* rpg.getItem
* rpg.screenShake
* rpg.playBGS
* rpg.playME
* rpg.displayMap
* rpg.setLang
* rpg.toLang
* rpg.battleFormulas
* rpg.battleEffect
* Event.makeExpList
* Event.addExp
* Event.setExp
* Event.setLevel
* Event.setParam
* Event.equipItem
* Event.itemIsEquiped
* Event.removeItemEquiped
* Event.getItemsEquipedByType
* Event.skillsToLearn
* Event.setSkillToLearn
* Event.setClass
* Event.setElements
* Event.learnSkill
* Event.removeSkill
* Event.setSkill
* Event.getSkill
* Event.addState
* Event.removeState
* Event.stateInflicted
* eEvent.detectionEvents
* Event.getElementById
* Event.setMouseElement
* Cache.getMapGraphics
* Cache.setMapGraphics
* Cache.path
* Cache.progressLoad
* Cache.finishLoad
* Window.drawText
* Window.setPosition
* Window.setOpacity
* Window.setBackOpacity
* Window.setContentOpacity
* Window.setCursorSize
* Window.setSize
* Window.clear
* Window.addCommand
* Window.isActive
* Window.selectable
* Window.moveCursor
Added propreties :
* Event.exp
* Even.params
* Event.currentLevel
* Event.currentExp
* Event.maxLevel
* Event.elements
* Event.states
* Event.className
* Event.width
* Event.height
* Event.setTypeMove
* Rpg.skills
* Rpg.items
* Window.index
* Window.scene
* Window.active
* Window.isSelectable
* Window.commands
* Window.containerParent
* Window.height
* Window.width
Add classes :
* Input
* Effect
* Scene
* Interpreter
Fix :
* Sound Firefox
* Adjusting the sound
* Action after change in appearance
* Display text (Opera)
* Moving an event
Improvement :
* Loading
* Map generated
* Add Own Event Command
* Data as JSON
* Loading a map encoded (base64) - Possible
* Movement by pixel
* Contact an event
* Add external calls
* Internationalization
* Moving more realistic (key)
* Playing with the mouse
* Adding DOM elements
* Detection of an event (trigger condition)
Alpha 2.0 [May 7, 2011]
----------------------------------------------------------------------
Fixed direction according to a new page
Fixed regX and regY of event
Fixed through event
Improved command "move_route" : add property "step_backward"
Fixed direction fix
Improved documentation
Added commandsExit() in Event.js
Added command "call" in event
Fixed local switches to an event (keep in memory)
Fixed Initial Scrolling
Added callCommandsEvent()
Fixed Change in appearance event
Fixed stop motion of the event when we interact with
Improved demo
Fixed Detecting player (ABS)
Improved the superposition of events
Fixed Interaction event in touch
Fixed Interaction event (Firefox 4)
Fixed Comment in a "Event" (as the server)
Fixed Transfert
Improvement of the player transfers to another map (see property "transfert" for loadMap())
Fixed music volume
Added compatibility sounds for all browsers
Alpha 1.0 [April 10, 2011]
----------------------------------------------------------------------
Initial release.