LaurentGom
|
14d0b8a483
|
Fixed a possible bug in the calculation of sf::SoundStream playing offset
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1495 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-04-06 20:48:37 +00:00 |
|
LaurentGom
|
dbd767376b
|
The external libs used by sfml-graphics are now linked instead of being integrated to the source code
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1491 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-04-05 19:04:49 +00:00 |
|
LaurentGom
|
41f09975ab
|
Packets handling in UdpSocket is now more robust
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1490 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-04-05 14:06:37 +00:00 |
|
LaurentGom
|
507f467390
|
Added TcpListener::GetLocalPort()
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1480 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-03-29 17:02:10 +00:00 |
|
LaurentGom
|
87f712e0c6
|
Added code in sf::Font to handle bitmap glyphs rendered in monochrome mode
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1479 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-03-26 19:45:06 +00:00 |
|
LaurentGom
|
09a0d11668
|
Removed the useless makefiles
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1478 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-03-23 16:13:07 +00:00 |
|
laurentgom
|
ca5489a5d6
|
Modified the Linux build system so that makefiles are now outside the source tree
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1477 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-03-23 15:55:07 +00:00 |
|
laurentgom
|
fd8fa4e2f8
|
Fixed errors caused by the last commit in the network module, and fixed minor warnings in the graphics module, on Linux
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1476 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-03-23 11:15:39 +00:00 |
|
LaurentGom
|
9280771665
|
FS#86 - Rewrite the sockets API
Updated the API documentation of the whole network module
The system headers are no longer included by the sfml-network public headers
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1475 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-03-23 09:39:43 +00:00 |
|
LaurentGom
|
a09ee0f9e3
|
Fixed bug in JPEG saving (due to the last modification)
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1474 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-03-19 18:51:45 +00:00 |
|
LaurentGom
|
6b23d15a14
|
Changed the internal storage of pixels in sf::Image (vector<Color> --> vector<Uint8>)
Changed the Glyph structure to allow using sprites to display glyphs
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1473 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-03-19 16:06:18 +00:00 |
|
LaurentGom
|
691eea4c69
|
Removed IpAddress::IsValid(), added IpAddress::None
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1456 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-03-13 09:50:24 +00:00 |
|
LaurentGom
|
809b09292f
|
Merged VideoMode::GetMode and VideoMode::GetModesCount into a single new function VideoMode::GetFullscreenModes
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1453 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-03-12 14:07:28 +00:00 |
|
LaurentGom
|
e924c9cf39
|
Improved the API documentation of sf::IpAddress
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1452 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-03-12 09:35:17 +00:00 |
|
LaurentGom
|
9646bf54d8
|
Renamed IPAddress.cpp to IpAddress.cpp
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1449 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-03-11 14:37:51 +00:00 |
|
LaurentGom
|
72b49a3592
|
Made sf::IPAddress comparison operators non-member
Minor fix in sf::Clock API documentation
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1447 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-03-11 14:27:57 +00:00 |
|
LaurentGom
|
ef216acc5f
|
Minor changes to the documentation and some parameters names
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1444 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-03-08 17:50:16 +00:00 |
|
LaurentGom
|
4e93cc92fa
|
Synchronized with trunk
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1442 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-03-05 11:05:30 +00:00 |
|
LaurentGom
|
b3ca862273
|
Fixed possible leak in sf::Thread implementation (thread handles could be lost if the same sf::Thread was launched again before finishing)
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1441 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-03-05 10:35:13 +00:00 |
|
LaurentGom
|
dec1820537
|
Fixed issues with the fullscreen mode on Windows
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1435 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-03-03 07:59:28 +00:00 |
|
LaurentGom
|
786408c5bc
|
Sockets can now handle properly the situation where the packet size is received in multiple chunks
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1433 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-03-02 12:00:12 +00:00 |
|
LaurentGom
|
4a840d4f48
|
Fixed extra empty line at end of Http::Response body
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1431 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-28 22:51:50 +00:00 |
|
LaurentGom
|
bb414773d1
|
Added Insert and Find functions to sf::String
Added implicit constructors to sf::String for converting from single characters (char, wchar_t and Uint32)
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1429 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-26 09:36:38 +00:00 |
|
LaurentGom
|
ba66558cec
|
Forced alpha component in color buffer for 32 bits mode, on Windows
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1428 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-26 07:49:12 +00:00 |
|
LaurentGom
|
6f6481ef38
|
Fixed images and shaders sometimes not updated when they are modified while they are used
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1427 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-25 19:05:57 +00:00 |
|
LaurentGom
|
76a76a784f
|
Minor modifications to shader and image activation
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1426 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-25 12:37:51 +00:00 |
|
LaurentGom
|
39afb72c4e
|
Fixed crashes in Ftp::Upload and Ftp::Download with empty files
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1424 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-24 16:17:17 +00:00 |
|
ceylo
|
d7496629e3
|
Added sfPriv prefix to forgotten Objective-C classes to prevent conflicts with user classes.
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1423 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-23 22:20:17 +00:00 |
|
ceylo
|
9354d3adba
|
Fixed conflict with autorelease pools when using SFML in a Cocoa app.
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1422 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-23 10:15:24 +00:00 |
|
ceylo
|
2ee1c5751a
|
Reorganized private window implementation to allow using <NSView *> objects for window import (especially to allow Qt [Cocoa version] use even it does not work because Qt windows are deferred; it still works for Cocoa though until windows are not deferred). Renamed Objective-C classes with sfPriv prefix to prevent conflict with user Objective-C classes.
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1421 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-23 09:54:16 +00:00 |
|
LaurentGom
|
341b499180
|
Fixed endless recursion in the streambuf of sf::Err
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1420 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-23 07:28:46 +00:00 |
|
LaurentGom
|
646f7a31e6
|
Fixed compile errors in System/Err.cpp on Linux
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1419 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-22 22:34:34 +00:00 |
|
LaurentGom
|
d1ba056b0f
|
I forgot to update the VS2005 and Code::Blocks projects in last commit :)
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1418 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-22 15:43:15 +00:00 |
|
LaurentGom
|
76de05af61
|
FS#150 - SFML should use its own stream instead of std::cerr, for reporting errors
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1417 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-22 11:30:43 +00:00 |
|
LaurentGom
|
796406a15b
|
Fixed conflict between the local glxext.h and the system's one, on Linux
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1416 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-22 08:07:13 +00:00 |
|
LaurentGom
|
da5ac8a951
|
Fixed Font::operator= not handling the reference counter properly (which was leading to crashes after copies of sf::Font instances)
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1414 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-19 14:38:29 +00:00 |
|
LaurentGom
|
0aaebddc7b
|
Updated the API documentation of RenderTarget, RenderImage and RenderWindow
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1413 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-19 14:34:34 +00:00 |
|
LaurentGom
|
5bec10de6c
|
FS#153 - Fix the initial seed of sf::Randomizer which is always the same on some configurations
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1412 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-18 07:34:36 +00:00 |
|
LaurentGom
|
504804a06e
|
Fixed RenderTarget::ConvertCoords returning wrong Y coordinates
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1410 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-17 17:17:20 +00:00 |
|
LaurentGom
|
47d019098c
|
Changed the parameter of LoadFromMemory functions to be a const void* instead of a const char*
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1409 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-17 14:43:09 +00:00 |
|
LaurentGom
|
b60fda48d9
|
Renamed Shape::GetNbPoints to Shape::GetPointsCount (consistent with the other similar functions)
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1408 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-17 12:05:02 +00:00 |
|
LaurentGom
|
b3d3082fc4
|
Fixed a Win32 constant missing after upgrading to gcc 4.4 headers
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1407 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-17 11:35:37 +00:00 |
|
LaurentGom
|
aa2199bbb3
|
Fixed a Win32 constant missing after upgrading to gcc 4.4 headers
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1407 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-17 11:35:37 +00:00 |
|
LaurentGom
|
26bbe358ed
|
Synchronized with trunk
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1406 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-17 10:50:16 +00:00 |
|
LaurentGom
|
d89d721b96
|
Made sf::Input and events more consistent / synchronized
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1405 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-17 07:57:26 +00:00 |
|
LaurentGom
|
cdc1346612
|
FS#152 - Fix crash with the default font at global exit on Windows
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1401 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-11 08:31:52 +00:00 |
|
LaurentGom
|
3621cb10f7
|
Fixed bugs with the LShift and RShift keys
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1400 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-10 23:35:01 +00:00 |
|
LaurentGom
|
79c7bf8e02
|
Synchronized with trunk
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1399 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-10 14:42:53 +00:00 |
|
LaurentGom
|
b7b876eb26
|
Removed all the useless "sf::"
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1397 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-10 11:09:55 +00:00 |
|
LaurentGom
|
f0e231eabf
|
Fixed wrong sf::Event::Resized notification when switching from fullscreen to windowed mode
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1396 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-10 11:01:38 +00:00 |
|
LaurentGom
|
7878edc824
|
Minor code refactoring
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1395 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-07 21:22:10 +00:00 |
|
ceylo
|
37c9dd8ac4
|
Oops. Dropped debug message.
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1394 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-05 19:31:43 +00:00 |
|
ceylo
|
d4a5384da1
|
Added "hack" to allow window import with Qt.
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1393 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-05 19:26:20 +00:00 |
|
LaurentGom
|
2840618c70
|
The projection matrix is now handled more efficiently in sf::Renderer
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1392 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-04 19:25:00 +00:00 |
|
LaurentGom
|
e79415209f
|
Made audio capture work in Mac OS X 10.5 / 10.6
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1391 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-04 10:51:22 +00:00 |
|
LaurentGom
|
e2b5268504
|
New try for pixel-perfect rendering -- waiting for feedbacks
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1390 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-03 14:07:19 +00:00 |
|
LaurentGom
|
9fe66bdc5e
|
Forget to fix the Linux implementation in previous commit :)
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1389 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-02 08:48:35 +00:00 |
|
LaurentGom
|
51fc817e8b
|
Fixed a texture cache problem in the P-Buffer implementation of sf::RenderImage
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1388 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-02 08:47:24 +00:00 |
|
LaurentGom
|
ec2fe136f9
|
Fixed sound streams sometimes being stuck after looping once
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1387 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-02 07:49:27 +00:00 |
|
ceylo
|
d3a53570d7
|
Fixed small compilation error.
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1380 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-29 00:17:21 +00:00 |
|
LaurentGom
|
f644f6220d
|
Fixed compile error in Joystick.hpp on FreeBSD
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1378 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-28 18:36:13 +00:00 |
|
LaurentGom
|
35f6fa2060
|
Fixed wrong paths for headers in VC2008 project files
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1374 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-27 13:43:28 +00:00 |
|
LaurentGom
|
57194f4d4b
|
Synchronized with trunk
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1372 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-26 10:52:36 +00:00 |
|
LaurentGom
|
3247f441f8
|
Made the assignment operator in sf::Sound work with the last modification
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1371 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-26 10:31:09 +00:00 |
|
LaurentGom
|
362f374732
|
FS#104 - Fix crash when destroying a SoundBuffer used by a Sound
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1370 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-26 09:49:03 +00:00 |
|
LaurentGom
|
4220795de4
|
Synchronized with trunk
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1369 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-21 10:13:44 +00:00 |
|
LaurentGom
|
6341b569db
|
FS#139 - Fix tiny musics ignoring the "loop" flag
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1368 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-21 10:00:31 +00:00 |
|
LaurentGom
|
5a0feadb8f
|
Made the management of the "current shader" more consistent
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1366 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-20 15:43:40 +00:00 |
|
LaurentGom
|
4eed417158
|
Fixed a bug about shaders in the new Renderer class
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1365 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-20 12:53:15 +00:00 |
|
LaurentGom
|
b6b423bd8f
|
Fixed possible crash in sf::Font
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1364 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-19 22:19:29 +00:00 |
|
LaurentGom
|
2e40f341ba
|
Some minor modifications in RenderImage implementation
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1363 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-19 22:07:31 +00:00 |
|
LaurentGom
|
c237305f9b
|
Removed all the automatic batching stuff and replaced it with a more straight-forward implementation using a state cache for optimizing performances
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1362 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-19 20:39:32 +00:00 |
|
LaurentGom
|
40f13c7302
|
Removed all the remaining const_cast, and replaced them with mutable members (this is needed for optimized lazy calculations)
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1353 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-13 13:55:20 +00:00 |
|
LaurentGom
|
273cba055c
|
Added Style::Default for windows' style
Removed unused #includes from RenderWindow.cpp
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1345 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-11 12:46:44 +00:00 |
|
LaurentGom
|
7ad6c64358
|
Fixed current view not being updated when window is resized (bug introduced with the latest modifications on view handling)
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1344 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-11 09:33:55 +00:00 |
|
LaurentGom
|
7b83fbc544
|
Merged all the joystick fixes from trunk
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1343 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-11 09:04:59 +00:00 |
|
LaurentGom
|
b2b0cb2144
|
Fixed memory leak in sf::Font (reference counter was never initialized)
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1342 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-10 15:52:08 +00:00 |
|
LaurentGom
|
8df50b9774
|
Fixed wrong joystick POV values in the Linux implementation
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1341 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-09 17:24:51 +00:00 |
|
LaurentGom
|
489ee2b17b
|
Fixed POV handling on Linux
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1339 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-09 09:13:06 +00:00 |
|
LaurentGom
|
44c943e651
|
FS#146 - Fix current OpenGL matrix mode not properly saved when PreserveOpenGLStates is activated
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1338 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-08 17:21:03 +00:00 |
|
LaurentGom
|
b9a2d3a8f4
|
Fixed joystick axes mapping (to be tested)
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1332 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-06 14:28:20 +00:00 |
|
LaurentGom
|
cbee33e764
|
Fixed POV value initialized to 0 instead of -1 in sf::Input
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1331 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-06 14:19:37 +00:00 |
|
LaurentGom
|
5eaec85d87
|
Added a special value of -1 for centered joystick POV position
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1329 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-06 08:51:25 +00:00 |
|
LaurentGom
|
db72c6e47c
|
Renamed Mouse::Count to Mouse::ButtonCount
Renamed Joy::Count to Joy::AxisCount
Added Joy::Count and Joy::ButtonCount
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1328 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-06 08:48:57 +00:00 |
|
LaurentGom
|
e2d0ffcdcf
|
Fixed the number of supported joysticks in sf::Input
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1327 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-06 08:36:55 +00:00 |
|
LaurentGom
|
bd9a60fef2
|
Reverted last modifications in sf::Input (they were supposed to happen in trunk)
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1326 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-06 08:32:26 +00:00 |
|
LaurentGom
|
9bda3a4ef2
|
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1325 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-06 07:16:22 +00:00 |
|
LaurentGom
|
5c68de5e80
|
Forgot something in last commit :)
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1324 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-05 19:18:20 +00:00 |
|
ceylo
|
42b97d230f
|
Replaced GetAxesCount() with HasAxis().
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1321 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-05 18:10:29 +00:00 |
|
LaurentGom
|
63867b654c
|
Fixed error in last commit
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1319 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-05 16:50:21 +00:00 |
|
LaurentGom
|
8bbf7dfc46
|
FS#143 - Increase the number of supported joysticks to 4
FS#142 - Fix joystick axes being sometimes ignored
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1318 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-05 16:48:32 +00:00 |
|
laurentgom
|
da44e3d8e5
|
Applied the anti-aliasing modifications to the Linux implementation
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1317 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-02 18:37:02 +00:00 |
|
LaurentGom
|
f2a1ba3cda
|
Improved the anti-aliasing level selection algorithm
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1316 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-02 13:42:32 +00:00 |
|
LaurentGom
|
6d717f3c87
|
Modified sf::RenderTarget so that it handles views by value rather than by reference
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1315 4e206d99-4929-0410-ac5d-dfc041789085
|
2009-12-31 16:43:24 +00:00 |
|
LaurentGom
|
1f2b441c9a
|
Fixed alpha calculation in Image::Copy with applyAlpha = true
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1312 4e206d99-4929-0410-ac5d-dfc041789085
|
2009-12-27 23:23:45 +00:00 |
|
LaurentGom
|
7947044a83
|
Fixed character weight too high for the sf::Text::Bold style
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1311 4e206d99-4929-0410-ac5d-dfc041789085
|
2009-12-19 23:17:24 +00:00 |
|
LaurentGom
|
c72312f9a4
|
Improved the quality of sf::Text::Bold and made it more efficient
Made sf::Text::Underlined style more robust
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1310 4e206d99-4929-0410-ac5d-dfc041789085
|
2009-12-14 21:26:30 +00:00 |
|
LaurentGom
|
3a34f81561
|
Complete rewrite of sf::Font to make it more flexible (no more fixed charset and size)
FS#125 - Fix tab character not working in sf::String
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1309 4e206d99-4929-0410-ac5d-dfc041789085
|
2009-12-13 15:49:30 +00:00 |
|
LaurentGom
|
fb7470cbc3
|
FS#133 - Add a function to make fast updates of an image's pixels from an external source
Removed sf::Image constructors that called CreateXxx or LoadXxx (there was no way to check errors)
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1307 4e206d99-4929-0410-ac5d-dfc041789085
|
2009-12-05 11:35:27 +00:00 |
|
LaurentGom
|
aff5c1a47c
|
Renamed Image::GetValidTextureSize to Image::GetValidSize
Added Image::GetMaximumSize
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1306 4e206d99-4929-0410-ac5d-dfc041789085
|
2009-12-04 13:55:16 +00:00 |
|