Commit Graph

101 Commits

Author SHA1 Message Date
Jeff Cliff a7c6438d2f degithubbing 2021-09-25 12:58:04 -06:00
Duilio Protti 96a96d9062 Merge pull request #9 from philippeback/master
Added instructions to build the plugin on CentOS 7.3
2017-07-28 20:28:23 -05:00
Philippe Back ccd4937b55 Added instructions to build the plugin on CentOS 7.3 2017-07-23 15:39:36 +02:00
Duilio Protti ec804c0f57 Dropped MMX support
Was useful a decade ago but now profiling shows it's actually slower
than just plain compiler-optimized code so the extra maintenance cost
is not justified.
2016-09-25 11:36:16 -03:00
Duilio Protti c165721f5f Removed TAB from controlling keys list in Settings dialog 2016-09-24 20:53:25 -03:00
Duilio Protti 14e77a54c9 Pre-increment is said to be faster in many situations 2016-07-11 16:18:52 -03:00
Duilio Protti d253877e5d README simplified 2016-07-11 14:49:41 -03:00
Duilio Protti 103ceeeb6f Required Audacious 3.6: the minimum version with C++ plugin API 2016-07-04 14:56:48 -03:00
Duilio Protti f8df0f9ecd Removed Travis from master until Travis supports Audacious 3.6 2016-07-04 14:49:50 -03:00
Duilio Protti ff79739004 Build infinity-plugin 2016-07-03 13:12:14 -03:00
Duilio Protti 29b6830e0a Published build status in README.md 2016-07-03 13:02:56 -03:00
Duilio Protti 47702bae3a Travis simplified 2016-07-03 12:56:32 -03:00
Duilio Protti 949bf0a7c7 Workaround for missing libsdl2-dev 2016-07-03 12:50:23 -03:00
Duilio Protti 34b7629028 Automake version downgraded to 1.11 2016-07-03 12:35:59 -03:00
Duilio Protti 3891e1964e Add autotools-dev to Travis 2016-07-03 12:31:26 -03:00
Duilio Protti 69abca2c5b Dropped SDL2 package from Travis 2016-07-03 12:26:40 -03:00
Duilio Protti 75daddf3c2 Trying full name for package SDL2 2016-07-03 12:23:53 -03:00
Duilio Protti b2219f4612 Do apt-get update before fetching packages 2016-07-03 12:17:29 -03:00
Duilio Protti e8405228fb apt command changed to apt-get 2016-07-03 12:14:14 -03:00
Duilio Protti a2daa1912a Initial Travis CI file 2016-07-03 12:09:59 -03:00
Duilio Protti d80056a233 Escape key exits full-screen 2016-07-03 11:27:20 -03:00
Duilio Protti d7ec106875 Full-screen key changed from Tab to F11. Screenshot removed 2016-07-03 11:16:28 -03:00
Duilio Protti db62052a6e Show controlling keys in Settings dialog 2016-07-03 00:03:09 -03:00
Duilio Protti cf193891a4 Full authors list in About dialog 2016-07-02 23:47:53 -03:00
Duilio Protti 69c8579e86 Removed spurious calls to disable_plugin() 2016-07-02 21:53:34 -03:00
Duilio Protti a908de9415 Simply set window title to Infinity 2016-07-02 20:39:56 -03:00
Duilio Protti 4503286694 Build intermediate libinfinity.la convenience library 2016-07-02 20:16:04 -03:00
Duilio Protti f540fa71ba libdir adjustment based on libSDL2.so 2016-07-02 15:40:23 -03:00
Duilio Protti 58ede858b1 Properly finish defaults list 2016-07-01 18:08:15 -03:00
Duilio Protti a4bf5ef3a4 Fix to easily configure for clang 2016-07-01 18:07:48 -03:00
Duilio Protti 2752ac351b Removed redundant code after cppcheck 2016-07-01 17:16:35 -03:00
Duilio Protti f86a8bce22 Interactive mode saves effects file in home dir instead of system dir 2016-07-01 16:37:17 -03:00
Duilio Protti c5d5c04800 SDL2 updated in docs 2016-07-01 14:16:28 -03:00
Duilio Protti 7c77c97b4b SDL events do not disabled on quit 2016-07-01 14:01:41 -03:00
Duilio Protti fc629be57a Properly sleep when window gets minimized 2016-07-01 12:17:44 -03:00
Duilio Protti 5e81912125 Initial port to SDL2 - WIP 2016-07-01 00:25:36 -03:00
Duilio Protti 02e2936efd Removed Gtk+ dependency 2016-06-30 15:20:54 -03:00
Duilio Protti c6cd6522a6 Show SDL errors on player UI 2016-06-30 15:00:15 -03:00
Duilio Protti 9125da6100 Decoupled from Audacious 2016-06-29 23:34:31 -03:00
Duilio Protti b02c419143 Fixed MMX configuration on 64 bit hosts 2016-06-29 17:01:46 -03:00
Duilio Protti f19590daaa SDL configured through pkg-config instead of sdl-config 2016-06-29 15:53:14 -03:00
Duilio Protti 79d5004c22 Deleted unneeded config module 2016-06-29 15:39:15 -03:00
Duilio Protti 3033e05467 Fixed max FPS calculation 2016-06-29 14:32:48 -03:00
Duilio Protti 8d8d9f3ff1 Removed Audclient dependency 2016-06-29 11:31:31 -03:00
Duilio Protti 0e9dfbff48 Updated settings screenshot url 2016-06-28 12:18:57 -03:00
Duilio Protti 8bfd5b3e5e Simplified description in README.md 2016-06-28 12:01:02 -03:00
Duilio Protti a3f06f616a README.md simplified. All moved to use Github Pages 2016-06-28 11:58:34 -03:00
Duilio Protti 20614f463d Removed config.h.in 2016-06-27 11:26:32 -03:00
Duilio Protti 7c1a45fcdd Autoconf bumped to 2.65 Automake bumped to 1.15 2016-06-27 11:18:13 -03:00
Duilio Protti 97fc3b1468 Add link to latest release 2016-06-25 19:14:22 -03:00