Commit Graph

  • c91c7827b2 sync with sfml changes Trass3r 2011-01-30 18:18:34 +0000
  • 1b0bdfe7de changed to new dll naming scheme Trass3r 2011-01-30 18:09:15 +0000
  • f7427fe167 Renamed 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
  • f3b1cfd0de Forgot the constant SFML::Key::W groogy 2011-01-28 21:59:31 +0000
  • 4d175b9243 Forgot to actually call SetSourceRect in Sprite#setSourceRect groogy 2011-01-28 21:50:59 +0000
  • 673d150a5a Sorry Trickster for messing with you.... Changed back to shared libraries. groogy 2011-01-27 09:28:55 +0000
  • b1d2d84c4f Quick fix for missing symbols. groogy 2011-01-26 23:04:14 +0000
  • 2a79a3ec49 Added so that version information is available in the SFML namespace. groogy 2011-01-26 21:51:34 +0000
  • cf779be180 OSX, fix random crash with sf::Window::Create mantognini 2011-01-23 23:42:48 +0000
  • 95068deecc Updated Rakefile tricksterguy 2011-01-23 01:00:49 +0000
  • 206aebd46a OSX, forget to remove NSLog.. mantognini 2011-01-22 09:13:42 +0000
  • 8d9de8396b OSX, fixed sf::Window::SetPosition for 10.4 and 10.5 (theoretically) mantognini 2011-01-22 08:57:32 +0000
  • 0cf57db9c2 OSX, fixed sf::Window::SetPosition mantognini 2011-01-21 22:41:22 +0000
  • 0a7b98dd0b OSX, fixed tabulation mantognini 2011-01-20 21:52:27 +0000
  • f9c4740894 OSX, fixed mouse pos in event. mantognini 2011-01-20 13:04:25 +0000
  • bef6b3bbf6 OSX, RenderImageFBO should work now. mantognini 2011-01-19 17:49:01 +0000
  • 1986fb3f12 Changed names of some methods to fit the new names in SFML2 since revision: 1767 groogy 2011-01-05 18:21:47 +0000
  • f8955189fa Fixed render-images flipped when copied to another sf::Image LaurentGom 2011-01-03 22:32:39 +0000
  • f4fa8b1fbc Renamed Window::UseVerticalSync to EnableVerticalSync Renamed Shape::Get/SetOutlineWidth to Get/SetOutlineThickness LaurentGom 2011-01-02 22:23:12 +0000
  • 3cf2281988 Fixed invalid iterator access in sf::Image (introduced in last modification) LaurentGom 2010-12-30 19:14:59 +0000
  • 030600ac07 Minor improvement in sf::Err's default streambuf LaurentGom 2010-12-27 22:06:01 +0000
  • 87b207edc7 Reviewed all sf::Image functions to make the behaviour always well-defined and robust LaurentGom 2010-12-26 15:05:07 +0000
  • 8eebd71fcc New extconf.rb for the graphics module tricksterguy 2010-12-23 23:23:27 +0000
  • d99ee43b67 Removed some documentation related to an unimplemented feature :) laurentgom 2010-12-22 14:48:52 +0000
  • 44d859860a fix mouse Y pos (OSX) mantognini 2010-12-21 12:15:12 +0000
  • e9cccf0e6f Fixed Window::WaitEvent sometimes returning (false) when no event occurred LaurentGom 2010-12-20 22:08:28 +0000
  • 256e30bd27 Fixed text event on OS X not linked with EnableKeyRepeat mantognini 2010-12-20 21:54:22 +0000
  • 74ebd1a50b Added conversions from/to latin-1 (ISO-5589-1) in sf::Utf classes LaurentGom 2010-12-20 18:00:12 +0000
  • 23d0ee8550 Minor modification in sf::Renderer LaurentGom 2010-12-19 17:17:30 +0000
  • 9d777f43e5 Removed empty folder LaurentGom 2010-12-13 21:06:03 +0000
  • 7687a84f2c Fixed the sndfile.h issue on Mac OS X LaurentGom 2010-12-13 21:01:49 +0000
  • bb7d79d857 Fixed missing include path for extlibs on Mac OS X LaurentGom 2010-12-11 10:54:18 +0000
  • 7696438a4a Minor 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
  • 9b25dc5641 Forgot 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
  • add3608e72 Added Rakefile gem description and homepage tricksterguy 2010-12-05 21:20:55 +0000
  • 71a2b6a6bd Changed 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
  • 8199fa0379 some small fixes for mistakes I made and that Trickster noticed. groogy 2010-12-05 15:40:24 +0000
  • 20e308466a Added a nice Rakefile tricksterguy 2010-12-05 07:28:31 +0000
  • 0aafc6b6ba Added commentaries to all new initialize methods. groogy 2010-12-04 21:17:35 +0000
  • aa39447c26 Changed resource classes initialize method to call often used methods if arguments are provided. groogy 2010-12-04 19:26:05 +0000
  • 44e811ec64 Fixed 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
  • f2be71b1ea remove a warning from video mode impl mantognini 2010-12-04 16:03:44 +0000
  • 93cc2e4472 add (non-tested) impl of PBuffer mantognini 2010-12-03 22:49:13 +0000
  • fd02b2d3af fix event mouse move mantognini 2010-12-03 22:29:41 +0000
  • bb7a6fac1f Added 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
  • 0920da5d8e Just some wrong names which is fixed now. groogy 2010-12-03 16:16:50 +0000
  • 30865b6ef9 Made the classes that is non-copyable in the C++ library also non-copyable in rbSFML. groogy 2010-12-03 14:12:16 +0000
  • cd04d29584 Added 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
  • 1a7e7a30be Apparently not, forgot to add sfml-all/all/main.cpp. groogy 2010-12-03 11:43:14 +0000
  • b2168230ec Ah 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
  • c61b4fec47 Changed 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
  • 6d66ed1af3 Added 'sfml/all' package which will require each package for you when you require this one. groogy 2010-12-03 09:26:25 +0000
  • 6ce458939e Minor fix that makes sf::SoundStream less crazy when the internal AL source couldn't be created LaurentGom 2010-12-02 22:26:35 +0000
  • 0ed20bf130 fix SFContext::MakeCurrent mantognini 2010-11-30 23:00:45 +0000
  • e2ff29ecda fix event with fullscreen mode mantognini 2010-11-30 22:55:23 +0000
  • 9ce6a2aa2a Updated 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
  • 501c0030f5 Added 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
  • fef70e1280 Fixes for: http://sfml-dev.org/forum/viewtopic.php?p=23727#23727 Also had forgotten two breaks in a switch-statement in View.cpp groogy 2010-11-29 15:44:02 +0000
  • 4de4d0832c Invalid number conversion in SFML::View, fixed now. groogy 2010-11-29 09:11:05 +0000
  • 6541486967 Fixed an invalid comparison in SFML::Rect#intersects groogy 2010-11-29 08:51:37 +0000
  • 166de04854 Added macros to define the SFML version in Config.hpp Improved FindSFML.cmake to check the version LaurentGom 2010-11-28 22:03:05 +0000
  • 86ec781e81 Had bound SFML::VideoMode height to width. Fixed now groogy 2010-11-28 01:55:19 +0000
  • 7e42a2b505 Nothing major, just some changes here and there. groogy 2010-11-28 01:02:57 +0000
  • 0446d03a03 Created an instance of wrong class. groogy 2010-11-27 23:48:33 +0000
  • 888d4f7585 Forgot to add the isValid method to the SFML::VideoMode class. Fixed now. groogy 2010-11-27 22:51:38 +0000
  • 13f062220b update licence header mantognini 2010-11-26 08:09:38 +0000
  • 1a6835e042 Some 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
  • 2f46c7a85b Fixed 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
  • 90a61a6048 update cmake for better doxygen search remove duplicated headers - update cmake accordingly mantognini 2010-11-25 22:06:17 +0000
  • 4a1a2a6b5f add licence header mantognini 2010-11-25 20:54:29 +0000
  • 50a5ecd79f Added rdoc comments to all audio classes. groogy 2010-11-25 19:30:10 +0000
  • 191776fbec Made some changes to ensure consistency with references when it comes to the Garbage Collector groogy 2010-11-25 17:52:50 +0000
  • 0d7c966d5e Finished the library. Got some bugs to sort out first but after that it's all done! groogy 2010-11-25 17:36:29 +0000
  • de8712fa5f This is a big commit for os x port! mantognini 2010-11-25 16:45:03 +0000
  • bb55254fe3 Added SoundBufferRecorder. groogy 2010-11-25 15:12:33 +0000
  • 398f4ee763 Forgot to pass the sample pointer in the OnProcessSamples function and also some aliases. groogy 2010-11-25 11:04:17 +0000
  • d22a5648d4 Finished 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
  • ce1ffbc687 Finished the SFML::Sound class groogy 2010-11-25 07:32:07 +0000
  • 748f572201 Finished SoundBuffer. Also adding files for SoundStream and Sound, not completed yet! groogy 2010-11-24 21:08:40 +0000
  • d4e60f3a2a Fixed 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
  • ee117bb749 Small changes in header files and also finished the SoundSource class. groogy 2010-11-24 19:17:57 +0000
  • 7c2b4bccfa Started 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
  • 3fc9c7f999 Started working on the sfml-audio module. Got Listener done with rdoc documentation. groogy 2010-11-24 16:08:56 +0000
  • 5c848f3617 Don't know what would be the difference but this is more semantically correct. groogy 2010-11-24 11:36:07 +0000
  • a8a1c98a41 Graphics module is now complete. Added rdoc documentation to every class and method. groogy 2010-11-24 05:49:36 +0000
  • bc24802219 Finished 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
  • dbd8795df8 Just some small fixes for my convenience. groogy 2010-11-23 15:00:23 +0000
  • 7178d7bfcf Test to check that SFML::RenderWindow and shapes works as they should. groogy 2010-11-23 05:59:28 +0000
  • aaf1dc3a66 A 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
  • aabed07f10 Finished SFML::RenderImage, still got rdoc comments to do. groogy 2010-11-22 16:13:33 +0000
  • feae42e7f7 Fixed 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
  • f991e29cd2 Created 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
  • c9e7b6caf2 Created the SFML::Renderer class. Got rdoc comments left to do. groogy 2010-11-21 15:47:37 +0000
  • ae57d51182 Finished the SFML::Shader class. Still got rdoc comments to do. groogy 2010-11-21 13:32:26 +0000
  • 04075d6a4b Minor modifications to the Window::GetFrameTime() doc LaurentGom 2010-11-21 09:33:45 +0000
  • 7a31d223ef Finished the SFML::View class. Will add rdoc commentaries later. groogy 2010-11-20 23:42:53 +0000
  • 7559f0669f Fixed errors (missing double-quotes) in VS 2010 project files generated by CMake, for static build LaurentGom 2010-11-20 22:30:14 +0000
  • 83c580f9b4 Finished SFML::Font with rdoc commentaries too. groogy 2010-11-20 18:16:24 +0000
  • f05ca23625 Finished 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