Commit Graph
70 Commits
Author SHA1 Message Date
Glenn Maynard bcdeb684d3 add ErrorDialog, AppInstance 2002-12-16 02:10:26 +00:00
Glenn Maynard aca60394a1 add writer 2002-12-13 23:57:00 +00:00
Glenn Maynard 2d3f6381f5 add new files 2002-12-13 08:33:12 +00:00
Glenn Maynard 600371a871 RageSound -> RageSoundBass 2002-12-10 08:19:18 +00:00
Glenn Maynard 807c6503ba readd crash handler 2002-12-03 00:35:05 +00:00
Glenn Maynard 077224bff6 Switch to non-debug CRT.
Add networking files for VC7.

This turns off global optimizations in VC7.  They take a very long time;
without them, release linking takes only three or four seconds on my
computer, which is useful when profiling.  It shouldn't really matter, since
our releases are still compiled with VC6, I think ...
2002-12-02 23:15:09 +00:00
Glenn Maynard c625d3b433 update with changed arch tree (.dsp soon) 2002-11-18 21:43:02 +00:00
Glenn Maynard 77ec492209 Remove Quad.cpp
Add glext.h and sm.xpm.

Add arch tree.
2002-11-17 08:39:41 +00:00
Chris Danford 628dea9da7 OpenGL checkin. Movie textures, texture stretch, texture dither, and 16 bit textures are broken. 2002-11-11 04:53:31 +00:00
Glenn Maynard 576b9e393f add abstract scoring
(Got tired of having to search for the scoring stuff in Player ...)
2002-11-03 07:17:03 +00:00
Glenn Maynard e7e6580b9e remove mycarray (which became STDCarray and is gone) 2002-11-03 01:39:35 +00:00
Glenn Maynard 195772c720 Fix VC7 project. Make rotozoom C++, updated, junk removed, single
zoom function, remove hack that causes image misalignment.
2002-10-28 06:19:23 +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 53974fc2cd move PDB into build directories for vc7 2002-10-24 07:10:22 +00:00
Glenn Maynard c470d0fb9f Add new files.
Add the SDL include directories.

This removes dxutil.cpp,h.  This won't compile until I commit the new
RageTimer, which will be in a moment.

Increase the default warning level to 4.  (Thought I committed that;
maybe I only did it for one build.)

I think the rest is just harmless cruft changes from VC that happen every
time someone commits to these files.
2002-10-24 03:55:07 +00:00
Chris Danford 107a1521e6 Added separate icon for smaniac 2002-10-06 16:56:58 +00:00
Chris Danford 5a43236895 Per-game theme preference now remembered if value is "default" 2002-09-29 17:38:07 +00:00
Chris Danford ad6c239858 ugh. Cleanup of ez2's menubganimations. 2002-09-29 05:06:18 +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 08926e30af fixed missing "MenuBGAnims*" from VC7 project 2002-09-15 00:32:21 +00:00
Glenn Maynard db53dc9923 add notesloader base class 2002-09-11 05:15:46 +00:00
Chris Danford ad68ba1bd4 Broke GameOptions into Input and Machine Options. Added "OptionsNavigation" option. 2002-09-10 09:10:36 +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 7e7f7f00bb remove a couple exclusions 2002-09-07 02:45:27 +00:00
Glenn Maynard 17f9801cb5 Move debug/release to debug6/release6.
Add new files.
2002-09-06 23:34:55 +00:00
Chris Danford 40277568d0 option icons are almost working... 2002-09-03 06:33:08 +00:00
Glenn Maynard a90c6db3b0 Move mapconv and verinc binaries alongside their source and don't
clutter the main dir with them.
(missed)
2002-09-02 23:50:08 +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
Glenn Maynard fcb8bdeeb3 (GRIPE)
If we list verstub.obj in the dialog for extra dependencies, it counts it
as a full dep; since we change it every build, that means the binary
is never actually considered up to date.  We need to list it as an extra
option to the linker, so it gets linked without being factored into
dependencies.
2002-08-29 01:29:08 +00:00
Glenn Maynard 0e44b32a58 Gross. VC7 calculates dependencies *after* the pre-build rule (so it's not
really pre-build), so after a build, it thinks verstub.cpp has been modified.
So we get to use the same build hack here, too.
2002-08-29 00:36:50 +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
Glenn Maynard d7f88eb1dd exception handling is overridden on the commandline, so turn it off
here (to silence a warning)
2002-08-28 23:48:47 +00:00
Glenn Maynard 7fa71beb31 exception handling is overridden on the commandline, so turn it off
here (to silence a warning)
2002-08-28 23:48:07 +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
Chris Danford 1b3c62adb9 added autogeneration of Notes for missing NotesTypes 2002-08-25 19:00:12 +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
Chris Danford 822f8dd3a6 Moved more constants into theme metrics 2002-08-22 09:31:32 +00:00
Glenn Maynard a0cf0fde6b Add SongSelector.* to the VS7 project. 2002-08-22 08:51:07 +00:00
Glenn Maynard df60cee0f9 Add SongCacheIndex.*. 2002-08-21 19:37:36 +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
Bruno Figueiredo 9346564080 oops... missing dlls 2002-08-12 16:02:45 +00:00
Chris Danford 4e1bd74ee6 added a transition between course songs 2002-08-01 03:15:27 +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