misha-ruby-sdl-ffi 0.5

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.
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ YmNkYjFjYjhkYmVkMTlhNDVlMTZkMDNmNWNmYTg3NGM1MjhkODRjMw==
5
+ data.tar.gz: !binary |-
6
+ ZjllYzVmYzExNjIyYTRjM2I3NmNkNmQ4NDM0ZjQzZDBlYmQ1ZTQ2NA==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ NTk1YzdkZTI0NTgxODI1YjhhZWQ2MjRmNzBkNzM1MWJiYzNjMjU3ODc3ZDk2
10
+ YjFlNTM0NzM1M2ZhMDQ1ZDEyYWY4NWFmMWQ3ZDUwZGE2NzczODUzN2Q3NTBm
11
+ ZjRlMjc2ZTZkYjYxYmNiYTMwZjVkNzcxYjg5MGMzYTgxOWZhODE=
12
+ data.tar.gz: !binary |-
13
+ OTQ1N2NmNWU1OTg4MGE2NGUxMGFlZGY0MmYwZmUxNjM3OTg3MzA5MmE0NWY0
14
+ NmFiMDEyYzBmMTQ0YjVkZTU0MDFkMzM2YmIyZjUzZmNhMjE0OTVlY2FmNWE2
15
+ OWY5M2Y1MDQyYTc1YjkwZjM1OWJkMDcwMDIzZjE1NGUyODYzY2M=
data/ChangeLog.txt ADDED
@@ -0,0 +1,2441 @@
1
+ commit 6f84fb50b0eba99e6d06630a20bc2f87eeffbc8b
2
+ Author: John Croisant <jacius@gmail.com>
3
+ Date: Sun Mar 6 15:44:15 2011 -0600
4
+
5
+ Ruby-SDL-FFI 0.4 released.
6
+
7
+ M NEWS.rdoc
8
+ M README.rdoc
9
+ M ruby-sdl-ffi.gemspec
10
+
11
+ commit 46b8d58db1c15c449e2499031fcdf9a2c20c7956
12
+ Author: John Croisant <jacius@gmail.com>
13
+ Date: Sun Mar 6 15:43:55 2011 -0600
14
+
15
+ Updated homepage URLs.
16
+
17
+ M README.rdoc
18
+ M ruby-sdl-ffi.gemspec
19
+
20
+ commit 28143d9403b9df813ca3fa9f94639510768a06f7
21
+ Author: John Croisant <jacius@gmail.com>
22
+ Date: Sun Mar 6 15:37:01 2011 -0600
23
+
24
+ Added in-file credits for Bart Leusink's contributions.
25
+
26
+ M lib/ruby-sdl-ffi/sdl/mac.rb
27
+ M lib/ruby-sdl-ffi/sdl/video.rb
28
+
29
+ commit 77499f4c9fd5a1f837fecafea5e282a4475ddd7b
30
+ Author: Bart Leusink <bartleusink@gmail.com>
31
+ Date: Mon Jan 31 23:05:01 2011 +0100
32
+
33
+ Added SDL::SaveBMP and SDL::LoadBMP
34
+
35
+ Fixes https://github.com/rubygame/ruby-sdl-ffi/issues#issue/2
36
+
37
+ M lib/ruby-sdl-ffi/sdl/video.rb
38
+
39
+ commit a50fb6bc041fe39cd42cea480a41422c3dc48ccf
40
+ Author: Bart Leusink <bartleusink@gmail.com>
41
+ Date: Sat Jan 22 14:10:10 2011 +0100
42
+
43
+ Fixed making the current process a front process on OSX
44
+
45
+ M lib/ruby-sdl-ffi/sdl/mac.rb
46
+
47
+ commit e9a4e4ca39bb3edbaf44d3592ff9b4dfde133924
48
+ Author: John Croisant <jacius@gmail.com>
49
+ Date: Sun Aug 8 00:03:34 2010 -0500
50
+
51
+ Ruby-SDL-FFI 0.3 released.
52
+
53
+ commit e4cf1af97d54d2c6338f5aaa3b51ad8d093f149b
54
+ Author: John Croisant <jacius@gmail.com>
55
+ Date: Sat Aug 7 23:49:19 2010 -0500
56
+
57
+ Updated copyright on files modified in 2010.
58
+
59
+ M README.rdoc
60
+ M lib/ruby-sdl-ffi.rb
61
+ M lib/ruby-sdl-ffi/sdl.rb
62
+ M lib/ruby-sdl-ffi/sdl/video.rb
63
+
64
+ commit 60e2eb57f182dbf62235d572e1cb714f7fce56a5
65
+ Author: John Croisant <jacius@gmail.com>
66
+ Date: Sat Aug 7 23:19:44 2010 -0500
67
+
68
+ Fixed examples to use '#!/usr/bin/env ruby'.
69
+
70
+ '#!/bin/env ruby' doesn't work on Mac.
71
+
72
+ Also fixed a NameError in load_music.rb, due to FFI API changes.
73
+
74
+ M examples/load_image.rb
75
+ M examples/load_music.rb
76
+
77
+ commit 65d41d2c6e47757742fe41e7bcb3c377ee7c56fa
78
+ Author: John Croisant <jacius@gmail.com>
79
+ Date: Sat Aug 7 23:13:40 2010 -0500
80
+
81
+ Updated NEWS.rdoc, README.rdoc, and ruby-sdl-ffi.gemspec for version 0.3.
82
+
83
+ M NEWS.rdoc
84
+ M README.rdoc
85
+ M ruby-sdl-ffi.gemspec
86
+
87
+ commit b3e54833ff63cd95794d8b38cb1f3ccc785fdb73
88
+ Author: John Croisant <jacius@gmail.com>
89
+ Date: Sat Aug 7 23:11:40 2010 -0500
90
+
91
+ Improved how RUBYSDLFFI_PATH and SDL_PATHS are processed.
92
+
93
+ M lib/ruby-sdl-ffi/sdl.rb
94
+
95
+ commit 6df08e9d3e2fda227dbb2e214704bf435ffd59a5
96
+ Author: John Croisant <jacius@gmail.com>
97
+ Date: Fri Aug 6 04:07:07 2010 -0500
98
+
99
+ Added SDL.set_app_name (and SDL::Mac.set_app_name).
100
+
101
+ M lib/ruby-sdl-ffi/sdl/mac.rb
102
+ M lib/ruby-sdl-ffi/sdl/video.rb
103
+
104
+ commit a321708ad5acfde852b04201a6e9b229e3f433af
105
+ Author: John Croisant <jacius@gmail.com>
106
+ Date: Fri Aug 6 01:35:14 2010 -0500
107
+
108
+ Removed unused Mac code and nibs.
109
+
110
+ D lib/ruby-sdl-ffi/sdl/EmptyMacMenu.nib/designable.nib
111
+ D lib/ruby-sdl-ffi/sdl/EmptyMacMenu.nib/keyedobjects.nib
112
+ D lib/ruby-sdl-ffi/sdl/MacMenu.nib/designable.nib
113
+ D lib/ruby-sdl-ffi/sdl/MacMenu.nib/keyedobjects.nib
114
+ D lib/ruby-sdl-ffi/sdl/SparseMacMenu.nib/designable.nib
115
+ D lib/ruby-sdl-ffi/sdl/SparseMacMenu.nib/keyedobjects.nib
116
+ M lib/ruby-sdl-ffi/sdl/mac.rb
117
+ M lib/ruby-sdl-ffi/sdl/video.rb
118
+
119
+ commit 7c343266b36cd4bc05324973b02b0b043f9991a6
120
+ Author: John Croisant <jacius@gmail.com>
121
+ Date: Tue Aug 3 22:53:14 2010 -0500
122
+
123
+ Extract paths from ENV["RUBYSDLFFI_PATH"] if present.
124
+
125
+ RUBYSDLFFI_PATH should be a colon (on *nix/Mac) or semicolon
126
+ (Windows) separated list of paths to search for SDL libraries.
127
+
128
+ (Alternative to setting the SDL_PATHS constant in Ruby.)
129
+
130
+ M lib/ruby-sdl-ffi/sdl.rb
131
+
132
+ commit 3b299d92b847461c92e958d71eb5e6c20a1eac42
133
+ Author: John Croisant <jacius@gmail.com>
134
+ Date: Sat Jul 10 22:53:30 2010 -0500
135
+
136
+ More progress on Mac support.
137
+
138
+ M lib/ruby-sdl-ffi/sdl/mac.rb
139
+ M lib/ruby-sdl-ffi/sdl/video.rb
140
+
141
+ commit a31a161f3ac65bd8038d8f4e9165de9aeec3732f
142
+ Author: John Croisant <jacius@gmail.com>
143
+ Date: Fri Jul 9 03:16:12 2010 -0500
144
+
145
+ More object-oriented style for Mac ObjC/Cocoa bindings.
146
+
147
+ M lib/ruby-sdl-ffi/sdl/mac.rb
148
+
149
+ commit 02d3d9ad9113ab27f9123a024bf436d5b64ed834
150
+ Author: John Croisant <jacius@gmail.com>
151
+ Date: Thu Jul 8 05:03:35 2010 -0500
152
+
153
+ WIP experimental mac menu support
154
+
155
+ A lib/ruby-sdl-ffi/sdl/EmptyMacMenu.nib/designable.nib
156
+ A lib/ruby-sdl-ffi/sdl/EmptyMacMenu.nib/keyedobjects.nib
157
+ A lib/ruby-sdl-ffi/sdl/MacMenu.nib/designable.nib
158
+ A lib/ruby-sdl-ffi/sdl/MacMenu.nib/keyedobjects.nib
159
+ A lib/ruby-sdl-ffi/sdl/SparseMacMenu.nib/designable.nib
160
+ A lib/ruby-sdl-ffi/sdl/SparseMacMenu.nib/keyedobjects.nib
161
+ M lib/ruby-sdl-ffi/sdl/mac.rb
162
+ M lib/ruby-sdl-ffi/sdl/video.rb
163
+
164
+ commit b5a02a52f3f4e8736f9b4e40a8b73fb0b56b765f
165
+ Author: John Croisant <jacius@gmail.com>
166
+ Date: Fri Jul 2 23:10:58 2010 -0500
167
+
168
+ Disable Mac magic if using rsdl or ENV["RUBYSDLFFI_NOCOCOA"] is true.
169
+
170
+ M lib/ruby-sdl-ffi/sdl/mac.rb
171
+ M lib/ruby-sdl-ffi/sdl/video.rb
172
+
173
+ commit 59fcce3e652c97dc2a8c685e41c1cd3695fc4b3f
174
+ Author: John Croisant <jacius@gmail.com>
175
+ Date: Wed Jun 30 18:39:16 2010 -0500
176
+
177
+ Improved integration with the Mac window manager.
178
+
179
+ The app now gets an application menu and dock icon, and the
180
+ SDL window can gain focus and have a title.
181
+
182
+ M lib/ruby-sdl-ffi/sdl/mac.rb
183
+ M lib/ruby-sdl-ffi/sdl/video.rb
184
+
185
+ commit ef1d643a8324e22cafe0014a7611596948f9a65e
186
+ Author: John Croisant <jacius@gmail.com>
187
+ Date: Tue Jun 29 03:45:58 2010 -0500
188
+
189
+ Preliminary support for Mac without rsdl.
190
+
191
+ This allows the normal ruby interpreter to create a window on
192
+ Mac OS X. No special interpreter (i.e. rsdl) is needed.
193
+ However, some SDL functions have memory leaks, so we should wrap
194
+ those functions in NS{Push,Pop}AutoreleasePool.
195
+
196
+ Eternal thanks to erisdiscord for pointing the way!
197
+
198
+ M lib/ruby-sdl-ffi/sdl.rb
199
+ A lib/ruby-sdl-ffi/sdl/mac.rb
200
+
201
+ commit deede40f92942903767719e94baefa2ecf0d6777
202
+ Author: John Croisant <jacius@gmail.com>
203
+ Date: Fri Jun 4 18:17:54 2010 -0500
204
+
205
+ Fixed SDL.GL_GetAttribute returning FFI::Buffer instead of integer.
206
+
207
+ M lib/ruby-sdl-ffi/sdl/video.rb
208
+
209
+ commit ddce62052a8e3e7d6d34231023bbb53735298d0b
210
+ Author: John Croisant <jacius@gmail.com>
211
+ Date: Sun Apr 11 05:13:04 2010 -0500
212
+
213
+ Made SDL::Palette enumerable, defined #each and #at.
214
+
215
+ M lib/ruby-sdl-ffi/sdl/video.rb
216
+
217
+ commit 3a7b5ca7b8db41be0437fd5f0b65325fce4b0ccf
218
+ Author: John Croisant <jacius@gmail.com>
219
+ Date: Thu Dec 10 14:20:10 2009 -0600
220
+
221
+ Made a nice wrapper around SDL::GetKeyRepeat().
222
+
223
+ M lib/ruby-sdl-ffi/sdl/keyboard.rb
224
+
225
+ commit ba846aadba1840d94cef12dffe12a2ffceb318ce
226
+ Author: John Croisant <jacius@gmail.com>
227
+ Date: Thu Dec 10 13:53:53 2009 -0600
228
+
229
+ Use Buffer instad of MemoryPointer in many places.
230
+
231
+ There may be other places where Buffer should be used,
232
+ but these are the obvious ones.
233
+
234
+ M lib/ruby-sdl-ffi/gfx/rotozoom.rb
235
+ M lib/ruby-sdl-ffi/sdl/audio.rb
236
+ M lib/ruby-sdl-ffi/sdl/event.rb
237
+ M lib/ruby-sdl-ffi/sdl/keyboard.rb
238
+ M lib/ruby-sdl-ffi/sdl/mouse.rb
239
+ M lib/ruby-sdl-ffi/sdl/video.rb
240
+ M lib/ruby-sdl-ffi/ttf.rb
241
+
242
+ commit 583d05718a55eefcbf662c1be7799954d75e96f2
243
+ Author: John Croisant <jacius@gmail.com>
244
+ Date: Thu Dec 10 02:53:55 2009 -0600
245
+
246
+ Fixed a mistake in SDL::WaitEvent().
247
+
248
+ M lib/ruby-sdl-ffi/sdl/event.rb
249
+
250
+ commit 6f17700f65dd997123112b8bda5921966439a534
251
+ Author: John Croisant <jacius@gmail.com>
252
+ Date: Fri Oct 30 18:29:33 2009 -0500
253
+
254
+ Ruby-SDL-FFI 0.2 released.
255
+
256
+ M README.rdoc
257
+ M ruby-sdl-ffi.gemspec
258
+
259
+ commit b98a4d9d417f90855cc6e0aed6f5b561bc3c6bb1
260
+ Author: John Croisant <jacius@gmail.com>
261
+ Date: Fri Oct 30 18:28:17 2009 -0500
262
+
263
+ Updated ruby-sdl-ffi.gemspec.
264
+
265
+ Include all rdoc files, lowered SDL_gfx required version.
266
+ Fixed rubyforge_project.
267
+
268
+ M ruby-sdl-ffi.gemspec
269
+
270
+ commit d6af59dd76c119affc1a5379e6c480fa73c32e24
271
+ Author: John Croisant <jacius@gmail.com>
272
+ Date: Fri Oct 30 18:25:06 2009 -0500
273
+
274
+ Added NEWS.rdoc (release notes).
275
+
276
+ A NEWS.rdoc
277
+
278
+ commit 8579e5f4b23c3221012f7c5bd36e214d78639fc8
279
+ Author: John Croisant <jacius@gmail.com>
280
+ Date: Thu Oct 29 16:39:26 2009 -0500
281
+
282
+ Updated README.rdoc.
283
+
284
+ M README.rdoc
285
+
286
+ commit 69d94b14d6820064f1aa4509327a737474f63b2b
287
+ Author: John Croisant <jacius@gmail.com>
288
+ Date: Thu Oct 29 16:26:17 2009 -0500
289
+
290
+ rotozoomSurfaceXY and rotozoomSurfaceSizeXY don't need to be optional.
291
+
292
+ They both exist in SDL_gfx 2.0.13, the minimum supported version.
293
+
294
+ M lib/ruby-sdl-ffi/gfx/rotozoom.rb
295
+
296
+ commit 3ddb3eff5d8783baac835c494985e38d0f890e9c
297
+ Author: John Croisant <jacius@gmail.com>
298
+ Date: Thu Oct 29 16:10:54 2009 -0500
299
+
300
+ Reordered gfx/primitives.rb a bit.
301
+
302
+ M lib/ruby-sdl-ffi/gfx/primitives.rb
303
+
304
+ commit 1b67a07fb35d6a903c8fe5b0f30f38bc4ae4bacf
305
+ Author: John Croisant <jacius@gmail.com>
306
+ Date: Thu Oct 29 16:04:35 2009 -0500
307
+
308
+ SDL_gfx's arcRGBA should be optfunc like arcColor.
309
+
310
+ M lib/ruby-sdl-ffi/gfx/primitives.rb
311
+
312
+ commit f1f75b164569617382fb566ebd78c8d3aad05b4b
313
+ Author: John Croisant <jacius@gmail.com>
314
+ Date: Thu Oct 29 16:00:23 2009 -0500
315
+
316
+ AUDIO_U16SYS/AUDIO_S16SYS vary depending on byte order.
317
+
318
+ M lib/ruby-sdl-ffi/sdl/audio.rb
319
+
320
+ commit fec2c91b039c2cf2e195410d8a02a78fbe6168d3
321
+ Author: John Croisant <jacius@gmail.com>
322
+ Date: Sat Oct 24 15:57:13 2009 -0500
323
+
324
+ Ruby-SDL-FFI 0.1 released.
325
+
326
+ M README.rdoc
327
+
328
+ commit df765c40e0ca4ead7a5929fd38b0b5aa31ce3097
329
+ Author: John Croisant <jacius@gmail.com>
330
+ Date: Wed Oct 21 23:27:56 2009 -0500
331
+
332
+ CD holds an array of CDTracks by value, not pointers.
333
+
334
+ M lib/ruby-sdl-ffi/sdl/cdrom.rb
335
+
336
+ commit 53f418fe501660dbaaa085c353d2fdcd53432a8a
337
+ Author: John Croisant <jacius@gmail.com>
338
+ Date: Wed Oct 21 23:10:21 2009 -0500
339
+
340
+ Explicitly initialize events when unwrapping them.
341
+
342
+ (Workaround for JRUBY-4139.)
343
+
344
+ M lib/ruby-sdl-ffi/sdl/event.rb
345
+
346
+ commit a468ac9999569f805bc98329b566b5ee4e67c733
347
+ Author: John Croisant <jacius@gmail.com>
348
+ Date: Wed Oct 21 19:42:41 2009 -0500
349
+
350
+ Removed superfluous 'require "nice-ffi"' statements.
351
+
352
+ M lib/ruby-sdl-ffi/sdl/audio.rb
353
+ M lib/ruby-sdl-ffi/sdl/cdrom.rb
354
+ M lib/ruby-sdl-ffi/sdl/core.rb
355
+ M lib/ruby-sdl-ffi/sdl/event.rb
356
+ M lib/ruby-sdl-ffi/sdl/keyboard.rb
357
+ M lib/ruby-sdl-ffi/sdl/mouse.rb
358
+ M lib/ruby-sdl-ffi/sdl/rwops.rb
359
+ M lib/ruby-sdl-ffi/sdl/video.rb
360
+
361
+ commit 39d43778e9874f3b90eb70080d66b665b942fcb7
362
+ Author: John Croisant <jacius@gmail.com>
363
+ Date: Wed Oct 21 19:37:59 2009 -0500
364
+
365
+ Made some SDL_gfx funcs optional.
366
+
367
+ M lib/ruby-sdl-ffi/gfx/blitfunc.rb
368
+ M lib/ruby-sdl-ffi/gfx/primitives.rb
369
+ M lib/ruby-sdl-ffi/gfx/rotozoom.rb
370
+
371
+ commit fa3c7de514d7c726c4f2796199f61b0643ada669
372
+ Author: John Croisant <jacius@gmail.com>
373
+ Date: Wed Oct 21 19:37:14 2009 -0500
374
+
375
+ Disabled SDL::CD and SDL::Cursor when using JRuby.
376
+
377
+ JRuby's FFI doesn't support arrays of pointers in structs yet.
378
+
379
+ M lib/ruby-sdl-ffi/sdl/cdrom.rb
380
+ M lib/ruby-sdl-ffi/sdl/mouse.rb
381
+
382
+ commit 11e6532d47a5d92d1e670f4441f71c6c4e42aec7
383
+ Author: John Croisant <jacius@gmail.com>
384
+ Date: Tue Oct 20 19:33:20 2009 -0500
385
+
386
+ Ruby-SDL-FFI 0.1 RC1 released.
387
+
388
+ M README.rdoc
389
+
390
+ commit ab84d14b5a14b929aaa4bd69e90c73a625db2200
391
+ Author: John Croisant <jacius@gmail.com>
392
+ Date: Tue Oct 20 19:30:12 2009 -0500
393
+
394
+ Fixed class name in struct array in cdrom.rb.
395
+
396
+ M lib/ruby-sdl-ffi/sdl/cdrom.rb
397
+
398
+ commit fe3eb3356105901fad868634e39eabfb2ef88e90
399
+ Author: John Croisant <jacius@gmail.com>
400
+ Date: Tue Oct 20 01:35:15 2009 -0500
401
+
402
+ mkchangelog.rb requires 'fileutils'.
403
+
404
+ M scripts/mkchangelog.rb
405
+
406
+ commit 52baddd0c4d2f6775774a9ca056e3b988b3b1942
407
+ Author: John Croisant <jacius@gmail.com>
408
+ Date: Mon Oct 19 01:46:37 2009 -0500
409
+
410
+ Don't autorelease the video surface. Seriously.
411
+
412
+ M lib/ruby-sdl-ffi/sdl/video.rb
413
+
414
+ commit 4b22e907342c339086b787c9e48044dc45d0d806
415
+ Author: John Croisant <jacius@gmail.com>
416
+ Date: Sun Oct 18 15:15:09 2009 -0500
417
+
418
+ Updated README.rdoc and ruby-sdl-ffi.gemspec.
419
+
420
+ M README.rdoc
421
+ M ruby-sdl-ffi.gemspec
422
+
423
+ commit dc03cd38f693744041c2efbfbdcc6566f7ea89e3
424
+ Author: John Croisant <jacius@gmail.com>
425
+ Date: Sun Oct 18 15:05:57 2009 -0500
426
+
427
+ Revamped how files are required.
428
+
429
+ M lib/ruby-sdl-ffi.rb
430
+ M lib/ruby-sdl-ffi/gfx.rb
431
+ M lib/ruby-sdl-ffi/image.rb
432
+ M lib/ruby-sdl-ffi/mixer.rb
433
+ M lib/ruby-sdl-ffi/sdl.rb
434
+ M lib/ruby-sdl-ffi/ttf.rb
435
+
436
+ commit 86dd84294cd38707f2253734f26a21407c3ea233
437
+ Author: John Croisant <jacius@gmail.com>
438
+ Date: Sun Oct 18 13:06:25 2009 -0500
439
+
440
+ Removed sprig.rb for now.
441
+
442
+ M README.rdoc
443
+ M lib/ruby-sdl-ffi.rb
444
+ D lib/ruby-sdl-ffi/sprig.rb
445
+
446
+ commit 521cc397e5f3b449cf57693f3100b0470867ae76
447
+ Author: John Croisant <jacius@gmail.com>
448
+ Date: Wed Oct 14 15:35:10 2009 -0500
449
+
450
+ Updated sdl.rb to use NiceFFI::PathSet::DEFAULT.
451
+
452
+ M lib/ruby-sdl-ffi/sdl.rb
453
+
454
+ commit 2784b890d6f8e061ec2023405910d271d19ae340
455
+ Author: John Croisant <jacius@gmail.com>
456
+ Date: Fri Sep 11 23:38:45 2009 -0500
457
+
458
+ Define fake SPriG::LinkedVersion if missing.
459
+
460
+ M lib/ruby-sdl-ffi/sprig.rb
461
+
462
+ commit d728decf57b85f74d97553d072d9daa5deaf6f83
463
+ Author: John Croisant <jacius@gmail.com>
464
+ Date: Fri Sep 11 23:32:40 2009 -0500
465
+
466
+ Comment was a bit out of date.
467
+
468
+ M lib/ruby-sdl-ffi/sdl.rb
469
+
470
+ commit a1b2828b9e6d5cb89497d3e1a835838c8216e067
471
+ Author: John Croisant <jacius@gmail.com>
472
+ Date: Fri Sep 11 23:21:28 2009 -0500
473
+
474
+ Check for and use SDL_PATHS constant if defined.
475
+
476
+ Apps can defined SDL_PATHS before loading Ruby-SDL-FFI
477
+ to specify some paths to search for SDL libs. SDL_PATHS
478
+ are searched before the default paths.
479
+
480
+ M lib/ruby-sdl-ffi/gfx.rb
481
+ M lib/ruby-sdl-ffi/image.rb
482
+ M lib/ruby-sdl-ffi/mixer.rb
483
+ M lib/ruby-sdl-ffi/sdl.rb
484
+ M lib/ruby-sdl-ffi/sprig.rb
485
+ M lib/ruby-sdl-ffi/ttf.rb
486
+
487
+ commit 3adb9496701c08d6b761ee1aa4ea60db1fbbac18
488
+ Author: John Croisant <jacius@gmail.com>
489
+ Date: Fri Sep 11 22:55:32 2009 -0500
490
+
491
+ Improved the 'requires' in some files.
492
+
493
+ M lib/ruby-sdl-ffi/gfx.rb
494
+ M lib/ruby-sdl-ffi/image.rb
495
+ M lib/ruby-sdl-ffi/mixer.rb
496
+ M lib/ruby-sdl-ffi/sdl.rb
497
+ M lib/ruby-sdl-ffi/sprig.rb
498
+ M lib/ruby-sdl-ffi/ttf.rb
499
+
500
+ commit ecceba614960ea5312b58e12cf8defb41c74bc4f
501
+ Author: John Croisant <jacius@gmail.com>
502
+ Date: Mon Jul 27 14:44:38 2009 -0500
503
+
504
+ Added memory autorelease to TTF::Font.
505
+
506
+ M lib/ruby-sdl-ffi/ttf.rb
507
+
508
+ commit 7e435b94d79639949a4c854ea684e40850a0bfef
509
+ Author: John Croisant <jacius@gmail.com>
510
+ Date: Mon Jul 27 14:44:10 2009 -0500
511
+
512
+ Added memory autorelease to Mixer::Chunk and Music.
513
+
514
+ M lib/ruby-sdl-ffi/mixer.rb
515
+
516
+ commit 0b3af75128bd736466fb5d3a0d99ff73a3f10330
517
+ Author: John Croisant <jacius@gmail.com>
518
+ Date: Mon Jul 27 13:50:47 2009 -0500
519
+
520
+ Added memory autorelease to Overlay.
521
+
522
+ M lib/ruby-sdl-ffi/sdl/video.rb
523
+
524
+ commit 262d3c07f3d8333b9aa70f373a1f5c6f9f412f7d
525
+ Author: John Croisant <jacius@gmail.com>
526
+ Date: Mon Jul 27 11:23:19 2009 -0500
527
+
528
+ Added memory autorelease to Surface.
529
+
530
+ M lib/ruby-sdl-ffi/sdl/video.rb
531
+
532
+ commit 3fff42f49e06eb41aa4740e1ad2fce1294437313
533
+ Author: John Croisant <jacius@gmail.com>
534
+ Date: Mon Jul 27 03:39:40 2009 -0500
535
+
536
+ ruby-sdl-ffi.rb loads sprig.rb (with failsafe).
537
+
538
+ M lib/ruby-sdl-ffi.rb
539
+
540
+ commit 1705f10920578e981c77df5960849576231d0d05
541
+ Author: John Croisant <jacius@gmail.com>
542
+ Date: Mon Jul 27 03:35:09 2009 -0500
543
+
544
+ Updated README.rdoc.
545
+
546
+ M README.rdoc
547
+
548
+ commit 2c047cd8593d2f850db0666fb0308ae043bf7694
549
+ Author: John Croisant <jacius@gmail.com>
550
+ Date: Mon Jul 27 02:29:06 2009 -0500
551
+
552
+ Added SPriG.FloodFill8.
553
+
554
+ M lib/ruby-sdl-ffi/sprig.rb
555
+
556
+ commit a2eef7c609e7f3f856742022b46a7b5ebe5701cb
557
+ Author: John Croisant <jacius@gmail.com>
558
+ Date: Mon Jul 27 02:20:41 2009 -0500
559
+
560
+ Replaced SPriG's PI constants with ruby-derived versions.
561
+
562
+ M lib/ruby-sdl-ffi/sprig.rb
563
+
564
+ commit 5d22c5985d8485c418d510a8275ab529cda077c6
565
+ Author: John Croisant <jacius@gmail.com>
566
+ Date: Mon Jul 27 02:16:22 2009 -0500
567
+
568
+ Made color optional to SPriG's Rotate and RotateAA, like C++ version.
569
+
570
+ M lib/ruby-sdl-ffi/sprig.rb
571
+
572
+ commit a2d0451a88808ebd08cad8780693d8924a50b5e5
573
+ Author: John Croisant <jacius@gmail.com>
574
+ Date: Mon Jul 27 02:13:37 2009 -0500
575
+
576
+ Added ruby versions of most of SPriG's inline functions.
577
+
578
+ M lib/ruby-sdl-ffi/sprig.rb
579
+
580
+ commit 5f59db69bfcc6990523d639458ea9a8a806c1a43
581
+ Author: John Croisant <jacius@gmail.com>
582
+ Date: Mon Jul 27 01:13:58 2009 -0500
583
+
584
+ Added sprig.rb (first draft binding to SPriG).
585
+
586
+ A lib/ruby-sdl-ffi/sprig.rb
587
+
588
+ commit 889c5140d67b93e8c47f7851a51c7f506b4748c9
589
+ Author: John Croisant <jacius@gmail.com>
590
+ Date: Sun Jul 26 23:35:15 2009 -0500
591
+
592
+ Implemented nice wrapper for TTF.GlyphMetrics.
593
+
594
+ M lib/ruby-sdl-ffi/ttf.rb
595
+
596
+ commit e169eaa95b05c8fc279621d8edf70a9da5a2389e
597
+ Author: John Croisant <jacius@gmail.com>
598
+ Date: Sun Jul 26 18:35:32 2009 -0500
599
+
600
+ Fixed TTF.SizeText, etc. returning pointers instead of numbers.
601
+
602
+ M lib/ruby-sdl-ffi/ttf.rb
603
+
604
+ commit 8d138b56accbca51ada804a9b03f3dc3c806ce1e
605
+ Author: John Croisant <jacius@gmail.com>
606
+ Date: Thu Jul 23 23:51:14 2009 -0500
607
+
608
+ SDL::TTF.Linked_Version uses SDL::Version typed pointer.
609
+
610
+ M lib/ruby-sdl-ffi/ttf.rb
611
+
612
+ commit 7e28ea10d63f9cac87e248d79a4bf3431af65a6c
613
+ Author: John Croisant <jacius@gmail.com>
614
+ Date: Thu Jul 23 19:24:39 2009 -0500
615
+
616
+ Added SDL::Joystick struct (opaque).
617
+
618
+ M lib/ruby-sdl-ffi/sdl/joystick.rb
619
+
620
+ commit 7435933efbf2be683d191d4655fbdf393da916f8
621
+ Author: John Croisant <jacius@gmail.com>
622
+ Date: Thu Jul 23 18:46:23 2009 -0500
623
+
624
+ Added nice wrapper for SDL.GL_GetAttribute.
625
+
626
+ M lib/ruby-sdl-ffi/sdl/video.rb
627
+
628
+ commit 88d2910f4d7f97ddc91c5cc7c4d2866ae825770d
629
+ Author: John Croisant <jacius@gmail.com>
630
+ Date: Tue Jul 21 04:22:19 2009 -0500
631
+
632
+ Implemented SDL::Mixer.LoadWAV.
633
+
634
+ M lib/ruby-sdl-ffi/mixer.rb
635
+
636
+ commit b972ceb0fa2cb2d3b87c68744c508c3569766080
637
+ Author: John Croisant <jacius@gmail.com>
638
+ Date: Tue Jul 21 00:22:10 2009 -0500
639
+
640
+ Implemented nice wrapper for SDL::AudioDriverName().
641
+
642
+ M lib/ruby-sdl-ffi/sdl/audio.rb
643
+
644
+ commit 864f7cdc45508d1e46776bebfb45922daf5aa8ea
645
+ Author: John Croisant <jacius@gmail.com>
646
+ Date: Mon Jul 20 23:45:38 2009 -0500
647
+
648
+ Defined SDL::Mixer::DEFAULT_FORMAT.
649
+
650
+ M lib/ruby-sdl-ffi/mixer.rb
651
+
652
+ commit 77356ebf5d09a0cff7b2b6eb5e8c1066df616bfc
653
+ Author: John Croisant <jacius@gmail.com>
654
+ Date: Mon Jul 20 18:26:56 2009 -0500
655
+
656
+ Implemented TTF wrappers to convert SDL::Color to uint32.
657
+
658
+ M lib/ruby-sdl-ffi/ttf.rb
659
+
660
+ commit 33dffe07c781cb660e1a899bb34c4b7c21d121fc
661
+ Author: John Croisant <jacius@gmail.com>
662
+ Date: Mon Jul 20 02:21:55 2009 -0500
663
+
664
+ Added nice wrappers for TTF.SizeText, SizeUTF8, and SizeUNICODE.
665
+
666
+ M lib/ruby-sdl-ffi/ttf.rb
667
+
668
+ commit 746ce2affa34422e68eb5cc22730fc14cad878ee
669
+ Author: John Croisant <jacius@gmail.com>
670
+ Date: Sun Jul 19 20:44:15 2009 -0500
671
+
672
+ SDL::Mixer::Music is a subclass of NiceFFI::OpaqueStruct now, too.
673
+
674
+ M lib/ruby-sdl-ffi/mixer.rb
675
+
676
+ commit 6189a5dcf1030c20b81c3448db42114c1d860192
677
+ Author: John Croisant <jacius@gmail.com>
678
+ Date: Sun Jul 19 20:43:32 2009 -0500
679
+
680
+ Added class SDL::TTF::Font < NiceFFI::OpaqueStruct.
681
+
682
+ M lib/ruby-sdl-ffi/ttf.rb
683
+
684
+ commit 20e34b2ec845d616ef1a0b3260eae3e0e3a78a13
685
+ Author: John Croisant <jacius@gmail.com>
686
+ Date: Sun Jul 19 20:11:07 2009 -0500
687
+
688
+ TTF methods use Surface.typed_pointer.
689
+
690
+ M lib/ruby-sdl-ffi/ttf.rb
691
+
692
+ commit a2ad140793bc321c5e0d1dcbb00f177113d4682f
693
+ Author: John Croisant <jacius@gmail.com>
694
+ Date: Sun Jul 19 13:03:03 2009 -0500
695
+
696
+ Implemented class SDL::VideoInfo and SDL.GetVideoInfo().
697
+
698
+ M lib/ruby-sdl-ffi/sdl/video.rb
699
+
700
+ commit a63306ff3688cd9b806b3f7cbe02f6e65f14db27
701
+ Author: John Croisant <jacius@gmail.com>
702
+ Date: Sun Jul 19 00:52:04 2009 -0500
703
+
704
+ Implemented nice wrappers for rotozoom.rb "size" methods.
705
+
706
+ M lib/ruby-sdl-ffi/gfx/rotozoom.rb
707
+
708
+ commit 481c4b957979fd162cda7d324daf3358ff8701c7
709
+ Author: John Croisant <jacius@gmail.com>
710
+ Date: Sun Jul 19 00:38:13 2009 -0500
711
+
712
+ Updated rotozoom.rb methods to use Surface typed pointer.
713
+
714
+ M lib/ruby-sdl-ffi/gfx/rotozoom.rb
715
+
716
+ commit 7b8381d7a535637b0db2c35d05b2fdc2f31080aa
717
+ Author: John Croisant <jacius@gmail.com>
718
+ Date: Tue Jul 14 14:06:03 2009 -0500
719
+
720
+ Implemented a nice wrapper for SDL::UpdateRects.
721
+
722
+ M lib/ruby-sdl-ffi/sdl/video.rb
723
+
724
+ commit fc0e0da3518d0bc4f29aba596ff47ab299ec59fc
725
+ Author: John Croisant <jacius@gmail.com>
726
+ Date: Mon Jul 13 01:34:10 2009 -0500
727
+
728
+ Added examples/load_music.rb.
729
+
730
+ A examples/load_music.rb
731
+
732
+ commit c151ab2fae04c41ebd97f5cf8e786dc686f8c2eb
733
+ Author: John Croisant <jacius@gmail.com>
734
+ Date: Mon Jul 13 00:41:38 2009 -0500
735
+
736
+ Improved readability using sdl_func, img_func, etc.
737
+
738
+ M lib/ruby-sdl-ffi/gfx.rb
739
+ M lib/ruby-sdl-ffi/gfx/framerate.rb
740
+ M lib/ruby-sdl-ffi/gfx/imagefilter.rb
741
+ M lib/ruby-sdl-ffi/image.rb
742
+ M lib/ruby-sdl-ffi/mixer.rb
743
+ M lib/ruby-sdl-ffi/sdl.rb
744
+ M lib/ruby-sdl-ffi/sdl/audio.rb
745
+ M lib/ruby-sdl-ffi/sdl/cdrom.rb
746
+ M lib/ruby-sdl-ffi/sdl/core.rb
747
+ M lib/ruby-sdl-ffi/sdl/event.rb
748
+ M lib/ruby-sdl-ffi/sdl/joystick.rb
749
+ M lib/ruby-sdl-ffi/sdl/keyboard.rb
750
+ M lib/ruby-sdl-ffi/sdl/mouse.rb
751
+ M lib/ruby-sdl-ffi/sdl/mutex.rb
752
+ M lib/ruby-sdl-ffi/sdl/rwops.rb
753
+ M lib/ruby-sdl-ffi/sdl/timer.rb
754
+ M lib/ruby-sdl-ffi/sdl/video.rb
755
+ M lib/ruby-sdl-ffi/ttf.rb
756
+
757
+ commit 37450d76dce8ac9d379d11496d58441f43a84929
758
+ Author: John Croisant <jacius@gmail.com>
759
+ Date: Sun Jul 12 23:40:26 2009 -0500
760
+
761
+ Updated to the new Struct.typed_pointer syntax in NiceFFI.
762
+
763
+ M lib/ruby-sdl-ffi/gfx/blitfunc.rb
764
+ M lib/ruby-sdl-ffi/image.rb
765
+ M lib/ruby-sdl-ffi/mixer.rb
766
+ M lib/ruby-sdl-ffi/sdl/core.rb
767
+ M lib/ruby-sdl-ffi/sdl/video.rb
768
+
769
+ commit 9a7114d50ad3c5a126698d081b4c3575a1ef800c
770
+ Author: John Croisant <jacius@gmail.com>
771
+ Date: Sun Jul 12 23:27:39 2009 -0500
772
+
773
+ Copied Rakefile, gemspec, and changelog stuff from Nice-FFI.
774
+
775
+ M Rakefile
776
+ M ruby-sdl-ffi.gemspec
777
+ A scripts/mkchangelog.rb
778
+
779
+ commit 0c5a145102c81052b7b943a12f6b6c203365c037
780
+ Author: John Croisant <jacius@gmail.com>
781
+ Date: Sun Jul 12 23:21:33 2009 -0500
782
+
783
+ Updated examples/load_image.rb to current API.
784
+
785
+ M examples/load_image.rb
786
+
787
+ commit db19c4f56b03b3247c99ed6ab1672a24c2f55c4c
788
+ Author: John Croisant <jacius@gmail.com>
789
+ Date: Sun Jul 12 22:46:03 2009 -0500
790
+
791
+ Changed all "attach_function" to "func" (alias from Nice-FFI).
792
+
793
+ M lib/ruby-sdl-ffi/gfx/blitfunc.rb
794
+ M lib/ruby-sdl-ffi/gfx/framerate.rb
795
+ M lib/ruby-sdl-ffi/gfx/imagefilter.rb
796
+ M lib/ruby-sdl-ffi/gfx/primitives.rb
797
+ M lib/ruby-sdl-ffi/gfx/rotozoom.rb
798
+ M lib/ruby-sdl-ffi/image.rb
799
+ M lib/ruby-sdl-ffi/mixer.rb
800
+ M lib/ruby-sdl-ffi/sdl/audio.rb
801
+ M lib/ruby-sdl-ffi/sdl/cdrom.rb
802
+ M lib/ruby-sdl-ffi/sdl/core.rb
803
+ M lib/ruby-sdl-ffi/sdl/event.rb
804
+ M lib/ruby-sdl-ffi/sdl/joystick.rb
805
+ M lib/ruby-sdl-ffi/sdl/keyboard.rb
806
+ M lib/ruby-sdl-ffi/sdl/mouse.rb
807
+ M lib/ruby-sdl-ffi/sdl/mutex.rb
808
+ M lib/ruby-sdl-ffi/sdl/rwops.rb
809
+ M lib/ruby-sdl-ffi/sdl/timer.rb
810
+ M lib/ruby-sdl-ffi/sdl/video.rb
811
+ M lib/ruby-sdl-ffi/ttf.rb
812
+
813
+ commit e8bb99ddbd370cf3ab4e9272fcb040e51d74dc2f
814
+ Author: John Croisant <jacius@gmail.com>
815
+ Date: Sun Jul 12 15:10:56 2009 -0500
816
+
817
+ Renamed all methods in SDL::Gfx to remove prefixes.
818
+
819
+ SDL_gfx* --> *
820
+ SDL_* --> *
821
+
822
+ M lib/ruby-sdl-ffi/gfx/blitfunc.rb
823
+ M lib/ruby-sdl-ffi/gfx/framerate.rb
824
+ M lib/ruby-sdl-ffi/gfx/imagefilter.rb
825
+
826
+ commit a60f1e904e043341451602f244b8dce06016bf7e
827
+ Author: John Croisant <jacius@gmail.com>
828
+ Date: Sun Jul 12 14:58:14 2009 -0500
829
+
830
+ Renamed all SDL::TTF methods to remove "TTF_" prefix.
831
+
832
+ M lib/ruby-sdl-ffi/ttf.rb
833
+
834
+ commit e75d2cafa72ec0f54be0d2c3452bdd0bfb20dd33
835
+ Author: John Croisant <jacius@gmail.com>
836
+ Date: Sun Jul 12 14:48:48 2009 -0500
837
+
838
+ Renamed all SDL::Mixer methods to remove "Mix_" prefix.
839
+
840
+ M lib/ruby-sdl-ffi/mixer.rb
841
+
842
+ commit 3682b4fd70aa6fff0afdd768accaca41a91a00fa
843
+ Author: John Croisant <jacius@gmail.com>
844
+ Date: Sun Jul 12 14:36:04 2009 -0500
845
+
846
+ Renamed all SDL::Image methods to remove "IMG_" prefix.
847
+
848
+ M lib/ruby-sdl-ffi/image.rb
849
+
850
+ commit f20a13ae02a5ff73ffcfd44be0445078733aa595
851
+ Author: John Croisant <jacius@gmail.com>
852
+ Date: Sun Jul 12 14:29:54 2009 -0500
853
+
854
+ Renamed all methods in module SDL to remove "SDL_" prefix.
855
+
856
+ M lib/ruby-sdl-ffi/sdl/audio.rb
857
+ M lib/ruby-sdl-ffi/sdl/cdrom.rb
858
+ M lib/ruby-sdl-ffi/sdl/core.rb
859
+ M lib/ruby-sdl-ffi/sdl/event.rb
860
+ M lib/ruby-sdl-ffi/sdl/joystick.rb
861
+ M lib/ruby-sdl-ffi/sdl/keyboard.rb
862
+ M lib/ruby-sdl-ffi/sdl/mouse.rb
863
+ M lib/ruby-sdl-ffi/sdl/mutex.rb
864
+ M lib/ruby-sdl-ffi/sdl/rwops.rb
865
+ M lib/ruby-sdl-ffi/sdl/timer.rb
866
+ M lib/ruby-sdl-ffi/sdl/video.rb
867
+
868
+ commit 4516f99881bcdf07a0ace91aff20210cc1a275a0
869
+ Author: John Croisant <jacius@gmail.com>
870
+ Date: Sun Jul 12 13:20:05 2009 -0500
871
+
872
+ Renamed module SDL::Mix --> SDL::Mixer
873
+
874
+ M lib/ruby-sdl-ffi/mixer.rb
875
+
876
+ commit 051b7495487ce1428da3def165c54d3cf1987274
877
+ Author: John Croisant <jacius@gmail.com>
878
+ Date: Sun Jul 12 12:59:14 2009 -0500
879
+
880
+ Updated ruby-sdl-ffi.rb to new layout.
881
+
882
+ M lib/ruby-sdl-ffi.rb
883
+
884
+ commit e82fe96e9f11c79815e09adbad4dc5e4868ed2ea
885
+ Author: John Croisant <jacius@gmail.com>
886
+ Date: Sun Jul 12 12:57:00 2009 -0500
887
+
888
+ Updated sdl.rb to new layout.
889
+
890
+ M lib/ruby-sdl-ffi/sdl.rb
891
+
892
+ commit 6d51f82f8fd3367487d8cfe3dc1b2570a7bb34b8
893
+ Author: John Croisant <jacius@gmail.com>
894
+ Date: Sun Jul 12 12:54:59 2009 -0500
895
+
896
+ Moved most SDL (core) files to ruby-sdl-ffi/lib/sdl/.
897
+
898
+ sdl_audio.rb --> sdl/audio.rb
899
+ sdl_cdrom.rb --> sdl/cdrom.rb
900
+ sdl_core.rb --> sdl/core.rb
901
+ sdl_event.rb --> sdl/event.rb
902
+ sdl_joystick.rb --> sdl/joystick.rb
903
+ sdl_keyboard.rb --> sdl/keyboard.rb
904
+ sdl_keysyms.rb --> sdl/keysyms.rb
905
+ sdl_mouse.rb --> sdl/mouse.rb
906
+ sdl_mutex.rb --> sdl/mutex.rb
907
+ sdl_rwops.rb --> sdl/rwops.rb
908
+ sdl_timer.rb --> sdl/timer.rb
909
+ sdl_video.rb --> sdl/video.rb
910
+
911
+ A lib/ruby-sdl-ffi/sdl/audio.rb
912
+ A lib/ruby-sdl-ffi/sdl/cdrom.rb
913
+ A lib/ruby-sdl-ffi/sdl/core.rb
914
+ A lib/ruby-sdl-ffi/sdl/event.rb
915
+ A lib/ruby-sdl-ffi/sdl/joystick.rb
916
+ A lib/ruby-sdl-ffi/sdl/keyboard.rb
917
+ A lib/ruby-sdl-ffi/sdl/keysyms.rb
918
+ A lib/ruby-sdl-ffi/sdl/mouse.rb
919
+ A lib/ruby-sdl-ffi/sdl/mutex.rb
920
+ A lib/ruby-sdl-ffi/sdl/rwops.rb
921
+ A lib/ruby-sdl-ffi/sdl/timer.rb
922
+ A lib/ruby-sdl-ffi/sdl/video.rb
923
+ D lib/ruby-sdl-ffi/sdl_audio.rb
924
+ D lib/ruby-sdl-ffi/sdl_cdrom.rb
925
+ D lib/ruby-sdl-ffi/sdl_core.rb
926
+ D lib/ruby-sdl-ffi/sdl_event.rb
927
+ D lib/ruby-sdl-ffi/sdl_joystick.rb
928
+ D lib/ruby-sdl-ffi/sdl_keyboard.rb
929
+ D lib/ruby-sdl-ffi/sdl_keysyms.rb
930
+ D lib/ruby-sdl-ffi/sdl_mouse.rb
931
+ D lib/ruby-sdl-ffi/sdl_mutex.rb
932
+ D lib/ruby-sdl-ffi/sdl_rwops.rb
933
+ D lib/ruby-sdl-ffi/sdl_timer.rb
934
+ D lib/ruby-sdl-ffi/sdl_video.rb
935
+
936
+ commit de5d285921190fa87fb36fbeb0db2264cabfb95f
937
+ Author: John Croisant <jacius@gmail.com>
938
+ Date: Sun Jul 12 12:54:09 2009 -0500
939
+
940
+ Updated image.rb.
941
+
942
+ M lib/ruby-sdl-ffi/image.rb
943
+
944
+ commit 6d28c6cb78dfc694e02ad19424d7ed2dc6ab8ba0
945
+ Author: John Croisant <jacius@gmail.com>
946
+ Date: Sun Jul 12 12:53:40 2009 -0500
947
+
948
+ Renamed sdl_image.rb --> image.rb
949
+
950
+ A lib/ruby-sdl-ffi/image.rb
951
+ D lib/ruby-sdl-ffi/sdl_image.rb
952
+
953
+ commit 2df1c23ebc35cfe28257b2a2059f48c0b7e998af
954
+ Author: John Croisant <jacius@gmail.com>
955
+ Date: Sun Jul 12 12:53:03 2009 -0500
956
+
957
+ Updated ttf.rb.
958
+
959
+ M lib/ruby-sdl-ffi/ttf.rb
960
+
961
+ commit aff2ec521a6fb3215da7209ed29e988ac4e2f0f3
962
+ Author: John Croisant <jacius@gmail.com>
963
+ Date: Sun Jul 12 12:52:49 2009 -0500
964
+
965
+ Renamed sdl_ttf.rb --> ttf.rb
966
+
967
+ D lib/ruby-sdl-ffi/sdl_ttf.rb
968
+ A lib/ruby-sdl-ffi/ttf.rb
969
+
970
+ commit cd656f50597ae4854779b8e158c9578a7d2f181a
971
+ Author: John Croisant <jacius@gmail.com>
972
+ Date: Sun Jul 12 12:50:13 2009 -0500
973
+
974
+ Updated mixer.rb.
975
+
976
+ M lib/ruby-sdl-ffi/mixer.rb
977
+
978
+ commit 1007814d6f1484be1cfce8e34e3f66e83dabecfc
979
+ Author: John Croisant <jacius@gmail.com>
980
+ Date: Sun Jul 12 12:48:49 2009 -0500
981
+
982
+ Renamed sdl_mixer.rb --> mixer.rb
983
+
984
+ A lib/ruby-sdl-ffi/mixer.rb
985
+ D lib/ruby-sdl-ffi/sdl_mixer.rb
986
+
987
+ commit ef7ed054d6696ffeda3f1f178e9323a23bd80de1
988
+ Author: John Croisant <jacius@gmail.com>
989
+ Date: Sun Jul 12 12:47:58 2009 -0500
990
+
991
+ Updated gfx files to new layout.
992
+
993
+ M lib/ruby-sdl-ffi/gfx.rb
994
+ M lib/ruby-sdl-ffi/gfx/blitfunc.rb
995
+ M lib/ruby-sdl-ffi/gfx/framerate.rb
996
+ M lib/ruby-sdl-ffi/gfx/imagefilter.rb
997
+ M lib/ruby-sdl-ffi/gfx/rotozoom.rb
998
+
999
+ commit 5ec3e51d61b29e9d6a90ecc802bf14a4c47d8b97
1000
+ Author: John Croisant <jacius@gmail.com>
1001
+ Date: Sun Jul 12 12:37:54 2009 -0500
1002
+
1003
+ Renamed sdl_gfx.rb --> gfx.rb
1004
+
1005
+ A lib/ruby-sdl-ffi/gfx.rb
1006
+ D lib/ruby-sdl-ffi/sdl_gfx.rb
1007
+
1008
+ commit 786d54c9545986c413be59b20de87ba3232873c4
1009
+ Author: John Croisant <jacius@gmail.com>
1010
+ Date: Sun Jul 12 12:37:20 2009 -0500
1011
+
1012
+ Moved most SDL_gfx files to lib/ruby-sdl-ffi/gfx/
1013
+
1014
+ sdl_framerate.rb --> gfx/framerate.rb
1015
+ sdl_gfxblitfunc.rb --> gfx/blitfunc.rb
1016
+ sdl_gfxprimitives.rb --> gfx/primitives.rb
1017
+ sdl_imagefilter.rb --> gfx/imagefilter.rb
1018
+ sdl_rotozoom.rb --> gfx/rotozoom.rb
1019
+
1020
+ A lib/ruby-sdl-ffi/gfx/blitfunc.rb
1021
+ A lib/ruby-sdl-ffi/gfx/framerate.rb
1022
+ A lib/ruby-sdl-ffi/gfx/imagefilter.rb
1023
+ A lib/ruby-sdl-ffi/gfx/primitives.rb
1024
+ A lib/ruby-sdl-ffi/gfx/rotozoom.rb
1025
+ D lib/ruby-sdl-ffi/sdl_framerate.rb
1026
+ D lib/ruby-sdl-ffi/sdl_gfxblitfunc.rb
1027
+ D lib/ruby-sdl-ffi/sdl_gfxprimitives.rb
1028
+ D lib/ruby-sdl-ffi/sdl_imagefilter.rb
1029
+ D lib/ruby-sdl-ffi/sdl_rotozoom.rb
1030
+
1031
+ commit 509787fb38050f7cd5db61289ae7294bc1b3f569
1032
+ Author: John Croisant <jacius@gmail.com>
1033
+ Date: Fri Jul 3 04:43:15 2009 -0500
1034
+
1035
+ Updated to new NiceFFI::Library.load_library syntax.
1036
+
1037
+ M lib/ruby-sdl-ffi/sdl.rb
1038
+ M lib/ruby-sdl-ffi/sdl_gfx.rb
1039
+ M lib/ruby-sdl-ffi/sdl_image.rb
1040
+ M lib/ruby-sdl-ffi/sdl_mixer.rb
1041
+ M lib/ruby-sdl-ffi/sdl_ttf.rb
1042
+
1043
+ commit 4bc543b9b1f87d5df55618a43c6f128ba3e3b3a0
1044
+ Author: John Croisant <jacius@gmail.com>
1045
+ Date: Fri Jul 3 03:27:49 2009 -0500
1046
+
1047
+ Updated to latest NiceFFI API.
1048
+
1049
+ M lib/ruby-sdl-ffi/sdl.rb
1050
+ M lib/ruby-sdl-ffi/sdl_audio.rb
1051
+ M lib/ruby-sdl-ffi/sdl_cdrom.rb
1052
+ M lib/ruby-sdl-ffi/sdl_core.rb
1053
+ M lib/ruby-sdl-ffi/sdl_event.rb
1054
+ M lib/ruby-sdl-ffi/sdl_framerate.rb
1055
+ M lib/ruby-sdl-ffi/sdl_gfx.rb
1056
+ M lib/ruby-sdl-ffi/sdl_gfxblitfunc.rb
1057
+ M lib/ruby-sdl-ffi/sdl_image.rb
1058
+ M lib/ruby-sdl-ffi/sdl_keyboard.rb
1059
+ M lib/ruby-sdl-ffi/sdl_mixer.rb
1060
+ M lib/ruby-sdl-ffi/sdl_mouse.rb
1061
+ M lib/ruby-sdl-ffi/sdl_rotozoom.rb
1062
+ M lib/ruby-sdl-ffi/sdl_rwops.rb
1063
+ M lib/ruby-sdl-ffi/sdl_ttf.rb
1064
+ M lib/ruby-sdl-ffi/sdl_video.rb
1065
+
1066
+ commit 7c01c2fd8ae057d4b1ab8a81644be408e4f5739c
1067
+ Author: John Croisant <jacius@gmail.com>
1068
+ Date: Fri Jul 3 02:40:16 2009 -0500
1069
+
1070
+ Split off Nice-FFI to form its own, separate library.
1071
+
1072
+ D lib/ruby-sdl-ffi/nicelibrary.rb
1073
+ D lib/ruby-sdl-ffi/nicestruct.rb
1074
+ M lib/ruby-sdl-ffi/sdl.rb
1075
+ M lib/ruby-sdl-ffi/sdl_audio.rb
1076
+ M lib/ruby-sdl-ffi/sdl_cdrom.rb
1077
+ M lib/ruby-sdl-ffi/sdl_core.rb
1078
+ M lib/ruby-sdl-ffi/sdl_event.rb
1079
+ M lib/ruby-sdl-ffi/sdl_framerate.rb
1080
+ M lib/ruby-sdl-ffi/sdl_gfxblitfunc.rb
1081
+ M lib/ruby-sdl-ffi/sdl_keyboard.rb
1082
+ M lib/ruby-sdl-ffi/sdl_mouse.rb
1083
+ M lib/ruby-sdl-ffi/sdl_rotozoom.rb
1084
+ M lib/ruby-sdl-ffi/sdl_rwops.rb
1085
+ M lib/ruby-sdl-ffi/sdl_video.rb
1086
+ D lib/ruby-sdl-ffi/typedpointer.rb
1087
+ M ruby-sdl-ffi.gemspec
1088
+
1089
+ commit a30b3324515408c0cdac0594adc1a8b338cf1614
1090
+ Author: John Croisant <jacius@gmail.com>
1091
+ Date: Fri Jul 3 02:54:46 2009 -0500
1092
+
1093
+ Fixed dependencies syntax in ruby-sdl-ffi.gemspec.
1094
+
1095
+ M ruby-sdl-ffi.gemspec
1096
+
1097
+ commit 54b7f5aede255e754225cb97ca2436f761f3e2f8
1098
+ Author: John Croisant <jacius@gmail.com>
1099
+ Date: Thu Jul 2 03:54:28 2009 -0500
1100
+
1101
+ Commented out VideoInfo and SDL_GetVideoInfo for now.
1102
+
1103
+ VideoInfo uses bitfields, which I don't know how to implement.
1104
+
1105
+ M lib/ruby-sdl-ffi/sdl_video.rb
1106
+
1107
+ commit e7fac23d8ed54216ad0047a59cdd11895768a660
1108
+ Author: John Croisant <jacius@gmail.com>
1109
+ Date: Thu Jul 2 03:09:45 2009 -0500
1110
+
1111
+ Improved SDL_PeepEvents to support ADDEVENTS action.
1112
+
1113
+ M lib/ruby-sdl-ffi/sdl_event.rb
1114
+
1115
+ commit 4180ec558587ec57942c22c4ff69a319d215651d
1116
+ Author: John Croisant <jacius@gmail.com>
1117
+ Date: Thu Jul 2 02:08:14 2009 -0500
1118
+
1119
+ Event#inspect lists event type (as integer).
1120
+
1121
+ M lib/ruby-sdl-ffi/sdl_event.rb
1122
+
1123
+ commit 29fe8a28793cc69298c4222e838bc144872de913
1124
+ Author: John Croisant <jacius@gmail.com>
1125
+ Date: Wed Jul 1 20:49:36 2009 -0500
1126
+
1127
+ Implemented a nice wrapper for SDL_SetEventFilter().
1128
+
1129
+ M lib/ruby-sdl-ffi/sdl_event.rb
1130
+
1131
+ commit facd404cc3c883b413c7b2dffd26b750c86af799
1132
+ Author: John Croisant <jacius@gmail.com>
1133
+ Date: Wed Jul 1 19:54:32 2009 -0500
1134
+
1135
+ Implemented a nice wrapper for SDL_PeepEvents().
1136
+
1137
+ M lib/ruby-sdl-ffi/sdl_event.rb
1138
+
1139
+ commit 16340d9973897af081e0bdffa9aaa3f33cc42ae5
1140
+ Author: John Croisant <jacius@gmail.com>
1141
+ Date: Wed Jul 1 17:52:37 2009 -0500
1142
+
1143
+ Added SDL::Event.wrap().
1144
+
1145
+ M lib/ruby-sdl-ffi/sdl_event.rb
1146
+
1147
+ commit d2afb71b9e02ca64a75d6dd2ee5f209b31efc1ed
1148
+ Author: John Croisant <jacius@gmail.com>
1149
+ Date: Wed Jul 1 17:09:41 2009 -0500
1150
+
1151
+ Moved SDL._extract_event to SDL::Event#unwrap.
1152
+
1153
+ M lib/ruby-sdl-ffi/sdl_event.rb
1154
+
1155
+ commit 20a87950292fc20999dfba517392b2a6a6b6f147
1156
+ Author: John Croisant <jacius@gmail.com>
1157
+ Date: Wed Jul 1 16:17:07 2009 -0500
1158
+
1159
+ Implemented a nice wrapper for SDL_GetKeyState().
1160
+
1161
+ M lib/ruby-sdl-ffi/sdl_keyboard.rb
1162
+
1163
+ commit 1eaca5bdc214b3de9e1074ff18e543445a22678b
1164
+ Author: John Croisant <jacius@gmail.com>
1165
+ Date: Wed Jul 1 15:35:05 2009 -0500
1166
+
1167
+ Minor cosmetic cleanup in sdl_mouse.rb.
1168
+
1169
+ M lib/ruby-sdl-ffi/sdl_mouse.rb
1170
+
1171
+ commit e7f035ebe514b335aa1c1b96fa1bf1a2fb07a4fd
1172
+ Author: John Croisant <jacius@gmail.com>
1173
+ Date: Wed Jul 1 15:31:32 2009 -0500
1174
+
1175
+ Implemented a nice wrapper for SDL_GetRelativeMouseState().
1176
+
1177
+ M lib/ruby-sdl-ffi/sdl_mouse.rb
1178
+
1179
+ commit d9e0446ff4bcd1d80713120137af937201f97244
1180
+ Author: John Croisant <jacius@gmail.com>
1181
+ Date: Wed Jul 1 15:28:23 2009 -0500
1182
+
1183
+ Implemented a nice wrapper for SDL_GetMouseState().
1184
+
1185
+ M lib/ruby-sdl-ffi/sdl_mouse.rb
1186
+
1187
+ commit 007ce392079aece0044a9035a380102284376949
1188
+ Author: John Croisant <jacius@gmail.com>
1189
+ Date: Wed Jul 1 03:43:00 2009 -0500
1190
+
1191
+ Implemented a nice wrapper for SDL_WM_GetCaption().
1192
+
1193
+ M lib/ruby-sdl-ffi/sdl_video.rb
1194
+
1195
+ commit b1f089d2405a0103d2f2d7cc58ee9317edba13b9
1196
+ Author: John Croisant <jacius@gmail.com>
1197
+ Date: Wed Jul 1 03:25:31 2009 -0500
1198
+
1199
+ Implemented a nice wrapper for SDL_GetClipRect().
1200
+
1201
+ M lib/ruby-sdl-ffi/sdl_video.rb
1202
+
1203
+ commit 3bb46d3c21d8cfb91476fc9aacc4367bb0c4bbe3
1204
+ Author: John Croisant <jacius@gmail.com>
1205
+ Date: Wed Jul 1 03:20:27 2009 -0500
1206
+
1207
+ Implemented a nice wrapper for SDL_GetGammaRamp().
1208
+
1209
+ M lib/ruby-sdl-ffi/sdl_video.rb
1210
+
1211
+ commit 73a7be932e1b2e0bef225551f23d9e26f1e78b1b
1212
+ Author: John Croisant <jacius@gmail.com>
1213
+ Date: Wed Jul 1 00:44:59 2009 -0500
1214
+
1215
+ Revert "Added SDL._wrap_event. (private, nodoc)"
1216
+
1217
+ SDL._wrap_event isn't needed for SDL_PushEvent, but I want to
1218
+ keep it in the revision history in case it's needed later.
1219
+
1220
+ This reverts commit 019f2c6945db2a5b87bfc3f105814ff3ce5820f2.
1221
+
1222
+ M lib/ruby-sdl-ffi/sdl_event.rb
1223
+
1224
+ commit 019f2c6945db2a5b87bfc3f105814ff3ce5820f2
1225
+ Author: John Croisant <jacius@gmail.com>
1226
+ Date: Wed Jul 1 00:36:41 2009 -0500
1227
+
1228
+ Added SDL._wrap_event. (private, nodoc)
1229
+
1230
+ M lib/ruby-sdl-ffi/sdl_event.rb
1231
+
1232
+ commit 59170aa41858bb03aef705ddd36cddfef3ec2188
1233
+ Author: John Croisant <jacius@gmail.com>
1234
+ Date: Tue Jun 30 18:59:59 2009 -0500
1235
+
1236
+ Implemented a nice wrapper for SDL_WaitEvent().
1237
+
1238
+ M lib/ruby-sdl-ffi/sdl_event.rb
1239
+
1240
+ commit 6424bcf7071684c68eb0fe5232469e7b40909fe7
1241
+ Author: John Croisant <jacius@gmail.com>
1242
+ Date: Tue Jun 30 18:55:36 2009 -0500
1243
+
1244
+ Implemented a nice wrapper for SDL_PollEvent().
1245
+
1246
+ M lib/ruby-sdl-ffi/sdl_event.rb
1247
+
1248
+ commit 9d5936ed0f17a11eccd409cd63532984301af3ec
1249
+ Author: John Croisant <jacius@gmail.com>
1250
+ Date: Tue Jun 30 18:44:11 2009 -0500
1251
+
1252
+ Added SDL::_extract_event(). (private, nodoc)
1253
+
1254
+ M lib/ruby-sdl-ffi/sdl_event.rb
1255
+
1256
+ commit e150a105830bd6e6e6654351614a8fd367d3097b
1257
+ Author: John Croisant <jacius@gmail.com>
1258
+ Date: Tue Jun 30 18:35:33 2009 -0500
1259
+
1260
+ Fixed ordering of constants in sdl_event.rb.
1261
+
1262
+ M lib/ruby-sdl-ffi/sdl_event.rb
1263
+
1264
+ commit 1fb067cd84dd7cfa3383f863d3c45c5236218161
1265
+ Author: John Croisant <jacius@gmail.com>
1266
+ Date: Tue Jun 30 09:37:28 2009 -0500
1267
+
1268
+ Commented out SDL_ListModes for now. Don't know to implement it reliably.
1269
+
1270
+ M lib/ruby-sdl-ffi/sdl_video.rb
1271
+
1272
+ commit c8acf39f39f366b2d474f4519d6c9b3de72969a8
1273
+ Author: John Croisant <jacius@gmail.com>
1274
+ Date: Tue Jun 30 08:43:57 2009 -0500
1275
+
1276
+ Moved platforms.rb functionality into NiceLibrary.
1277
+
1278
+ M lib/ruby-sdl-ffi/nicelibrary.rb
1279
+ D lib/ruby-sdl-ffi/platforms.rb
1280
+ M lib/ruby-sdl-ffi/sdl.rb
1281
+ M lib/ruby-sdl-ffi/sdl_gfx.rb
1282
+ M lib/ruby-sdl-ffi/sdl_image.rb
1283
+ M lib/ruby-sdl-ffi/sdl_mixer.rb
1284
+ M lib/ruby-sdl-ffi/sdl_ttf.rb
1285
+
1286
+ commit e37610d1a61e03db7cb98f6d7c4b4e27481d0539
1287
+ Author: John Croisant <jacius@gmail.com>
1288
+ Date: Tue Jun 30 08:37:53 2009 -0500
1289
+
1290
+ Fixed NiceStruct#to_hash when members is empty.
1291
+
1292
+ M lib/ruby-sdl-ffi/nicestruct.rb
1293
+
1294
+ commit dc0638199a6991bf872328cd096f561cc68f6ba0
1295
+ Author: John Croisant <jacius@gmail.com>
1296
+ Date: Tue Jun 30 08:07:19 2009 -0500
1297
+
1298
+ Improved NiceStruct#to_s when there are no visible members.
1299
+
1300
+ M lib/ruby-sdl-ffi/nicestruct.rb
1301
+
1302
+ commit 090b954a1024e77722b48b28ccfb32dad4640384
1303
+ Author: John Croisant <jacius@gmail.com>
1304
+ Date: Tue Jun 30 08:00:16 2009 -0500
1305
+
1306
+ Added SDL::Mix::Music struct class. It's unorthodox.
1307
+
1308
+ Mix_Music struct (in C) has a hidden layout, which changes
1309
+ depending on which sound format libraries were available
1310
+ at compile time. Since we don't know the layout, we have to
1311
+ jump through some hoops.
1312
+
1313
+ M lib/ruby-sdl-ffi/sdl_mixer.rb
1314
+
1315
+ commit 9db068bed3d1a04619589d22c2c89ff9c99bc928
1316
+ Author: John Croisant <jacius@gmail.com>
1317
+ Date: Tue Jun 30 06:35:13 2009 -0500
1318
+
1319
+ Removed redundant "... or pointer.is_a? FFI::MemoryPointer".
1320
+
1321
+ Turns out FFI::MemoryPointer is a descendent of FFI::Pointer...
1322
+
1323
+ M lib/ruby-sdl-ffi/typedpointer.rb
1324
+
1325
+ commit 6713386f04949017fa12b676276c1ccc96c66193
1326
+ Author: John Croisant <jacius@gmail.com>
1327
+ Date: Tue Jun 30 06:17:51 2009 -0500
1328
+
1329
+ TypedPointer is no longer picky about class being FFI::Struct.
1330
+
1331
+ M lib/ruby-sdl-ffi/typedpointer.rb
1332
+
1333
+ commit baa34f080bcffc836b4d7dd0515960a9ca5963b5
1334
+ Author: John Croisant <jacius@gmail.com>
1335
+ Date: Thu Jun 25 20:52:58 2009 -0500
1336
+
1337
+ Several Mix functions use TypedPointer returns now.
1338
+
1339
+ M lib/ruby-sdl-ffi/sdl_mixer.rb
1340
+
1341
+ commit 4237398e3ce2e2b903aeb70db89a131481f4fd37
1342
+ Author: John Croisant <jacius@gmail.com>
1343
+ Date: Thu Jun 25 20:52:19 2009 -0500
1344
+
1345
+ Added a wrapper around SDL_GetRGB and SDL_GetRGBA.
1346
+
1347
+ M lib/ruby-sdl-ffi/sdl_video.rb
1348
+
1349
+ commit 6010229f0828eaba50fb7fcf33991c5770698464
1350
+ Author: John Croisant <jacius@gmail.com>
1351
+ Date: Thu Jun 25 06:03:28 2009 -0500
1352
+
1353
+ Updated load_image.rb to current API usage.
1354
+
1355
+ M examples/load_image.rb
1356
+
1357
+ commit b6b1b98a09a0552bf117d8035e3ccc5f498cc49a
1358
+ Author: John Croisant <jacius@gmail.com>
1359
+ Date: Mon Jun 22 09:15:45 2009 -0500
1360
+
1361
+ Simplified require (need) statements in companion libs.
1362
+
1363
+ M lib/ruby-sdl-ffi/sdl_gfx.rb
1364
+ M lib/ruby-sdl-ffi/sdl_image.rb
1365
+ M lib/ruby-sdl-ffi/sdl_mixer.rb
1366
+ M lib/ruby-sdl-ffi/sdl_ttf.rb
1367
+
1368
+ commit 60494cdeb85995c0363a01e03828a7d02600113e
1369
+ Author: John Croisant <jacius@gmail.com>
1370
+ Date: Mon Jun 22 09:12:04 2009 -0500
1371
+
1372
+ Updated some sdl_image.rb funcs to use TypedPointers.
1373
+
1374
+ IMG_Linked_Version
1375
+ IMG_LoadTyped_RW
1376
+ IMG_Load_RW
1377
+ IMG_LoadBMP_RW
1378
+ IMG_LoadGIF_RW
1379
+ IMG_LoadJPG_RW
1380
+ IMG_LoadLBM_RW
1381
+ IMG_LoadPCX_RW
1382
+ IMG_LoadPNG_RW
1383
+ IMG_LoadPNM_RW
1384
+ IMG_LoadTGA_RW
1385
+ IMG_LoadTIF_RW
1386
+ IMG_LoadXCF_RW
1387
+ IMG_LoadXPM_RW
1388
+ IMG_LoadXV_RW
1389
+ IMG_ReadXPMFromArray
1390
+
1391
+ M lib/ruby-sdl-ffi/sdl_image.rb
1392
+
1393
+ commit b6cd6228c1013ae078f446c287cf2331d6b6b6cb
1394
+ Author: John Croisant <jacius@gmail.com>
1395
+ Date: Mon Jun 22 08:16:22 2009 -0500
1396
+
1397
+ Removed SDL_UpperBlit and SDL_LowerBlit.
1398
+
1399
+ Users are meant to use SDL_BlitSurface (which is the
1400
+ same as SDL_UpperBlit).
1401
+
1402
+ M lib/ruby-sdl-ffi/sdl_video.rb
1403
+
1404
+ commit 29c6542d82adb293f1cea10327c600ae7803513b
1405
+ Author: John Croisant <jacius@gmail.com>
1406
+ Date: Mon Jun 22 08:14:18 2009 -0500
1407
+
1408
+ Removed SDL_SoftStretch, it is not part of the public SDL API.
1409
+
1410
+ M lib/ruby-sdl-ffi/sdl_video.rb
1411
+
1412
+ commit d2c4c9ecde879535e36f23566aeff575e10f0266
1413
+ Author: John Croisant <jacius@gmail.com>
1414
+ Date: Mon Jun 22 08:13:34 2009 -0500
1415
+
1416
+ SDL_MapRGB and SDL_MapRGBA actually return uint32, not pointer.
1417
+
1418
+ M lib/ruby-sdl-ffi/sdl_video.rb
1419
+
1420
+ commit a90f46d64b6962b2e75099cacbc902042039762f
1421
+ Author: John Croisant <jacius@gmail.com>
1422
+ Date: Mon Jun 22 08:11:55 2009 -0500
1423
+
1424
+ Updated some sdl_video.rb funcs to use TypedPointers.
1425
+
1426
+ SDL_GetVideoSurface
1427
+ SDL_GetVideoInfo
1428
+ SDL_SetVideoMode
1429
+ SDL_CreateRGBSurface
1430
+ SDL_CreateRGBSurfaceFrom
1431
+ SDL_LoadBMP_RW
1432
+ SDL_ConvertSurface
1433
+ SDL_DisplayFormat
1434
+ SDL_DisplayFormatAlpha
1435
+ SDL_CreateYUVOverlay
1436
+
1437
+ M lib/ruby-sdl-ffi/sdl_video.rb
1438
+
1439
+ commit 1082f197f9ec1367b6a04ed696e2e6f1fafdb93d
1440
+ Author: John Croisant <jacius@gmail.com>
1441
+ Date: Mon Jun 22 07:10:19 2009 -0500
1442
+
1443
+ Updated modules to use NiceLibrary instead of FFI::Library
1444
+
1445
+ Updated: SDL, SDL::Image, SDL::Gfx, SDL::Mix, SDL::TTF
1446
+
1447
+ M lib/ruby-sdl-ffi/sdl.rb
1448
+ M lib/ruby-sdl-ffi/sdl_gfx.rb
1449
+ M lib/ruby-sdl-ffi/sdl_image.rb
1450
+ M lib/ruby-sdl-ffi/sdl_mixer.rb
1451
+ M lib/ruby-sdl-ffi/sdl_ttf.rb
1452
+
1453
+ commit 5122c6d155b00e2127ce572378a5f36ab01d5422
1454
+ Author: John Croisant <jacius@gmail.com>
1455
+ Date: Mon Jun 22 07:09:00 2009 -0500
1456
+
1457
+ Added class NiceLibrary (nicelibrary.rb).
1458
+
1459
+ A lib/ruby-sdl-ffi/nicelibrary.rb
1460
+
1461
+ commit 68202cf442a6230890cde7d88c0fd7b777b38e07
1462
+ Author: John Croisant <jacius@gmail.com>
1463
+ Date: Sun Jun 21 14:37:30 2009 -0500
1464
+
1465
+ Added Mac path: "/opt/local/lib/lib[LIB].dylib" (for Darwin Ports)
1466
+
1467
+ M lib/ruby-sdl-ffi/platforms.rb
1468
+
1469
+ commit 4a512d3011324eda1558343829f2bcdf741839f6
1470
+ Author: John Croisant <jacius@gmail.com>
1471
+ Date: Sun Jun 21 04:05:43 2009 -0500
1472
+
1473
+ Added examples/load_image.rb.
1474
+
1475
+ A examples/load_image.rb
1476
+
1477
+ commit ba3ec457f0396a1e97f1e25f33404314ccd0ffae
1478
+ Author: John Croisant <jacius@gmail.com>
1479
+ Date: Sun Jun 21 03:53:06 2009 -0500
1480
+
1481
+ Updated and expanded doc comments for NiceStruct.
1482
+
1483
+ M lib/ruby-sdl-ffi/nicestruct.rb
1484
+
1485
+ commit c7d57e72d444f881206ee4e3381310d7822a2450
1486
+ Author: John Croisant <jacius@gmail.com>
1487
+ Date: Sat Jun 20 21:46:57 2009 -0500
1488
+
1489
+ SDL_BlitSurface alias must be defined in class << self.
1490
+
1491
+ M lib/ruby-sdl-ffi/sdl_video.rb
1492
+
1493
+ commit 9e689a889e6457cbb0ee941cf12cc118863284f5
1494
+ Author: John Croisant <jacius@gmail.com>
1495
+ Date: Sat Jun 20 21:40:03 2009 -0500
1496
+
1497
+ Added my guess at proper LIBRARY_PATHS for win32.
1498
+
1499
+ M lib/ruby-sdl-ffi/platforms.rb
1500
+
1501
+ commit 514a56fd45bd90f54fc5fdaecd1c12c0a1213513
1502
+ Author: John Croisant <jacius@gmail.com>
1503
+ Date: Sat Jun 20 21:38:59 2009 -0500
1504
+
1505
+ Updated LIBRARY_PATHS for Mac.
1506
+
1507
+ Added: /sw/lib/lib[LIB].dylib
1508
+ Removed: /usr/local/lib/lib[LIB].so
1509
+
1510
+ M lib/ruby-sdl-ffi/platforms.rb
1511
+
1512
+ commit b0ed1a2bee8ae18eb4cb853ee87cd450979588ab
1513
+ Author: John Croisant <jacius@gmail.com>
1514
+ Date: Sat Jun 20 20:22:44 2009 -0500
1515
+
1516
+ Added alias SDL::SDL_BlitSurface = SDL::SDL_UpperBlit.
1517
+
1518
+ M lib/ruby-sdl-ffi/sdl_video.rb
1519
+
1520
+ commit 7b4c1cd16ebe7324773adde242afe23b12bfc6bb
1521
+ Author: John Croisant <jacius@gmail.com>
1522
+ Date: Sat Jun 20 20:16:08 2009 -0500
1523
+
1524
+ NiceStruct handles NullPointerErrors more gracefully.
1525
+
1526
+ M lib/ruby-sdl-ffi/nicestruct.rb
1527
+
1528
+ commit 6c38264eb7392153b66191192b917b7614cea7e5
1529
+ Author: John Croisant <jacius@gmail.com>
1530
+ Date: Sat Jun 20 20:04:53 2009 -0500
1531
+
1532
+ NiceStruct struct-typed members are cached now.
1533
+
1534
+ This prevents a new object from being created every
1535
+ time the member is read.
1536
+
1537
+ M lib/ruby-sdl-ffi/nicestruct.rb
1538
+
1539
+ commit 94c81d6ff5e611540c120e6994e7835c527b294a
1540
+ Author: John Croisant <jacius@gmail.com>
1541
+ Date: Sat Jun 20 20:02:34 2009 -0500
1542
+
1543
+ NiceStruct rescues NameError when removing accessors.
1544
+
1545
+ M lib/ruby-sdl-ffi/nicestruct.rb
1546
+
1547
+ commit f43d398d979ea2019b3d608728e16d54cba6c372
1548
+ Author: John Croisant <jacius@gmail.com>
1549
+ Date: Sat Jun 20 19:47:13 2009 -0500
1550
+
1551
+ Used TypedPointer in some structs.
1552
+
1553
+ M lib/ruby-sdl-ffi/sdl_gfxblitfunc.rb
1554
+ M lib/ruby-sdl-ffi/sdl_video.rb
1555
+
1556
+ commit 97b8761e1141eee5bbb57a244d1ac9851888d8b7
1557
+ Author: John Croisant <jacius@gmail.com>
1558
+ Date: Sat Jun 20 18:39:01 2009 -0500
1559
+
1560
+ Added "need >= 1.1.0" to dependencies in README.rdoc.
1561
+
1562
+ M README.rdoc
1563
+
1564
+ commit 17590690972825b774478bc49985067a3878b124
1565
+ Author: John Croisant <jacius@gmail.com>
1566
+ Date: Sat Jun 20 18:17:27 2009 -0500
1567
+
1568
+ Added support for TypedPointers in NiceStruct.
1569
+
1570
+ NiceStruct#layout accepts TypedPointers as types and constructs
1571
+ "smart" accessors for those members.
1572
+
1573
+ M lib/ruby-sdl-ffi/nicestruct.rb
1574
+
1575
+ commit 1c6726c356b3fc8ae38227fe9bfb25ec83ead1d9
1576
+ Author: John Croisant <jacius@gmail.com>
1577
+ Date: Sat Jun 20 18:16:27 2009 -0500
1578
+
1579
+ Added class TypedPointer (typedpointer.rb).
1580
+
1581
+ A lib/ruby-sdl-ffi/typedpointer.rb
1582
+
1583
+ commit 4db9352780e807ffd5e8a6ca50bf36faff5cf0bc
1584
+ Author: John Croisant <jacius@gmail.com>
1585
+ Date: Sat Jun 20 13:13:27 2009 -0500
1586
+
1587
+ Simplified 'require' code with 'need'.
1588
+
1589
+ M lib/ruby-sdl-ffi.rb
1590
+ M lib/ruby-sdl-ffi/sdl.rb
1591
+ M lib/ruby-sdl-ffi/sdl_audio.rb
1592
+ M lib/ruby-sdl-ffi/sdl_cdrom.rb
1593
+ M lib/ruby-sdl-ffi/sdl_core.rb
1594
+ M lib/ruby-sdl-ffi/sdl_event.rb
1595
+ M lib/ruby-sdl-ffi/sdl_framerate.rb
1596
+ M lib/ruby-sdl-ffi/sdl_gfx.rb
1597
+ M lib/ruby-sdl-ffi/sdl_gfxblitfunc.rb
1598
+ M lib/ruby-sdl-ffi/sdl_gfxprimitives.rb
1599
+ M lib/ruby-sdl-ffi/sdl_image.rb
1600
+ M lib/ruby-sdl-ffi/sdl_keyboard.rb
1601
+ M lib/ruby-sdl-ffi/sdl_mixer.rb
1602
+ M lib/ruby-sdl-ffi/sdl_mouse.rb
1603
+ M lib/ruby-sdl-ffi/sdl_rotozoom.rb
1604
+ M lib/ruby-sdl-ffi/sdl_rwops.rb
1605
+ M lib/ruby-sdl-ffi/sdl_ttf.rb
1606
+ M lib/ruby-sdl-ffi/sdl_video.rb
1607
+
1608
+ commit b83d0f4d945b65a8333d3aa497e13b6485e50bf5
1609
+ Author: John Croisant <jacius@gmail.com>
1610
+ Date: Sat Jun 20 12:36:33 2009 -0500
1611
+
1612
+ Added gem dependency: need >= 1.1.0.
1613
+
1614
+ M ruby-sdl-ffi.gemspec
1615
+
1616
+ commit 909866ab39702a20c80677ff668e7aa2ca2da75c
1617
+ Author: John Croisant <jacius@gmail.com>
1618
+ Date: Sat Jun 20 03:57:13 2009 -0500
1619
+
1620
+ Renamed module SDL::IMG --> SDL::Image.
1621
+
1622
+ M lib/ruby-sdl-ffi/sdl_image.rb
1623
+
1624
+ commit 2bb65aec3cbbf3f76896363af7d1d3a8c9dfb451
1625
+ Author: John Croisant <jacius@gmail.com>
1626
+ Date: Sat Jun 20 03:55:44 2009 -0500
1627
+
1628
+ Cosmetic cleanup in sdl_gfxprimitives.rb.
1629
+
1630
+ M lib/ruby-sdl-ffi/sdl_gfxprimitives.rb
1631
+
1632
+ commit aa98d533ceb523978b17969631d64cef87fea456
1633
+ Author: John Croisant <jacius@gmail.com>
1634
+ Date: Sat Jun 20 03:45:59 2009 -0500
1635
+
1636
+ Cosmetic cleanup in sdl_gfxblitfunc.rb
1637
+
1638
+ M lib/ruby-sdl-ffi/sdl_gfxblitfunc.rb
1639
+
1640
+ commit 14277f62a45f72ea800fff6122498060a54b80ef
1641
+ Author: John Croisant <jacius@gmail.com>
1642
+ Date: Sat Jun 20 03:44:54 2009 -0500
1643
+
1644
+ Cosmetic cleanup in sdl_framerate.rb.
1645
+
1646
+ M lib/ruby-sdl-ffi/sdl_framerate.rb
1647
+
1648
+ commit 6e0a39fc4b29bd2378a1134f9f145aadc42b507a
1649
+ Author: John Croisant <jacius@gmail.com>
1650
+ Date: Sat Jun 20 03:44:11 2009 -0500
1651
+
1652
+ Cosmetic cleanup in sdl_image.rb.
1653
+
1654
+ M lib/ruby-sdl-ffi/sdl_image.rb
1655
+
1656
+ commit 51d04cf748dfc31d03c8ebfb3db60c1c965b6b51
1657
+ Author: John Croisant <jacius@gmail.com>
1658
+ Date: Sat Jun 20 03:40:13 2009 -0500
1659
+
1660
+ Cosmetic cleanup in sdl_ttf.rb.
1661
+
1662
+ M lib/ruby-sdl-ffi/sdl_ttf.rb
1663
+
1664
+ commit 09bd6c82d469bad3decdd923be94005acfd77138
1665
+ Author: John Croisant <jacius@gmail.com>
1666
+ Date: Sat Jun 20 03:36:37 2009 -0500
1667
+
1668
+ Cosmetic cleanup in sdl_mixer.rb.
1669
+
1670
+ M lib/ruby-sdl-ffi/sdl_mixer.rb
1671
+
1672
+ commit 45d9b43afcbb17930b972879acf53ed0afc020dd
1673
+ Author: John Croisant <jacius@gmail.com>
1674
+ Date: Sat Jun 20 03:21:39 2009 -0500
1675
+
1676
+ Made various struct members hidden or read_only.
1677
+
1678
+ hidden:
1679
+
1680
+ SDL::CDtrack[ :unused ]
1681
+ SDL::RWops[ :hidden ]
1682
+ SDL::Color[ :unused ]
1683
+ SDL::Surface[ :offset, :hwdata, :unused1,
1684
+ :locked, :map, :format_version ]
1685
+ SDL::VideoInfo[ :UnusedBits1, :UnusedBits2, :UnusedBits3 ]
1686
+ SDL::Overlay[ :hwfuncs, :hwdata, :UnusedBits ]
1687
+
1688
+ read_only:
1689
+
1690
+ SDL::Surface[ :flags, :format, :w, :h,
1691
+ :pitch, :clip_rect, :refcount ]
1692
+ SDL::Overlay[ :format, :w, :h,
1693
+ :planes, :pitches, :hw_overlay ]
1694
+
1695
+ M lib/ruby-sdl-ffi/sdl_cdrom.rb
1696
+ M lib/ruby-sdl-ffi/sdl_rwops.rb
1697
+ M lib/ruby-sdl-ffi/sdl_video.rb
1698
+
1699
+ commit 4c3aa403f8d4a61f4cc2265b50a0c8f39d65fcd8
1700
+ Author: John Croisant <jacius@gmail.com>
1701
+ Date: Sat Jun 20 03:00:03 2009 -0500
1702
+
1703
+ Added NiceStruct.read_only and NiceStruct.read_only?.
1704
+
1705
+ M lib/ruby-sdl-ffi/nicestruct.rb
1706
+
1707
+ commit fc382817ba610d0d78d702adefe2f1133a3a047a
1708
+ Author: John Croisant <jacius@gmail.com>
1709
+ Date: Sat Jun 20 01:41:56 2009 -0500
1710
+
1711
+ Added NiceStruct.hidden and NiceStruct.hidden?.
1712
+
1713
+ M lib/ruby-sdl-ffi/nicestruct.rb
1714
+
1715
+ commit 18150b3f044b48d6cbe10f44fb0f77716ebc45e6
1716
+ Author: John Croisant <jacius@gmail.com>
1717
+ Date: Sat Jun 20 03:08:10 2009 -0500
1718
+
1719
+ NiceStruct#to_s uses read accessor instead of #[].
1720
+
1721
+ M lib/ruby-sdl-ffi/nicestruct.rb
1722
+
1723
+ commit 127510a99b047171d2f89fefc45134696b5affe8
1724
+ Author: John Croisant <jacius@gmail.com>
1725
+ Date: Fri Jun 19 22:14:35 2009 -0500
1726
+
1727
+ Updated all struct classes to use NiceStruct.
1728
+
1729
+ M lib/ruby-sdl-ffi/sdl_audio.rb
1730
+ M lib/ruby-sdl-ffi/sdl_cdrom.rb
1731
+ M lib/ruby-sdl-ffi/sdl_core.rb
1732
+ M lib/ruby-sdl-ffi/sdl_event.rb
1733
+ M lib/ruby-sdl-ffi/sdl_framerate.rb
1734
+ M lib/ruby-sdl-ffi/sdl_gfxblitfunc.rb
1735
+ M lib/ruby-sdl-ffi/sdl_keyboard.rb
1736
+ M lib/ruby-sdl-ffi/sdl_mixer.rb
1737
+ M lib/ruby-sdl-ffi/sdl_mouse.rb
1738
+ M lib/ruby-sdl-ffi/sdl_rotozoom.rb
1739
+ M lib/ruby-sdl-ffi/sdl_rwops.rb
1740
+ M lib/ruby-sdl-ffi/sdl_video.rb
1741
+
1742
+ commit 460244e01a937283cff4970311bbed21269d7f84
1743
+ Author: John Croisant <jacius@gmail.com>
1744
+ Date: Fri Jun 19 18:42:18 2009 -0500
1745
+
1746
+ Added class NiceStruct (nicestruct.rb).
1747
+
1748
+ A lib/ruby-sdl-ffi/nicestruct.rb
1749
+
1750
+ commit f04d16aedbb3a11fb16316abb603d38e2568a868
1751
+ Author: John Croisant <jacius@gmail.com>
1752
+ Date: Fri Jun 19 18:35:56 2009 -0500
1753
+
1754
+ Reverted: Renamed raw "struct" classes to their original C names.
1755
+
1756
+ Going in a new direction with this.
1757
+
1758
+ This commit undoes a2b2b3c14d6f824a468beaf16e6b93d672634be5.
1759
+
1760
+ M lib/ruby-sdl-ffi/sdl_audio.rb
1761
+ M lib/ruby-sdl-ffi/sdl_cdrom.rb
1762
+ M lib/ruby-sdl-ffi/sdl_core.rb
1763
+ M lib/ruby-sdl-ffi/sdl_event.rb
1764
+ M lib/ruby-sdl-ffi/sdl_gfxblitfunc.rb
1765
+ M lib/ruby-sdl-ffi/sdl_mixer.rb
1766
+ M lib/ruby-sdl-ffi/sdl_mouse.rb
1767
+ M lib/ruby-sdl-ffi/sdl_rwops.rb
1768
+ M lib/ruby-sdl-ffi/sdl_ttf.rb
1769
+ M lib/ruby-sdl-ffi/sdl_video.rb
1770
+
1771
+ commit 976537979a6549f6520bcd4f391215cb2e89ffed
1772
+ Author: John Croisant <jacius@gmail.com>
1773
+ Date: Fri Jun 19 18:02:57 2009 -0500
1774
+
1775
+ Removed SDL::Raw module, contents moved up to SDL module.
1776
+
1777
+ (Many indentation changes, you may want to --ignore-all-space)
1778
+
1779
+ M lib/ruby-sdl-ffi/platforms.rb
1780
+ M lib/ruby-sdl-ffi/sdl.rb
1781
+ M lib/ruby-sdl-ffi/sdl_audio.rb
1782
+ M lib/ruby-sdl-ffi/sdl_cdrom.rb
1783
+ M lib/ruby-sdl-ffi/sdl_core.rb
1784
+ M lib/ruby-sdl-ffi/sdl_event.rb
1785
+ M lib/ruby-sdl-ffi/sdl_framerate.rb
1786
+ M lib/ruby-sdl-ffi/sdl_gfx.rb
1787
+ M lib/ruby-sdl-ffi/sdl_gfxblitfunc.rb
1788
+ M lib/ruby-sdl-ffi/sdl_gfxprimitives.rb
1789
+ M lib/ruby-sdl-ffi/sdl_image.rb
1790
+ M lib/ruby-sdl-ffi/sdl_imagefilter.rb
1791
+ M lib/ruby-sdl-ffi/sdl_joystick.rb
1792
+ M lib/ruby-sdl-ffi/sdl_keyboard.rb
1793
+ M lib/ruby-sdl-ffi/sdl_keysyms.rb
1794
+ M lib/ruby-sdl-ffi/sdl_mixer.rb
1795
+ M lib/ruby-sdl-ffi/sdl_mouse.rb
1796
+ M lib/ruby-sdl-ffi/sdl_mutex.rb
1797
+ M lib/ruby-sdl-ffi/sdl_rotozoom.rb
1798
+ M lib/ruby-sdl-ffi/sdl_rwops.rb
1799
+ M lib/ruby-sdl-ffi/sdl_timer.rb
1800
+ M lib/ruby-sdl-ffi/sdl_ttf.rb
1801
+ M lib/ruby-sdl-ffi/sdl_video.rb
1802
+
1803
+ commit 2b9bc49ff62b1ca7d08098626591741be0f682aa
1804
+ Author: John Croisant <jacius@gmail.com>
1805
+ Date: Fri Jun 19 17:55:17 2009 -0500
1806
+
1807
+ Moved raw stuff back to main lib dir. New direction.
1808
+
1809
+ A lib/ruby-sdl-ffi/platforms.rb
1810
+ D lib/ruby-sdl-ffi/raw/platforms.rb
1811
+ D lib/ruby-sdl-ffi/raw/sdl.rb
1812
+ D lib/ruby-sdl-ffi/raw/sdl_audio.rb
1813
+ D lib/ruby-sdl-ffi/raw/sdl_cdrom.rb
1814
+ D lib/ruby-sdl-ffi/raw/sdl_core.rb
1815
+ D lib/ruby-sdl-ffi/raw/sdl_event.rb
1816
+ D lib/ruby-sdl-ffi/raw/sdl_framerate.rb
1817
+ D lib/ruby-sdl-ffi/raw/sdl_gfx.rb
1818
+ D lib/ruby-sdl-ffi/raw/sdl_gfxblitfunc.rb
1819
+ D lib/ruby-sdl-ffi/raw/sdl_gfxprimitives.rb
1820
+ D lib/ruby-sdl-ffi/raw/sdl_image.rb
1821
+ D lib/ruby-sdl-ffi/raw/sdl_imagefilter.rb
1822
+ D lib/ruby-sdl-ffi/raw/sdl_joystick.rb
1823
+ D lib/ruby-sdl-ffi/raw/sdl_keyboard.rb
1824
+ D lib/ruby-sdl-ffi/raw/sdl_keysyms.rb
1825
+ D lib/ruby-sdl-ffi/raw/sdl_mixer.rb
1826
+ D lib/ruby-sdl-ffi/raw/sdl_mouse.rb
1827
+ D lib/ruby-sdl-ffi/raw/sdl_mutex.rb
1828
+ D lib/ruby-sdl-ffi/raw/sdl_rotozoom.rb
1829
+ D lib/ruby-sdl-ffi/raw/sdl_rwops.rb
1830
+ D lib/ruby-sdl-ffi/raw/sdl_timer.rb
1831
+ D lib/ruby-sdl-ffi/raw/sdl_ttf.rb
1832
+ D lib/ruby-sdl-ffi/raw/sdl_video.rb
1833
+ A lib/ruby-sdl-ffi/sdl.rb
1834
+ A lib/ruby-sdl-ffi/sdl_audio.rb
1835
+ A lib/ruby-sdl-ffi/sdl_cdrom.rb
1836
+ A lib/ruby-sdl-ffi/sdl_core.rb
1837
+ A lib/ruby-sdl-ffi/sdl_event.rb
1838
+ A lib/ruby-sdl-ffi/sdl_framerate.rb
1839
+ A lib/ruby-sdl-ffi/sdl_gfx.rb
1840
+ A lib/ruby-sdl-ffi/sdl_gfxblitfunc.rb
1841
+ A lib/ruby-sdl-ffi/sdl_gfxprimitives.rb
1842
+ A lib/ruby-sdl-ffi/sdl_image.rb
1843
+ A lib/ruby-sdl-ffi/sdl_imagefilter.rb
1844
+ A lib/ruby-sdl-ffi/sdl_joystick.rb
1845
+ A lib/ruby-sdl-ffi/sdl_keyboard.rb
1846
+ A lib/ruby-sdl-ffi/sdl_keysyms.rb
1847
+ A lib/ruby-sdl-ffi/sdl_mixer.rb
1848
+ A lib/ruby-sdl-ffi/sdl_mouse.rb
1849
+ A lib/ruby-sdl-ffi/sdl_mutex.rb
1850
+ A lib/ruby-sdl-ffi/sdl_rotozoom.rb
1851
+ A lib/ruby-sdl-ffi/sdl_rwops.rb
1852
+ A lib/ruby-sdl-ffi/sdl_timer.rb
1853
+ A lib/ruby-sdl-ffi/sdl_ttf.rb
1854
+ A lib/ruby-sdl-ffi/sdl_video.rb
1855
+
1856
+ commit 604abeac004e03355beb244647f76f4d2a0a667e
1857
+ Author: John Croisant <jacius@gmail.com>
1858
+ Date: Thu Jun 18 20:42:32 2009 -0500
1859
+
1860
+ Commented out class SDL_AudioCVT for now.
1861
+
1862
+ Not sure how to handle its :filters member, which
1863
+ is an array of 10 callbacks.
1864
+
1865
+ M lib/ruby-sdl-ffi/raw/sdl_audio.rb
1866
+
1867
+ commit a2b2b3c14d6f824a468beaf16e6b93d672634be5
1868
+ Author: John Croisant <jacius@gmail.com>
1869
+ Date: Thu Jun 18 15:56:34 2009 -0500
1870
+
1871
+ Renamed raw "struct" classes to their original C names.
1872
+
1873
+ AudioSpec -> SDL_AudioSpec
1874
+ AudioCVT -> SDL_AudioCVT
1875
+ CDtrack -> SDL_CDtrack
1876
+ CD -> SDL_CD
1877
+ Version -> SDL_Version
1878
+ ActiveEvent -> SDL_ActiveEvent
1879
+ KeyboardEvent -> SDL_KeyboardEvent
1880
+ MouseMotionEvent -> SDL_MouseMotionEvent
1881
+ MouseButtonEvent -> SDL_MouseButtonEvent
1882
+ JoyAxisEvent -> SDL_JoyAxisEvent
1883
+ JoyBallEvent -> SDL_JoyBallEvent
1884
+ JoyHatEvent -> SDL_JoyHatEvent
1885
+ JoyButtonEvent -> SDL_JoyButtonEvent
1886
+ ResizeEvent -> SDL_ResizeEvent
1887
+ ExposeEvent -> SDL_ExposeEvent
1888
+ QuitEvent -> SDL_QuitEvent
1889
+ UserEvent -> SDL_UserEvent
1890
+ SysWMEvent -> SDL_SysWMEvent
1891
+ Event -> SDL_Event
1892
+ BlitInfo -> SDL_gfxBlitInfo
1893
+ MixChunk -> Mix_Chunk
1894
+ Cursor -> SDL_Cursor
1895
+ RWopsHiddenStdio -> SDL_RWopsHiddenStdio
1896
+ RWopsHiddenMem -> SDL_RWopsHiddenMem
1897
+ RWopsHiddenUnknown -> SDL_RWopsHiddenUnknown
1898
+ RWopsHidden -> SDL_RWopsHidden
1899
+ RWops -> SDL_RWops
1900
+ Rect -> SDL_Rect
1901
+ Color -> SDL_Color
1902
+ Palette -> SDL_Palette
1903
+ PixelFormat -> SDL_PixelFormat
1904
+ Surface -> SDL_Surface
1905
+ VideoInfo -> SDL_VideoInfo
1906
+ Overlay -> SDL_Overlay
1907
+
1908
+ M lib/ruby-sdl-ffi/raw/sdl_audio.rb
1909
+ M lib/ruby-sdl-ffi/raw/sdl_cdrom.rb
1910
+ M lib/ruby-sdl-ffi/raw/sdl_core.rb
1911
+ M lib/ruby-sdl-ffi/raw/sdl_event.rb
1912
+ M lib/ruby-sdl-ffi/raw/sdl_gfxblitfunc.rb
1913
+ M lib/ruby-sdl-ffi/raw/sdl_mixer.rb
1914
+ M lib/ruby-sdl-ffi/raw/sdl_mouse.rb
1915
+ M lib/ruby-sdl-ffi/raw/sdl_rwops.rb
1916
+ M lib/ruby-sdl-ffi/raw/sdl_ttf.rb
1917
+ M lib/ruby-sdl-ffi/raw/sdl_video.rb
1918
+
1919
+ commit 267e8ccc4a026c222b298e22430b0b4aa0589d58
1920
+ Author: John Croisant <jacius@gmail.com>
1921
+ Date: Thu Jun 18 14:29:21 2009 -0500
1922
+
1923
+ Cosmetic cleanup in raw/sdl_rotozoom.rb.
1924
+
1925
+ M lib/ruby-sdl-ffi/raw/sdl_rotozoom.rb
1926
+
1927
+ commit 48bdf0f96b5f9b8178dd2f9d6eedbca0dd0dbc92
1928
+ Author: John Croisant <jacius@gmail.com>
1929
+ Date: Thu Jun 18 14:00:56 2009 -0500
1930
+
1931
+ Moved the 'Raw' stuff to lib/ruby-sdl-ffi/raw/
1932
+
1933
+ D lib/ruby-sdl-ffi/platforms.rb
1934
+ A lib/ruby-sdl-ffi/raw/platforms.rb
1935
+ A lib/ruby-sdl-ffi/raw/sdl.rb
1936
+ A lib/ruby-sdl-ffi/raw/sdl_audio.rb
1937
+ A lib/ruby-sdl-ffi/raw/sdl_cdrom.rb
1938
+ A lib/ruby-sdl-ffi/raw/sdl_core.rb
1939
+ A lib/ruby-sdl-ffi/raw/sdl_event.rb
1940
+ A lib/ruby-sdl-ffi/raw/sdl_framerate.rb
1941
+ A lib/ruby-sdl-ffi/raw/sdl_gfx.rb
1942
+ A lib/ruby-sdl-ffi/raw/sdl_gfxblitfunc.rb
1943
+ A lib/ruby-sdl-ffi/raw/sdl_gfxprimitives.rb
1944
+ A lib/ruby-sdl-ffi/raw/sdl_image.rb
1945
+ A lib/ruby-sdl-ffi/raw/sdl_imagefilter.rb
1946
+ A lib/ruby-sdl-ffi/raw/sdl_joystick.rb
1947
+ A lib/ruby-sdl-ffi/raw/sdl_keyboard.rb
1948
+ A lib/ruby-sdl-ffi/raw/sdl_keysyms.rb
1949
+ A lib/ruby-sdl-ffi/raw/sdl_mixer.rb
1950
+ A lib/ruby-sdl-ffi/raw/sdl_mouse.rb
1951
+ A lib/ruby-sdl-ffi/raw/sdl_mutex.rb
1952
+ A lib/ruby-sdl-ffi/raw/sdl_rotozoom.rb
1953
+ A lib/ruby-sdl-ffi/raw/sdl_rwops.rb
1954
+ A lib/ruby-sdl-ffi/raw/sdl_timer.rb
1955
+ A lib/ruby-sdl-ffi/raw/sdl_ttf.rb
1956
+ A lib/ruby-sdl-ffi/raw/sdl_video.rb
1957
+ D lib/ruby-sdl-ffi/sdl.rb
1958
+ D lib/ruby-sdl-ffi/sdl_audio.rb
1959
+ D lib/ruby-sdl-ffi/sdl_cdrom.rb
1960
+ D lib/ruby-sdl-ffi/sdl_core.rb
1961
+ D lib/ruby-sdl-ffi/sdl_event.rb
1962
+ D lib/ruby-sdl-ffi/sdl_framerate.rb
1963
+ D lib/ruby-sdl-ffi/sdl_gfx.rb
1964
+ D lib/ruby-sdl-ffi/sdl_gfxblitfunc.rb
1965
+ D lib/ruby-sdl-ffi/sdl_gfxprimitives.rb
1966
+ D lib/ruby-sdl-ffi/sdl_image.rb
1967
+ D lib/ruby-sdl-ffi/sdl_imagefilter.rb
1968
+ D lib/ruby-sdl-ffi/sdl_joystick.rb
1969
+ D lib/ruby-sdl-ffi/sdl_keyboard.rb
1970
+ D lib/ruby-sdl-ffi/sdl_keysyms.rb
1971
+ D lib/ruby-sdl-ffi/sdl_mixer.rb
1972
+ D lib/ruby-sdl-ffi/sdl_mouse.rb
1973
+ D lib/ruby-sdl-ffi/sdl_mutex.rb
1974
+ D lib/ruby-sdl-ffi/sdl_rotozoom.rb
1975
+ D lib/ruby-sdl-ffi/sdl_rwops.rb
1976
+ D lib/ruby-sdl-ffi/sdl_timer.rb
1977
+ D lib/ruby-sdl-ffi/sdl_ttf.rb
1978
+ D lib/ruby-sdl-ffi/sdl_video.rb
1979
+
1980
+ commit 1f0d5f514a808d74a7b479b85a78dc4dd3972766
1981
+ Author: John Croisant <jacius@gmail.com>
1982
+ Date: Thu Jun 18 02:56:44 2009 -0500
1983
+
1984
+ sdl.rb is required, others are optional.
1985
+
1986
+ M lib/ruby-sdl-ffi.rb
1987
+
1988
+ commit 1975270aaa60cb1193ac2422753af3322d257e9e
1989
+ Author: John Croisant <jacius@gmail.com>
1990
+ Date: Thu Jun 18 02:39:34 2009 -0500
1991
+
1992
+ Updated the library modules to use platforms.rb.
1993
+
1994
+ M lib/ruby-sdl-ffi/sdl.rb
1995
+ M lib/ruby-sdl-ffi/sdl_gfx.rb
1996
+ M lib/ruby-sdl-ffi/sdl_image.rb
1997
+ M lib/ruby-sdl-ffi/sdl_mixer.rb
1998
+ M lib/ruby-sdl-ffi/sdl_ttf.rb
1999
+
2000
+ commit 463d31ba0649706532e5370378bb6883542d1e8a
2001
+ Author: John Croisant <jacius@gmail.com>
2002
+ Date: Thu Jun 18 02:18:38 2009 -0500
2003
+
2004
+ Added platforms.rb.
2005
+
2006
+ A lib/ruby-sdl-ffi/platforms.rb
2007
+
2008
+ commit d73fcda883b251e1f05844260945c2d042017793
2009
+ Author: John Croisant <jacius@gmail.com>
2010
+ Date: Wed Jun 17 02:27:06 2009 -0500
2011
+
2012
+ Cosmetic cleanup in sdl_video.rb.
2013
+
2014
+ M lib/ruby-sdl-ffi/sdl_video.rb
2015
+
2016
+ commit 731eafec9910ede1f345b8ec4deefd6d1c842d72
2017
+ Author: John Croisant <jacius@gmail.com>
2018
+ Date: Wed Jun 17 02:51:53 2009 -0500
2019
+
2020
+ Cosmetic cleanup in sdl_timer.rb.
2021
+
2022
+ M lib/ruby-sdl-ffi/sdl_timer.rb
2023
+
2024
+ commit 18cd3130e239ba6bd1ec8ade7ad6eae0b2fa3a6e
2025
+ Author: John Croisant <jacius@gmail.com>
2026
+ Date: Wed Jun 17 02:49:41 2009 -0500
2027
+
2028
+ Cosmetic cleanup in sdl_rwops.rb.
2029
+
2030
+ M lib/ruby-sdl-ffi/sdl_rwops.rb
2031
+
2032
+ commit 7ae7f39ef87f1ef23eceecada6826c16ca0ec77f
2033
+ Author: John Croisant <jacius@gmail.com>
2034
+ Date: Wed Jun 17 02:45:21 2009 -0500
2035
+
2036
+ Cosmetic cleanup in sdl_mutex.rb.
2037
+
2038
+ M lib/ruby-sdl-ffi/sdl_mutex.rb
2039
+
2040
+ commit d8b30528453c340ebfec6a3ccd22ae2143f5f4ab
2041
+ Author: John Croisant <jacius@gmail.com>
2042
+ Date: Wed Jun 17 02:44:03 2009 -0500
2043
+
2044
+ Cosmetic cleanup in sdl_mouse.rb.
2045
+
2046
+ M lib/ruby-sdl-ffi/sdl_mouse.rb
2047
+
2048
+ commit 670edd7c8a4b12a009e4bf089966211dca6fab3e
2049
+ Author: John Croisant <jacius@gmail.com>
2050
+ Date: Wed Jun 17 02:41:40 2009 -0500
2051
+
2052
+ Cosmetic cleanup in sdl_joystick.rb.
2053
+
2054
+ M lib/ruby-sdl-ffi/sdl_joystick.rb
2055
+
2056
+ commit eafc1245d8bdd909640a5f73e93f4c621469ea00
2057
+ Author: John Croisant <jacius@gmail.com>
2058
+ Date: Wed Jun 17 02:26:39 2009 -0500
2059
+
2060
+ Cosmetic cleanup in sdl_keyboard.rb.
2061
+
2062
+ M lib/ruby-sdl-ffi/sdl_keyboard.rb
2063
+
2064
+ commit b855ada64e28c88902a88f5e61331be594244061
2065
+ Author: John Croisant <jacius@gmail.com>
2066
+ Date: Wed Jun 17 02:38:49 2009 -0500
2067
+
2068
+ Cosmetic cleanup in sdl_event.rb.
2069
+
2070
+ M lib/ruby-sdl-ffi/sdl_event.rb
2071
+
2072
+ commit 36cefa3e3eda108e33f1f6ba6af92641f9a2177a
2073
+ Author: John Croisant <jacius@gmail.com>
2074
+ Date: Wed Jun 17 02:10:10 2009 -0500
2075
+
2076
+ Cosmetic cleanup in sdl_core.rb.
2077
+
2078
+ M lib/ruby-sdl-ffi/sdl_core.rb
2079
+
2080
+ commit a4fa0d8f9e01239065e9f65182c4470e2f1329be
2081
+ Author: John Croisant <jacius@gmail.com>
2082
+ Date: Wed Jun 17 02:34:17 2009 -0500
2083
+
2084
+ Cosmetic cleanup in sdl_cdrom.rb.
2085
+
2086
+ M lib/ruby-sdl-ffi/sdl_cdrom.rb
2087
+
2088
+ commit 967f716318e7093a625d20b53f3c4fc893d7ff7e
2089
+ Author: John Croisant <jacius@gmail.com>
2090
+ Date: Wed Jun 17 02:32:02 2009 -0500
2091
+
2092
+ Cosmetic cleanup in sdl_audio.rb.
2093
+
2094
+ M lib/ruby-sdl-ffi/sdl_audio.rb
2095
+
2096
+ commit df699ba4d872fd87d7528121160fd9e50b665a98
2097
+ Author: John Croisant <jacius@gmail.com>
2098
+ Date: Wed Jun 17 01:59:29 2009 -0500
2099
+
2100
+ Condensed some small files into sdl_core.rb.
2101
+
2102
+ sdl_core.rb absorbed these files:
2103
+
2104
+ sdl_active.rb
2105
+ sdl_cpuinfo.rb
2106
+ sdl_error.rb
2107
+ sdl_loadso.rb
2108
+ sdl_shared.rb
2109
+ sdl_thread.rb
2110
+
2111
+ M lib/ruby-sdl-ffi/sdl.rb
2112
+ D lib/ruby-sdl-ffi/sdl_active.rb
2113
+ M lib/ruby-sdl-ffi/sdl_core.rb
2114
+ D lib/ruby-sdl-ffi/sdl_cpuinfo.rb
2115
+ D lib/ruby-sdl-ffi/sdl_error.rb
2116
+ D lib/ruby-sdl-ffi/sdl_loadso.rb
2117
+ D lib/ruby-sdl-ffi/sdl_shared.rb
2118
+ D lib/ruby-sdl-ffi/sdl_thread.rb
2119
+
2120
+ commit 5db3c34e49a00fdfc042852ff1fae101511343c6
2121
+ Author: John Croisant <jacius@gmail.com>
2122
+ Date: Wed Jun 17 01:46:41 2009 -0500
2123
+
2124
+ Removed convenience wrappers for attach_function.
2125
+
2126
+ M lib/ruby-sdl-ffi/sdl_image.rb
2127
+ M lib/ruby-sdl-ffi/sdl_mixer.rb
2128
+ M lib/ruby-sdl-ffi/sdl_shared.rb
2129
+ M lib/ruby-sdl-ffi/sdl_ttf.rb
2130
+
2131
+ commit 657c30361a2b677fda2eba0e1f3d974ed6365d20
2132
+ Author: John Croisant <jacius@gmail.com>
2133
+ Date: Wed Jun 17 01:40:49 2009 -0500
2134
+
2135
+ Not using convenience wrappers for attach_function anymore.
2136
+
2137
+ Changed:
2138
+
2139
+ attach_sdl_function :Foo --> attach_function :SDL_Foo
2140
+ img_function :Foo --> attach_function :IMG_Foo
2141
+ mix_function :Foo --> attach_function :Mix_Foo
2142
+ ttf_function :Foo --> attach_function :TTF_Foo
2143
+
2144
+ M lib/ruby-sdl-ffi/sdl_active.rb
2145
+ M lib/ruby-sdl-ffi/sdl_audio.rb
2146
+ M lib/ruby-sdl-ffi/sdl_cdrom.rb
2147
+ M lib/ruby-sdl-ffi/sdl_core.rb
2148
+ M lib/ruby-sdl-ffi/sdl_cpuinfo.rb
2149
+ M lib/ruby-sdl-ffi/sdl_error.rb
2150
+ M lib/ruby-sdl-ffi/sdl_event.rb
2151
+ M lib/ruby-sdl-ffi/sdl_image.rb
2152
+ M lib/ruby-sdl-ffi/sdl_joystick.rb
2153
+ M lib/ruby-sdl-ffi/sdl_keyboard.rb
2154
+ M lib/ruby-sdl-ffi/sdl_loadso.rb
2155
+ M lib/ruby-sdl-ffi/sdl_mixer.rb
2156
+ M lib/ruby-sdl-ffi/sdl_mouse.rb
2157
+ M lib/ruby-sdl-ffi/sdl_mutex.rb
2158
+ M lib/ruby-sdl-ffi/sdl_rwops.rb
2159
+ M lib/ruby-sdl-ffi/sdl_thread.rb
2160
+ M lib/ruby-sdl-ffi/sdl_timer.rb
2161
+ M lib/ruby-sdl-ffi/sdl_ttf.rb
2162
+ M lib/ruby-sdl-ffi/sdl_video.rb
2163
+
2164
+ commit 72703777bbfcbc03d07cf526b9d4cb33f15849e1
2165
+ Author: John Croisant <jacius@gmail.com>
2166
+ Date: Wed Jun 17 01:27:32 2009 -0500
2167
+
2168
+ Moved all the raw FFI to be in the SDL::Raw module.
2169
+
2170
+ (Many indentation changes, you may want to --ignore-all-space)
2171
+
2172
+ M lib/ruby-sdl-ffi/sdl.rb
2173
+ M lib/ruby-sdl-ffi/sdl_active.rb
2174
+ M lib/ruby-sdl-ffi/sdl_audio.rb
2175
+ M lib/ruby-sdl-ffi/sdl_cdrom.rb
2176
+ M lib/ruby-sdl-ffi/sdl_core.rb
2177
+ M lib/ruby-sdl-ffi/sdl_cpuinfo.rb
2178
+ M lib/ruby-sdl-ffi/sdl_error.rb
2179
+ M lib/ruby-sdl-ffi/sdl_event.rb
2180
+ M lib/ruby-sdl-ffi/sdl_framerate.rb
2181
+ M lib/ruby-sdl-ffi/sdl_gfx.rb
2182
+ M lib/ruby-sdl-ffi/sdl_gfxblitfunc.rb
2183
+ M lib/ruby-sdl-ffi/sdl_gfxprimitives.rb
2184
+ M lib/ruby-sdl-ffi/sdl_image.rb
2185
+ M lib/ruby-sdl-ffi/sdl_imagefilter.rb
2186
+ M lib/ruby-sdl-ffi/sdl_joystick.rb
2187
+ M lib/ruby-sdl-ffi/sdl_keyboard.rb
2188
+ M lib/ruby-sdl-ffi/sdl_keysyms.rb
2189
+ M lib/ruby-sdl-ffi/sdl_loadso.rb
2190
+ M lib/ruby-sdl-ffi/sdl_mixer.rb
2191
+ M lib/ruby-sdl-ffi/sdl_mouse.rb
2192
+ M lib/ruby-sdl-ffi/sdl_mutex.rb
2193
+ M lib/ruby-sdl-ffi/sdl_rotozoom.rb
2194
+ M lib/ruby-sdl-ffi/sdl_rwops.rb
2195
+ M lib/ruby-sdl-ffi/sdl_shared.rb
2196
+ M lib/ruby-sdl-ffi/sdl_thread.rb
2197
+ M lib/ruby-sdl-ffi/sdl_timer.rb
2198
+ M lib/ruby-sdl-ffi/sdl_ttf.rb
2199
+ M lib/ruby-sdl-ffi/sdl_video.rb
2200
+
2201
+ commit 3366a735312b94600027d2a5f187e81c906db355
2202
+ Author: John Croisant <jacius@gmail.com>
2203
+ Date: Tue Jun 16 20:17:11 2009 -0500
2204
+
2205
+ Fixed link for Gosu in README.
2206
+
2207
+ M README.rdoc
2208
+
2209
+ commit f8b5efc095fb8d230817d500d812d688ba8c5539
2210
+ Author: John Croisant <jacius@gmail.com>
2211
+ Date: Tue Jun 16 19:17:48 2009 -0500
2212
+
2213
+ Project is now Ruby-SDL-FFI instead of FFI-SDL. Updated all files' contents.
2214
+
2215
+ M README.rdoc
2216
+ M Rakefile
2217
+ M lib/ruby-sdl-ffi.rb
2218
+ M lib/ruby-sdl-ffi/sdl.rb
2219
+ M lib/ruby-sdl-ffi/sdl_active.rb
2220
+ M lib/ruby-sdl-ffi/sdl_audio.rb
2221
+ M lib/ruby-sdl-ffi/sdl_cdrom.rb
2222
+ M lib/ruby-sdl-ffi/sdl_core.rb
2223
+ M lib/ruby-sdl-ffi/sdl_cpuinfo.rb
2224
+ M lib/ruby-sdl-ffi/sdl_error.rb
2225
+ M lib/ruby-sdl-ffi/sdl_event.rb
2226
+ M lib/ruby-sdl-ffi/sdl_framerate.rb
2227
+ M lib/ruby-sdl-ffi/sdl_gfx.rb
2228
+ M lib/ruby-sdl-ffi/sdl_gfxblitfunc.rb
2229
+ M lib/ruby-sdl-ffi/sdl_gfxprimitives.rb
2230
+ M lib/ruby-sdl-ffi/sdl_image.rb
2231
+ M lib/ruby-sdl-ffi/sdl_imagefilter.rb
2232
+ M lib/ruby-sdl-ffi/sdl_joystick.rb
2233
+ M lib/ruby-sdl-ffi/sdl_keyboard.rb
2234
+ M lib/ruby-sdl-ffi/sdl_keysyms.rb
2235
+ M lib/ruby-sdl-ffi/sdl_loadso.rb
2236
+ M lib/ruby-sdl-ffi/sdl_mixer.rb
2237
+ M lib/ruby-sdl-ffi/sdl_mouse.rb
2238
+ M lib/ruby-sdl-ffi/sdl_mutex.rb
2239
+ M lib/ruby-sdl-ffi/sdl_rotozoom.rb
2240
+ M lib/ruby-sdl-ffi/sdl_rwops.rb
2241
+ M lib/ruby-sdl-ffi/sdl_shared.rb
2242
+ M lib/ruby-sdl-ffi/sdl_thread.rb
2243
+ M lib/ruby-sdl-ffi/sdl_timer.rb
2244
+ M lib/ruby-sdl-ffi/sdl_ttf.rb
2245
+ M lib/ruby-sdl-ffi/sdl_video.rb
2246
+ M ruby-sdl-ffi.gemspec
2247
+
2248
+ commit 135da09615547cbe8ce636bc8e614e784323fee9
2249
+ Author: John Croisant <jacius@gmail.com>
2250
+ Date: Tue Jun 16 19:17:07 2009 -0500
2251
+
2252
+ Project is now Ruby-SDL-FFI instead of FFI-SDL. Renamed files & dirs.
2253
+
2254
+ D ffi-sdl.gemspec
2255
+ D lib/ffi-sdl.rb
2256
+ D lib/ffi-sdl/sdl.rb
2257
+ D lib/ffi-sdl/sdl_active.rb
2258
+ D lib/ffi-sdl/sdl_audio.rb
2259
+ D lib/ffi-sdl/sdl_cdrom.rb
2260
+ D lib/ffi-sdl/sdl_core.rb
2261
+ D lib/ffi-sdl/sdl_cpuinfo.rb
2262
+ D lib/ffi-sdl/sdl_error.rb
2263
+ D lib/ffi-sdl/sdl_event.rb
2264
+ D lib/ffi-sdl/sdl_framerate.rb
2265
+ D lib/ffi-sdl/sdl_gfx.rb
2266
+ D lib/ffi-sdl/sdl_gfxblitfunc.rb
2267
+ D lib/ffi-sdl/sdl_gfxprimitives.rb
2268
+ D lib/ffi-sdl/sdl_image.rb
2269
+ D lib/ffi-sdl/sdl_imagefilter.rb
2270
+ D lib/ffi-sdl/sdl_joystick.rb
2271
+ D lib/ffi-sdl/sdl_keyboard.rb
2272
+ D lib/ffi-sdl/sdl_keysyms.rb
2273
+ D lib/ffi-sdl/sdl_loadso.rb
2274
+ D lib/ffi-sdl/sdl_mixer.rb
2275
+ D lib/ffi-sdl/sdl_mouse.rb
2276
+ D lib/ffi-sdl/sdl_mutex.rb
2277
+ D lib/ffi-sdl/sdl_rotozoom.rb
2278
+ D lib/ffi-sdl/sdl_rwops.rb
2279
+ D lib/ffi-sdl/sdl_shared.rb
2280
+ D lib/ffi-sdl/sdl_thread.rb
2281
+ D lib/ffi-sdl/sdl_timer.rb
2282
+ D lib/ffi-sdl/sdl_ttf.rb
2283
+ D lib/ffi-sdl/sdl_video.rb
2284
+ A lib/ruby-sdl-ffi.rb
2285
+ A lib/ruby-sdl-ffi/sdl.rb
2286
+ A lib/ruby-sdl-ffi/sdl_active.rb
2287
+ A lib/ruby-sdl-ffi/sdl_audio.rb
2288
+ A lib/ruby-sdl-ffi/sdl_cdrom.rb
2289
+ A lib/ruby-sdl-ffi/sdl_core.rb
2290
+ A lib/ruby-sdl-ffi/sdl_cpuinfo.rb
2291
+ A lib/ruby-sdl-ffi/sdl_error.rb
2292
+ A lib/ruby-sdl-ffi/sdl_event.rb
2293
+ A lib/ruby-sdl-ffi/sdl_framerate.rb
2294
+ A lib/ruby-sdl-ffi/sdl_gfx.rb
2295
+ A lib/ruby-sdl-ffi/sdl_gfxblitfunc.rb
2296
+ A lib/ruby-sdl-ffi/sdl_gfxprimitives.rb
2297
+ A lib/ruby-sdl-ffi/sdl_image.rb
2298
+ A lib/ruby-sdl-ffi/sdl_imagefilter.rb
2299
+ A lib/ruby-sdl-ffi/sdl_joystick.rb
2300
+ A lib/ruby-sdl-ffi/sdl_keyboard.rb
2301
+ A lib/ruby-sdl-ffi/sdl_keysyms.rb
2302
+ A lib/ruby-sdl-ffi/sdl_loadso.rb
2303
+ A lib/ruby-sdl-ffi/sdl_mixer.rb
2304
+ A lib/ruby-sdl-ffi/sdl_mouse.rb
2305
+ A lib/ruby-sdl-ffi/sdl_mutex.rb
2306
+ A lib/ruby-sdl-ffi/sdl_rotozoom.rb
2307
+ A lib/ruby-sdl-ffi/sdl_rwops.rb
2308
+ A lib/ruby-sdl-ffi/sdl_shared.rb
2309
+ A lib/ruby-sdl-ffi/sdl_thread.rb
2310
+ A lib/ruby-sdl-ffi/sdl_timer.rb
2311
+ A lib/ruby-sdl-ffi/sdl_ttf.rb
2312
+ A lib/ruby-sdl-ffi/sdl_video.rb
2313
+ A ruby-sdl-ffi.gemspec
2314
+
2315
+ commit b51b6b99003ed4219f28c9313a02ab71228372aa
2316
+ Author: John Croisant <jacius@gmail.com>
2317
+ Date: Tue Jun 16 19:00:04 2009 -0500
2318
+
2319
+ Updated Rakefile to mention other SDL-related libraries.
2320
+
2321
+ M ffi-sdl.gemspec
2322
+
2323
+ commit 36fcdd9bc012745df808e14d0a4607056b907703
2324
+ Author: John Croisant <jacius@gmail.com>
2325
+ Date: Tue Jun 16 18:55:27 2009 -0500
2326
+
2327
+ Updated README to mention other SDL-related libraries.
2328
+
2329
+ M README.rdoc
2330
+
2331
+ commit 9e8991dd7c9f9bd7dd25e98a1996d96d105546b1
2332
+ Author: John Croisant <jacius@gmail.com>
2333
+ Date: Tue Jun 16 18:30:38 2009 -0500
2334
+
2335
+ Added sdl_gfx.rb and related files.
2336
+
2337
+ M lib/ffi-sdl.rb
2338
+ A lib/ffi-sdl/sdl_framerate.rb
2339
+ A lib/ffi-sdl/sdl_gfx.rb
2340
+ A lib/ffi-sdl/sdl_gfxblitfunc.rb
2341
+ A lib/ffi-sdl/sdl_gfxprimitives.rb
2342
+ A lib/ffi-sdl/sdl_imagefilter.rb
2343
+ A lib/ffi-sdl/sdl_rotozoom.rb
2344
+
2345
+ commit 6e31e725a49371088e37f20d1770d46cc3de969f
2346
+ Author: John Croisant <jacius@gmail.com>
2347
+ Date: Tue Jun 16 03:05:48 2009 -0500
2348
+
2349
+ Added sdl_mixer.rb.
2350
+
2351
+ M lib/ffi-sdl.rb
2352
+ A lib/ffi-sdl/sdl_mixer.rb
2353
+
2354
+ commit 1120ecc2268528bd260070bd39ad7116ee2d18e7
2355
+ Author: John Croisant <jacius@gmail.com>
2356
+ Date: Tue Jun 16 02:05:13 2009 -0500
2357
+
2358
+ Added sdl_ttf.rb.
2359
+
2360
+ M lib/ffi-sdl.rb
2361
+ A lib/ffi-sdl/sdl_ttf.rb
2362
+
2363
+ commit b4f1ca532ba07bf7580f981d47594384d73d339e
2364
+ Author: John Croisant <jacius@gmail.com>
2365
+ Date: Tue Jun 16 01:47:40 2009 -0500
2366
+
2367
+ Added sdl_image.rb.
2368
+
2369
+ M lib/ffi-sdl.rb
2370
+ A lib/ffi-sdl/sdl_image.rb
2371
+
2372
+ commit ff3720f25ce309b79a8edf7ad23bc3c66eaed845
2373
+ Author: John Croisant <jacius@gmail.com>
2374
+ Date: Tue Jun 16 00:52:43 2009 -0500
2375
+
2376
+ Added Rakefile with gem task.
2377
+
2378
+ A Rakefile
2379
+
2380
+ commit 86ff75cddcc97b932043025874533749aa4f3de6
2381
+ Author: John Croisant <jacius@gmail.com>
2382
+ Date: Tue Jun 16 00:26:52 2009 -0500
2383
+
2384
+ Added ffi-sdl.gemspec.
2385
+
2386
+ A ffi-sdl.gemspec
2387
+
2388
+ commit 4d044e64eb9b443533ef9ea2c5e0f88eeb1ed21b
2389
+ Author: John Croisant <jacius@gmail.com>
2390
+ Date: Mon Jun 15 23:59:24 2009 -0500
2391
+
2392
+ Added all the .rb files!
2393
+
2394
+ A lib/ffi-sdl.rb
2395
+ A lib/ffi-sdl/sdl.rb
2396
+ A lib/ffi-sdl/sdl_active.rb
2397
+ A lib/ffi-sdl/sdl_audio.rb
2398
+ A lib/ffi-sdl/sdl_cdrom.rb
2399
+ A lib/ffi-sdl/sdl_core.rb
2400
+ A lib/ffi-sdl/sdl_cpuinfo.rb
2401
+ A lib/ffi-sdl/sdl_error.rb
2402
+ A lib/ffi-sdl/sdl_event.rb
2403
+ A lib/ffi-sdl/sdl_joystick.rb
2404
+ A lib/ffi-sdl/sdl_keyboard.rb
2405
+ A lib/ffi-sdl/sdl_keysyms.rb
2406
+ A lib/ffi-sdl/sdl_loadso.rb
2407
+ A lib/ffi-sdl/sdl_mouse.rb
2408
+ A lib/ffi-sdl/sdl_mutex.rb
2409
+ A lib/ffi-sdl/sdl_rwops.rb
2410
+ A lib/ffi-sdl/sdl_shared.rb
2411
+ A lib/ffi-sdl/sdl_thread.rb
2412
+ A lib/ffi-sdl/sdl_timer.rb
2413
+ A lib/ffi-sdl/sdl_video.rb
2414
+
2415
+ commit c212f3752796fdfd8e71e9df0c621b9eb9d8de79
2416
+ Author: John Croisant <jacius@gmail.com>
2417
+ Date: Mon Jun 15 23:01:36 2009 -0500
2418
+
2419
+ Added README.rdoc.
2420
+
2421
+ A README.rdoc
2422
+
2423
+ commit 90a761f8c2067761191338c3b4f5e069f330761c
2424
+ Author: John Croisant <jacius@gmail.com>
2425
+ Date: Mon Jun 15 14:40:39 2009 -0500
2426
+
2427
+ Added .gitignore.
2428
+
2429
+ *~
2430
+ .\#*
2431
+ \#*\#
2432
+ pkg
2433
+ html
2434
+
2435
+ A .gitignore
2436
+
2437
+ commit d1ff868fdfde5c75dee895344dc2244fbc4a5fb2
2438
+ Author: John Croisant <jacius@gmail.com>
2439
+ Date: Sun Jun 14 19:30:29 2009 -0500
2440
+
2441
+ Initial commit.