Commit Graph
199 Commits
Author SHA1 Message Date
Brendan Walker cf34ef6c2f fixed VC6 project error 2002-10-09 03:39:14 +00:00
Chris Danford 6ab57e3faa Fixed VC6 compile errors 2002-10-06 17:02:04 +00:00
Chris Danford 21389d1eaf Fixed compile errors in VC6. 2002-09-30 06:56:40 +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
Andrew Livy 05420d9bb4 Ez2dancer Metric Configurable Animated Style Select Backgrounds Back!! 2002-09-13 18:06:36 +00:00
Glenn Maynard db53dc9923 add notesloader base class 2002-09-11 05:15:46 +00:00
Chris Danford 45e1d6ef81 fixed a bunch of DWI save bugs. 2002-09-11 04:49:07 +00:00
Chris Danford ad68ba1bd4 Broke GameOptions into Input and Machine Options. Added "OptionsNavigation" option. 2002-09-10 09:10:36 +00:00
Chris Danford ffb9c8a562 fixed keepalive animation in ScreenHowToPlay 2002-09-09 22:11:34 +00:00
Glenn Maynard 75d8ef986e Add new files.
Turn off browse info in vc7.  I know this takes a long time in 6; it
might not help much in 7.  I'll get around to timing it and turn it back on
if it doesn't matter.

Boost the warning level in vc7.  Not all of these warnings have been
cleaned up, but I'll get to them.
2002-09-09 00:21:12 +00:00
Glenn Maynard eff3563208 Replace CArray. Remove templated MFC includes. 2002-09-07 09:36:50 +00:00
Glenn Maynard 17f9801cb5 Move debug/release to debug6/release6.
Add new files.
2002-09-06 23:34:55 +00:00
Andrew Livy 53f31b4bba Ez2dancer Style SelectMusic Screen Started. 2002-09-06 17:34:46 +00:00
Chris Danford 7ab487072f option icons working, new font format, more theme metrics cleanup 2002-09-03 22:31:06 +00:00
Chris Danford 7d4cf73000 half-finished codes, options icons, and two new modifiers. 2002-09-02 21:59:58 +00:00
Glenn Maynard d7e6f59b3b Move mapconv and verinc binaries alongside their source and don't
clutter the main dir with them.
2002-09-02 11:48:33 +00:00
Chris Danford 6e5ebcf30c Ez2 changes 2002-08-29 20:18:41 +00:00
Glenn Maynard 7b53966811 remove utils/fnmatch 2002-08-29 09:02:56 +00:00
Glenn Maynard 2b51ea0d05 Add Disasm to the projects.
Add build rules for incrementing the build number.  (Note that since
VC6 doesn't have pre-build rules, we have to compile and link it manually.
It's a somewhat ugly hack, but it works.  In VC7 we can just make it a
normal source file and regenerate it as a pre-build step.)

Turn on .MAP generation.  Make sure it always goes into the intermed
path, so it doesn't clutter the output path.

Add rules for generating the VDI debug file from .MAPs.

(I'm not committing the code to actually enable this yet; I want to iron
out any problems these build rules cause first.)
2002-08-29 00:20:09 +00:00
Chris Danford a8a99fe828 Moved more constants into theme metrics 2002-08-28 22:42:40 +00:00
Chris Danford 142002091a Added ScreenHowToPlay, removed texture hints, and cleaned up ThemeMetric stuff 2002-08-27 03:59:22 +00:00
Andrew Livy d4f4a854cf Cleaned up Ez2SelectStyle (however 2p support removed). Now using new ScrollingList system (PUMP can make use of this for select style also) 2002-08-25 23:10:28 +00:00
Glenn Maynard 13af77a570 Remove HoldNote.h. 2002-08-25 05:50:32 +00:00
Glenn Maynard f54cb254a6 Add GroupList.
(Group list from the group select screen, with no limit on song count.)
2002-08-24 20:36:29 +00:00
Glenn Maynard 1d2e3faefd Add MusicList (move column display out of ScreenSelectGroup). Doesn't
have a group limit (but ScreenSelectGroup still does)
2002-08-24 06:30:32 +00:00
Chris Danford a0c7d5bd22 added BackgroundChange editing and DWI saving to editor 2002-08-23 20:18:29 +00:00
Glenn Maynard 980a8ff6a4 Add ScreenSelectStyle5th. 2002-08-23 00:27:26 +00:00
Chris Danford 822f8dd3a6 Moved more constants into theme metrics 2002-08-22 09:31:32 +00:00
Glenn Maynard 78bd46eb04 move song selection for the editor to SongSelector 2002-08-22 05:57:15 +00:00
Glenn Maynard 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.)
It's still written over for each file; this way, if a file load crashes, the earlier files will still be written to cache.
2002-08-21 02:13:08 +00:00
Chris Danford 84df8103d4 Fixed a couple Pump bugs 2002-08-15 16:45:49 +00:00
Chris Danford 7c1bfb3a0d big checkin - new noteskin format and XY positioning. I probably broke a lot of things. 2002-08-13 23:26:46 +00:00
Chris Danford f1861ba157 Added demonstration 2002-08-02 09:31:06 +00:00
Andrew Livy 4343e5aebf CONFLICT RESOLUTION (view entire LOG message to see):
GAMEMANAGER. we did different fixes. I merged the best of both ;)
EZ2DANCER columns now aligned correctly
EZ2DANCER stage screen stylization now underway
NOTE: This Release WILL NOT COMPILE. Some Members of RAGELOG and RAGESOUND have disappeared, and I don't know where to.
2002-08-01 21:11:32 +00:00
Chris Danford 4ec08edf2d Mini-rewrite of input mapping, theme support, and added KSF reader. 2002-07-31 19:40:40 +00:00
Chris Danford f9046674fb re-wrote score/statistics tracking 2002-07-28 20:28:37 +00:00
Chris Danford 936fabbe85 more fixes to Oni and courses 2002-07-27 19:29:51 +00:00
Chris Danford 317c352a9b Various bug fixes. See changelog. 2002-07-23 01:41:40 +00:00
Peter S. May 304f02f926 New GetHashForString functionality added. 2002-07-11 23:24:35 +00:00
Chris Danford 82e52c1306 3.0 beta 4 2002-07-11 19:02:26 +00:00
Chris Danford 9b546bb721 3.0 beta1 release candidate 2002-07-03 21:27:26 +00:00
Chris Danford c6f4421f32 no message 2002-07-03 03:13:13 +00:00
Andrew Livy 302aefa0f8 Compiler Error Fixes 2002-07-02 22:26:00 +00:00
Chris Danford c2d9b195cc no message 2002-06-24 22:04:31 +00:00
Andrew Livy f1e3334757 Ez2 Checkin. (No song select yet) 2002-06-23 11:43:53 +00:00
Chris Danford 1500459bb1 no message 2002-06-23 02:50:33 +00:00
Andrew Livy 248ad096af Ez2dancer Player Select Implementation (Note: Doesnt change to style select yet) 2002-06-21 23:08:19 +00:00
Andrew Livy fbe222704a no message 2002-06-20 23:26:09 +00:00
Andrew Livy 7b797a724b Some Changes Ready For Ez2dancer Support 2002-06-20 22:09:05 +00:00
Chris Danford 0bc6e1ec7e weekend checkin 2002-06-14 22:25:22 +00:00