Chris Danford
bc332a57b1
change Translation.dat -> Translations.xml
...
Move GroupName translations out of code and into Translations.xml
2005-10-06 07:01:58 +00:00
Chris Danford
65d71a4f23
expermienting with DEFINE_METHOD macro for Lua methods
2005-09-10 02:47:04 +00:00
Chris Danford
ae8f754b1f
add Lua method bindings
2005-09-07 22:05:41 +00:00
Chris Danford
48ebc53549
return NULL -> return CString() for clarity and efficiency
2005-09-04 16:55:21 +00:00
Glenn Maynard
8b0bd8fd11
cleanup
2005-09-03 23:42:51 +00:00
Glenn Maynard
db739b2128
fix movie search
2005-09-03 18:18:32 +00:00
Glenn Maynard
94ea3cb9e0
cleanup
2005-09-03 00:30:46 +00:00
Chris Danford
e439ae2a96
return "" -> return NULL
2005-09-02 00:14:07 +00:00
Chris Danford
359d745e67
add course edits, improved course editor
2005-07-29 02:23:02 +00:00
Glenn Maynard
a65596e402
cleanup
2005-07-01 04:28:29 +00:00
Glenn Maynard
9d7f835609
no need to template Luna specializations
2005-06-20 05:02:03 +00:00
Chris Danford
d1fdc21864
fix songs with stops and manually set BPM not disqualifying with C*
2005-06-10 20:29:42 +00:00
Chris Danford
ab794ffb2d
don't allow multiple changes on the same beat
2005-06-05 03:16:57 +00:00
Chris Danford
23ed01fffe
deep copy to fix crash reverting in editor
2005-06-04 23:16:27 +00:00
Chris Danford
3b61a74477
reduce header file dependencies
2005-06-04 21:22:50 +00:00
Chris Danford
91d375d31a
store course group names
...
show courses on wheel with a group color
2005-06-03 01:57:10 +00:00
Chris Danford
dac72665e3
move background file enumerating into BackgroundUtil.*
...
fix editor background change functionality
2005-05-31 01:17:37 +00:00
Chris Danford
ac5a99b41f
specify effect and transition in each background change
2005-05-29 01:11:49 +00:00
Glenn Maynard
46bd5e4c65
fix warning
2005-05-28 21:55:47 +00:00
Chris Danford
68a82faa6a
add multiple background layers
2005-05-26 09:35:57 +00:00
Chris Danford
41becb56a4
GetFullDisplayTitle -> GetDisplayFullTitle
2005-05-23 00:38:09 +00:00
Glenn Maynard
f2bb1b373f
steps locking fixes
2005-05-08 11:55:56 +00:00
Chris Danford
0938d9d9a7
conver more to use Preference
2005-04-28 08:27:40 +00:00
Chris Danford
5d398f4ad3
add song boundary marker
...
add "just barely"
2005-04-27 21:46:35 +00:00
Glenn Maynard
dcafde0088
allow unloading steps from a specific profile
2005-04-25 00:05:42 +00:00
Chris Danford
ce83ae6ef0
only clamp description for edits
2005-04-13 08:05:48 +00:00
Chris Danford
9d16a66f77
fix radar values don't get recalculated after changing steps in editor
...
fix radar values shown for edits if copied from official steps
2005-04-03 21:43:29 +00:00
Chris Danford
afb2c2efb4
replace large, arbitrary numbers with limit constants
2005-03-29 19:10:42 +00:00
Chris Danford
da6eb251bf
don't calculate on edits in Song::ReCalculateRadarValuesAndLastBeat()
2005-03-26 18:50:20 +00:00
Chris Danford
bb6592a4e7
use float.h and limit.h constants instead of arbitrary large numbers
2005-03-25 20:01:51 +00:00
Chris Danford
6adaa3f1a2
Add cancel transition for STextEntry
...
Validate new edit name is unique
2005-03-23 05:12:31 +00:00
Glenn Maynard
92f067dbd2
fix banner cache being preloaded when it shouldn't
2005-03-19 06:58:54 +00:00
Glenn Maynard
80b7ba5e9b
add GetBannerPath and GetBackgroundPath
2005-03-18 23:55:37 +00:00
Ben Anderson
0db665d4d6
Thorough(!) remodeling of the arch/ directory and the contents therein; fixed link-time warnings on GCC and should make things a lot easier to manage. A pile of other random things too, mostly cleanups and getting things to work with the remodeled arch/ directory.
2005-03-14 06:44:38 +00:00
Chris Danford
8415b4466d
fix VC7 template error: move templated methods out of LuaManager
2005-03-13 00:01:05 +00:00
Sean Burke
9c682d30ff
Fix a BMS-related warning
2005-03-12 06:28:30 +00:00
Chris Danford
21ae0fc658
don't delete current Song's steps through the LastSaved when destructing ScreenEdit
2005-03-08 21:39:01 +00:00
Chris Danford
d15a453d15
fix VC7 warnings
2005-03-08 20:13:44 +00:00
Chris Danford
264dd13b45
eliminate Save on ScreenEditMenu when creating new steps
2005-03-08 07:57:14 +00:00
Glenn Maynard
a3c912a82e
fix possible crashes
2005-03-08 02:24:39 +00:00
Chris Danford
e01845866f
add NumStepsLoadedFromProfile display
2005-03-08 01:46:57 +00:00
Glenn Maynard
eadd3b3edb
separate "low res loaded on startup" and "low res loaded on demand" banner modes
2005-03-08 01:39:32 +00:00
Chris Danford
e65362e3f5
give new edits unique names
2005-03-07 05:23:18 +00:00
Chris Danford
75efd91ee2
add Lua methods
2005-03-02 00:51:18 +00:00
Chris Danford
b1a7e15042
remove default param values to simplify
2005-02-23 22:14:58 +00:00
Chris Danford
66012f08bc
add Lua binding
2005-02-23 07:07:54 +00:00
Chris Danford
105e01232a
add Lua bindings
2005-02-22 23:06:51 +00:00
Glenn Maynard
3634c07656
Represent TimingData values (except for "seconds") in fixed-point.
...
Maybe we should stop calling note indexes "rows" and "indexes", and just
call them "beats"; if they're stored as an integer, they're in fixed-point. Things
like "note rows per second" are a lot less intuitive than just calling them "beats
per second".
2005-01-23 21:55:01 +00:00
Glenn Maynard
f082368325
fix up Song::GetClosestNotes: search all difficulties; if not looking for an
...
edit, don't return one
2005-01-13 17:38:18 +00:00
Glenn Maynard
11ea219e12
fix FreeAllLoadedFromProfiles possibly rarely missing some edits
2004-12-06 07:39:26 +00:00