Laurent Gomila
|
df6874273a
|
Renamed Window::GetEvent to PollEvent
|
2011-04-11 18:20:21 +02:00 |
|
Laurent Gomila
|
bacb698f1a
|
Minor fix in readme.txt
|
2011-04-11 17:31:39 +02:00 |
|
Laurent Gomila
|
4892866905
|
Added Window::SetTitle to CSFML and SFML.Net
|
2011-04-10 09:48:33 +02:00 |
|
Laurent Gomila
|
b8ddbb6dcc
|
Updated documentation of Image::SetSmooth
|
2011-04-08 17:49:48 +02:00 |
|
Laurent Gomila
|
cb1f938582
|
sf::Image is now *not* smooth by default (fixes issue #19)
|
2011-04-06 08:22:56 +02:00 |
|
Laurent Gomila
|
e7958987e9
|
Fixed potential endless recursion when creating the first GL context
|
2011-04-06 08:18:59 +02:00 |
|
Laurent Gomila
|
f6bbbb6e6d
|
Inversed rotation angle in drawables, to make it match the Y axis pointing down in SFML (fixes issue #3)
|
2011-04-06 08:13:55 +02:00 |
|
Laurent Gomila
|
ba8a36990f
|
Fixed a minor issue in the GlxContext constructor that was added recently
|
2011-04-06 07:35:06 +02:00 |
|
Laurent Gomila
|
6676d77ea1
|
Updated the C and .Net bindings according to the previous modifications
|
2011-04-04 23:37:20 +02:00 |
|
Laurent Gomila
|
10ebd94ee7
|
Merge branch 'master' of github.com:LaurentGomila/SFML
|
2011-04-04 08:22:27 +02:00 |
|
Laurent Gomila
|
92f70b32e9
|
Replaced the P-Buffer implementation of RenderImage with a generic "in-memory context" one
|
2011-04-04 08:20:03 +02:00 |
|
Laurent Gomila
|
3acacc8049
|
Updated sf::Context main description
|
2011-04-01 21:52:52 +02:00 |
|
Marco Antognini
|
d53750fa35
|
CMake : deactivate ppc support.
|
2011-03-31 19:09:10 +02:00 |
|
Marco Antognini
|
816cc6f637
|
Fix compilation issues with 10.5
|
2011-03-31 19:09:10 +02:00 |
|
Marco Antognini
|
0e37997734
|
CMake : add support for ppc arch and 10.5 SDK
|
2011-03-31 19:09:10 +02:00 |
|
Laurent Gomila
|
da9844b6c4
|
Fixed 64-bits warning in WindowImplWin32
|
2011-03-28 23:25:10 +02:00 |
|
Laurent Gomila
|
9d68277442
|
Merge branch 'master' of github.com:LaurentGomila/SFML
|
2011-03-28 18:21:05 +02:00 |
|
Laurent Gomila
|
dc80731bae
|
Fixed install rules according to the new x86/x64 directories in extlibs
|
2011-03-28 18:20:27 +02:00 |
|
Marco Antognini
|
9c07503350
|
Add support for external window handling (NSView + NSWindow) (bis)
|
2011-03-28 14:53:28 +02:00 |
|
Marco Antognini
|
284bd09709
|
Add support for external window handling (NSView + NSWindow)
Minor improvement of SFContext.
|
2011-03-28 14:39:14 +02:00 |
|
Laurent Gomila
|
4217ea68f6
|
Removed the ruby binding (it has its own repository now -> https://github.com/Groogy/rbSFML)
|
2011-03-28 07:50:52 +02:00 |
|
Laurent Gomila
|
fb1820862a
|
Fixed typo in readme.txt
|
2011-03-27 19:03:47 +02:00 |
|
Laurent Gomila
|
1c50463f83
|
Updated readme.txt
|
2011-03-27 13:46:19 +02:00 |
|
Laurent Gomila
|
d3a0d41e7c
|
Added a readme file
|
2011-03-27 13:42:06 +02:00 |
|
Laurent Gomila
|
858d3e9cef
|
Updated license.txt
|
2011-03-27 13:12:47 +02:00 |
|
Laurent Gomila
|
4e3feba25b
|
Added external dependencies and modified build files to enable 64 bits builds on Windows (VC++ only for now)
|
2011-03-26 23:57:10 +01:00 |
|
Laurent Gomila
|
293cacfbda
|
Added a CMake option to compile SFML with static VC++ runtime
|
2011-03-26 23:24:09 +01:00 |
|
Laurent Gomila
|
12245224a4
|
Added the 64-bits versions of SFML.Net dependencies
|
2011-03-26 11:20:13 +01:00 |
|
laurentgom
|
6a3ac47f54
|
Renamed Text.Size to Text.CharacterSize in SFML.Net (sync with C++ API)
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1816 4e206d99-4929-0410-ac5d-dfc041789085
|
2011-03-24 21:40:09 +00:00 |
|
laurentgom
|
149a724dea
|
Fixed typo in error message
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1815 4e206d99-4929-0410-ac5d-dfc041789085
|
2011-03-24 14:13:24 +00:00 |
|
laurentgom
|
5dbe00eaa5
|
Updated SFML.Net
Updated target architectures (can now choose between x86 and x64) in SFML.Net
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1814 4e206d99-4929-0410-ac5d-dfc041789085
|
2011-03-21 19:02:00 +00:00 |
|
laurentgom
|
10a782b871
|
Updated CSFML
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1813 4e206d99-4929-0410-ac5d-dfc041789085
|
2011-03-21 17:34:26 +00:00 |
|
laurentgom
|
f632253adc
|
Fixed compile error ('NULL' not defined) with gcc 4.6 in System/Resource.hpp
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1812 4e206d99-4929-0410-ac5d-dfc041789085
|
2011-03-21 10:27:29 +00:00 |
|
laurentgom
|
58546a52df
|
Removed warnings in the Linux implementation of RenderImageImplPBuffer
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1811 4e206d99-4929-0410-ac5d-dfc041789085
|
2011-03-21 09:12:09 +00:00 |
|
laurentgom
|
ccc2a050ed
|
Fixed compile error in GlContext.cpp
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1810 4e206d99-4929-0410-ac5d-dfc041789085
|
2011-03-21 08:45:46 +00:00 |
|
laurentgom
|
a94ed51702
|
ATI fix!
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1809 4e206d99-4929-0410-ac5d-dfc041789085
|
2011-03-21 07:08:26 +00:00 |
|
laurentgom
|
6cf2303484
|
Fixed typo in comment
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1808 4e206d99-4929-0410-ac5d-dfc041789085
|
2011-03-19 22:07:14 +00:00 |
|
laurentgom
|
f3d212f737
|
Merged some functions in sf::String
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1807 4e206d99-4929-0410-ac5d-dfc041789085
|
2011-03-19 19:49:16 +00:00 |
|
groogy
|
8651a38e14
|
Fixed a little copy-paste error on my behalf.
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1806 4e206d99-4929-0410-ac5d-dfc041789085
|
2011-03-15 22:28:34 +00:00 |
|
Trass3r
|
ff9c3d3dfd
|
removed some unneeded imports
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1805 4e206d99-4929-0410-ac5d-dfc041789085
|
2011-03-15 14:37:59 +00:00 |
|
groogy
|
3e0b09f3f1
|
Was being compiled both against shared library and static library.
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1804 4e206d99-4929-0410-ac5d-dfc041789085
|
2011-03-05 14:52:28 +00:00 |
|
groogy
|
a26827adcc
|
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1803 4e206d99-4929-0410-ac5d-dfc041789085
|
2011-02-28 22:15:52 +00:00 |
|
groogy
|
7d7c4c999f
|
Some refactoring, moved C++ allocation into the *_Alloc function instead of directly in new, removed new in most of classes too. Cloning should work on all copyable classes now.
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1802 4e206d99-4929-0410-ac5d-dfc041789085
|
2011-02-27 14:07:10 +00:00 |
|
groogy
|
0a2abc6933
|
sfml/all couldn't be loaded since it's symbol was not C style but got name mangled by C++.
Fixed now :)
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1801 4e206d99-4929-0410-ac5d-dfc041789085
|
2011-02-26 01:09:31 +00:00 |
|
mantognini
|
73370dc178
|
Forbid window creating and event fetching from worker thread as it's an OS X limitation.
Fix context not activated when created (now shader and renderimage works without having to creat a window or a context explicitly).
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1800 4e206d99-4929-0410-ac5d-dfc041789085
|
2011-02-19 14:22:39 +00:00 |
|
groogy
|
4813ca8d8e
|
A little mistake by me. A warning from the compiler got me notified about it.
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1799 4e206d99-4929-0410-ac5d-dfc041789085
|
2011-02-13 18:10:46 +00:00 |
|
groogy
|
1fad97be6d
|
Fixed some missing reference in sfml-graphics initiation function. The shared classes has to be global and reacquired in each library for it to work.
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1798 4e206d99-4929-0410-ac5d-dfc041789085
|
2011-02-13 12:59:28 +00:00 |
|
tricksterguy
|
e63a8fe442
|
new directory structure for ruby binding should compile and link fine under windows
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1797 4e206d99-4929-0410-ac5d-dfc041789085
|
2011-02-13 05:26:14 +00:00 |
|
mantognini
|
8675cb364c
|
Fixed Mouse In/Out event and the internal state of SFOpenGLView when the window is resized
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1796 4e206d99-4929-0410-ac5d-dfc041789085
|
2011-02-11 15:41:55 +00:00 |
|
mantognini
|
f85a1794bc
|
Improved TextEntered event.
Improved KeyPressed/Released event.
Add support for 'modifier' keys (System, Alt, Control, Shift).
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1795 4e206d99-4929-0410-ac5d-dfc041789085
|
2011-02-11 00:17:19 +00:00 |
|