Commit Graph
1225 Commits
Author SHA1 Message Date
Glenn Maynard 5c21296573 move radar stuff to NoteDataUtil
const fixes
2002-12-13 22:40:42 +00:00
Glenn Maynard 9c6fe5cf64 Add NoteDataUtil and move some stuff into it 2002-12-13 22:09:26 +00:00
Glenn Maynard f4f4777cfd *mutters something about wincvs* 2002-12-13 22:09:02 +00:00
Glenn Maynard 3f6075cdd6 ... oops. 2002-12-13 22:07:59 +00:00
Glenn Maynard ef2b3d18eb make GetMainAndSubTitlesFromFullTitle static 2002-12-13 22:07:32 +00:00
Glenn Maynard ac55639422 Oops, forgot to commit this. 2002-12-13 22:06:30 +00:00
Glenn Maynard 3cbb03e273 add new sound code 2002-12-13 08:33:25 +00:00
Glenn Maynard 2d3f6381f5 add new files 2002-12-13 08:33:12 +00:00
Glenn Maynard b5f1ba9202 update 2002-12-13 08:31:39 +00:00
Glenn Maynard 2de143f14e add new sound code 2002-12-13 07:44:34 +00:00
Glenn Maynard ab1ec8e464 Add some lock handling stuff for the sound code. 2002-12-13 06:18:09 +00:00
Glenn Maynard 3cfb72fb58 Add NoteData "compression". 2002-12-13 01:23:26 +00:00
Chris Danford 48970a9cb6 Fixed plib-related compile errors (hopefully for good) 2002-12-11 11:17:12 +00:00
Chris Danford 4d620ac88f no message 2002-12-11 11:01:32 +00:00
Andrew Livy e8db36824a Some Changes to ScrollingList to support different display modes on the music select screen. 2002-12-10 23:16:44 +00:00
Glenn Maynard acf9c6b5fc update 2002-12-10 10:51:37 +00:00
Glenn Maynard 43646afae8 update 2002-12-10 10:49:25 +00:00
Glenn Maynard 600371a871 RageSound -> RageSoundBass 2002-12-10 08:19:18 +00:00
Glenn Maynard d53b67e0cf disable another warning 2002-12-10 08:16:25 +00:00
Glenn Maynard ad7b9dc604 remove unneeded includes 2002-12-10 08:13:29 +00:00
Glenn Maynard c89b8bbecd Save prefs explicitly, not in ~PrefsManager, so we don't try to save
if one of the other classes threw an exception.
2002-12-09 22:31:21 +00:00
Glenn Maynard fddcc849b2 remove HRESULT log and exception ctors; use hr_ssprintf instead 2002-12-09 22:25:57 +00:00
Glenn Maynard bee3937d59 fix ` 2002-12-09 22:24:15 +00:00
Chris Danford 54ce58197f no message 2002-12-09 18:03:38 +00:00
Glenn Maynard aa12b73386 fix a tween overflow 2002-12-09 04:48:36 +00:00
Glenn Maynard 0984cfd15d add hr_ssprintf; remove a bunch of empty comments 2002-12-09 03:09:59 +00:00
Brendan Walker e731ee03ed Rewrote DCC server to allow for multiple threads, also added DCC recv.
(DCC recv still broken, threading buggy)
2002-12-08 19:40:18 +00:00
Glenn Maynard fab23817c5 fix deadlock when we crash in a different thread 2002-12-07 07:34:39 +00:00
Glenn Maynard 59317c18c2 narrow the radar width a bit (this should be a theme metric) 2002-12-07 06:22:35 +00:00
Glenn Maynard c41b0bf85a Remove the line loop width hack. It sometimes makes things worse ... 2002-12-07 06:20:47 +00:00
Andrew Livy ceb2fc0c25 Started work on the Banner Scrolling List style Music Select (as used by pump/ez2/para/3ddx/bm/3rd mix and older). It's far from finished, but is a start, also updated some para graphics. This compiles in VC6. the Project will compile it all, as for any other makefiles kicking around (like unix makefiles) I dont know whats what so these have not been updated. Thanks. 2002-12-05 03:49:46 +00:00
Brendan Walker 29ed126829 Added Modified version of RageUtil.cpp/.h to smlobby module to eliminate conflictions between MFC's and Stepmania's CString.
Also tweeked the project files to get it to compile...
2002-12-05 00:39:35 +00:00
Chris Danford 4d1da44edb Added song discovery (untested) 2002-12-03 07:20:41 +00:00
Brendan Walker 28cd1793ee Moved Code base to new location, added in aforementioned DCC code 2002-12-03 03:19:51 +00:00
Glenn Maynard 2969a13de4 reenable assert checking 2002-12-03 01:26:36 +00:00
Glenn Maynard 1dd92fe563 readd crash handler
Don't init the SDL parachute in Windows; it'll override our crash handler.
2002-12-03 00:35:34 +00:00
Glenn Maynard 807c6503ba readd crash handler 2002-12-03 00:35:05 +00:00
Glenn Maynard 738107bb70 Don't reinit the SDL; it causes problems with the error handler. 2002-12-03 00:33:34 +00:00
Glenn Maynard 236c168826 make the crash handler work again 2002-12-03 00:13:15 +00:00
Glenn Maynard 710c1de072 updated libraries (non-debug CRT) 2002-12-02 23:30:44 +00:00
Glenn Maynard 5162d48fca add VC7 CRT 2002-12-02 23:30:04 +00:00
Glenn Maynard a4f39d9839 updated libraries (non-debug CRT) 2002-12-02 23:15:52 +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 11cab9f5a2 temporarily disable asserts; they need debug CRTs. (They'll come
back shortly, when I reenable the crash handler ...)
2002-12-02 22:58:03 +00:00
Glenn Maynard 74c02a04c7 Remove memleak checks. We're switching everything to non-debug
CRT libraries (not worth the headaches).
2002-12-02 22:57:13 +00:00
Glenn Maynard ed327e49e0 VC6 apparently can't link to *static* .lib's compiled by VC7.
Switch everything to Multithread DLL (some of these weren't).  We don't
actually use most of plib; just to avoid confusion later.
2002-12-02 22:49:26 +00:00
Glenn Maynard a6f60bf6e7 Not presently debugging plib, and it's not *needed* anymore, so don't
link to *_d for plib.
2002-12-02 22:45:57 +00:00
Chris Danford 840caa7a2c moved lobby from separate module to below /src 2002-12-02 05:44:00 +00:00
Chris Danford ca7c1ab78f working on mulitplayer 2002-12-02 05:25:44 +00:00
Chris Danford d377737f9f fixing linking error b/c wrong plib library 2002-12-01 19:12:02 +00:00