This website requires JavaScript.
4e4be34e61
Remove unused sound.
Glenn Maynard
2002-08-24 04:44:47 +00:00
73cc0c48f3
Update.
Glenn Maynard
2002-08-24 04:33:10 +00:00
45003ad3a6
Rename m_szStyleName back to m_szName. (Makes more sense, now that I know more about what it does: nothing at all, so it's just the name of the def itself, not the name of the data loaded.)
Glenn Maynard
2002-08-24 04:26:28 +00:00
cc63cec6f6
Fix braindead change on my part (though I don't think it actually broke anything)
Glenn Maynard
2002-08-24 04:25:30 +00:00
31075451d6
Go back to the correct screen when backing out of the options menu in oni/endless.
Glenn Maynard
2002-08-24 02:46:09 +00:00
9ef1b27c4a
Lock the Pump pad device while enumerating DI8 devices, to work around a DI8 bug.
Glenn Maynard
2002-08-24 02:26:39 +00:00
c8865e95d7
Remove '`' binding until our font has it.
Glenn Maynard
2002-08-23 22:52:53 +00:00
9aaffa7b5a
change m_szName to m_szStyleName
Glenn Maynard
2002-08-23 21:57:42 +00:00
b88e252ad8
Replace toChar switch with a table
Glenn Maynard
2002-08-23 21:42:42 +00:00
a0c7d5bd22
added BackgroundChange editing and DWI saving to editor
Chris Danford
2002-08-23 20:18:29 +00:00
36d81d0e1c
uber cool NSIS install script =)
Bruno Figueiredo
2002-08-23 20:06:23 +00:00
7f37ece1dd
added BackgroundChange editing to editor
Chris Danford
2002-08-23 19:49:28 +00:00
9a9463a40b
fix wrong commit
Glenn Maynard
2002-08-23 08:42:38 +00:00
6121298ddf
no, scoping in here (what the heck did I just commit to editmenu? stupid gui)
Glenn Maynard
2002-08-23 08:41:06 +00:00
36ebdf3646
scoping
Glenn Maynard
2002-08-23 08:40:29 +00:00
9e90640281
fix texture memleak
Glenn Maynard
2002-08-23 08:30:44 +00:00
587440ab8e
class with virtual members must always have a virtual dtor (actually, any class that will be derived from should)
Glenn Maynard
2002-08-23 08:30:10 +00:00
0276234c56
minor simplifications
Glenn Maynard
2002-08-23 08:26:11 +00:00
55ad6158a6
Fix a memleak that doesn't matter
Glenn Maynard
2002-08-23 06:50:48 +00:00
f9546160b6
Assuming "HACK!" is because the screen deleting was skipping deletions: it'd delete 0, remove it from the list, then remove 1, skipping the new 0. Fixed that, removed the skip-update hack.
Glenn Maynard
2002-08-23 06:47:34 +00:00
de56602adb
Remove unused consts (they were moved)
Glenn Maynard
2002-08-23 06:21:13 +00:00
6cdc09abfd
Add two new difficulty levels. (The hardest might stress the timing of the system, but I can't think of any good way to test this ...)
Glenn Maynard
2002-08-23 06:01:29 +00:00
db5d0f64ff
Remove extra LoadFromSong().
Glenn Maynard
2002-08-23 05:10:31 +00:00
ab3995ffec
Simpify CTextureRenderer.
Glenn Maynard
2002-08-23 05:09:42 +00:00
f102fd6671
Only query COM interfaces when we need them.
Glenn Maynard
2002-08-23 05:02:51 +00:00
4d1a9e1d68
VOID Create -> void Create
Glenn Maynard
2002-08-23 01:55:38 +00:00
5111876b0d
Hide CTextureRenderer in RageMovieTexture.cpp.
Glenn Maynard
2002-08-23 01:32:34 +00:00
cc93e9a096
const const const
Glenn Maynard
2002-08-23 01:31:48 +00:00
6e0bf98bc4
Remove extra assert.h.
Glenn Maynard
2002-08-23 01:06:56 +00:00
b841bd7e82
Add missing assert.h.
Glenn Maynard
2002-08-23 01:06:36 +00:00
c4cbd08c05
Remove unused afxcmn.h (we don't use MFC controls).
Glenn Maynard
2002-08-23 01:04:44 +00:00
e2f8e8b9e7
add stdafx.h so it compiles with PCH.
Glenn Maynard
2002-08-23 00:57:48 +00:00
8608e8a3b3
add (currently unused) pump couple case. (should this be in the style table?)
Glenn Maynard
2002-08-23 00:56:05 +00:00
ec173c736a
don't use #pragma once
Glenn Maynard
2002-08-23 00:52:12 +00:00
acdb4d6cd1
const, less includes
Glenn Maynard
2002-08-23 00:49:09 +00:00
46a56d0ce4
Comment out message that's breaking song selection.
Glenn Maynard
2002-08-23 00:28:13 +00:00
980a8ff6a4
Add ScreenSelectStyle5th.
Glenn Maynard
2002-08-23 00:27:26 +00:00
b45491888a
add STYLE_PUMP_COUPLE, currently unused so after NUM_STYLES
Glenn Maynard
2002-08-23 00:23:58 +00:00
e23091e19b
Move NotesTypeToNumTracks, StringToNotesType, NotesTypeToString into GameManager.cpp and make them use the table.
Glenn Maynard
2002-08-23 00:23:31 +00:00
9761968bd2
Use GameManager lookups.
Glenn Maynard
2002-08-23 00:22:27 +00:00
5cba9d1d41
More const.
Glenn Maynard
2002-08-23 00:19:31 +00:00
a8dfdcbc9d
hi ho, const safety
Glenn Maynard
2002-08-22 23:36:03 +00:00
2564a200c8
hi hi, const safety
Glenn Maynard
2002-08-22 23:28:44 +00:00
c3a8734893
lo! const safety!
Glenn Maynard
2002-08-22 23:05:49 +00:00
ae99e427d7
o/~ const safety o/~ (and a commented out pump couples definition)
Glenn Maynard
2002-08-22 23:05:08 +00:00
b4717afc2e
o/~ const safety o/~
Glenn Maynard
2002-08-22 23:03:39 +00:00
48b90d9985
const safety one two three
Glenn Maynard
2002-08-22 23:02:51 +00:00
ff7801d807
const safety ...
Glenn Maynard
2002-08-22 22:59:54 +00:00
1fa18136f5
const safety
Glenn Maynard
2002-08-22 22:59:19 +00:00
9881034aae
trace before LoadFromSMFile instead of after
Glenn Maynard
2002-08-22 22:48:04 +00:00
dae5c84134
CString -> const CString & in params (not as much of an optimization as with the STL, since CString is refcounted, but still good practice)
Glenn Maynard
2002-08-22 22:12:29 +00:00
56b72981a7
Cache GetSongFilePath, so it doesn't call GetDirListing. Cuts about 200ms off my laod.
Glenn Maynard
2002-08-22 21:59:47 +00:00
eac14b10b6
(fake commit to test syncinfo)
Glenn Maynard
2002-08-22 20:21:37 +00:00
a5192fd6a0
(fake commit to test syncinfo)
Glenn Maynard
2002-08-22 20:19:49 +00:00
137263f3df
(fake commit to test syncinfo)
Glenn Maynard
2002-08-22 19:58:47 +00:00
de52f90058
(fake commit to test syncinfo)
Glenn Maynard
2002-08-22 19:57:52 +00:00
450071d5d8
(fake commit to test syncinfo)
Glenn Maynard
2002-08-22 19:38:10 +00:00
d7af134502
(fake commit to test syncinfo)
Glenn Maynard
2002-08-22 19:37:34 +00:00
70e03e9ffa
(fake commit to test syncinfo)
Glenn Maynard
2002-08-22 19:33:28 +00:00
a1802fab1d
(fake commit to test syncinfo)
Glenn Maynard
2002-08-22 19:32:22 +00:00
7252759ec9
(fake commit to test syncinfo)
Glenn Maynard
2002-08-22 19:29:10 +00:00
531330ba83
(fake commit to test syncinfo)
Glenn Maynard
2002-08-22 19:27:10 +00:00
0b31c88961
(fake commit to test syncinfo)
Glenn Maynard
2002-08-22 19:26:40 +00:00
b61412b333
(fake commit to test syncinfo)
Glenn Maynard
2002-08-22 19:25:01 +00:00
c4c59a23c7
Trivial simplifications.
Glenn Maynard
2002-08-22 19:11:41 +00:00
822f8dd3a6
Moved more constants into theme metrics
Chris Danford
2002-08-22 09:31:32 +00:00
a0cf0fde6b
Add SongSelector.* to the VS7 project.
Glenn Maynard
2002-08-22 08:51:07 +00:00
3e4576352f
Dim unavailable refresh rates. Add "MAX" refresh. Dim refresh rates when set to windowed.
Glenn Maynard
2002-08-22 08:49:41 +00:00
49e01d32ad
More dimming support.
Glenn Maynard
2002-08-22 08:46:45 +00:00
592e0e1733
More dimming support.
Glenn Maynard
2002-08-22 08:08:16 +00:00
c0384d6529
Add dimming support.
Glenn Maynard
2002-08-22 07:35:58 +00:00
78bd46eb04
move song selection for the editor to SongSelector
Glenn Maynard
2002-08-22 05:57:15 +00:00
b657027ad6
Before/AfterRowChange -> ChangeSelectedRow
Glenn Maynard
2002-08-22 04:14:24 +00:00
1f807bc7e2
Forgot to commit this: add shiftAnchor to ScreenEdit.
Glenn Maynard
2002-08-22 04:05:13 +00:00
7a26eac141
Update.
Glenn Maynard
2002-08-22 03:37:28 +00:00
a87562116b
Add optoin to make pad escape instant.
Glenn Maynard
2002-08-22 03:35:33 +00:00
09b89aa400
Simplify graphics search. Search for movies as graphics, too.
Glenn Maynard
2002-08-22 02:43:07 +00:00
bc7e0ceadd
trivial simplifications
Glenn Maynard
2002-08-22 00:56:22 +00:00
89a8953bba
Handle IET_RELEASE.
Glenn Maynard
2002-08-21 22:49:13 +00:00
1ca396bd49
Move +/- -> {/}, so it lines up with [/]. Add shift-motion selection.
Glenn Maynard
2002-08-21 22:48:33 +00:00
950729ea91
Update.
Glenn Maynard
2002-08-21 22:33:26 +00:00
89a4c8365f
Move slow-mo to ~.
Glenn Maynard
2002-08-21 22:33:04 +00:00
3364c2c20e
Add templated swap().
Glenn Maynard
2002-08-21 21:47:36 +00:00
7c905e971c
Changes in preparation for handling IET_RELEASE.
Glenn Maynard
2002-08-21 21:47:06 +00:00
2f82d0be50
Move F1/F2 -> [/], so it doesn't overlap with help.
Glenn Maynard
2002-08-21 20:57:40 +00:00
0c1a6efe9f
Add DIK_DIVIDE.
Glenn Maynard
2002-08-21 20:51:22 +00:00
bc314e42c4
Don't let sample offest of length go negative (crashes RageAudio and doesn't make sense anyway)
Glenn Maynard
2002-08-21 20:41:01 +00:00
b288aba0de
Move change history to NEWS.
Glenn Maynard
2002-08-21 20:09:13 +00:00
df60cee0f9
Add SongCacheIndex.*.
Glenn Maynard
2002-08-21 19:37:36 +00:00
b71dde95c7
Add course support to FadingBanner.
Glenn Maynard
2002-08-21 07:59:04 +00:00
118f97fd1b
More KiU simplifications.
Glenn Maynard
2002-08-21 04:11:53 +00:00
755e1e44c3
Fix Endless crashing.
Glenn Maynard
2002-08-21 04:11:21 +00:00
395fdbabbf
Update changelog.
Glenn Maynard
2002-08-21 03:40:50 +00:00
6737671287
Fix pump doubles offset.
Glenn Maynard
2002-08-21 03:40:21 +00:00
a93bdd314f
Fix assertion failure when starting pump double.
Glenn Maynard
2002-08-21 03:30:04 +00:00
35eeb0bc79
Update changelog.
Glenn Maynard
2002-08-21 03:06:08 +00:00
718a6305f4
Flatten song parsing code a bit. (Gah--that makes patches look really big, when most of the lines are really just changing indentation.)
Glenn Maynard
2002-08-21 03:04:39 +00:00
9e9e012310
Move cache indexing into a global object. Only load the cache file once, instead of for each song loaded. (Speedup, and simplifies Song.cpp.)
Glenn Maynard
2002-08-21 02:13:08 +00:00
22f558bf34
More const fixups.
Glenn Maynard
2002-08-21 00:48:41 +00:00
a8cbf08e3d
Make Song:: const-correct, and fix constness in the qsort() callbacks.
Glenn Maynard
2002-08-21 00:47:29 +00:00