Devin J. Pohly
dcb62dec88
Sort BPMs and stops before processing
2013-05-19 19:50:56 -04:00
Devin J. Pohly
c04553846a
"Combine" processing for BPMs and stops.
...
Prep for replacing with new negative-converting algorithm.
2013-05-17 16:43:53 -04:00
Devin J. Pohly
785cff2abc
Remove unneeded return value from ProcessBPMs
2013-05-17 05:43:25 -04:00
Devin J. Pohly
b1d2f68737
Finish moving ProcessBPMs and ProcessStops together
2013-05-17 05:34:14 -04:00
Devin J. Pohly
7df86bbf85
Update SMA loader to put bpms/stops together
2013-05-17 02:30:08 -04:00
Flameshadowxeroshin
0ef9b81e02
hold fix: try again?
2013-05-16 21:07:00 -05:00
Devin J. Pohly
3f94afafdd
Revert "test: try to fix "phantom holds" when JudgeHoldNotesOnSameTogether is enabled"
...
This reverts commit 6999f94d38 .
This was causing a crash when warping past holds at the end of a chart.
2013-05-16 21:21:40 -04:00
Devin J. Pohly
6fadd3a727
Start moving ProcessBPMs and ProcessStops next to each other
2013-05-15 19:57:57 -04:00
Flameshadowxeroshin
6999f94d38
test: try to fix "phantom holds" when JudgeHoldNotesOnSameTogether is enabled
2013-05-14 22:54:20 -05:00
Devin J. Pohly
8eb76829fb
Don't allow edits with no valid #NOTES
2013-05-09 17:45:25 -04:00
Devin J. Pohly
adb0d5d4a1
Separate functions for BPM/stop parsing and processing
2013-05-09 00:00:14 -04:00
Devin J. Pohly
536768c91b
Split parsing from processing for BPMs/stops
2013-05-08 23:46:54 -04:00
Devin J. Pohly
e16104058b
fix some neg-bpm -> warp problems
2013-05-02 20:55:05 -04:00
Flameshadowxeroshin
78d5be779f
Add metric [Gameplay] UseInternalScoring.
...
Turn it off to prevent the game from touching custom scoring stuff. It is by default on.
2013-05-01 22:11:27 -05:00
Devin J. Pohly
7e8c75a71b
remove check for ancient llabs() bug
2013-04-29 20:24:07 -04:00
Jason Felds
15eaad8c86
Don't include the internal header.
...
Use a standard header to include instead.
2013-04-29 19:17:30 -04:00
Shenjoku
1d1f37380e
Make sure StreamDisplay children are deleted
2013-04-29 16:38:37 -04:00
Shenjoku
91b1892d09
Fix leak in MenuTimer
2013-04-29 16:33:32 -04:00
Shenjoku
569ca0f984
fix leak in LifeMeterTime
2013-04-29 16:30:54 -04:00
Shenjoku
aac47c9777
Fix potential leak in Font
2013-04-29 16:29:55 -04:00
Devin J. Pohly
feb919f0bf
Revert memory leak commits
...
5f7001e : "Added a new branch"
01456ed : "Fixed a lot of memory leaks"
dac4493 : "Fixed all remaining memory leaks that I could figure out"
0792db7 : "Removed the smnew macro and the call to _CrtSetDbgFlag()"
Some of these caused destructor-time problems due to static initialization
order fiasco and related issues. Notably, the program would no longer exit on
OSX and had to be killed.
There were probably legitimate fixes in here, but since these are monolithic
commits it's too much work to extract them now. Let's reapply them
individually and in the forward direction.
2013-04-27 00:05:14 -04:00
Jason Felds
ef9c5294a0
Simple merge for once.
2013-04-23 21:21:25 -04:00
Jason Felds
6761a3f33a
I was wondering when this commit would happen.
2013-04-23 21:21:13 -04:00
Shenjoku
b59d3e9a8f
Fixed the non-const definition of the TimingData::GetSegmentAtRow() function,
...
which was missing the class specifier and casting the data wrong.
2013-04-22 22:20:40 -07:00
Jason Felds
0c4fe367cc
Fix duplication symbol issue on Mac.
...
This may have affected Linux as well.
2013-04-21 09:31:45 -04:00
Jason Felds
c7b8664604
Consider this transplanted.
...
Plus, default should be the left-most branch in graphical viewing.
2013-04-21 00:09:35 -04:00
Jason Felds
b3ecde1eb9
Disable committing any sdf based files.
2013-04-20 23:48:48 -04:00
Shenjoku
fea35b5486
Merge with memoryLeakDetection branch.
2013-04-19 20:36:59 -07:00
Shenjoku
0792db752a
Removed the smnew macro and the call to _CrtSetDbgFlag() to get ready for
...
merging with the main branch.
2013-04-19 20:34:11 -07:00
Jason Felds
20d94d4b7e
Cat is back in the bag. Revert commits.
...
A-mods need to be tested more.
...and this is what happens when you forget to
stash changes before a merge. Lesson learned.
2013-04-19 21:49:55 -04:00
Jason Felds
459ffe027f
Somehow the other options didn't get set.
2013-04-19 21:30:28 -04:00
Shenjoku
dac4493fe5
Fixed all remaining memory leaks that I could figure out except for a 4 byte
...
leak that isn't being caught by the smnew macro for some reason. It might be in
one of the third party libraries or something, I'm not sure.
2013-04-18 22:27:24 -07:00
Shenjoku
01456ed0b9
Fixed a lot of memory leaks caused by static globals never getting
...
deleted and some other objects not getting deleted properly due to missing
destructors.
2013-04-18 21:17:57 -07:00
Jason Felds
3b7d5716a7
...well, cat's out of the bag. a-mod tryout.
2013-04-18 23:05:23 -04:00
Jason Felds
489a9312fc
Forced a merge. Should be good.
2013-04-18 22:58:30 -04:00
Jason Felds
5d5875904d
And these...
2013-04-18 22:58:10 -04:00
Jason Felds
bbb57b1600
Missed more of these darned spots.
...
Gah, losing my touch.
2013-04-18 22:56:57 -04:00
Shenjoku
5f7001ef0a
Added a new branch that implements support for outputting all memory leaks to
...
the debug output for the Debug and FastDebug project configurations. This
requires replacing all instances of new with a macro, smnew, that defines a
special form of new which outputs file and line number information along with
the memory leak details. This makes finding memory leaks much easier since you
can just double-click the leak in the output window and it will take you to the
line that caused it.
2013-04-17 20:42:29 -07:00
Jason Felds
de396800d8
Forgot this one.
2013-04-17 20:53:23 -04:00
Shenjoku
05cf6d8cd8
Cleaned up the paths in the VS2008 and VS2010 projects to use '\' character
...
instead of '/' for consistency and general correctness.
Also added the DirectX include and library paths to the VS2010 project and fixed
the /MP switch for all configurations (it was conflicting with the minimal
rebuild setting).
2013-04-16 23:17:54 -07:00
Jason Felds
68e0be3595
No longer supporting these.
2013-04-16 00:16:31 -04:00
Jason Felds
0ae4183f7b
Round 2-2 of this.
2013-04-16 00:16:02 -04:00
Jason Felds
1d7b5fe852
Round 2 of this.
2013-04-15 23:26:05 -04:00
Jason Felds
26399964cb
Update the 2011 project for DirectX 9.
...
To JCG: welcome aboard. Please be careful about
new commits when you don't have the latest tools.
2013-04-14 12:10:55 -04:00
Shenjoku
ba0d2d1838
Upgraded the DirectX 8 rendering to DirectX 9. Updated Direct Input to work with
...
the latest SDK as well.
2013-04-08 21:13:47 -07:00
Shenjoku
19150cdf9e
Added DirectX SDK include and library paths to the 2008 project using the
...
DXSDK_DIR macro, which is an environment variable added by the SDK installer.
This way the project no long requires messing with the visual studio options to
manually add the paths.
Fixed the Release-SSE2 build configuration so that the /MP switch works.
Some other minor tweaks resetting things to use the defaults that didn't need to
be changed.
2013-04-08 20:52:21 -07:00
Jousway
cee9b53a42
dang I'm dumb
2013-04-06 14:59:40 +02:00
Jousway
5af3a6e937
updating cdtitle resizer, change back if you guys dont like it.
2013-04-06 14:30:27 +02:00
Colby Klein
817ef820ab
Clean up the shell shader. Last commit from here.
2013-04-03 12:28:47 -07:00
Jousway
f14b367346
<@Jousway> I should just add my cdtitle resizer to sm5 default theme and piss
...
the entire comunity off ;)
<~freem> yes
<~freem> didn't holo just say add it to default
<&holo> do it up
in before everyone hates me haha
2013-04-03 19:50:52 +02:00