FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/SFML - sharedptr/SFML · GitHub
sharedptr
/
SFML
Public
forked from
SFML/SFML
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
SFML
src
SFML
on
master
User selector
Datepicker
Commit history
Commits on Feb 15, 2014
Fixed forgotten members in sf::Font::operator=
Bromeon
committed
83ea194
View commit details
Copy full SHA for 83ea194
View code at this point
Browse repository at this point
Merge pull request #509 from ophui-/master
Show description for 5266133
Bromeon
committed
5266133
View commit details
Copy full SHA for 5266133
View code at this point
Browse repository at this point
Commits on Feb 9, 2014
Added String::substring() method
Show description for 09860f7
Bromeon
committed
09860f7
View commit details
Copy full SHA for 09860f7
View code at this point
Browse repository at this point
Commits on Feb 6, 2014
Fixed typo in Windows keyboard implementation
Show description for aeed9dd
Bromeon
committed
aeed9dd
View commit details
Copy full SHA for aeed9dd
View code at this point
Browse repository at this point
Updated copyright year to 2014
Bromeon
committed
12d8130
View commit details
Copy full SHA for 12d8130
View code at this point
Browse repository at this point
Added String::replace() methods
Show description for 48db71f
Bromeon
committed
48db71f
View commit details
Copy full SHA for 48db71f
View code at this point
Browse repository at this point
Commits on Dec 15, 2013
Fixed potential memory leak in sf::Font
dermoumi
committed
b5e7e43
View commit details
Copy full SHA for b5e7e43
View code at this point
Browse repository at this point
Commits on Dec 4, 2013
Added String::toUtf8/16/32 functions (#501)
LaurentGomila
committed
4a30054
View commit details
Copy full SHA for 4a30054
View code at this point
Browse repository at this point
Commits on Nov 30, 2013
Merge branch 'master' of github.com:LaurentGomila/SFML
LaurentGomila
committed
58f60f2
View commit details
Copy full SHA for 58f60f2
View code at this point
Browse repository at this point
Fixed divide by zero in Shape.cpp (#499)
LaurentGomila
committed
de3ea71
View commit details
Copy full SHA for de3ea71
View code at this point
Browse repository at this point
Commits on Nov 26, 2013
fix a few typos in comments
wintertime
committed
ab361c4
View commit details
Copy full SHA for ab361c4
View code at this point
Browse repository at this point
Fixed joystick POV values on Windows (PovX and PovY were inverted)
Show description for ef1d29b
LaurentGomila
committed
ef1d29b
View commit details
Copy full SHA for ef1d29b
View code at this point
Browse repository at this point
Fixed joystick POV values on Windows (PovX and PovY were inverted)
LaurentGomila
committed
f1c30f1
View commit details
Copy full SHA for f1c30f1
View code at this point
Browse repository at this point
Fix 'instanciate' typo; correct is 'instantiate'
Valloric
committed
c3813f7
View commit details
Copy full SHA for c3813f7
View code at this point
Browse repository at this point
Commits on Nov 4, 2013
Whitespace fix
LaurentGomila
committed
c06243c
View commit details
Copy full SHA for c06243c
View code at this point
Browse repository at this point
Optimized Window::waitEvent a bit (no sleep if events are available at first try)
LaurentGomila
committed
ff555d6
View commit details
Copy full SHA for ff555d6
View code at this point
Browse repository at this point
Commits on Nov 1, 2013
Whitespace fix
LaurentGomila
committed
f69a35e
View commit details
Copy full SHA for f69a35e
View code at this point
Browse repository at this point
Commits on Oct 30, 2013
Fixed bug with sf::Texture (and especially with sf::RenderTexture) on old graphics cards (#418)
LaurentGomila
committed
0c39c1b
View commit details
Copy full SHA for 0c39c1b
View code at this point
Browse repository at this point
Commits on Oct 24, 2013
Merge pull request #337 from MarioLiebisch/chunked-http
Show description for 56c2eb8
LaurentGomila
committed
56c2eb8
View commit details
Copy full SHA for 56c2eb8
View code at this point
Browse repository at this point
Added support for chunked http transfers
Show description for 306b77b
MarioLiebisch
committed
306b77b
View commit details
Copy full SHA for 306b77b
View code at this point
Browse repository at this point
Commits on Oct 16, 2013
Removed the hack that copied external libs into SFML static libs, users now have to link them explicitly
LaurentGomila
committed
dbf01a7
View commit details
Copy full SHA for dbf01a7
View code at this point
Browse repository at this point
Commits on Oct 14, 2013
Fixed RenderTarget::resetGLStates() not explicitly setting the default polygon mode (glPolygonMode) (#480)
LaurentGomila
committed
08b49cc
View commit details
Copy full SHA for 08b49cc
View code at this point
Browse repository at this point
Commits on Oct 11, 2013
Fixed sf::SoundBuffer returning wrong duration for sounds containing more than ~4.3 million samples
LaurentGomila
committed
2ff58ed
View commit details
Copy full SHA for 2ff58ed
View code at this point
Browse repository at this point
Merge pull request #470 from Foaly/MultiSoundInput
Show description for db77b76
LaurentGomila
committed
db77b76
View commit details
Copy full SHA for db77b76
View code at this point
Browse repository at this point
Commits on Oct 9, 2013
Improved resizing window on OS X (#474)
mantognini
committed
a66fe27
View commit details
Copy full SHA for a66fe27
View code at this point
Browse repository at this point
Added support for selecting audio capture device (fixes #220)
Foaly
committed
b1ad9dc
View commit details
Copy full SHA for b1ad9dc
View code at this point
Browse repository at this point
Made compiler and OS variable names much clearer in CMake files
LaurentGomila
committed
9b0ed30
View commit details
Copy full SHA for 9b0ed30
View code at this point
Browse repository at this point
Commits on Oct 8, 2013
Fixed window size not correctly updated when changed through Window::setSize (#474)
LaurentGomila
committed
fe12270
View commit details
Copy full SHA for fe12270
View code at this point
Browse repository at this point
Added joystick implementation for FreeBSD (#477)
David Demelier
authored and
LaurentGomila
committed
cc3dc29
View commit details
Copy full SHA for cc3dc29
View code at this point
Browse repository at this point
Commits on Oct 7, 2013
Fixed IpAddress::getLocalAddress on OS X and improved SocketImpl for Unix & Windows
mantognini
committed
713aed7
View commit details
Copy full SHA for 713aed7
View code at this point
Browse repository at this point
Merge pull request #475 from binary1248/timer_resolution_fix
Show description for 5931236
LaurentGomila
committed
5931236
View commit details
Copy full SHA for 5931236
View code at this point
Browse repository at this point
Additional comments regarding sleep implementation.
binary1248
committed
50332a8
View commit details
Copy full SHA for 50332a8
View code at this point
Browse repository at this point
Commits on Oct 2, 2013
Removed support for Windows 9x (required deprecated functions) (#469)
LaurentGomila
committed
cd68d66
View commit details
Copy full SHA for cd68d66
View code at this point
Browse repository at this point
Fixed minor compiler warnings in sf::Text
LaurentGomila
committed
b8f15d5
View commit details
Copy full SHA for b8f15d5
View code at this point
Browse repository at this point
Commits on Oct 1, 2013
Fixed Window::setSize not working without the sf::Style::Resize style (#466)
LaurentGomila
committed
980477c
View commit details
Copy full SHA for 980477c
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL