-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChangeLog
More file actions
executable file
·182 lines (105 loc) · 5.54 KB
/
ChangeLog
File metadata and controls
executable file
·182 lines (105 loc) · 5.54 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
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
2024-02-03 vaiorabbit <http://twitter.com/vaiorabbit>
* SDL 2.30.0
2024-01-28 vaiorabbit <http://twitter.com/vaiorabbit>
* SDL_mixer 2.8.0 and SDL_ttf 2.22.0
2024-01-20 vaiorabbit <http://twitter.com/vaiorabbit>
* SDL 2.29.1, etc.
2023-12-09 vaiorabbit <http://twitter.com/vaiorabbit>
* SDL_image 2.8.0 ( https://github.com/libsdl-org/SDL_image/releases/tag/release-2.8.0 )
2023-08-10 vaiorabbit <http://twitter.com/vaiorabbit>
* SDL 2.28.2 ( https://github.com/libsdl-org/SDL/releases/tag/release-2.28.2 )
2023-06-25 vaiorabbit <http://twitter.com/vaiorabbit>
* SDL 2.28.0 ( https://github.com/libsdl-org/SDL/releases/tag/release-2.28.0 )
2023-04-16 vaiorabbit <http://twitter.com/vaiorabbit>
* Fix parser bug
2023-02-05 vaiorabbit <http://twitter.com/vaiorabbit>
* lib/sdl2_syswm.rb: Added X11 support
* Added Linux (on WSL) as a tested environment
2022-11-23 vaiorabbit <http://twitter.com/vaiorabbit>
* SDL 2.26.0 ( https://github.com/libsdl-org/SDL/releases/tag/release-2.26.0 )
2022-10-09 vaiorabbit <http://twitter.com/vaiorabbit>
* SDL 2.24.1 ( https://github.com/libsdl-org/SDL/releases/tag/release-2.24.1 )
* Fixed wrong value definitions
2022-08-20 vaiorabbit <http://twitter.com/vaiorabbit>
* SDL 2.24.0 ( https://github.com/libsdl-org/SDL/releases/tag/release-2.24.0 )
* Generated for SDL_image 2.6.2, SDL_mixer 2.6.2 and SDL_ttf 2.20.1
* SDL::JoystickGUID is now defined as an alias of SDL::GUID ( https://github.com/libsdl-org/SDL/commit/3a20274ddff20d9c3ea4895353b23ff252954b87 )
2022-07-31 vaiorabbit <http://twitter.com/vaiorabbit>
* Regenerated bindings to fix bugs (size_t interpretation)
* Regenerated bindings for SDL_image 2.6.0, SDL_mixer 2.6.0 and SDL_ttf 2.20.0
2022-05-01 vaiorabbit <http://twitter.com/vaiorabbit>
* lib/sdl2_rwops.rb: Added RW_SEEK_SET, RW_SEEK_CUR and RW_SEEK_END
2022-04-29 vaiorabbit <http://twitter.com/vaiorabbit>
* Added SDL 2.0.22 features ( https://github.com/libsdl-org/SDL/releases/tag/release-2.0.22 )
* third_party/sdl2_build_dll.cmd: Updated to refer 2.0.22
2022-03-28 vaiorabbit <http://twitter.com/vaiorabbit>
* lib/sdl2_sound.rb: Added
2022-02-13 vaiorabbit <http://twitter.com/vaiorabbit>
* Removed unavailable inline functions (SDL_memset4, SDL_memcpy4)
2022-02-12 vaiorabbit <http://twitter.com/vaiorabbit>
* Some tests are now available on Windows
2022-01-26 vaiorabbit <http://twitter.com/vaiorabbit>
* test/test*.rb: Changed namespace
* load_lib: Now accepts argument 'output_error'
2022-01-22 vaiorabbit <http://twitter.com/vaiorabbit>
* lib/sdl2_ttf.rb: Generated for version 2.0.18
* generator: Fixed wrong 'by_value' handling
* .gitignore: Added
* test/test_opengl.rb: Use opengl-bindings2
2022-01-11 vaiorabbit <http://twitter.com/vaiorabbit>
* Added SDL 2.0.20 features ( https://github.com/libsdl-org/SDL/releases/tag/release-2.0.20 )
2021-12-02 vaiorabbit <http://twitter.com/vaiorabbit>
* Added SDL 2.0.18 features ( https://github.com/libsdl-org/SDL/releases/tag/release-2.0.18 )
2021-08-12 vaiorabbit <http://twitter.com/vaiorabbit>
* Added SDL 2.0.14 features (SDL_misc).
* Added SDL 2.0.16 features (SDL_sensor).
2021-02-21 vaiorabbit <http://twitter.com/vaiorabbit>
* Added defines from Audio, Mixer and TTF
2020-12-27 vaiorabbit <http://twitter.com/vaiorabbit>
* Added SDL 2.0.14 features.
* third_party/sdl2_build_dll.sh: Added to build x64 DLL for Windows
* test/util.rb: Added
2020-12-20 vaiorabbit <http://twitter.com/vaiorabbit>
* third_party/sdl2_build_dylib.sh: Added to build x86_64|arm64 Universal Binary
2020-06-08 vaiorabbit <http://twitter.com/vaiorabbit>
* lib/sdl2_syswm.rb: Added
* lib/sdl2_hints.rb: Added hint string symboles
2020-03-22 vaiorabbit <http://twitter.com/vaiorabbit>
* Added SDL 2.0.12 features.
* Generate callback types correctly.
2019-10-27 vaiorabbit <http://twitter.com/vaiorabbit>
* lib/sdl2_stdinc.rb: Added.
2019-08-31 vaiorabbit <http://twitter.com/vaiorabbit>
* Refactoring + Cleanup
* Some tests are usable again
2019-08-28 vaiorabbit <http://twitter.com/vaiorabbit>
* Exception-safety
2019-08-27 vaiorabbit <http://twitter.com/vaiorabbit>
* lib/sdl2_mixer.rb: Added (experimental)
2019-08-24 vaiorabbit <http://twitter.com/vaiorabbit>
* Added SDL 2.0.10 features.
* Added generator. Binding codes are generated semi-automatically.
* Now depends on Ruby/FFI. Note that some codes in 'test' directory are still not usable.
2016-04-03 vaiorabbit <http://twitter.com/vaiorabbit>
* lib/sdl2_gfx.rb, test/test_gfx.rb: Added.
2016-04-02 vaiorabbit <http://twitter.com/vaiorabbit>
* Added SDL 2.0.4 features.
* lib/version.rb: Added SDL_MAJOR_VERSION, etc.
2015-09-29 vaiorabbit <http://twitter.com/vaiorabbit>
* lib/sdl2_ttf.rb: Added.
2015-09-28 vaiorabbit <http://twitter.com/vaiorabbit>
* lib/sdl2_image.rb: Added.
* lib/sdl2_mixer.rb: Added.
2015-09-22 vaiorabbit <http://twitter.com/vaiorabbit>
* lib/pixels.rb, lib/gamecontroller.rb, lib/joystick.rb: Added.
* lib/rwops.rb, lib/syswm.rb, lib/surface.rb, lib/render.rb: Added.
* lib/cpuinfo.rb, lib/gesture.rb, lib/touch.rb, lib/audio.rb: Added.
2015-09-21 vaiorabbit <http://twitter.com/vaiorabbit>
* lib/events.rb, lib/timer.rb, lib/video.rb: Added.
* lib/keyboard.rb, lib/keycode.rb, lib/scancode.rb: Added.
* lib/error.rb: Added.
* lib/blendmode.rb, lib/clipboard.rb, lib/filesystem.rb, lib/version.rb: Added.
* lib/platform.rb, lib/rect.rb, lib/mouse.rb: Added.
* lib/messagebox.rb, lib/pixels.rb: Added.
2015-09-19 vaiorabbit <http://twitter.com/vaiorabbit>
* Project started.