-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNEWS
More file actions
127 lines (100 loc) · 3.7 KB
/
NEWS
File metadata and controls
127 lines (100 loc) · 3.7 KB
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
JumpLab NEWS - Overview of changes
==================================
Version 1.4.0 (2025.4.2)
-------------------------
* 'Show bounding box' toggle has been added to 'Misc' tab.
* Camera parameter improves:
- New parameter 'focusResettingSpeed' has been added.
- The upper limit of the 'focusingSpeed' has been changed to 10.
* New character 'tofu' has been added.
* Background image has been made tileable.
- Now the size of the level can be larger than 48x22.
* 'Reload level' button has been added.
- You can edit the level data (CSV file) in another application and reload the modified data
at runtime.
* Now the level data can be reloaded during the runtime.
* Now you can take a screenshot image by pressing 's' key.
* Some minor bug fixes and code cleanups.
Version 1.3.0 (2021.8.19)
-------------------------
* The format of the setting files (default, user) has been changed:
- Unmodifiable styles are now loaded from the default setting file and not stored in the user
setting file. This allows the preset values of the newly added parameters to be read from
the default setting file.
- '*default*' style has become unmodifiable.
Release Note:
Any changes to the '*default*' style stored in the user setting file will be discarded by
this update. Sorry for your inconvenience, but this change is inevitable for further development.
Version 1.2.0 (2021.8.19)
-------------------------
* New 'Character' feature has been added:
- Now you can choose the player character from three different types of characters with
different proportions.
- New characters '1h' and '8h' have been contributed by Masayoshi Itoh.
* Dash button has been added:
- New parameters 'maxVxDashing' and 'axNormalDashing' have been added.
- Input status indicator now displays the second button's status.
- The dash button can now be assigned to a joystick button.
- Some preset styles have been updated.
* New jump parameter 'vCollisionTolerance' has been added.
- Enables the character to dash over one-block-wide gaps like Super Mario Bros.
* Some minor bug fixes and code cleanups.
Version 1.1.1 (2020.8.27)
-------------------------
* New jump feature:
- Wall jump
* New UI feature:
- New 'JUMP2' tab
* Fixed a bug when no joystick configuration file was found.
* Some minor bug fixes and code cleanups.
Version 1.1.0 (2020.8.22)
-------------------------
* New camera feature:
- BG scrolling speed
- Parallax scrolling is now encompassed by this.
* New UI features:
- 'Pause' and 'step-forward' have been added.
- The joystick buttons are now configurable.
- User settings files are now versioned.
* Some minor bug fixes and code cleanups.
Version 1.0.0 (2020.8.11)
-------------------------
* New UI features:
- New 'Misc' tab
- Afterimage mode
- Input status indicator
* Preset styles improved.
* Some minor bug fixes.
* Many code cleanups.
Version 0.9.0 (2020.8.10)
-------------------------
* New jump features:
- Constant rising speed
- Horizontal braking
- Halted and fall
- Collision tolerance
- Jump power bonus
- Horizontal velocity adjustment at takeoff
- Aerial turn
* New camera features:
- Camera window
- Platform snapping
- Forward focus
- Projected focus
* New UI features:
- Presets (the reset button has been deprecated)
- FPS indicator
- Joystick support
- Realtime chart
* The renderer has been changed back to JAVA2D.
- On some environment, P2D causes a long delay in setup().
* Some minor bug fixes.
* Many code cleanups.
Version 0.1.1 (2020.7.28)
-------------------------
* The renderer has been changed to P2D from JAVA2D.
* Some minor bug fixes.
* Some code cleanups.
Version 0.1.0 (2020.7.27)
-------------------------
* Initial public-beta release.