c91c7827b2sync with sfml changes
Trass3r
2011-01-30 18:18:34 +0000
1b0bdfe7dechanged to new dll naming scheme
Trass3r
2011-01-30 18:09:15 +0000
f7427fe167Renamed Shader.LoadFromFile to FromFile and made it static (so that now it is a named constructor), in SFML.Net
LaurentGom
2011-01-29 16:35:26 +0000
f3b1cfd0deForgot the constant SFML::Key::W
groogy
2011-01-28 21:59:31 +0000
4d175b9243Forgot to actually call SetSourceRect in Sprite#setSourceRect
groogy
2011-01-28 21:50:59 +0000
673d150a5aSorry Trickster for messing with you.... Changed back to shared libraries.
groogy
2011-01-27 09:28:55 +0000
b1d2d84c4fQuick fix for missing symbols.
groogy
2011-01-26 23:04:14 +0000
2a79a3ec49Added so that version information is available in the SFML namespace.
groogy
2011-01-26 21:51:34 +0000
cf779be180OSX, fix random crash with sf::Window::Create
mantognini
2011-01-23 23:42:48 +0000
7687a84f2cFixed the sndfile.h issue on Mac OS X
LaurentGom
2010-12-13 21:01:49 +0000
bb7d79d857Fixed missing include path for extlibs on Mac OS X
LaurentGom
2010-12-11 10:54:18 +0000
7696438a4aMinor modifications to CMake files
LaurentGom
2010-12-10 20:44:20 +0000
a1eade38f4-update old USE_OS_X_VERSION_10_* macros -fix setCursorPositionToX:Y:
mantognini
2010-12-10 14:50:29 +0000
9b25dc5641Forgot to add a negative sign before the one when specifying the amount of arguments SFML::Image#initialize takes.
groogy
2010-12-06 08:34:15 +0000
add3608e72Added Rakefile gem description and homepage
tricksterguy
2010-12-05 21:20:55 +0000
71a2b6a6bdChanged some small stuff in the rakefile. Don't think it matters and I hope it didn't break anything.
groogy
2010-12-05 16:04:35 +0000
8199fa0379some small fixes for mistakes I made and that Trickster noticed.
groogy
2010-12-05 15:40:24 +0000
20e308466aAdded a nice Rakefile
tricksterguy
2010-12-05 07:28:31 +0000
0aafc6b6baAdded commentaries to all new initialize methods.
groogy
2010-12-04 21:17:35 +0000
aa39447c26Changed resource classes initialize method to call often used methods if arguments are provided.
groogy
2010-12-04 19:26:05 +0000
44e811ec64Fixed a bug in RenderImage where RenderImage_GetHeight was named RenderTarget_GetHeight which should've led to that you couldn't even compile the source.
groogy
2010-12-04 18:01:32 +0000
f2be71b1earemove a warning from video mode impl
mantognini
2010-12-04 16:03:44 +0000
93cc2e4472add (non-tested) impl of PBuffer
mantognini
2010-12-03 22:49:13 +0000
bb7a6fac1fAdded a #initialize_copy method to all classes which are wrapped around a C++ object in order to properly copy the values.
groogy
2010-12-03 19:47:41 +0000
0920da5d8eJust some wrong names which is fixed now.
groogy
2010-12-03 16:16:50 +0000
30865b6ef9Made the classes that is non-copyable in the C++ library also non-copyable in rbSFML.
groogy
2010-12-03 14:12:16 +0000
cd04d29584Added a NonCopyable mixin-module which prohibits any attempt to copy instances of classes that includes this module.
groogy
2010-12-03 13:44:59 +0000
1a7e7a30beApparently not, forgot to add sfml-all/all/main.cpp.
groogy
2010-12-03 11:43:14 +0000
b2168230ecAh stupid me, I copied an already SVN-tracked folder without deleting the SVN data so the SVN client thought everything had already been committed. I hope I got it right now.
groogy
2010-12-03 11:42:35 +0000
c61b4fec47Changed so that we use the static libraries of SFML instead to reduce the dependency when you want to distribute your ruby applications. Also seems like that my sfml-all wasn't committed. Should be done now.
groogy
2010-12-03 11:27:38 +0000
6d66ed1af3Added 'sfml/all' package which will require each package for you when you require this one.
groogy
2010-12-03 09:26:25 +0000
6ce458939eMinor fix that makes sf::SoundStream less crazy when the internal AL source couldn't be created
LaurentGom
2010-12-02 22:26:35 +0000
e2ff29ecdafix event with fullscreen mode
mantognini
2010-11-30 22:55:23 +0000
9ce6a2aa2aUpdated libsndfile DLL to version 1.0.23 on Windows (fixes bad quality with some ogg/vorbis files)
LaurentGom
2010-11-30 18:55:00 +0000
501c0030f5Added specialized getWidth and getHeight to SFML::RenderImage and SFML::RenderWindow. Also removed documentation from the specialized methods.
groogy
2010-11-30 05:33:44 +0000
1a6835e042Some changes because of a mistake made on my behalf. I forgot to write rb_funcall2 but I used instead rb_funcall instead.
groogy
2010-11-25 23:05:37 +0000
2f46c7a85bFixed some mistakes on my behalf and possibly the sf::RenderTarget::Draw segmentation fault. And I did it without dynamic cast!
groogy
2010-11-25 22:45:30 +0000
398f4ee763Forgot to pass the sample pointer in the OnProcessSamples function and also some aliases.
groogy
2010-11-25 11:04:17 +0000
d22a5648d4Finished the SoundRecorder class. You can make instances from it but you'll have to implement the pure abstract method yourself in ruby code.
groogy
2010-11-25 10:55:08 +0000
ce1ffbc687Finished the SFML::Sound class
groogy
2010-11-25 07:32:07 +0000
748f572201Finished SoundBuffer. Also adding files for SoundStream and Sound, not completed yet!
groogy
2010-11-24 21:08:40 +0000
d4e60f3a2aFixed a bug where Image_LoadFromFile was bound to SFML::Image#loadFromPixels... Didn't I commit this just now? I think my SVN client isn't working properly.
groogy
2010-11-24 21:06:54 +0000
ee117bb749Small changes in header files and also finished the SoundSource class.
groogy
2010-11-24 19:17:57 +0000
7c2b4bccfaStarted working on the SFML-Audio module. Thought I committed this previously but doesn't look like it. Anyway here it is. Completed at least Listener
groogy
2010-11-24 18:52:07 +0000
3fc9c7f999Started working on the sfml-audio module. Got Listener done with rdoc documentation.
groogy
2010-11-24 16:08:56 +0000
5c848f3617Don't know what would be the difference but this is more semantically correct.
groogy
2010-11-24 11:36:07 +0000
a8a1c98a41Graphics module is now complete. Added rdoc documentation to every class and method.
groogy
2010-11-24 05:49:36 +0000
bc24802219Finished the Graphics Module. Gonna go trough all files again now and add the rdoc comments where I've left it out.
groogy
2010-11-23 17:21:20 +0000
dbd8795df8Just some small fixes for my convenience.
groogy
2010-11-23 15:00:23 +0000
7178d7bfcfTest to check that SFML::RenderWindow and shapes works as they should.
groogy
2010-11-23 05:59:28 +0000
aaf1dc3a66A lot of changes. But all lead to that you now can draw shapes on a SFML::RenderWindow
groogy
2010-11-23 05:58:32 +0000
aabed07f10Finished SFML::RenderImage, still got rdoc comments to do.
groogy
2010-11-22 16:13:33 +0000
feae42e7f7Fixed so that the rbDrawable::Render function now wraps the sf::Renderer and sf::RenderTarget objects and passes the wrappers to the SFML::Drawable#render method.
groogy
2010-11-22 15:03:30 +0000
f991e29cd2Created the SFML::RenderTarget mixin module for my convenience. Consider this class internal! Do not use it directly in your code!
groogy
2010-11-22 14:50:09 +0000
c9e7b6caf2Created the SFML::Renderer class. Got rdoc comments left to do.
groogy
2010-11-21 15:47:37 +0000
ae57d51182Finished the SFML::Shader class. Still got rdoc comments to do.
groogy
2010-11-21 13:32:26 +0000
04075d6a4bMinor modifications to the Window::GetFrameTime() doc
LaurentGom
2010-11-21 09:33:45 +0000
7a31d223efFinished the SFML::View class. Will add rdoc commentaries later.
groogy
2010-11-20 23:42:53 +0000
7559f0669fFixed errors (missing double-quotes) in VS 2010 project files generated by CMake, for static build
LaurentGom
2010-11-20 22:30:14 +0000
83c580f9b4Finished SFML::Font with rdoc commentaries too.
groogy
2010-11-20 18:16:24 +0000
f05ca23625Finished SFML::Image and have written rdoc comments on every method binding. Left to do is testing it when the whole module is finished.
groogy
2010-11-20 16:02:07 +0000