Glenn Maynard
2c9cfd46ee
fix off-by-one
2006-01-28 03:19:21 +00:00
Glenn Maynard
2a94c0bd8d
"exit" is ambiguous, and gets confused with the normal "Exit" row,
...
which has no text
2006-01-24 01:35:38 +00:00
Chris Danford
7f821e8cfc
CString -> RString
2006-01-22 01:00:06 +00:00
Chris Danford
d66b45a117
consistent precision for BPM and secs - 3 decimal places in the editor and in the song file
2006-01-19 03:07:43 +00:00
Chris Danford
941e70ba39
consistent precision for BPM and secs - 3 decimal places in the editor and in the song file
2006-01-19 03:03:27 +00:00
Chris Danford
a2c12bdc61
8sp tab cleanup
2006-01-19 02:40:44 +00:00
Glenn Maynard
a87993bcb1
finish ctor transition
2006-01-15 20:46:15 +00:00
Glenn Maynard
2b4c9e4516
Transition away from Screen(sName).
2006-01-15 19:49:02 +00:00
Glenn Maynard
470c909ec6
Transition away from Screen(sName).
2006-01-15 18:54:03 +00:00
Glenn Maynard
c5b71c0631
remove logs (this stuff predates the crash handler and has been copied
...
and pasted around since)
jesus we have a lot of screens
2006-01-15 08:54:03 +00:00
Glenn Maynard
51a2d29493
unuseds
2006-01-13 06:50:16 +00:00
Glenn Maynard
e3b8969de3
direct
2006-01-13 05:58:46 +00:00
Glenn Maynard
68b9637eb9
quick compile fix (coming back to this ...)
2006-01-13 05:55:45 +00:00
Glenn Maynard
e0c8035435
PlayerState::LaunchAttack, RemoveActiveAttacks, missed commit
2006-01-13 05:51:37 +00:00
Chris Danford
fc18dbd342
make more strings localizable
2006-01-08 18:40:20 +00:00
Chris Danford
44225ad379
XToThemedString -> XToLocalizedString
2006-01-07 04:11:29 +00:00
Glenn Maynard
b734b602d2
force TypeName arrays for XToString to be an array of const char*, not CString
2006-01-04 22:30:51 +00:00
Glenn Maynard
c0e6e08918
fix warnings
2006-01-04 05:17:36 +00:00
Glenn Maynard
8d970cc4ea
add SetOneUnthemedChoice for common case
...
don't theme dynamic choices and already-themed choices
2005-12-29 04:19:22 +00:00
Glenn Maynard
a13cbcaafb
simplify edit_stop
2005-12-29 04:01:54 +00:00
Glenn Maynard
e0c221396d
comment
2005-12-29 03:33:00 +00:00
Glenn Maynard
242e8b65fd
merge undo handling
2005-12-29 03:29:20 +00:00
Glenn Maynard
9f5b83f65c
Rename SM_Success -> SM_SaveSuccessful and SM_Failure to SM_SaveFailed
...
in the editor, to avoid confusion with the SM_Success message sent when
Prompt pops itself.
Merge completion prompts in home and full mode. Only show a full
ScreenPrompt if we're about to exit the screen.
2005-12-29 03:27:21 +00:00
Glenn Maynard
6657db528d
old comment
2005-12-29 03:05:07 +00:00
Glenn Maynard
a373237962
simplify
2005-12-29 03:00:33 +00:00
Glenn Maynard
72bb71d50e
use SM_Success; don't duplicate it
2005-12-29 02:59:23 +00:00
Chris Danford
74749a19bb
move localized string to separate file
2005-12-22 03:10:04 +00:00
Glenn Maynard
c0d9825704
Validate changes to edit descriptions. Ignore attempts to clear
...
descriptions for edits (that'd be like renaming a file to not
have a filename).
2005-12-22 03:08:29 +00:00
Chris Danford
c4d4f640bb
localize text entry
2005-12-21 12:55:20 +00:00
Chris Danford
28959facb3
make prompt strings localizable
2005-12-21 09:56:16 +00:00
Chris Danford
c9d79d3e3b
localize prompts
2005-12-20 21:32:26 +00:00
Chris Danford
d698a5f1ec
CString -> RString in RageUtil
...
ThemeMetric<CString> -> LocalizedString to eliminate dependencies
2005-12-20 08:35:47 +00:00
Glenn Maynard
302b978b34
move some prefs out of PrefsMan
2005-12-19 00:26:43 +00:00
Glenn Maynard
7c3d52ee00
naming cleanup
2005-12-19 00:10:53 +00:00
Glenn Maynard
4509a955af
simplify convert_pause_to_beat
2005-12-19 00:08:07 +00:00
Glenn Maynard
06e8da57f8
convert_beat_to_pause -> convert_to_pause (operates on the selection,
...
not a beat)
2005-12-18 23:56:14 +00:00
Glenn Maynard
037a13f70c
use InsertRows, DeleteRows
2005-12-18 08:01:45 +00:00
Glenn Maynard
2a6094b606
use m_Timing.DeleteRows
2005-12-18 07:59:44 +00:00
Glenn Maynard
c9af43c5dd
use SetStopAtRow
2005-12-18 07:34:19 +00:00
Glenn Maynard
33acee8ba0
old comment
2005-12-18 07:18:23 +00:00
Glenn Maynard
b6264bd96f
the +1 in the DeleteRows call means "keep the row at the start,
...
not the end"; it's wrong in the m_Timing.ShiftRows call
use m_Timing.SetStopAtBeat
this is still not quite right: it will create multiple StopSegments
in the same place in some cases
2005-12-18 07:16:47 +00:00
Glenn Maynard
c864756dc9
use InsertRows, DeleteRows
2005-12-18 07:09:56 +00:00
Glenn Maynard
c350b1e52d
use DeleteRows; after convert_beat_to_pause, clear the selection completely
2005-12-18 06:58:52 +00:00
Steve Checkoway
5e68c985a6
Fix warning. (It _should_ be %zu...)
2005-12-12 09:48:58 +00:00
Glenn Maynard
a72100249c
don't SetLoadedFromProfile here
2005-12-07 00:01:12 +00:00
Chris Danford
66c5a45117
SetLoadedFromProfile when the Steps are created, not when they are saved
2005-12-06 23:44:01 +00:00
Glenn Maynard
ab9526a9ed
don't SetSavedToDisk, etc. if the save failed
2005-12-06 20:40:09 +00:00
Chris Danford
3d5403dfd9
SetLoadedFromProfile so that a new edit will show up in the list of edits
2005-12-06 19:07:32 +00:00
Chris Danford
24e113d102
don't prompt to save on exit if there's no undo info
2005-12-06 12:41:06 +00:00
Chris Danford
9e8469eb65
save edits to machine profile
2005-12-03 20:34:49 +00:00