Commit Graph

  • 4ccfd57c5b Updated e-mail. ceylo 2009-03-14 13:59:31 +0000
  • 3a09a275f7 Removed WindowController. Added GLKit. No more statically linking against libsndfile, using dynamic linking with sndfile.framework. Added Initializer.cpp. Reordered build style list (avoids building single architecture binary as first choice). ceylo 2009-03-14 13:58:13 +0000
  • 1fbf7046e0 Initial import of sndfile framework (dynamic library) ceylo 2009-03-14 13:54:54 +0000
  • e42882d2ca Switching to Cocoa implementation way. Updated copyright year. Removed WindowController. Added Cocoa window import support. ceylo 2009-03-14 13:49:54 +0000
  • a5120cd681 Switching to Cocoa way implementation. ceylo 2009-03-14 13:48:16 +0000
  • 507fea97d9 git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1047 4e206d99-4929-0410-ac5d-dfc041789085 laurentgom 2009-03-12 21:10:52 +0000
  • f00e0ef635 git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1046 4e206d99-4929-0410-ac5d-dfc041789085 laurentgom 2009-03-12 21:02:40 +0000
  • 3b1abf635e Implemented proper video mode depth detection on Linux laurentgom 2009-03-12 21:01:50 +0000
  • b2c751d0b2 Updated stb_vorbis to fix memory leaks laurentgom 2009-03-12 19:19:32 +0000
  • 26fd1b89e4 Bug fix (make shure a font object isn't destroyed as long as the string is using it) and code clean up in sf.String remi-k 2009-03-08 09:56:25 +0000
  • 06b5299c2b Added a high-level check to disallow having two fullscreen windows at the same time laurentgom 2009-03-06 18:11:10 +0000
  • 2c7c76a668 Fixed python3 compatibility remi-k 2009-03-06 17:21:37 +0000
  • bcbb754da9 Fixed a bug with custom drawables Fixed wrong default color in sf.Shape remi-k 2009-03-06 15:23:07 +0000
  • 0adb1c35e0 Fixed Window::EnableKeyRepeat on Linux laurentgom 2009-03-04 18:42:11 +0000
  • 2ec074b12a Fixed Window::EnableKeyRepeat on Linux laurentgom 2009-03-04 18:42:11 +0000
  • f9e24c6ec5 Fixed compile errors in sfml-system on Linux laurentgom 2009-03-02 22:39:07 +0000
  • 870d049bc8 Bug fixed in sf.String Code clean up remi-k 2009-03-02 19:00:41 +0000
  • e28a89f902 Fixed OpenAL error when stopping sound streams laurentgom 2009-03-02 17:15:55 +0000
  • 66681bc1ae Dropped some assert() calls preventing some functions from being called. ceylo 2009-03-01 23:29:04 +0000
  • 6f6014b5dd Removed useless include from SoundStream.cpp laurentgom 2009-03-01 16:27:59 +0000
  • f842ee3518 Fixed multi-threading issues with sf::Music laurentgom 2009-03-01 11:03:56 +0000
  • 125daf062f Fixed Thread implementation not destroyed after Wait() or Terminate() laurentgom 2009-03-01 10:56:38 +0000
  • 3664d275cb Fixed warnings in Unicode.inl laurentgom 2009-02-28 21:20:01 +0000
  • 3553b83806 Using assertions instead of cerr logging. ceylo 2009-02-28 21:00:59 +0000
  • 34ce4c00f5 Fixed Initializer.cpp to use the proper naming conventions :) laurentgom 2009-02-28 20:47:48 +0000
  • 9919e57bbd Fixed namespace. ceylo 2009-02-28 20:41:00 +0000
  • 5c74cc0800 Added working directory initializer. ceylo 2009-02-28 20:38:35 +0000
  • c68876a858 Blend::Add now uses source alpha laurentgom 2009-02-28 19:11:01 +0000
  • 7e7489b34a Removed RenderTarget remi-k 2009-02-27 23:50:02 +0000
  • 39f4805a98 * PySFML now compiles and runs with python3 (and still compiles and runs with python 2.5) * Improved support for unicode * Fixed a mysterious bug with the opengl sample * Code clean up remi-k 2009-02-27 17:57:39 +0000
  • 9a7fcc04be Removed dependencies to OS-specific headers in sfml-system laurentgom 2009-02-27 15:03:20 +0000
  • af3dd7c630 More code clean-up and python3 compliance remi-k 2009-02-26 12:36:06 +0000
  • 79bf5c6252 * Began supporting python3 * Code clean-up remi-k 2009-02-25 10:40:38 +0000
  • 60ebaa84d1 * Implemented sf.RenderTarget; * Made sf.RenderWindow inherit from sf.RenderTarget and sf.Window remi-k 2009-02-23 19:01:41 +0000
  • 49c7769273 worm.py sample rewritten; Minor fix in sf.SoundStream; Updated sf.Image. remi-k 2009-02-22 14:57:18 +0000
  • e580c8cd63 sf::SoundStream (and sf::Music) is now able to loop seamlessly laurentgom 2009-02-20 21:38:59 +0000
  • 4a3d6b171c git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1017 4e206d99-4929-0410-ac5d-dfc041789085 remi-k 2009-02-14 19:43:12 +0000
  • ebdee32601 Fixed Window::SetSize not resizing to the requested size, on Windows laurentgom 2009-02-14 11:13:33 +0000
  • 2228419caf Updated copyright year laurentgom 2009-02-12 17:48:35 +0000
  • 617841b309 Fixed csfml-system VC2005 project file laurentgom 2009-02-12 17:20:52 +0000
  • dd5b22b872 git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1013 4e206d99-4929-0410-ac5d-dfc041789085 laurentgom 2009-02-10 18:31:56 +0000
  • 73c041cbcf Added an option in Image::Copy to take into account the source transparency laurentgom 2009-02-10 18:27:42 +0000
  • fc3766e290 Updated version number in makefiles laurentgom 2009-02-06 16:27:53 +0000
  • 6c98d270b9 Updated version number in makefiles laurentgom 2009-02-06 16:27:53 +0000
  • 764198c712 Updated all Code::Blocks project files with version 8.02 laurentgom 2009-02-06 15:36:27 +0000
  • 37c0a5a6fa Moved project files for CSFML into a "build" directory laurentgom 2009-02-06 15:21:27 +0000
  • 88d48a0f71 Removed warnings when compiling CSFML in release mode Changed samples images Added an effect to the post-fx sample laurentgom 2009-02-06 13:54:39 +0000
  • 771d9d7939 Merged changes from trunk laurentgom 2009-02-05 16:26:08 +0000
  • 08fea61154 Added a test to ensure the parameter of sf::Sleep is not negative (can have bad consequences) laurentgom 2009-02-05 16:22:33 +0000
  • 4f12610c26 git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1005 4e206d99-4929-0410-ac5d-dfc041789085 laurentgom 2009-01-30 15:32:56 +0000
  • f044357031 Fixed compile errors with sfRenderWindow and sfImage in CSFML laurentgom 2009-01-30 14:58:43 +0000
  • c3687b4018 Moved joystick initialization to happen *after* the construction of windows, to fix a deadlock happening on Windows at DLL loading laurentgom 2009-01-30 14:12:56 +0000
  • 2f524481c1 Added the trunk/branches/tags directories at repository root, and moved previous root into trunk/ laurentgom 2009-01-28 16:18:34 +0000