ceylo
|
695b7f8355
|
Product directory set to lib64 instead of lib.
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1465 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-03-17 16:42:00 +00:00 |
|
ceylo
|
691d031daa
|
64 bits support should now be ok.
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1464 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-03-17 16:38:11 +00:00 |
|
ceylo
|
1527ecd8ba
|
Using -[NSView convertPoint:fromView:] instead of -[NSView convertPointFromBase:] to support Mac OS X 10.4.
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1463 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-03-17 16:19:08 +00:00 |
|
ceylo
|
1725ffdf71
|
Disabled stencil bits setting. Replaced some cout with NSLog() to avoid STL crash. Added OpenGL alpha component support (pixel attribute). Fixed bad mouse coordinates when using imported NSView object. Fixed MouseMoved events not being received with imported widgets (both NSWindow and NSView).
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1462 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-03-17 15:38:23 +00:00 |
|
LaurentGom
|
221ef8f5b3
|
Made the constructors of sf::Sound and sf::Music explicit
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1445 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-03-09 07:56:07 +00:00 |
|
LaurentGom
|
d8a31243e4
|
Added a "fix" in WindowImplWin32 that avoids weird behaviors with some configurations
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1443 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-03-08 17:21:54 +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 |
|
ceylo
|
0d0889fc2b
|
Updated script to build 64 bits binaries.
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1430 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-28 16:16:06 +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
|
f30c2871fc
|
FS#157 - Disable implicit conversion from sf::Image to sf::Sprite
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1425 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-24 17:23:32 +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
|
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
|
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
|
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
|
21c6f97617
|
Removed all references to sf::RenderImage, which doesn't exist in SFML 1.x
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1398 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-02-10 13:54:38 +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
|
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
|
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 |
|
LaurentGom
|
f96a3864bc
|
Fixed wrong project name :D
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1386 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-30 11:37:53 +00:00 |
|
ceylo
|
7cd315c38b
|
Added missing ppc architecture.
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1383 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-29 07:35:10 +00:00 |
|
ceylo
|
23f6b6f2af
|
Initial import.
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1381 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-29 00:22:23 +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 |
|
remi-k
|
eacc8e27cc
|
Updated python trunk to SFML 1.6
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1373 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-26 18:09:03 +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
|
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
|
e4165be2f9
|
Fixed the batch-build script for Code::Blocks
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1359 4e206d99-4929-0410-ac5d-dfc041789085
|
2010-01-14 15:15:05 +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 |
|
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 |
|