Glenn Maynard
d004a5fb22
fix early bg starts
2003-02-07 23:49:38 +00:00
Glenn Maynard
f92825aecb
*.* -> *
2003-01-23 04:35:27 +00:00
Glenn Maynard
ed3e31fb86
this texture load doesn't actually do anything anymore
2003-01-09 02:58:59 +00:00
Glenn Maynard
55e92e771d
s/CArray<x,y>/vector<x>/g
2003-01-03 05:56:28 +00:00
Glenn Maynard
e0b472f33e
Textures are now fully ID'd by a single struct.
2002-12-30 02:43:52 +00:00
Andrew Livy
387905a785
Added Dancing Stage 3DDX (SINGLE MODE ONLY)
...
NOTE: I commented out an ASSERT in NoteData.cpp
at Line 429
// ASSERT( iOriginalTrack < pOriginal->m_iNumTracks );
I don't understand how the AutoGen code works, but all I do know is
that the game works without this assert, but possibly in a way people
didn't want defined. Please can somebody (preferably Chris as he
says he's the only one who understands notedata :D) look at this
and figure out what i'm doing wrong.
I feel a bit uneasy taking out an assert to make things work....
2002-12-28 16:07:19 +00:00
Glenn Maynard
d8c4057660
get rid of TIMER
2002-12-19 23:07:20 +00:00
Glenn Maynard
67f7a15deb
get rid of RECT defines
2002-12-17 06:25:03 +00:00
Glenn Maynard
2b19012e40
use GetSongDir
2002-12-13 23:41:11 +00:00
Glenn Maynard
3a7db0620c
for scoping
2002-11-16 08:35:26 +00:00
Chris Danford
487b4e9527
Readded texture stretch, texture dither, and 16 bit textures.
2002-11-14 01:26:19 +00:00
Glenn Maynard
c20d5b67dc
s/CRECT/RectI/
2002-10-31 05:52:12 +00:00
Glenn Maynard
bccaf3560b
s/Add/push_back/
2002-10-31 04:23:39 +00:00
Glenn Maynard
a041b7cd3e
s/RemoteAt/erase/
2002-10-31 04:11:08 +00:00
Glenn Maynard
2b16872bd5
some more s/GetSize/size/ and other minor STLisms
2002-10-31 02:46:42 +00:00
Glenn Maynard
d754ddc550
push bga searching into a function; fix
2002-10-30 19:55:19 +00:00
Chris Danford
73f7db6b15
Replaced most D3DX dependencies. Added Brendan's not-yet-functional networking code.
2002-10-28 05:30:45 +00:00
Glenn Maynard
6fc73af64b
pull out some repetitive code
2002-10-25 07:35:07 +00:00
Glenn Maynard
5c841f287b
s/RemoveAll/clear/g
2002-10-24 20:15:24 +00:00
Glenn Maynard
4fa4be8161
eliminate GetData()
2002-10-24 08:40:27 +00:00
Glenn Maynard
738617a01b
change more qsorts to sort
2002-10-24 08:17:09 +00:00
Chris Danford
57896611b9
Documentation clean up and optimized AutoGen
2002-10-24 01:51:01 +00:00
Glenn Maynard
40ef973094
move/fix comment
2002-10-18 23:12:20 +00:00
Chris Danford
15fc589cc6
Fixed articts in hold note and life frames.
2002-10-18 19:01:32 +00:00
Glenn Maynard
1d3d8524de
remove finished todo
2002-10-14 03:24:49 +00:00
Chris Danford
5e9a6a4df6
Added fade between movies and touched up some graphics
2002-10-10 04:11:30 +00:00
Chris Danford
812a93d732
Fixed crash if no visualizations present
2002-10-09 16:21:35 +00:00
Chris Danford
3bcab1d53f
Fixed some ugliness in Extra Stage
2002-10-08 23:39:18 +00:00
Chris Danford
1e5d6a64d7
Removed #BackgroundMovie tag. Instead, TidyUpData will create a BackgroundChange for the movie if one is found in the song directory.
2002-10-06 20:17:38 +00:00
Chris Danford
ad6c239858
ugh. Cleanup of ez2's menubganimations.
2002-09-29 05:06:18 +00:00
Chris Danford
05cb828e81
Yet more theme cleanup. This should be the job of the artists!
2002-09-24 03:12:04 +00:00
Chris Danford
23df7ec564
Yet more theme cleanup. This should be the job of the artists!
2002-09-24 02:55:32 +00:00
Chris Danford
899e226f38
Moved backgrounds into "Backgrounds" assets folder. Any BGAnimation may be used now.
...
Cleaned up many, many graphics.
2002-09-23 07:35:47 +00:00
Chris Danford
144a7339f2
re-enabled alpha override and dithering for song BGs
2002-09-11 06:49:30 +00:00
Chris Danford
65ac3e43e8
Fixed GetMusicPath in case where DWIPath is ""
2002-09-10 16:31:35 +00:00
Chris Danford
44a27f646f
Fixed popping notes problem with V, Colors and more. Fixed background movie synch.
2002-09-10 08:21:55 +00:00
Chris Danford
66aa27df02
Spig's NoteSkin cleanup
2002-09-10 01:43:37 +00:00
Chris Danford
ccc43c8502
checking in SMMAX2 theme and small fixes to themes and smpackage
2002-09-09 05:22:02 +00:00
Glenn Maynard
40f9f8c238
Don't randomly change backgrounds when all we have is one
...
image; we end up looping movies.
2002-09-07 05:53:24 +00:00
Andrew Livy
1a1abeaf3d
Some Ez2 Theme Changes
2002-09-04 20:09:56 +00:00
Chris Danford
c998bb33ab
added support for danger animation through BGAnimations or Movie
2002-09-04 08:09:57 +00:00
Glenn Maynard
16a5971040
Fix assert fail in endless: reset the background number on reset.
2002-09-04 01:58:15 +00:00
Chris Danford
7d4cf73000
half-finished codes, options icons, and two new modifiers.
2002-09-02 21:59:58 +00:00
Chris Danford
6d7da107f3
Added assist tick and text field editing to editor. Cleaned up more theme metrics stuff.
2002-08-29 04:56:03 +00:00
Chris Danford
a8a99fe828
Moved more constants into theme metrics
2002-08-28 22:42:40 +00:00
Chris Danford
941d9cb24d
Moving more constants into theme metrics.
2002-08-27 16:53:25 +00:00
Chris Danford
c57cdfc91f
fixed crash in background (oops!)
2002-08-25 05:31:24 +00:00
Chris Danford
022a98879c
added features to package manager, and renamed "Skins" dir to "NoteSkins"
2002-08-25 05:07:47 +00:00
Chris Danford
a0c7d5bd22
added BackgroundChange editing and DWI saving to editor
2002-08-23 20:18:29 +00:00
Chris Danford
822f8dd3a6
Moved more constants into theme metrics
2002-08-22 09:31:32 +00:00