-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Surface rotozoom Support #62
base: master
Are you sure you want to change the base?
Commits on Jul 25, 2010
-
Configuration menu - View commit details
-
Copy full SHA for 695aa48 - Browse repository at this point
Copy the full SHA 695aa48View commit details
Commits on Jul 30, 2010
-
Honestly, the Go-SDL package is a really naive wrapper. So, add locki…
…ng in order to enable usage from multi-threaded applications. This fixes stuff in package "sdl" only, package "ttf" might not work from multiple threads.
Configuration menu - View commit details
-
Copy full SHA for 74324fe - Browse repository at this point
Copy the full SHA 74324feView commit details
Commits on Aug 19, 2010
-
Add a funny "⚛" prefix (this enables to install this package in paral…
…lel with installing banthar/Go-SDL).
Configuration menu - View commit details
-
Copy full SHA for 42617c4 - Browse repository at this point
Copy the full SHA 42617c4View commit details
Commits on Aug 25, 2010
-
Configuration menu - View commit details
-
Copy full SHA for 8a7d373 - Browse repository at this point
Copy the full SHA 8a7d373View commit details
Commits on Aug 26, 2010
-
Configuration menu - View commit details
-
Copy full SHA for 9f43395 - Browse repository at this point
Copy the full SHA 9f43395View commit details
Commits on Aug 31, 2010
-
Configuration menu - View commit details
-
Copy full SHA for 30be028 - Browse repository at this point
Copy the full SHA 30be028View commit details
Commits on Sep 2, 2010
-
Configuration menu - View commit details
-
Copy full SHA for 6f250b4 - Browse repository at this point
Copy the full SHA 6f250b4View commit details
Commits on Sep 6, 2010
-
Configuration menu - View commit details
-
Copy full SHA for c1cac45 - Browse repository at this point
Copy the full SHA c1cac45View commit details
Commits on Sep 7, 2010
-
Configuration menu - View commit details
-
Copy full SHA for 07d3f06 - Browse repository at this point
Copy the full SHA 07d3f06View commit details
Commits on Sep 10, 2010
-
Configuration menu - View commit details
-
Copy full SHA for a3a579d - Browse repository at this point
Copy the full SHA a3a579dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47ac343 - Browse repository at this point
Copy the full SHA 47ac343View commit details
Commits on Sep 13, 2010
-
Configuration menu - View commit details
-
Copy full SHA for 2097424 - Browse repository at this point
Copy the full SHA 2097424View commit details
Commits on Sep 14, 2010
-
Merge http://github.com/banthar/Go-SDL into atom_merge
Conflicts: .gitignore sdl/Makefile sdl/constants.6.go sdl/constants.c sdl/constants.go sdl/sdl.go test/test.go
Andrea Fazzi committedSep 14, 2010 Configuration menu - View commit details
-
Copy full SHA for ce3db8d - Browse repository at this point
Copy the full SHA ce3db8dView commit details -
Andrea Fazzi committed
Sep 14, 2010 Configuration menu - View commit details
-
Copy full SHA for 61e5f0d - Browse repository at this point
Copy the full SHA 61e5f0dView commit details -
Andrea Fazzi committed
Sep 14, 2010 Configuration menu - View commit details
-
Copy full SHA for 76fc319 - Browse repository at this point
Copy the full SHA 76fc319View commit details
Commits on Sep 15, 2010
-
Configuration menu - View commit details
-
Copy full SHA for d851d41 - Browse repository at this point
Copy the full SHA d851d41View commit details
Commits on Sep 18, 2010
-
Configuration menu - View commit details
-
Copy full SHA for 19e117c - Browse repository at this point
Copy the full SHA 19e117cView commit details
Commits on Dec 16, 2010
-
Configuration menu - View commit details
-
Copy full SHA for 337b3e3 - Browse repository at this point
Copy the full SHA 337b3e3View commit details
Commits on Dec 17, 2010
-
Fix a race condition when closing SDL audio, add "-lrt" when linking …
…a shared library
Configuration menu - View commit details
-
Copy full SHA for d5b06f9 - Browse repository at this point
Copy the full SHA d5b06f9View commit details
Commits on Dec 18, 2010
-
Configuration menu - View commit details
-
Copy full SHA for 138094d - Browse repository at this point
Copy the full SHA 138094dView commit details
Commits on Jan 2, 2011
-
remogatto committed
Jan 2, 2011 Configuration menu - View commit details
-
Copy full SHA for 9b938eb - Browse repository at this point
Copy the full SHA 9b938ebView commit details
Commits on Jan 8, 2011
-
Configuration menu - View commit details
-
Copy full SHA for 5d4d273 - Browse repository at this point
Copy the full SHA 5d4d273View commit details
Commits on Jan 20, 2011
-
Configuration menu - View commit details
-
Copy full SHA for 9770d33 - Browse repository at this point
Copy the full SHA 9770d33View commit details
Commits on Jan 23, 2011
-
Configuration menu - View commit details
-
Copy full SHA for 1a867f6 - Browse repository at this point
Copy the full SHA 1a867f6View commit details
Commits on Jan 24, 2011
-
Add support for joystick devices
Andrea Fazzi committedJan 24, 2011 Configuration menu - View commit details
-
Copy full SHA for 4f11657 - Browse repository at this point
Copy the full SHA 4f11657View commit details -
Add BallDelta struct to structs.6.go
Andrea Fazzi committedJan 24, 2011 Configuration menu - View commit details
-
Copy full SHA for ad9bf9e - Browse repository at this point
Copy the full SHA ad9bf9eView commit details -
Restore previous structs.*.go files.
Andrea Fazzi committedJan 24, 2011 Configuration menu - View commit details
-
Copy full SHA for 69bdd70 - Browse repository at this point
Copy the full SHA 69bdd70View commit details -
Merge branch 'master' of github.com:remogatto/Go-SDL
Andrea Fazzi committedJan 24, 2011 Configuration menu - View commit details
-
Copy full SHA for f58ba7d - Browse repository at this point
Copy the full SHA f58ba7dView commit details -
Remove BallDelta from structs.*.go.
Andrea Fazzi committedJan 24, 2011 Configuration menu - View commit details
-
Copy full SHA for b97d31d - Browse repository at this point
Copy the full SHA b97d31dView commit details
Commits on Jan 26, 2011
-
Configuration menu - View commit details
-
Copy full SHA for db06a17 - Browse repository at this point
Copy the full SHA db06a17View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5ee047 - Browse repository at this point
Copy the full SHA c5ee047View commit details -
Remove per-joystick locking (the underlying C code does not need it),…
… use the global lock when closing a joystick, run gofmt
Configuration menu - View commit details
-
Copy full SHA for 58be877 - Browse repository at this point
Copy the full SHA 58be877View commit details
Commits on Feb 21, 2011
-
If required, lock the main video surface while blitting (this enables…
… to call 'sdl.Surface.Blit' from one goroutine and 'sdl.SetVideoMode' from another goroutine, while the two goroutines are allowed to execute in parallel, without requiring a mutex in the two goroutines)
Configuration menu - View commit details
-
Copy full SHA for aebe60f - Browse repository at this point
Copy the full SHA aebe60fView commit details
Commits on Feb 25, 2011
-
Configuration menu - View commit details
-
Copy full SHA for 626e801 - Browse repository at this point
Copy the full SHA 626e801View commit details
Commits on Aug 2, 2011
-
Configuration menu - View commit details
-
Copy full SHA for 52520e7 - Browse repository at this point
Copy the full SHA 52520e7View commit details
Commits on Nov 20, 2011
-
Configuration menu - View commit details
-
Copy full SHA for d2fdc57 - Browse repository at this point
Copy the full SHA d2fdc57View commit details
Commits on Dec 9, 2011
-
Configuration menu - View commit details
-
Copy full SHA for ab77a74 - Browse repository at this point
Copy the full SHA ab77a74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33ecb96 - Browse repository at this point
Copy the full SHA 33ecb96View commit details
Commits on Dec 12, 2011
-
Configuration menu - View commit details
-
Copy full SHA for 0a164ce - Browse repository at this point
Copy the full SHA 0a164ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f320be - Browse repository at this point
Copy the full SHA 8f320beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 392a2f1 - Browse repository at this point
Copy the full SHA 392a2f1View commit details
Commits on Feb 20, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 9b7741f - Browse repository at this point
Copy the full SHA 9b7741fView commit details
Commits on Feb 22, 2012
-
Configuration menu - View commit details
-
Copy full SHA for a121788 - Browse repository at this point
Copy the full SHA a121788View commit details
Commits on Mar 7, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 907dcec - Browse repository at this point
Copy the full SHA 907dcecView commit details
Commits on Mar 13, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 22a4451 - Browse repository at this point
Copy the full SHA 22a4451View commit details
Commits on Apr 17, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 77a8d9e - Browse repository at this point
Copy the full SHA 77a8d9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bff97f1 - Browse repository at this point
Copy the full SHA bff97f1View commit details
Commits on Apr 18, 2012
-
Merge pull request #4 from nictuku/master
Adds SaveBMP
Configuration menu - View commit details
-
Copy full SHA for ae18f3c - Browse repository at this point
Copy the full SHA ae18f3cView commit details
Commits on May 7, 2012
-
Configuration menu - View commit details
-
Copy full SHA for e511ba7 - Browse repository at this point
Copy the full SHA e511ba7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21f86f8 - Browse repository at this point
Copy the full SHA 21f86f8View commit details -
Merge pull request #5 from alecthomas/master
Remove dependency on librt on Darwin.
Configuration menu - View commit details
-
Copy full SHA for c2a7126 - Browse repository at this point
Copy the full SHA c2a7126View commit details
Commits on May 8, 2012
-
Configuration menu - View commit details
-
Copy full SHA for bc756c5 - Browse repository at this point
Copy the full SHA bc756c5View commit details
Commits on May 24, 2012
-
Configuration menu - View commit details
-
Copy full SHA for fda0275 - Browse repository at this point
Copy the full SHA fda0275View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4605f9 - Browse repository at this point
Copy the full SHA e4605f9View commit details
Commits on Sep 1, 2012
-
Configuration menu - View commit details
-
Copy full SHA for f8ad297 - Browse repository at this point
Copy the full SHA f8ad297View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d24e2a - Browse repository at this point
Copy the full SHA 3d24e2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a610ba - Browse repository at this point
Copy the full SHA 9a610baView commit details
Commits on Sep 7, 2012
-
Configuration menu - View commit details
-
Copy full SHA for be3a1ca - Browse repository at this point
Copy the full SHA be3a1caView commit details
Commits on Sep 10, 2012
-
Configuration menu - View commit details
-
Copy full SHA for e60f366 - Browse repository at this point
Copy the full SHA e60f366View commit details -
Merge pull request banthar#11 from cespare/displayformatalpha
Add the DisplayFormatAlpha function.
Configuration menu - View commit details
-
Copy full SHA for d4ded26 - Browse repository at this point
Copy the full SHA d4ded26View commit details
Commits on Sep 18, 2012
-
Configuration menu - View commit details
-
Copy full SHA for c6f47f2 - Browse repository at this point
Copy the full SHA c6f47f2View commit details
Commits on Sep 19, 2012
-
Merge pull request banthar#12 from davecheney/master
linux/arm support
Configuration menu - View commit details
-
Copy full SHA for f4b2c0a - Browse repository at this point
Copy the full SHA f4b2c0aView commit details
Commits on Nov 25, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 9616c79 - Browse repository at this point
Copy the full SHA 9616c79View commit details
Commits on Dec 23, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 7180e26 - Browse repository at this point
Copy the full SHA 7180e26View commit details -
Merge pull request banthar#14 from jpgneves/patch-1
Comment out unused "os" import in sdl/sdl_darwin.go
Configuration menu - View commit details
-
Copy full SHA for e94ed20 - Browse repository at this point
Copy the full SHA e94ed20View commit details
Commits on Jan 17, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 476ec31 - Browse repository at this point
Copy the full SHA 476ec31View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf243dd - Browse repository at this point
Copy the full SHA cf243ddView commit details
Commits on Jan 30, 2013
-
Configuration menu - View commit details
-
Copy full SHA for a005db5 - Browse repository at this point
Copy the full SHA a005db5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b0bca9 - Browse repository at this point
Copy the full SHA 5b0bca9View commit details
Commits on Feb 2, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 5cb687c - Browse repository at this point
Copy the full SHA 5cb687cView commit details
Commits on Feb 10, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 88d907c - Browse repository at this point
Copy the full SHA 88d907cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9926446 - Browse repository at this point
Copy the full SHA 9926446View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea866ee - Browse repository at this point
Copy the full SHA ea866eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9ad40f - Browse repository at this point
Copy the full SHA b9ad40fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cac5cbc - Browse repository at this point
Copy the full SHA cac5cbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 336d7f9 - Browse repository at this point
Copy the full SHA 336d7f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c18d50 - Browse repository at this point
Copy the full SHA 0c18d50View commit details -
Configuration menu - View commit details
-
Copy full SHA for e623dcb - Browse repository at this point
Copy the full SHA e623dcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d24ad5 - Browse repository at this point
Copy the full SHA 8d24ad5View commit details
Commits on Jun 8, 2013
-
Removed reference to now deleted repository (see Go-nuts list), and r…
…eplaced it with "neagix", which is working (and a fork).
Configuration menu - View commit details
-
Copy full SHA for 7fa9608 - Browse repository at this point
Copy the full SHA 7fa9608View commit details
Commits on Jun 9, 2013
-
Merge pull request #1 from svip/master
Updated reference to repository in ttf/ttf.go
Configuration menu - View commit details
-
Copy full SHA for 85fd8d7 - Browse repository at this point
Copy the full SHA 85fd8d7View commit details
Commits on Jun 16, 2013
-
Configuration menu - View commit details
-
Copy full SHA for b0c2a68 - Browse repository at this point
Copy the full SHA b0c2a68View commit details
Commits on Jun 22, 2013
-
Adds minimal support for SDL's RWops. At the moment, only 2 functions…
… are implemented: 1) RWFromMem(but []byte) Creates a RWops from memory 2) IMG_Load_RW(rwOps *RWops) Loads an image from an RWops
Configuration menu - View commit details
-
Copy full SHA for 4e89736 - Browse repository at this point
Copy the full SHA 4e89736View commit details -
Adds minimal support for SDL's RWops. At the moment, only 2 functions…
… are implemented: 1) RWFromMem(but []byte) Creates a RWops from memory 2) IMG_Load_RW(rwOps *RWops) Loads an image from an RWops
Configuration menu - View commit details
-
Copy full SHA for 6fbb04a - Browse repository at this point
Copy the full SHA 6fbb04aView commit details -
Configuration menu - View commit details
-
Copy full SHA for be9133e - Browse repository at this point
Copy the full SHA be9133eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 898801a - Browse repository at this point
Copy the full SHA 898801aView commit details
Commits on Jun 23, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 7871f7d - Browse repository at this point
Copy the full SHA 7871f7dView commit details
Commits on Jul 16, 2013
-
Configuration menu - View commit details
-
Copy full SHA for aa70776 - Browse repository at this point
Copy the full SHA aa70776View commit details
Commits on Jul 18, 2013
-
Merge pull request #4 from telecoda/master
remove references to old git repo
Configuration menu - View commit details
-
Copy full SHA for f2e4f0a - Browse repository at this point
Copy the full SHA f2e4f0aView commit details
Commits on Aug 3, 2013
-
Configuration menu - View commit details
-
Copy full SHA for f567d36 - Browse repository at this point
Copy the full SHA f567d36View commit details
Commits on Aug 4, 2013
-
Merge pull request #5 from sqweek/SDL_Sound
Add bindings for SDL_Sound.
Configuration menu - View commit details
-
Copy full SHA for 5d5912d - Browse repository at this point
Copy the full SHA 5d5912dView commit details
Commits on Jan 8, 2014
-
SDL_sound: Various fixes/cleanup.
NewSampleFromFile() tried to dereference a null pointer if the corresponding C call failed. The Go signature has changed and it now returns an error in this case. GetError() now returns an error instead of string. Buffer_int16() always returned a full buffersize worth of samples, even if the entire buffer was not read in the last call to Decode()/DecodeAll() (eg. at EOF). It now only returns the samples that were actually read.
Configuration menu - View commit details
-
Copy full SHA for 3f8ef94 - Browse repository at this point
Copy the full SHA 3f8ef94View commit details
Commits on Mar 28, 2014
-
Merge pull request #7 from sqweek/sound_fix1401
SDL_sound: Various fixes/cleanup.
Configuration menu - View commit details
-
Copy full SHA for 4eb3f9a - Browse repository at this point
Copy the full SHA 4eb3f9aView commit details