dguzek and GitHub
c9198db726
Merge pull request #1837 from teejusb/5_1-new
...
Integrate C++11 Branch into 5_1-new
2019-06-30 17:41:20 -04:00
teejusb
f08d7d9f68
Fix some incorrect typing with the NULL->nullptr conversion for Windows
2019-06-22 23:16:10 -07:00
teejusb
f230d39634
Fix crash when saving Preferences and current game doesn't exist
2019-06-22 23:09:45 -07:00
teejusb
f8b559163f
Add <array> header to BeginnerHelper to use std::array
2019-06-22 18:59:28 -07:00
teejusb
aedcbb1b26
Add <numeric> header to PlayerStageStats to use std::accumulate
2019-06-22 18:58:39 -07:00
teejusb
de29ba656b
Add <numeric> header to ActorMultiVertex to use std::accumulate
2019-06-22 13:02:09 -07:00
teejusb
7e3789b131
Integrate C++11 branch into 5_1-new
2019-06-22 12:35:38 -07:00
dguzek and GitHub
708139f56e
Merge pull request #1820 from RhythmLunatic/mainline
...
Make TwoPartSelect remappable
2019-06-14 08:13:02 -04:00
RhythmLunatic
c7f9133134
Fix broken Groove Radar
2019-06-12 21:47:48 -05:00
RhythmLunatic
61041b8941
metrics
2019-04-19 10:26:04 -05:00
RhythmLunatic
feb77d5711
Make TwoPartSelect remappable
2019-04-19 10:03:12 -05:00
dguzek and GitHub
631985af4b
Merge pull request #1819 from RhythmLunatic/mainline
...
Win32 PacDrive
2019-04-18 21:34:27 -04:00
RhythmLunatic
8b8cb969d1
Add missing PacDrive Win32 driver
2019-04-18 09:14:41 -05:00
RhythmLunatic
f376420f7f
Merge branch '5_1-new' of https://github.com/stepmania/stepmania into mainline
2019-04-04 15:56:23 -05:00
Colby Klein
4977f29fe3
silence a bunch of msvc warnings
2019-03-28 15:05:07 -07:00
Rhythm Lunatic and Colby Klein
dcb2f74c8d
Add More OptionsList functionality ( #1810 )
...
* Add More OptionsList functionality
* Remove Size parameter because it's broken
* Make OptionsList inputs remappable
* Change Next/Prev OptionsList to CodeDetector
2019-03-28 14:49:46 -07:00
RhythmLunatic
2648c65c22
Change Next/Prev OptionsList to CodeDetector
2019-03-28 16:11:36 -05:00
RhythmLunatic
4eecbcf933
Make OptionsList inputs remappable
2019-03-26 20:29:37 -05:00
RhythmLunatic
60af9e3153
Remove Size parameter because it's broken
2019-03-26 14:08:25 -05:00
RhythmLunatic
5f59626eef
Add More OptionsList functionality
2019-03-26 13:36:07 -05:00
Colby Klein
3eb03feadd
add the toasty sound back
...
i missed it a lot
2019-03-20 11:58:19 -07:00
Colby Klein
d6bd0005eb
we don't use the mouse in default, so hide it
2019-03-18 17:23:30 -07:00
Colby Klein
96384e4c05
Fix ShowMouseCursor preference on windows
2019-03-18 15:52:50 -07:00
Colby Klein
b80f5e3ed4
microsoft why
2019-03-17 10:55:09 -07:00
Colby Klein
7547a1e7aa
add source for new mines
2019-03-16 12:14:24 -07:00
Colby Klein
9074fc09f1
Square the master volume so it is more perceptually linear.
2019-03-15 18:35:45 -07:00
Colby Klein
996b69cb01
fix: master volume not updating on playing sounds. (via smx)
2019-03-15 18:10:19 -07:00
Colby Klein
567f8363e8
fix bug in e96b170, note display should be correct again.
2019-03-15 17:11:44 -07:00
Colby Klein
95e88e1c5e
update fallback holds and rolls to the dance/default ones
2019-03-15 16:03:57 -07:00
Colby Klein
e96b170154
fix reversed note drawing order as reported by @sillybear. please test.
2019-03-15 12:19:14 -07:00
Colby Klein
5021d75fd5
new fallback mines
2019-03-15 11:48:34 -07:00
Colby Klein
c0c26697a1
fix annoying hold tail 1px overlap
2019-03-12 10:37:56 -07:00
Colby Klein
7fc73af922
fix screencontinue underlay
2019-03-11 17:07:18 -07:00
Colby Klein
69ce774ae4
adjust some default preferences. -8ms GO is an experiment.
2019-03-11 14:42:58 -07:00
Colby Klein
e860773799
fix build: can't noexcept this way on msvc 2013.
2019-03-10 13:11:08 -07:00
Tatsh and Colby Klein
3c8ee8675d
Mac fixes ( #1795 )
...
* macOS build fixes (#1773 )
* macOS build fixes
Add missing headers
Threads_Pthreads: do not call pthread_setname_np() on macOS as it does not do
the same as on Linux
DebugStr() -> os_log()
* Make the project build with Makefiles on macOS
* Fix getting modifier key state on Mac (#1774 )
We really need to clean up all Carbon calls here (many will go away when the
project switches to SDL2 for all platforms)
* Fix Xcode build; bump minimum version of macOS (#1775 )
* Build fixes for the "Unix Makefiles" generator
Pass CMAKE_BUILD_TYPE to the external projects
* Fix indent
* Fix setting CFBundleExecutable value
* Improve handling of system libpng
Header mismatch can cause a crash, so force the non-system png.h
if WITH_SYSTEM_PNG=no
* Better handling of TRUE/FALSE with newer versions of jpeglib
* Add JPEG include directory
2019-03-10 13:02:54 -07:00
Tatsh and Colby Klein
b8a79cd0f6
Allow linking against system libraries for almost everything ( #1790 )
2019-02-16 08:32:52 -08:00
electromuis and Colby Klein
021d494157
Padmiss support ( #1771 )
...
* Add support for folder based MemoryCard usage
* Add support for the padmiss.com network by saving scores to individual files.
2019-01-19 08:07:13 -08:00
Tatsh and Colby Klein
d395028bd4
Mac fixes ( #1776 )
...
* macOS build fixes (#1773 )
* macOS build fixes
Add missing headers
Threads_Pthreads: do not call pthread_setname_np() on macOS as it does not do
the same as on Linux
DebugStr() -> os_log()
* Make the project build with Makefiles on macOS
* Fix getting modifier key state on Mac (#1774 )
We really need to clean up all Carbon calls here (many will go away when the
project switches to SDL2 for all platforms)
* Fix Xcode build; bump minimum version of macOS (#1775 )
* Build fixes for the "Unix Makefiles" generator
Pass CMAKE_BUILD_TYPE to the external projects
* Fix indent
2018-12-31 19:28:59 -08:00
Flameshadowxeroshin
338becc5d7
Fix distance fields not in the center of the screen being completely screwed up
2018-11-08 09:14:44 -06:00
ListenerJubatus
9c9df4070a
and neither should this
2018-09-27 11:31:10 -06:00
ListenerJubatus
45a6add605
this comma shouldn't be there.
2018-09-27 10:58:48 -06:00
ListenerJubatus
40ff0206ce
Fix more typos
2018-09-26 21:49:18 -06:00
ListenerJubatus
6cc329a7ea
Correct accidental use of global vars
2018-09-17 16:31:13 -06:00
ListenerJubatus
b984b7fd30
Why has this one font stroke file not had a doubleres hint?
2018-09-17 16:01:06 -06:00
Dan Guzek and Colby Klein
9088a2e57f
backport macOS AudioDevice cleanup into 5_1-new ( #1735 )
...
* Replaced Deprecated AudioDevice Functions
* Fixed an oversight.
I still didn’t see any issues.
2018-09-11 04:18:57 -07:00
ListenerJubatus
9d500fa8ff
Merge branch '5_1-new' of https://github.com/stepmania/stepmania into 5_1-new
2018-08-27 09:22:39 -06:00
ListenerJubatus
5f898d3784
Fix FC splash code to centre properly
2018-08-27 09:22:10 -06:00
Rorroh and Colby Klein
f49bcdb5f6
Fixed keyboard ghosting bug (stepmania/stepmania#1736) ( #1737 )
2018-08-26 18:20:31 -07:00
ListenerJubatus
b95ca3e272
Add sound to FC splash.
2018-08-24 20:51:45 -06:00