Glenn Maynard
af93453cc9
Fix slow (90-100ms) sound shutdown.
2003-11-01 06:41:14 +00:00
Chris Danford
16e3bef257
clean up Characters error message
2003-11-01 06:30:17 +00:00
Chris Danford
04680abf76
Change FailEndOfSong to fail after the current song in courses.
2003-11-01 06:23:59 +00:00
Glenn Maynard
c1eb81d73f
Only write course records for courses that have been played.
2003-11-01 05:30:54 +00:00
Glenn Maynard
b511a9aaa3
Optimize SongManager::WriteStatsWebPage (was taking 300ms for me).
...
Don't write empty lines and don't write empty games, to get rid of pages of
empty data for unused games.
2003-11-01 04:49:23 +00:00
Glenn Maynard
cf706c7751
reencoded from 3.0 to fix clipping
2003-11-01 00:06:33 +00:00
Glenn Maynard
706b2eee10
don't write unneeded data to disk
2003-10-31 23:17:14 +00:00
Glenn Maynard
db4c8e9424
fix players' best
2003-10-31 23:15:45 +00:00
Aaron VonderHaar
da4321d161
Make ScreenSelectCourse show high scores on the select wheel -- the issue that normal/difficult versions of the same course share scores still remains
2003-10-31 22:14:02 +00:00
Glenn Maynard
2da429986b
simplify
2003-10-31 21:00:38 +00:00
Glenn Maynard
d0884df07d
fix course mod tweening
2003-10-31 20:58:15 +00:00
Chris Danford
9ab281f982
fix "auto selection of last edited steps after saving in editor"
2003-10-31 09:42:22 +00:00
Glenn Maynard
734d7d5854
TM4+ translits
2003-10-31 09:20:35 +00:00
Glenn Maynard
eb3e65d10c
TM4+ characters
2003-10-31 09:18:54 +00:00
Chris Danford
3211748947
fix "edited steps disappear after leaving editor, re-appear after restart"
2003-10-31 09:07:30 +00:00
Glenn Maynard
c4d4cd1029
Gwashi fix: warn about unrecognized tags in Translation.dat.
2003-10-31 07:50:35 +00:00
Glenn Maynard
2d23006dd8
dupe lines
2003-10-31 07:25:25 +00:00
Glenn Maynard
2c370d1f86
Remove duplicate TM4 set. Fix DanceMania Nonstop, add missing "*".
2003-10-31 07:19:02 +00:00
Chris Danford
6ecac4ead4
integrate translation changes from maha:
...
- cleaning and condensing
- fix typos in 'DJ Demon Versus Omega' and 'Olgore'
- added Disney Dancing Museum and DDRUK names for courses
- add the rest of the Korean stuff
2003-10-31 07:05:09 +00:00
Glenn Maynard
e963ba2a4b
update
2003-10-31 06:51:59 +00:00
Glenn Maynard
f0302cfb64
Fixing commit message
2003-10-31 06:51:10 +00:00
Glenn Maynard
e38d5220d0
add notes
2003-10-31 06:42:22 +00:00
Glenn Maynard
302c14f0a2
add note aliases
2003-10-31 06:41:28 +00:00
Glenn Maynard
e50abca316
fix memleak
2003-10-31 04:31:34 +00:00
Glenn Maynard
580c5899b0
Add AutoActor::IsLoaded.
...
Don't dereference an unloaded AutoActor.
Add const accessors.
2003-10-31 03:54:46 +00:00
Glenn Maynard
d0a3d7ade4
fix crash
2003-10-31 03:53:48 +00:00
Glenn Maynard
3d44ac4f94
Full-combo fixes.
2003-10-31 03:53:12 +00:00
Glenn Maynard
c588f1938c
remove traces
2003-10-31 03:11:02 +00:00
Glenn Maynard
d365e8e959
add SHOW_FULL_COMBO
2003-10-31 03:10:31 +00:00
Glenn Maynard
d4680c0d8c
add metrics
2003-10-31 03:09:28 +00:00
Glenn Maynard
b4cc7c24df
Allow directories to be picked up by GetPathToG.
2003-10-31 02:06:48 +00:00
Glenn Maynard
187b1206d5
hush warning
2003-10-31 02:01:55 +00:00
Glenn Maynard
e67e2378fd
Propagate commands to BGAs.
2003-10-31 02:01:16 +00:00
Glenn Maynard
8e9e04e221
generalized BGA command names
2003-10-31 01:55:17 +00:00
Glenn Maynard
e8394c109a
simplify
2003-10-31 01:02:50 +00:00
Glenn Maynard
c5086b20eb
Bump Util commands out of the header.
2003-10-31 00:50:06 +00:00
Glenn Maynard
a0b4b80a03
Remove another unsafe cast.
...
m_fStretchTexCoordVelocityX -> TexCoordVelocityX, etc.
Remove TYPE_STRETCH.
Disassociate BGAL::Type from the "Type" BGA metric. Prefer "Type=sprite",
"Type=particles", "Type=tile", and "Stretch=1" (for sprite only). Type=0, 1, 2, 3 still
work; 0 is "Type=sprite", Stretch=0 and 1 is Type=sprite, Stretch=1.
Remove old code.
Historical note: "stretch" was used in this code at various times to mean both 1:
"stretch the internal texture image to fit the texture" and 2: "stretch the displayed
image to fill the screen". It now only means #2 . #1 is done automatically when needed.
Note that LoadFromAniLayerFile should never load an INI; it's for backwards-
compatibility only. LoadFromIni is simpler and more flexible.
2003-10-31 00:01:16 +00:00
Glenn Maynard
19f3338e5a
Allow hinting sprite loads through MakeActor
2003-10-30 23:47:01 +00:00
Glenn Maynard
a9c98610ba
add StretchTexCoords, StretchTexCoords command
2003-10-30 22:56:45 +00:00
Glenn Maynard
38f0ebc77b
Remove an unsafe cast.
...
Centralize BGAlayer coords.
2003-10-30 22:00:08 +00:00
Glenn Maynard
c311bff4a4
Add texture commands.
2003-10-30 21:58:18 +00:00
Glenn Maynard
124707961c
Move actor command parsing helpers into ActorUtil.
2003-10-30 21:57:38 +00:00
Glenn Maynard
0f06936b2a
const fix
2003-10-30 20:50:31 +00:00
Glenn Maynard
e8e7b98b8b
extra header
2003-10-30 20:50:15 +00:00
Glenn Maynard
c5b78f146b
Cleanup, const fix.
2003-10-30 20:34:38 +00:00
Glenn Maynard
fc97fba3b3
fix stats glitches
...
add StageStats::FullCombo
2003-10-30 04:41:03 +00:00
Glenn Maynard
9ca223f7aa
Allow setting text of BitmapTexts in Actor files.
2003-10-30 03:51:53 +00:00
Glenn Maynard
5b732a75c3
fix particles crash
2003-10-30 00:08:20 +00:00
Matt Denham
acec32cc8b
Autogen fixes, stage 1 - tracks are combined semi-correctly (double->single will combine both pads to one)
2003-10-29 23:17:00 +00:00
Glenn Maynard
0024b33020
add assert
2003-10-29 21:24:04 +00:00